ole32: Make ole2thk.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_ole2prox_dll16=${enable_ole2prox_dll16:-no}
3916     enable_ole2thk_dll16=${enable_ole2thk_dll16:-no}
3917     enable_olecli_dll16=${enable_olecli_dll16:-no}
3918     enable_olesvr_dll16=${enable_olesvr_dll16:-no}
3919     enable_stress_dll16=${enable_stress_dll16:-no}
3920     enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
3921     enable_vmm_vxd=${enable_vmm_vxd:-no}
3922     enable_vnbt_vxd=${enable_vnbt_vxd:-no}
3923     enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
3924     enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
3925     enable_vwin32_vxd=${enable_vwin32_vxd:-no}
3926     enable_w32skrnl=${enable_w32skrnl:-no}
3927     enable_win87em_dll16=${enable_win87em_dll16:-no}
3928     enable_windebug_dll16=${enable_windebug_dll16:-no}
3929     enable_winedos=${enable_winedos:-no}
3930     enable_winevdm=${enable_winevdm:-no}
3931     enable_winhelp_exe16=${enable_winhelp_exe16:-no}
3932     enable_winoldap_mod16=${enable_winoldap_mod16:-no}
3933 fi
3934
3935 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3936 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3937 if test "${wine_cv_toolsdir+set}" = set; then
3938   $as_echo_n "(cached) " >&6
3939 else
3940   if test -z "$with_wine_tools"; then
3941      if test "$cross_compiling" = "yes"; then
3942        { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3943 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3944    { (exit 1); exit 1; }; }
3945      else
3946        wine_cv_toolsdir="\$(TOPOBJDIR)"
3947      fi
3948    elif test -d "$with_wine_tools/tools/winebuild"; then
3949      case $with_wine_tools in
3950        /*) wine_cv_toolsdir="$with_wine_tools" ;;
3951        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3952      esac
3953    else
3954      { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3955 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3956    { (exit 1); exit 1; }; }
3957    fi
3958 fi
3959 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3960 $as_echo "$wine_cv_toolsdir" >&6; }
3961 TOOLSDIR=$wine_cv_toolsdir
3962
3963 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3964 then
3965     TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3966
3967 fi
3968
3969 for ac_prog in flex
3970 do
3971   # Extract the first word of "$ac_prog", so it can be a program name with args.
3972 set dummy $ac_prog; ac_word=$2
3973 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3974 $as_echo_n "checking for $ac_word... " >&6; }
3975 if test "${ac_cv_prog_FLEX+set}" = set; then
3976   $as_echo_n "(cached) " >&6
3977 else
3978   if test -n "$FLEX"; then
3979   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3980 else
3981 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3982 for as_dir in $PATH
3983 do
3984   IFS=$as_save_IFS
3985   test -z "$as_dir" && as_dir=.
3986   for ac_exec_ext in '' $ac_executable_extensions; do
3987   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3988     ac_cv_prog_FLEX="$ac_prog"
3989     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3990     break 2
3991   fi
3992 done
3993 done
3994 IFS=$as_save_IFS
3995
3996 fi
3997 fi
3998 FLEX=$ac_cv_prog_FLEX
3999 if test -n "$FLEX"; then
4000   { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
4001 $as_echo "$FLEX" >&6; }
4002 else
4003   { $as_echo "$as_me:$LINENO: result: no" >&5
4004 $as_echo "no" >&6; }
4005 fi
4006
4007
4008   test -n "$FLEX" && break
4009 done
4010 test -n "$FLEX" || FLEX="none"
4011
4012 if test "$FLEX" = "none"
4013 then
4014   { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
4015 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
4016    { (exit 1); exit 1; }; }
4017 fi
4018
4019 for ac_prog in bison
4020 do
4021   # Extract the first word of "$ac_prog", so it can be a program name with args.
4022 set dummy $ac_prog; ac_word=$2
4023 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4024 $as_echo_n "checking for $ac_word... " >&6; }
4025 if test "${ac_cv_prog_BISON+set}" = set; then
4026   $as_echo_n "(cached) " >&6
4027 else
4028   if test -n "$BISON"; then
4029   ac_cv_prog_BISON="$BISON" # Let the user override the test.
4030 else
4031 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4032 for as_dir in $PATH
4033 do
4034   IFS=$as_save_IFS
4035   test -z "$as_dir" && as_dir=.
4036   for ac_exec_ext in '' $ac_executable_extensions; do
4037   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4038     ac_cv_prog_BISON="$ac_prog"
4039     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4040     break 2
4041   fi
4042 done
4043 done
4044 IFS=$as_save_IFS
4045
4046 fi
4047 fi
4048 BISON=$ac_cv_prog_BISON
4049 if test -n "$BISON"; then
4050   { $as_echo "$as_me:$LINENO: result: $BISON" >&5
4051 $as_echo "$BISON" >&6; }
4052 else
4053   { $as_echo "$as_me:$LINENO: result: no" >&5
4054 $as_echo "no" >&6; }
4055 fi
4056
4057
4058   test -n "$BISON" && break
4059 done
4060 test -n "$BISON" || BISON="none"
4061
4062 if test "$BISON" = "none"
4063 then
4064   { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4065 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4066    { (exit 1); exit 1; }; }
4067 fi
4068
4069 if test -n "$ac_tool_prefix"; then
4070   for ac_prog in gas as
4071   do
4072     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4073 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4074 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4075 $as_echo_n "checking for $ac_word... " >&6; }
4076 if test "${ac_cv_prog_AS+set}" = set; then
4077   $as_echo_n "(cached) " >&6
4078 else
4079   if test -n "$AS"; then
4080   ac_cv_prog_AS="$AS" # Let the user override the test.
4081 else
4082 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4083 for as_dir in $PATH
4084 do
4085   IFS=$as_save_IFS
4086   test -z "$as_dir" && as_dir=.
4087   for ac_exec_ext in '' $ac_executable_extensions; do
4088   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4089     ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
4090     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4091     break 2
4092   fi
4093 done
4094 done
4095 IFS=$as_save_IFS
4096
4097 fi
4098 fi
4099 AS=$ac_cv_prog_AS
4100 if test -n "$AS"; then
4101   { $as_echo "$as_me:$LINENO: result: $AS" >&5
4102 $as_echo "$AS" >&6; }
4103 else
4104   { $as_echo "$as_me:$LINENO: result: no" >&5
4105 $as_echo "no" >&6; }
4106 fi
4107
4108
4109     test -n "$AS" && break
4110   done
4111 fi
4112 if test -z "$AS"; then
4113   ac_ct_AS=$AS
4114   for ac_prog in gas as
4115 do
4116   # Extract the first word of "$ac_prog", so it can be a program name with args.
4117 set dummy $ac_prog; ac_word=$2
4118 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4119 $as_echo_n "checking for $ac_word... " >&6; }
4120 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
4121   $as_echo_n "(cached) " >&6
4122 else
4123   if test -n "$ac_ct_AS"; then
4124   ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
4125 else
4126 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4127 for as_dir in $PATH
4128 do
4129   IFS=$as_save_IFS
4130   test -z "$as_dir" && as_dir=.
4131   for ac_exec_ext in '' $ac_executable_extensions; do
4132   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4133     ac_cv_prog_ac_ct_AS="$ac_prog"
4134     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4135     break 2
4136   fi
4137 done
4138 done
4139 IFS=$as_save_IFS
4140
4141 fi
4142 fi
4143 ac_ct_AS=$ac_cv_prog_ac_ct_AS
4144 if test -n "$ac_ct_AS"; then
4145   { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
4146 $as_echo "$ac_ct_AS" >&6; }
4147 else
4148   { $as_echo "$as_me:$LINENO: result: no" >&5
4149 $as_echo "no" >&6; }
4150 fi
4151
4152
4153   test -n "$ac_ct_AS" && break
4154 done
4155
4156   if test "x$ac_ct_AS" = x; then
4157     AS="as"
4158   else
4159     case $cross_compiling:$ac_tool_warned in
4160 yes:)
4161 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4162 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4163 ac_tool_warned=yes ;;
4164 esac
4165     AS=$ac_ct_AS
4166   fi
4167 fi
4168
4169 if test -n "$ac_tool_prefix"; then
4170   for ac_prog in ld gld
4171   do
4172     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4173 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4174 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4175 $as_echo_n "checking for $ac_word... " >&6; }
4176 if test "${ac_cv_prog_LD+set}" = set; then
4177   $as_echo_n "(cached) " >&6
4178 else
4179   if test -n "$LD"; then
4180   ac_cv_prog_LD="$LD" # Let the user override the test.
4181 else
4182 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4183 for as_dir in $PATH
4184 do
4185   IFS=$as_save_IFS
4186   test -z "$as_dir" && as_dir=.
4187   for ac_exec_ext in '' $ac_executable_extensions; do
4188   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4189     ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
4190     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4191     break 2
4192   fi
4193 done
4194 done
4195 IFS=$as_save_IFS
4196
4197 fi
4198 fi
4199 LD=$ac_cv_prog_LD
4200 if test -n "$LD"; then
4201   { $as_echo "$as_me:$LINENO: result: $LD" >&5
4202 $as_echo "$LD" >&6; }
4203 else
4204   { $as_echo "$as_me:$LINENO: result: no" >&5
4205 $as_echo "no" >&6; }
4206 fi
4207
4208
4209     test -n "$LD" && break
4210   done
4211 fi
4212 if test -z "$LD"; then
4213   ac_ct_LD=$LD
4214   for ac_prog in ld gld
4215 do
4216   # Extract the first word of "$ac_prog", so it can be a program name with args.
4217 set dummy $ac_prog; ac_word=$2
4218 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4219 $as_echo_n "checking for $ac_word... " >&6; }
4220 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
4221   $as_echo_n "(cached) " >&6
4222 else
4223   if test -n "$ac_ct_LD"; then
4224   ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4225 else
4226 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4227 for as_dir in $PATH
4228 do
4229   IFS=$as_save_IFS
4230   test -z "$as_dir" && as_dir=.
4231   for ac_exec_ext in '' $ac_executable_extensions; do
4232   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4233     ac_cv_prog_ac_ct_LD="$ac_prog"
4234     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4235     break 2
4236   fi
4237 done
4238 done
4239 IFS=$as_save_IFS
4240
4241 fi
4242 fi
4243 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4244 if test -n "$ac_ct_LD"; then
4245   { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
4246 $as_echo "$ac_ct_LD" >&6; }
4247 else
4248   { $as_echo "$as_me:$LINENO: result: no" >&5
4249 $as_echo "no" >&6; }
4250 fi
4251
4252
4253   test -n "$ac_ct_LD" && break
4254 done
4255
4256   if test "x$ac_ct_LD" = x; then
4257     LD="ld"
4258   else
4259     case $cross_compiling:$ac_tool_warned in
4260 yes:)
4261 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4262 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4263 ac_tool_warned=yes ;;
4264 esac
4265     LD=$ac_ct_LD
4266   fi
4267 fi
4268
4269 if test -n "$ac_tool_prefix"; then
4270   for ac_prog in nm gnm
4271   do
4272     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4273 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4274 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4275 $as_echo_n "checking for $ac_word... " >&6; }
4276 if test "${ac_cv_prog_NM+set}" = set; then
4277   $as_echo_n "(cached) " >&6
4278 else
4279   if test -n "$NM"; then
4280   ac_cv_prog_NM="$NM" # Let the user override the test.
4281 else
4282 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4283 for as_dir in $PATH
4284 do
4285   IFS=$as_save_IFS
4286   test -z "$as_dir" && as_dir=.
4287   for ac_exec_ext in '' $ac_executable_extensions; do
4288   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4289     ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
4290     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4291     break 2
4292   fi
4293 done
4294 done
4295 IFS=$as_save_IFS
4296
4297 fi
4298 fi
4299 NM=$ac_cv_prog_NM
4300 if test -n "$NM"; then
4301   { $as_echo "$as_me:$LINENO: result: $NM" >&5
4302 $as_echo "$NM" >&6; }
4303 else
4304   { $as_echo "$as_me:$LINENO: result: no" >&5
4305 $as_echo "no" >&6; }
4306 fi
4307
4308
4309     test -n "$NM" && break
4310   done
4311 fi
4312 if test -z "$NM"; then
4313   ac_ct_NM=$NM
4314   for ac_prog in nm gnm
4315 do
4316   # Extract the first word of "$ac_prog", so it can be a program name with args.
4317 set dummy $ac_prog; ac_word=$2
4318 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4319 $as_echo_n "checking for $ac_word... " >&6; }
4320 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
4321   $as_echo_n "(cached) " >&6
4322 else
4323   if test -n "$ac_ct_NM"; then
4324   ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4325 else
4326 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4327 for as_dir in $PATH
4328 do
4329   IFS=$as_save_IFS
4330   test -z "$as_dir" && as_dir=.
4331   for ac_exec_ext in '' $ac_executable_extensions; do
4332   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4333     ac_cv_prog_ac_ct_NM="$ac_prog"
4334     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4335     break 2
4336   fi
4337 done
4338 done
4339 IFS=$as_save_IFS
4340
4341 fi
4342 fi
4343 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4344 if test -n "$ac_ct_NM"; then
4345   { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
4346 $as_echo "$ac_ct_NM" >&6; }
4347 else
4348   { $as_echo "$as_me:$LINENO: result: no" >&5
4349 $as_echo "no" >&6; }
4350 fi
4351
4352
4353   test -n "$ac_ct_NM" && break
4354 done
4355
4356   if test "x$ac_ct_NM" = x; then
4357     NM="nm"
4358   else
4359     case $cross_compiling:$ac_tool_warned in
4360 yes:)
4361 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4362 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4363 ac_tool_warned=yes ;;
4364 esac
4365     NM=$ac_ct_NM
4366   fi
4367 fi
4368
4369 if test -n "$ac_tool_prefix"; then
4370   for ac_prog in ar gar
4371   do
4372     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4373 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4374 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4375 $as_echo_n "checking for $ac_word... " >&6; }
4376 if test "${ac_cv_prog_AR+set}" = set; then
4377   $as_echo_n "(cached) " >&6
4378 else
4379   if test -n "$AR"; then
4380   ac_cv_prog_AR="$AR" # Let the user override the test.
4381 else
4382 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4383 for as_dir in $PATH
4384 do
4385   IFS=$as_save_IFS
4386   test -z "$as_dir" && as_dir=.
4387   for ac_exec_ext in '' $ac_executable_extensions; do
4388   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4389     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4390     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4391     break 2
4392   fi
4393 done
4394 done
4395 IFS=$as_save_IFS
4396
4397 fi
4398 fi
4399 AR=$ac_cv_prog_AR
4400 if test -n "$AR"; then
4401   { $as_echo "$as_me:$LINENO: result: $AR" >&5
4402 $as_echo "$AR" >&6; }
4403 else
4404   { $as_echo "$as_me:$LINENO: result: no" >&5
4405 $as_echo "no" >&6; }
4406 fi
4407
4408
4409     test -n "$AR" && break
4410   done
4411 fi
4412 if test -z "$AR"; then
4413   ac_ct_AR=$AR
4414   for ac_prog in ar gar
4415 do
4416   # Extract the first word of "$ac_prog", so it can be a program name with args.
4417 set dummy $ac_prog; ac_word=$2
4418 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4419 $as_echo_n "checking for $ac_word... " >&6; }
4420 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4421   $as_echo_n "(cached) " >&6
4422 else
4423   if test -n "$ac_ct_AR"; then
4424   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4425 else
4426 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4427 for as_dir in $PATH
4428 do
4429   IFS=$as_save_IFS
4430   test -z "$as_dir" && as_dir=.
4431   for ac_exec_ext in '' $ac_executable_extensions; do
4432   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4433     ac_cv_prog_ac_ct_AR="$ac_prog"
4434     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4435     break 2
4436   fi
4437 done
4438 done
4439 IFS=$as_save_IFS
4440
4441 fi
4442 fi
4443 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4444 if test -n "$ac_ct_AR"; then
4445   { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4446 $as_echo "$ac_ct_AR" >&6; }
4447 else
4448   { $as_echo "$as_me:$LINENO: result: no" >&5
4449 $as_echo "no" >&6; }
4450 fi
4451
4452
4453   test -n "$ac_ct_AR" && break
4454 done
4455
4456   if test "x$ac_ct_AR" = x; then
4457     AR="ar"
4458   else
4459     case $cross_compiling:$ac_tool_warned in
4460 yes:)
4461 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4462 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4463 ac_tool_warned=yes ;;
4464 esac
4465     AR=$ac_ct_AR
4466   fi
4467 fi
4468
4469 ARFLAGS=rc
4470
4471 if test -n "$ac_tool_prefix"; then
4472   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4473 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4474 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4475 $as_echo_n "checking for $ac_word... " >&6; }
4476 if test "${ac_cv_prog_RANLIB+set}" = set; then
4477   $as_echo_n "(cached) " >&6
4478 else
4479   if test -n "$RANLIB"; then
4480   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4481 else
4482 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4483 for as_dir in $PATH
4484 do
4485   IFS=$as_save_IFS
4486   test -z "$as_dir" && as_dir=.
4487   for ac_exec_ext in '' $ac_executable_extensions; do
4488   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4489     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4490     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4491     break 2
4492   fi
4493 done
4494 done
4495 IFS=$as_save_IFS
4496
4497 fi
4498 fi
4499 RANLIB=$ac_cv_prog_RANLIB
4500 if test -n "$RANLIB"; then
4501   { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
4502 $as_echo "$RANLIB" >&6; }
4503 else
4504   { $as_echo "$as_me:$LINENO: result: no" >&5
4505 $as_echo "no" >&6; }
4506 fi
4507
4508
4509 fi
4510 if test -z "$ac_cv_prog_RANLIB"; then
4511   ac_ct_RANLIB=$RANLIB
4512   # Extract the first word of "ranlib", so it can be a program name with args.
4513 set dummy ranlib; ac_word=$2
4514 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4515 $as_echo_n "checking for $ac_word... " >&6; }
4516 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4517   $as_echo_n "(cached) " >&6
4518 else
4519   if test -n "$ac_ct_RANLIB"; then
4520   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4521 else
4522 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4523 for as_dir in $PATH
4524 do
4525   IFS=$as_save_IFS
4526   test -z "$as_dir" && as_dir=.
4527   for ac_exec_ext in '' $ac_executable_extensions; do
4528   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4529     ac_cv_prog_ac_ct_RANLIB="ranlib"
4530     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4531     break 2
4532   fi
4533 done
4534 done
4535 IFS=$as_save_IFS
4536
4537 fi
4538 fi
4539 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4540 if test -n "$ac_ct_RANLIB"; then
4541   { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4542 $as_echo "$ac_ct_RANLIB" >&6; }
4543 else
4544   { $as_echo "$as_me:$LINENO: result: no" >&5
4545 $as_echo "no" >&6; }
4546 fi
4547
4548   if test "x$ac_ct_RANLIB" = x; then
4549     RANLIB=":"
4550   else
4551     case $cross_compiling:$ac_tool_warned in
4552 yes:)
4553 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4554 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4555 ac_tool_warned=yes ;;
4556 esac
4557     RANLIB=$ac_ct_RANLIB
4558   fi
4559 else
4560   RANLIB="$ac_cv_prog_RANLIB"
4561 fi
4562
4563 if test -n "$ac_tool_prefix"; then
4564   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4565 set dummy ${ac_tool_prefix}strip; ac_word=$2
4566 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4567 $as_echo_n "checking for $ac_word... " >&6; }
4568 if test "${ac_cv_prog_STRIP+set}" = set; then
4569   $as_echo_n "(cached) " >&6
4570 else
4571   if test -n "$STRIP"; then
4572   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4573 else
4574 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4575 for as_dir in $PATH
4576 do
4577   IFS=$as_save_IFS
4578   test -z "$as_dir" && as_dir=.
4579   for ac_exec_ext in '' $ac_executable_extensions; do
4580   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4581     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4582     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4583     break 2
4584   fi
4585 done
4586 done
4587 IFS=$as_save_IFS
4588
4589 fi
4590 fi
4591 STRIP=$ac_cv_prog_STRIP
4592 if test -n "$STRIP"; then
4593   { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
4594 $as_echo "$STRIP" >&6; }
4595 else
4596   { $as_echo "$as_me:$LINENO: result: no" >&5
4597 $as_echo "no" >&6; }
4598 fi
4599
4600
4601 fi
4602 if test -z "$ac_cv_prog_STRIP"; then
4603   ac_ct_STRIP=$STRIP
4604   # Extract the first word of "strip", so it can be a program name with args.
4605 set dummy strip; ac_word=$2
4606 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4607 $as_echo_n "checking for $ac_word... " >&6; }
4608 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4609   $as_echo_n "(cached) " >&6
4610 else
4611   if test -n "$ac_ct_STRIP"; then
4612   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4613 else
4614 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4615 for as_dir in $PATH
4616 do
4617   IFS=$as_save_IFS
4618   test -z "$as_dir" && as_dir=.
4619   for ac_exec_ext in '' $ac_executable_extensions; do
4620   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4621     ac_cv_prog_ac_ct_STRIP="strip"
4622     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4623     break 2
4624   fi
4625 done
4626 done
4627 IFS=$as_save_IFS
4628
4629 fi
4630 fi
4631 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4632 if test -n "$ac_ct_STRIP"; then
4633   { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4634 $as_echo "$ac_ct_STRIP" >&6; }
4635 else
4636   { $as_echo "$as_me:$LINENO: result: no" >&5
4637 $as_echo "no" >&6; }
4638 fi
4639
4640   if test "x$ac_ct_STRIP" = x; then
4641     STRIP="strip"
4642   else
4643     case $cross_compiling:$ac_tool_warned in
4644 yes:)
4645 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4646 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4647 ac_tool_warned=yes ;;
4648 esac
4649     STRIP=$ac_ct_STRIP
4650   fi
4651 else
4652   STRIP="$ac_cv_prog_STRIP"
4653 fi
4654
4655 if test -n "$ac_tool_prefix"; then
4656   # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4657 set dummy ${ac_tool_prefix}windres; ac_word=$2
4658 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4659 $as_echo_n "checking for $ac_word... " >&6; }
4660 if test "${ac_cv_prog_WINDRES+set}" = set; then
4661   $as_echo_n "(cached) " >&6
4662 else
4663   if test -n "$WINDRES"; then
4664   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4665 else
4666 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4667 for as_dir in $PATH
4668 do
4669   IFS=$as_save_IFS
4670   test -z "$as_dir" && as_dir=.
4671   for ac_exec_ext in '' $ac_executable_extensions; do
4672   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4673     ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
4674     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4675     break 2
4676   fi
4677 done
4678 done
4679 IFS=$as_save_IFS
4680
4681 fi
4682 fi
4683 WINDRES=$ac_cv_prog_WINDRES
4684 if test -n "$WINDRES"; then
4685   { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
4686 $as_echo "$WINDRES" >&6; }
4687 else
4688   { $as_echo "$as_me:$LINENO: result: no" >&5
4689 $as_echo "no" >&6; }
4690 fi
4691
4692
4693 fi
4694 if test -z "$ac_cv_prog_WINDRES"; then
4695   ac_ct_WINDRES=$WINDRES
4696   # Extract the first word of "windres", so it can be a program name with args.
4697 set dummy windres; ac_word=$2
4698 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4699 $as_echo_n "checking for $ac_word... " >&6; }
4700 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4701   $as_echo_n "(cached) " >&6
4702 else
4703   if test -n "$ac_ct_WINDRES"; then
4704   ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4705 else
4706 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4707 for as_dir in $PATH
4708 do
4709   IFS=$as_save_IFS
4710   test -z "$as_dir" && as_dir=.
4711   for ac_exec_ext in '' $ac_executable_extensions; do
4712   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4713     ac_cv_prog_ac_ct_WINDRES="windres"
4714     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4715     break 2
4716   fi
4717 done
4718 done
4719 IFS=$as_save_IFS
4720
4721 fi
4722 fi
4723 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4724 if test -n "$ac_ct_WINDRES"; then
4725   { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4726 $as_echo "$ac_ct_WINDRES" >&6; }
4727 else
4728   { $as_echo "$as_me:$LINENO: result: no" >&5
4729 $as_echo "no" >&6; }
4730 fi
4731
4732   if test "x$ac_ct_WINDRES" = x; then
4733     WINDRES="false"
4734   else
4735     case $cross_compiling:$ac_tool_warned in
4736 yes:)
4737 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4738 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4739 ac_tool_warned=yes ;;
4740 esac
4741     WINDRES=$ac_ct_WINDRES
4742   fi
4743 else
4744   WINDRES="$ac_cv_prog_WINDRES"
4745 fi
4746
4747 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4748 $as_echo_n "checking whether ln -s works... " >&6; }
4749 LN_S=$as_ln_s
4750 if test "$LN_S" = "ln -s"; then
4751   { $as_echo "$as_me:$LINENO: result: yes" >&5
4752 $as_echo "yes" >&6; }
4753 else
4754   { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4755 $as_echo "no, using $LN_S" >&6; }
4756 fi
4757
4758 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
4759 $as_echo_n "checking whether ln works... " >&6; }
4760 rm -f conf$$ conf$$.file
4761 echo >conf$$.file
4762 if ln conf$$.file conf$$ 2>/dev/null; then
4763   LN=ln
4764
4765   { $as_echo "$as_me:$LINENO: result: yes" >&5
4766 $as_echo "yes" >&6; }
4767 else
4768   LN="cp -p"
4769
4770   { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
4771 $as_echo "no, using $LN" >&6; }
4772 fi
4773 rm -f conf$$ conf$$.file
4774 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4775 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4776 if test "${ac_cv_path_GREP+set}" = set; then
4777   $as_echo_n "(cached) " >&6
4778 else
4779   if test -z "$GREP"; then
4780   ac_path_GREP_found=false
4781   # Loop through the user's path and test for each of PROGNAME-LIST
4782   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4783 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4784 do
4785   IFS=$as_save_IFS
4786   test -z "$as_dir" && as_dir=.
4787   for ac_prog in grep ggrep; do
4788     for ac_exec_ext in '' $ac_executable_extensions; do
4789       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4790       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4791 # Check for GNU ac_path_GREP and select it if it is found.
4792   # Check for GNU $ac_path_GREP
4793 case `"$ac_path_GREP" --version 2>&1` in
4794 *GNU*)
4795   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4796 *)
4797   ac_count=0
4798   $as_echo_n 0123456789 >"conftest.in"
4799   while :
4800   do
4801     cat "conftest.in" "conftest.in" >"conftest.tmp"
4802     mv "conftest.tmp" "conftest.in"
4803     cp "conftest.in" "conftest.nl"
4804     $as_echo 'GREP' >> "conftest.nl"
4805     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4806     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4807     ac_count=`expr $ac_count + 1`
4808     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4809       # Best one so far, save it but keep looking for a better one
4810       ac_cv_path_GREP="$ac_path_GREP"
4811       ac_path_GREP_max=$ac_count
4812     fi
4813     # 10*(2^10) chars as input seems more than enough
4814     test $ac_count -gt 10 && break
4815   done
4816   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4817 esac
4818
4819       $ac_path_GREP_found && break 3
4820     done
4821   done
4822 done
4823 IFS=$as_save_IFS
4824   if test -z "$ac_cv_path_GREP"; then
4825     { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4826 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4827    { (exit 1); exit 1; }; }
4828   fi
4829 else
4830   ac_cv_path_GREP=$GREP
4831 fi
4832
4833 fi
4834 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4835 $as_echo "$ac_cv_path_GREP" >&6; }
4836  GREP="$ac_cv_path_GREP"
4837
4838
4839 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4840 $as_echo_n "checking for egrep... " >&6; }
4841 if test "${ac_cv_path_EGREP+set}" = set; then
4842   $as_echo_n "(cached) " >&6
4843 else
4844   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4845    then ac_cv_path_EGREP="$GREP -E"
4846    else
4847      if test -z "$EGREP"; then
4848   ac_path_EGREP_found=false
4849   # Loop through the user's path and test for each of PROGNAME-LIST
4850   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4851 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4852 do
4853   IFS=$as_save_IFS
4854   test -z "$as_dir" && as_dir=.
4855   for ac_prog in egrep; do
4856     for ac_exec_ext in '' $ac_executable_extensions; do
4857       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4858       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4859 # Check for GNU ac_path_EGREP and select it if it is found.
4860   # Check for GNU $ac_path_EGREP
4861 case `"$ac_path_EGREP" --version 2>&1` in
4862 *GNU*)
4863   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4864 *)
4865   ac_count=0
4866   $as_echo_n 0123456789 >"conftest.in"
4867   while :
4868   do
4869     cat "conftest.in" "conftest.in" >"conftest.tmp"
4870     mv "conftest.tmp" "conftest.in"
4871     cp "conftest.in" "conftest.nl"
4872     $as_echo 'EGREP' >> "conftest.nl"
4873     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4874     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4875     ac_count=`expr $ac_count + 1`
4876     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4877       # Best one so far, save it but keep looking for a better one
4878       ac_cv_path_EGREP="$ac_path_EGREP"
4879       ac_path_EGREP_max=$ac_count
4880     fi
4881     # 10*(2^10) chars as input seems more than enough
4882     test $ac_count -gt 10 && break
4883   done
4884   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4885 esac
4886
4887       $ac_path_EGREP_found && break 3
4888     done
4889   done
4890 done
4891 IFS=$as_save_IFS
4892   if test -z "$ac_cv_path_EGREP"; then
4893     { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4894 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4895    { (exit 1); exit 1; }; }
4896   fi
4897 else
4898   ac_cv_path_EGREP=$EGREP
4899 fi
4900
4901    fi
4902 fi
4903 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4904 $as_echo "$ac_cv_path_EGREP" >&6; }
4905  EGREP="$ac_cv_path_EGREP"
4906
4907
4908 # Extract the first word of "ldconfig", so it can be a program name with args.
4909 set dummy ldconfig; ac_word=$2
4910 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4911 $as_echo_n "checking for $ac_word... " >&6; }
4912 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4913   $as_echo_n "(cached) " >&6
4914 else
4915   case $LDCONFIG in
4916   [\\/]* | ?:[\\/]*)
4917   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4918   ;;
4919   *)
4920   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4921 for as_dir in /sbin /usr/sbin $PATH
4922 do
4923   IFS=$as_save_IFS
4924   test -z "$as_dir" && as_dir=.
4925   for ac_exec_ext in '' $ac_executable_extensions; do
4926   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4927     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4928     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4929     break 2
4930   fi
4931 done
4932 done
4933 IFS=$as_save_IFS
4934
4935   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4936   ;;
4937 esac
4938 fi
4939 LDCONFIG=$ac_cv_path_LDCONFIG
4940 if test -n "$LDCONFIG"; then
4941   { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4942 $as_echo "$LDCONFIG" >&6; }
4943 else
4944   { $as_echo "$as_me:$LINENO: result: no" >&5
4945 $as_echo "no" >&6; }
4946 fi
4947
4948
4949 # Find a good install program.  We prefer a C program (faster),
4950 # so one script is as good as another.  But avoid the broken or
4951 # incompatible versions:
4952 # SysV /etc/install, /usr/sbin/install
4953 # SunOS /usr/etc/install
4954 # IRIX /sbin/install
4955 # AIX /bin/install
4956 # AmigaOS /C/install, which installs bootblocks on floppy discs
4957 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4958 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4959 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4960 # OS/2's system install, which has a completely different semantic
4961 # ./install, which can be erroneously created by make from ./install.sh.
4962 # Reject install programs that cannot install multiple files.
4963 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4964 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4965 if test -z "$INSTALL"; then
4966 if test "${ac_cv_path_install+set}" = set; then
4967   $as_echo_n "(cached) " >&6
4968 else
4969   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4970 for as_dir in $PATH
4971 do
4972   IFS=$as_save_IFS
4973   test -z "$as_dir" && as_dir=.
4974   # Account for people who put trailing slashes in PATH elements.
4975 case $as_dir/ in
4976   ./ | .// | /cC/* | \
4977   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4978   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4979   /usr/ucb/* ) ;;
4980   *)
4981     # OSF1 and SCO ODT 3.0 have their own names for install.
4982     # Don't use installbsd from OSF since it installs stuff as root
4983     # by default.
4984     for ac_prog in ginstall scoinst install; do
4985       for ac_exec_ext in '' $ac_executable_extensions; do
4986         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4987           if test $ac_prog = install &&
4988             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4989             # AIX install.  It has an incompatible calling convention.
4990             :
4991           elif test $ac_prog = install &&
4992             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4993             # program-specific install script used by HP pwplus--don't use.
4994             :
4995           else
4996             rm -rf conftest.one conftest.two conftest.dir
4997             echo one > conftest.one
4998             echo two > conftest.two
4999             mkdir conftest.dir
5000             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5001               test -s conftest.one && test -s conftest.two &&
5002               test -s conftest.dir/conftest.one &&
5003               test -s conftest.dir/conftest.two
5004             then
5005               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5006               break 3
5007             fi
5008           fi
5009         fi
5010       done
5011     done
5012     ;;
5013 esac
5014
5015 done
5016 IFS=$as_save_IFS
5017
5018 rm -rf conftest.one conftest.two conftest.dir
5019
5020 fi
5021   if test "${ac_cv_path_install+set}" = set; then
5022     INSTALL=$ac_cv_path_install
5023   else
5024     # As a last resort, use the slow shell script.  Don't cache a
5025     # value for INSTALL within a source directory, because that will
5026     # break other packages using the cache if that directory is
5027     # removed, or if the value is a relative name.
5028     INSTALL=$ac_install_sh
5029   fi
5030 fi
5031 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
5032 $as_echo "$INSTALL" >&6; }
5033
5034 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5035 # It thinks the first close brace ends the variable substitution.
5036 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5037
5038 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5039
5040 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5041
5042 case "$INSTALL" in
5043   [\\/$]* | ?:[\\/]* ) ;;
5044   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
5045 esac
5046
5047 for ac_prog in lclint lint
5048 do
5049   # Extract the first word of "$ac_prog", so it can be a program name with args.
5050 set dummy $ac_prog; ac_word=$2
5051 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5052 $as_echo_n "checking for $ac_word... " >&6; }
5053 if test "${ac_cv_prog_LINT+set}" = set; then
5054   $as_echo_n "(cached) " >&6
5055 else
5056   if test -n "$LINT"; then
5057   ac_cv_prog_LINT="$LINT" # Let the user override the test.
5058 else
5059 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5060 for as_dir in $PATH
5061 do
5062   IFS=$as_save_IFS
5063   test -z "$as_dir" && as_dir=.
5064   for ac_exec_ext in '' $ac_executable_extensions; do
5065   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5066     ac_cv_prog_LINT="$ac_prog"
5067     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5068     break 2
5069   fi
5070 done
5071 done
5072 IFS=$as_save_IFS
5073
5074 fi
5075 fi
5076 LINT=$ac_cv_prog_LINT
5077 if test -n "$LINT"; then
5078   { $as_echo "$as_me:$LINENO: result: $LINT" >&5
5079 $as_echo "$LINT" >&6; }
5080 else
5081   { $as_echo "$as_me:$LINENO: result: no" >&5
5082 $as_echo "no" >&6; }
5083 fi
5084
5085
5086   test -n "$LINT" && break
5087 done
5088
5089 if test "$LINT" = "lint"
5090 then
5091   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
5092   fi
5093
5094
5095
5096 for ac_prog in fontforge
5097 do
5098   # Extract the first word of "$ac_prog", so it can be a program name with args.
5099 set dummy $ac_prog; ac_word=$2
5100 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5101 $as_echo_n "checking for $ac_word... " >&6; }
5102 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
5103   $as_echo_n "(cached) " >&6
5104 else
5105   if test -n "$FONTFORGE"; then
5106   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5107 else
5108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5109 for as_dir in $PATH
5110 do
5111   IFS=$as_save_IFS
5112   test -z "$as_dir" && as_dir=.
5113   for ac_exec_ext in '' $ac_executable_extensions; do
5114   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5115     ac_cv_prog_FONTFORGE="$ac_prog"
5116     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5117     break 2
5118   fi
5119 done
5120 done
5121 IFS=$as_save_IFS
5122
5123 fi
5124 fi
5125 FONTFORGE=$ac_cv_prog_FONTFORGE
5126 if test -n "$FONTFORGE"; then
5127   { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
5128 $as_echo "$FONTFORGE" >&6; }
5129 else
5130   { $as_echo "$as_me:$LINENO: result: no" >&5
5131 $as_echo "no" >&6; }
5132 fi
5133
5134
5135   test -n "$FONTFORGE" && break
5136 done
5137 test -n "$FONTFORGE" || FONTFORGE="false"
5138
5139 for ac_prog in pkg-config
5140 do
5141   # Extract the first word of "$ac_prog", so it can be a program name with args.
5142 set dummy $ac_prog; ac_word=$2
5143 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5144 $as_echo_n "checking for $ac_word... " >&6; }
5145 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
5146   $as_echo_n "(cached) " >&6
5147 else
5148   if test -n "$PKG_CONFIG"; then
5149   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5150 else
5151 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5152 for as_dir in $PATH
5153 do
5154   IFS=$as_save_IFS
5155   test -z "$as_dir" && as_dir=.
5156   for ac_exec_ext in '' $ac_executable_extensions; do
5157   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5158     ac_cv_prog_PKG_CONFIG="$ac_prog"
5159     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5160     break 2
5161   fi
5162 done
5163 done
5164 IFS=$as_save_IFS
5165
5166 fi
5167 fi
5168 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5169 if test -n "$PKG_CONFIG"; then
5170   { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
5171 $as_echo "$PKG_CONFIG" >&6; }
5172 else
5173   { $as_echo "$as_me:$LINENO: result: no" >&5
5174 $as_echo "no" >&6; }
5175 fi
5176
5177
5178   test -n "$PKG_CONFIG" && break
5179 done
5180 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
5181
5182 for ac_prog in rsvg
5183 do
5184   # Extract the first word of "$ac_prog", so it can be a program name with args.
5185 set dummy $ac_prog; ac_word=$2
5186 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5187 $as_echo_n "checking for $ac_word... " >&6; }
5188 if test "${ac_cv_prog_RSVG+set}" = set; then
5189   $as_echo_n "(cached) " >&6
5190 else
5191   if test -n "$RSVG"; then
5192   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5193 else
5194 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5195 for as_dir in $PATH
5196 do
5197   IFS=$as_save_IFS
5198   test -z "$as_dir" && as_dir=.
5199   for ac_exec_ext in '' $ac_executable_extensions; do
5200   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5201     ac_cv_prog_RSVG="$ac_prog"
5202     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5203     break 2
5204   fi
5205 done
5206 done
5207 IFS=$as_save_IFS
5208
5209 fi
5210 fi
5211 RSVG=$ac_cv_prog_RSVG
5212 if test -n "$RSVG"; then
5213   { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
5214 $as_echo "$RSVG" >&6; }
5215 else
5216   { $as_echo "$as_me:$LINENO: result: no" >&5
5217 $as_echo "no" >&6; }
5218 fi
5219
5220
5221   test -n "$RSVG" && break
5222 done
5223 test -n "$RSVG" || RSVG="false"
5224
5225 for ac_prog in icotool
5226 do
5227   # Extract the first word of "$ac_prog", so it can be a program name with args.
5228 set dummy $ac_prog; ac_word=$2
5229 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5230 $as_echo_n "checking for $ac_word... " >&6; }
5231 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
5232   $as_echo_n "(cached) " >&6
5233 else
5234   if test -n "$ICOTOOL"; then
5235   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5236 else
5237 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5238 for as_dir in $PATH
5239 do
5240   IFS=$as_save_IFS
5241   test -z "$as_dir" && as_dir=.
5242   for ac_exec_ext in '' $ac_executable_extensions; do
5243   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5244     ac_cv_prog_ICOTOOL="$ac_prog"
5245     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5246     break 2
5247   fi
5248 done
5249 done
5250 IFS=$as_save_IFS
5251
5252 fi
5253 fi
5254 ICOTOOL=$ac_cv_prog_ICOTOOL
5255 if test -n "$ICOTOOL"; then
5256   { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
5257 $as_echo "$ICOTOOL" >&6; }
5258 else
5259   { $as_echo "$as_me:$LINENO: result: no" >&5
5260 $as_echo "no" >&6; }
5261 fi
5262
5263
5264   test -n "$ICOTOOL" && break
5265 done
5266 test -n "$ICOTOOL" || ICOTOOL="false"
5267
5268
5269 if test "${enable_maintainer_mode+set}" = set
5270 then
5271   if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5272   if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5273   if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5274 fi
5275
5276 case $host_cpu in
5277   *i[3456789]86*)
5278     # Extract the first word of "prelink", so it can be a program name with args.
5279 set dummy prelink; ac_word=$2
5280 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5281 $as_echo_n "checking for $ac_word... " >&6; }
5282 if test "${ac_cv_path_PRELINK+set}" = set; then
5283   $as_echo_n "(cached) " >&6
5284 else
5285   case $PRELINK in
5286   [\\/]* | ?:[\\/]*)
5287   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5288   ;;
5289   *)
5290   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5291 for as_dir in /sbin /usr/sbin $PATH
5292 do
5293   IFS=$as_save_IFS
5294   test -z "$as_dir" && as_dir=.
5295   for ac_exec_ext in '' $ac_executable_extensions; do
5296   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5297     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5298     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5299     break 2
5300   fi
5301 done
5302 done
5303 IFS=$as_save_IFS
5304
5305   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5306   ;;
5307 esac
5308 fi
5309 PRELINK=$ac_cv_path_PRELINK
5310 if test -n "$PRELINK"; then
5311   { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
5312 $as_echo "$PRELINK" >&6; }
5313 else
5314   { $as_echo "$as_me:$LINENO: result: no" >&5
5315 $as_echo "no" >&6; }
5316 fi
5317
5318
5319     ;;
5320 esac
5321
5322
5323
5324 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5325 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5326 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5327   $as_echo_n "(cached) " >&6
5328 else
5329   ac_check_lib_save_LIBS=$LIBS
5330 LIBS="-li386  $LIBS"
5331 cat >conftest.$ac_ext <<_ACEOF
5332 /* confdefs.h.  */
5333 _ACEOF
5334 cat confdefs.h >>conftest.$ac_ext
5335 cat >>conftest.$ac_ext <<_ACEOF
5336 /* end confdefs.h.  */
5337
5338 /* Override any GCC internal prototype to avoid an error.
5339    Use char because int might match the return type of a GCC
5340    builtin and then its argument prototype would still apply.  */
5341 #ifdef __cplusplus
5342 extern "C"
5343 #endif
5344 char i386_set_ldt ();
5345 int
5346 main ()
5347 {
5348 return i386_set_ldt ();
5349   ;
5350   return 0;
5351 }
5352 _ACEOF
5353 rm -f conftest.$ac_objext conftest$ac_exeext
5354 if { (ac_try="$ac_link"
5355 case "(($ac_try" in
5356   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5357   *) ac_try_echo=$ac_try;;
5358 esac
5359 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5360 $as_echo "$ac_try_echo") >&5
5361   (eval "$ac_link") 2>conftest.er1
5362   ac_status=$?
5363   grep -v '^ *+' conftest.er1 >conftest.err
5364   rm -f conftest.er1
5365   cat conftest.err >&5
5366   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5367   (exit $ac_status); } && {
5368          test -z "$ac_c_werror_flag" ||
5369          test ! -s conftest.err
5370        } && test -s conftest$ac_exeext && {
5371          test "$cross_compiling" = yes ||
5372          $as_test_x conftest$ac_exeext
5373        }; then
5374   ac_cv_lib_i386_i386_set_ldt=yes
5375 else
5376   $as_echo "$as_me: failed program was:" >&5
5377 sed 's/^/| /' conftest.$ac_ext >&5
5378
5379         ac_cv_lib_i386_i386_set_ldt=no
5380 fi
5381
5382 rm -rf conftest.dSYM
5383 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5384       conftest$ac_exeext conftest.$ac_ext
5385 LIBS=$ac_check_lib_save_LIBS
5386 fi
5387 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5388 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5389 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
5390   cat >>confdefs.h <<_ACEOF
5391 #define HAVE_LIBI386 1
5392 _ACEOF
5393
5394   LIBS="-li386 $LIBS"
5395
5396 fi
5397
5398
5399 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5400 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5401 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5402   $as_echo_n "(cached) " >&6
5403 else
5404   ac_check_lib_save_LIBS=$LIBS
5405 LIBS="-lossaudio  $LIBS"
5406 cat >conftest.$ac_ext <<_ACEOF
5407 /* confdefs.h.  */
5408 _ACEOF
5409 cat confdefs.h >>conftest.$ac_ext
5410 cat >>conftest.$ac_ext <<_ACEOF
5411 /* end confdefs.h.  */
5412
5413 /* Override any GCC internal prototype to avoid an error.
5414    Use char because int might match the return type of a GCC
5415    builtin and then its argument prototype would still apply.  */
5416 #ifdef __cplusplus
5417 extern "C"
5418 #endif
5419 char _oss_ioctl ();
5420 int
5421 main ()
5422 {
5423 return _oss_ioctl ();
5424   ;
5425   return 0;
5426 }
5427 _ACEOF
5428 rm -f conftest.$ac_objext conftest$ac_exeext
5429 if { (ac_try="$ac_link"
5430 case "(($ac_try" in
5431   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5432   *) ac_try_echo=$ac_try;;
5433 esac
5434 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5435 $as_echo "$ac_try_echo") >&5
5436   (eval "$ac_link") 2>conftest.er1
5437   ac_status=$?
5438   grep -v '^ *+' conftest.er1 >conftest.err
5439   rm -f conftest.er1
5440   cat conftest.err >&5
5441   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5442   (exit $ac_status); } && {
5443          test -z "$ac_c_werror_flag" ||
5444          test ! -s conftest.err
5445        } && test -s conftest$ac_exeext && {
5446          test "$cross_compiling" = yes ||
5447          $as_test_x conftest$ac_exeext
5448        }; then
5449   ac_cv_lib_ossaudio__oss_ioctl=yes
5450 else
5451   $as_echo "$as_me: failed program was:" >&5
5452 sed 's/^/| /' conftest.$ac_ext >&5
5453
5454         ac_cv_lib_ossaudio__oss_ioctl=no
5455 fi
5456
5457 rm -rf conftest.dSYM
5458 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5459       conftest$ac_exeext conftest.$ac_ext
5460 LIBS=$ac_check_lib_save_LIBS
5461 fi
5462 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5463 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5464 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
5465   cat >>confdefs.h <<_ACEOF
5466 #define HAVE_LIBOSSAUDIO 1
5467 _ACEOF
5468
5469   LIBS="-lossaudio $LIBS"
5470
5471 fi
5472
5473
5474 XLIB=""
5475
5476 OPENGL_LIBS=""
5477
5478
5479
5480 ac_ext=c
5481 ac_cpp='$CPP $CPPFLAGS'
5482 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5483 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5484 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5485 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5486 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5487 # On Suns, sometimes $CPP names a directory.
5488 if test -n "$CPP" && test -d "$CPP"; then
5489   CPP=
5490 fi
5491 if test -z "$CPP"; then
5492   if test "${ac_cv_prog_CPP+set}" = set; then
5493   $as_echo_n "(cached) " >&6
5494 else
5495       # Double quotes because CPP needs to be expanded
5496     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5497     do
5498       ac_preproc_ok=false
5499 for ac_c_preproc_warn_flag in '' yes
5500 do
5501   # Use a header file that comes with gcc, so configuring glibc
5502   # with a fresh cross-compiler works.
5503   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5504   # <limits.h> exists even on freestanding compilers.
5505   # On the NeXT, cc -E runs the code through the compiler's parser,
5506   # not just through cpp. "Syntax error" is here to catch this case.
5507   cat >conftest.$ac_ext <<_ACEOF
5508 /* confdefs.h.  */
5509 _ACEOF
5510 cat confdefs.h >>conftest.$ac_ext
5511 cat >>conftest.$ac_ext <<_ACEOF
5512 /* end confdefs.h.  */
5513 #ifdef __STDC__
5514 # include <limits.h>
5515 #else
5516 # include <assert.h>
5517 #endif
5518                      Syntax error
5519 _ACEOF
5520 if { (ac_try="$ac_cpp conftest.$ac_ext"
5521 case "(($ac_try" in
5522   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5523   *) ac_try_echo=$ac_try;;
5524 esac
5525 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5526 $as_echo "$ac_try_echo") >&5
5527   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5528   ac_status=$?
5529   grep -v '^ *+' conftest.er1 >conftest.err
5530   rm -f conftest.er1
5531   cat conftest.err >&5
5532   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5533   (exit $ac_status); } >/dev/null && {
5534          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5535          test ! -s conftest.err
5536        }; then
5537   :
5538 else
5539   $as_echo "$as_me: failed program was:" >&5
5540 sed 's/^/| /' conftest.$ac_ext >&5
5541
5542   # Broken: fails on valid input.
5543 continue
5544 fi
5545
5546 rm -f conftest.err conftest.$ac_ext
5547
5548   # OK, works on sane cases.  Now check whether nonexistent headers
5549   # can be detected and how.
5550   cat >conftest.$ac_ext <<_ACEOF
5551 /* confdefs.h.  */
5552 _ACEOF
5553 cat confdefs.h >>conftest.$ac_ext
5554 cat >>conftest.$ac_ext <<_ACEOF
5555 /* end confdefs.h.  */
5556 #include <ac_nonexistent.h>
5557 _ACEOF
5558 if { (ac_try="$ac_cpp conftest.$ac_ext"
5559 case "(($ac_try" in
5560   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5561   *) ac_try_echo=$ac_try;;
5562 esac
5563 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5564 $as_echo "$ac_try_echo") >&5
5565   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5566   ac_status=$?
5567   grep -v '^ *+' conftest.er1 >conftest.err
5568   rm -f conftest.er1
5569   cat conftest.err >&5
5570   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5571   (exit $ac_status); } >/dev/null && {
5572          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5573          test ! -s conftest.err
5574        }; then
5575   # Broken: success on invalid input.
5576 continue
5577 else
5578   $as_echo "$as_me: failed program was:" >&5
5579 sed 's/^/| /' conftest.$ac_ext >&5
5580
5581   # Passes both tests.
5582 ac_preproc_ok=:
5583 break
5584 fi
5585
5586 rm -f conftest.err conftest.$ac_ext
5587
5588 done
5589 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5590 rm -f conftest.err conftest.$ac_ext
5591 if $ac_preproc_ok; then
5592   break
5593 fi
5594
5595     done
5596     ac_cv_prog_CPP=$CPP
5597
5598 fi
5599   CPP=$ac_cv_prog_CPP
5600 else
5601   ac_cv_prog_CPP=$CPP
5602 fi
5603 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
5604 $as_echo "$CPP" >&6; }
5605 ac_preproc_ok=false
5606 for ac_c_preproc_warn_flag in '' yes
5607 do
5608   # Use a header file that comes with gcc, so configuring glibc
5609   # with a fresh cross-compiler works.
5610   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5611   # <limits.h> exists even on freestanding compilers.
5612   # On the NeXT, cc -E runs the code through the compiler's parser,
5613   # not just through cpp. "Syntax error" is here to catch this case.
5614   cat >conftest.$ac_ext <<_ACEOF
5615 /* confdefs.h.  */
5616 _ACEOF
5617 cat confdefs.h >>conftest.$ac_ext
5618 cat >>conftest.$ac_ext <<_ACEOF
5619 /* end confdefs.h.  */
5620 #ifdef __STDC__
5621 # include <limits.h>
5622 #else
5623 # include <assert.h>
5624 #endif
5625                      Syntax error
5626 _ACEOF
5627 if { (ac_try="$ac_cpp conftest.$ac_ext"
5628 case "(($ac_try" in
5629   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5630   *) ac_try_echo=$ac_try;;
5631 esac
5632 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5633 $as_echo "$ac_try_echo") >&5
5634   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5635   ac_status=$?
5636   grep -v '^ *+' conftest.er1 >conftest.err
5637   rm -f conftest.er1
5638   cat conftest.err >&5
5639   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5640   (exit $ac_status); } >/dev/null && {
5641          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5642          test ! -s conftest.err
5643        }; then
5644   :
5645 else
5646   $as_echo "$as_me: failed program was:" >&5
5647 sed 's/^/| /' conftest.$ac_ext >&5
5648
5649   # Broken: fails on valid input.
5650 continue
5651 fi
5652
5653 rm -f conftest.err conftest.$ac_ext
5654
5655   # OK, works on sane cases.  Now check whether nonexistent headers
5656   # can be detected and how.
5657   cat >conftest.$ac_ext <<_ACEOF
5658 /* confdefs.h.  */
5659 _ACEOF
5660 cat confdefs.h >>conftest.$ac_ext
5661 cat >>conftest.$ac_ext <<_ACEOF
5662 /* end confdefs.h.  */
5663 #include <ac_nonexistent.h>
5664 _ACEOF
5665 if { (ac_try="$ac_cpp conftest.$ac_ext"
5666 case "(($ac_try" in
5667   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5668   *) ac_try_echo=$ac_try;;
5669 esac
5670 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5671 $as_echo "$ac_try_echo") >&5
5672   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5673   ac_status=$?
5674   grep -v '^ *+' conftest.er1 >conftest.err
5675   rm -f conftest.er1
5676   cat conftest.err >&5
5677   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5678   (exit $ac_status); } >/dev/null && {
5679          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5680          test ! -s conftest.err
5681        }; then
5682   # Broken: success on invalid input.
5683 continue
5684 else
5685   $as_echo "$as_me: failed program was:" >&5
5686 sed 's/^/| /' conftest.$ac_ext >&5
5687
5688   # Passes both tests.
5689 ac_preproc_ok=:
5690 break
5691 fi
5692
5693 rm -f conftest.err conftest.$ac_ext
5694
5695 done
5696 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5697 rm -f conftest.err conftest.$ac_ext
5698 if $ac_preproc_ok; then
5699   :
5700 else
5701   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5702 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5703 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5704 See \`config.log' for more details." >&5
5705 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5706 See \`config.log' for more details." >&2;}
5707    { (exit 1); exit 1; }; }; }
5708 fi
5709
5710 ac_ext=c
5711 ac_cpp='$CPP $CPPFLAGS'
5712 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5713 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5714 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5715
5716
5717 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5718 $as_echo_n "checking for ANSI C header files... " >&6; }
5719 if test "${ac_cv_header_stdc+set}" = set; then
5720   $as_echo_n "(cached) " >&6
5721 else
5722   cat >conftest.$ac_ext <<_ACEOF
5723 /* confdefs.h.  */
5724 _ACEOF
5725 cat confdefs.h >>conftest.$ac_ext
5726 cat >>conftest.$ac_ext <<_ACEOF
5727 /* end confdefs.h.  */
5728 #include <stdlib.h>
5729 #include <stdarg.h>
5730 #include <string.h>
5731 #include <float.h>
5732
5733 int
5734 main ()
5735 {
5736
5737   ;
5738   return 0;
5739 }
5740 _ACEOF
5741 rm -f conftest.$ac_objext
5742 if { (ac_try="$ac_compile"
5743 case "(($ac_try" in
5744   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5745   *) ac_try_echo=$ac_try;;
5746 esac
5747 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5748 $as_echo "$ac_try_echo") >&5
5749   (eval "$ac_compile") 2>conftest.er1
5750   ac_status=$?
5751   grep -v '^ *+' conftest.er1 >conftest.err
5752   rm -f conftest.er1
5753   cat conftest.err >&5
5754   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5755   (exit $ac_status); } && {
5756          test -z "$ac_c_werror_flag" ||
5757          test ! -s conftest.err
5758        } && test -s conftest.$ac_objext; then
5759   ac_cv_header_stdc=yes
5760 else
5761   $as_echo "$as_me: failed program was:" >&5
5762 sed 's/^/| /' conftest.$ac_ext >&5
5763
5764         ac_cv_header_stdc=no
5765 fi
5766
5767 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5768
5769 if test $ac_cv_header_stdc = yes; then
5770   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5771   cat >conftest.$ac_ext <<_ACEOF
5772 /* confdefs.h.  */
5773 _ACEOF
5774 cat confdefs.h >>conftest.$ac_ext
5775 cat >>conftest.$ac_ext <<_ACEOF
5776 /* end confdefs.h.  */
5777 #include <string.h>
5778
5779 _ACEOF
5780 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5781   $EGREP "memchr" >/dev/null 2>&1; then
5782   :
5783 else
5784   ac_cv_header_stdc=no
5785 fi
5786 rm -f conftest*
5787
5788 fi
5789
5790 if test $ac_cv_header_stdc = yes; then
5791   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5792   cat >conftest.$ac_ext <<_ACEOF
5793 /* confdefs.h.  */
5794 _ACEOF
5795 cat confdefs.h >>conftest.$ac_ext
5796 cat >>conftest.$ac_ext <<_ACEOF
5797 /* end confdefs.h.  */
5798 #include <stdlib.h>
5799
5800 _ACEOF
5801 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5802   $EGREP "free" >/dev/null 2>&1; then
5803   :
5804 else
5805   ac_cv_header_stdc=no
5806 fi
5807 rm -f conftest*
5808
5809 fi
5810
5811 if test $ac_cv_header_stdc = yes; then
5812   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5813   if test "$cross_compiling" = yes; then
5814   :
5815 else
5816   cat >conftest.$ac_ext <<_ACEOF
5817 /* confdefs.h.  */
5818 _ACEOF
5819 cat confdefs.h >>conftest.$ac_ext
5820 cat >>conftest.$ac_ext <<_ACEOF
5821 /* end confdefs.h.  */
5822 #include <ctype.h>
5823 #include <stdlib.h>
5824 #if ((' ' & 0x0FF) == 0x020)
5825 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5826 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5827 #else
5828 # define ISLOWER(c) \
5829                    (('a' <= (c) && (c) <= 'i') \
5830                      || ('j' <= (c) && (c) <= 'r') \
5831                      || ('s' <= (c) && (c) <= 'z'))
5832 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5833 #endif
5834
5835 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5836 int
5837 main ()
5838 {
5839   int i;
5840   for (i = 0; i < 256; i++)
5841     if (XOR (islower (i), ISLOWER (i))
5842         || toupper (i) != TOUPPER (i))
5843       return 2;
5844   return 0;
5845 }
5846 _ACEOF
5847 rm -f conftest$ac_exeext
5848 if { (ac_try="$ac_link"
5849 case "(($ac_try" in
5850   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5851   *) ac_try_echo=$ac_try;;
5852 esac
5853 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5854 $as_echo "$ac_try_echo") >&5
5855   (eval "$ac_link") 2>&5
5856   ac_status=$?
5857   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5858   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5859   { (case "(($ac_try" in
5860   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5861   *) ac_try_echo=$ac_try;;
5862 esac
5863 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5864 $as_echo "$ac_try_echo") >&5
5865   (eval "$ac_try") 2>&5
5866   ac_status=$?
5867   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5868   (exit $ac_status); }; }; then
5869   :
5870 else
5871   $as_echo "$as_me: program exited with status $ac_status" >&5
5872 $as_echo "$as_me: failed program was:" >&5
5873 sed 's/^/| /' conftest.$ac_ext >&5
5874
5875 ( exit $ac_status )
5876 ac_cv_header_stdc=no
5877 fi
5878 rm -rf conftest.dSYM
5879 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5880 fi
5881
5882
5883 fi
5884 fi
5885 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5886 $as_echo "$ac_cv_header_stdc" >&6; }
5887 if test $ac_cv_header_stdc = yes; then
5888
5889 cat >>confdefs.h <<\_ACEOF
5890 #define STDC_HEADERS 1
5891 _ACEOF
5892
5893 fi
5894
5895 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5906                   inttypes.h stdint.h unistd.h
5907 do
5908 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5909 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5910 $as_echo_n "checking for $ac_header... " >&6; }
5911 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5912   $as_echo_n "(cached) " >&6
5913 else
5914   cat >conftest.$ac_ext <<_ACEOF
5915 /* confdefs.h.  */
5916 _ACEOF
5917 cat confdefs.h >>conftest.$ac_ext
5918 cat >>conftest.$ac_ext <<_ACEOF
5919 /* end confdefs.h.  */
5920 $ac_includes_default
5921
5922 #include <$ac_header>
5923 _ACEOF
5924 rm -f conftest.$ac_objext
5925 if { (ac_try="$ac_compile"
5926 case "(($ac_try" in
5927   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5928   *) ac_try_echo=$ac_try;;
5929 esac
5930 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5931 $as_echo "$ac_try_echo") >&5
5932   (eval "$ac_compile") 2>conftest.er1
5933   ac_status=$?
5934   grep -v '^ *+' conftest.er1 >conftest.err
5935   rm -f conftest.er1
5936   cat conftest.err >&5
5937   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5938   (exit $ac_status); } && {
5939          test -z "$ac_c_werror_flag" ||
5940          test ! -s conftest.err
5941        } && test -s conftest.$ac_objext; then
5942   eval "$as_ac_Header=yes"
5943 else
5944   $as_echo "$as_me: failed program was:" >&5
5945 sed 's/^/| /' conftest.$ac_ext >&5
5946
5947         eval "$as_ac_Header=no"
5948 fi
5949
5950 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5951 fi
5952 ac_res=`eval 'as_val=${'$as_ac_Header'}
5953                  $as_echo "$as_val"'`
5954                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5955 $as_echo "$ac_res" >&6; }
5956 as_val=`eval 'as_val=${'$as_ac_Header'}
5957                  $as_echo "$as_val"'`
5958    if test "x$as_val" = x""yes; then
5959   cat >>confdefs.h <<_ACEOF
5960 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5961 _ACEOF
5962
5963 fi
5964
5965 done
5966
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 for ac_header in \
6090         AudioUnit/AudioUnit.h \
6091         Carbon/Carbon.h \
6092         CoreAudio/CoreAudio.h \
6093         DiskArbitration/DiskArbitration.h \
6094         IOKit/IOKitLib.h \
6095         IOKit/hid/IOHIDLib.h \
6096         alias.h \
6097         alsa/asoundlib.h \
6098         arpa/inet.h \
6099         arpa/nameser.h \
6100         asm/types.h \
6101         capi20.h \
6102         curses.h \
6103         direct.h \
6104         dirent.h \
6105         dlfcn.h \
6106         elf.h \
6107         float.h \
6108         fontconfig/fontconfig.h \
6109         getopt.h \
6110         grp.h \
6111         ieeefp.h \
6112         inet/mib2.h \
6113         io.h \
6114         jack/jack.h \
6115         jpeglib.h \
6116         kstat.h \
6117         lber.h \
6118         lcms.h \
6119         lcms/lcms.h \
6120         ldap.h \
6121         libaudioio.h \
6122         link.h \
6123         linux/cdrom.h \
6124         linux/compiler.h \
6125         linux/hdreg.h \
6126         linux/input.h \
6127         linux/ioctl.h \
6128         linux/joystick.h \
6129         linux/major.h \
6130         linux/param.h \
6131         linux/serial.h \
6132         linux/types.h \
6133         linux/ucdrom.h \
6134         mach/mach.h \
6135         mach/machine.h \
6136         machine/cpu.h \
6137         machine/limits.h \
6138         machine/soundcard.h \
6139         mntent.h \
6140         ncurses.h \
6141         netdb.h \
6142         netinet/in.h \
6143         netinet/in_systm.h \
6144         netinet/tcp.h \
6145         netinet/tcp_fsm.h \
6146         openssl/err.h \
6147         openssl/ssl.h \
6148         png.h \
6149         poll.h \
6150         process.h \
6151         pthread.h \
6152         pwd.h \
6153         regex.h \
6154         sched.h \
6155         scsi/scsi.h \
6156         scsi/scsi_ioctl.h \
6157         scsi/sg.h \
6158         soundcard.h \
6159         stdint.h \
6160         strings.h \
6161         stropts.h \
6162         sys/asoundlib.h \
6163         sys/cdio.h \
6164         sys/elf32.h \
6165         sys/epoll.h \
6166         sys/errno.h \
6167         sys/event.h \
6168         sys/exec_elf.h \
6169         sys/filio.h \
6170         sys/ioctl.h \
6171         sys/ipc.h \
6172         sys/limits.h \
6173         sys/link.h \
6174         sys/lwp.h \
6175         sys/mman.h \
6176         sys/modem.h \
6177         sys/msg.h \
6178         sys/mtio.h \
6179         sys/param.h \
6180         sys/poll.h \
6181         sys/prctl.h \
6182         sys/protosw.h \
6183         sys/ptrace.h \
6184         sys/reg.h \
6185         sys/resource.h \
6186         sys/scsiio.h \
6187         sys/shm.h \
6188         sys/signal.h \
6189         sys/socket.h \
6190         sys/socketvar.h \
6191         sys/sockio.h \
6192         sys/soundcard.h \
6193         sys/statvfs.h \
6194         sys/strtio.h \
6195         sys/syscall.h \
6196         sys/tihdr.h \
6197         sys/time.h \
6198         sys/timeout.h \
6199         sys/times.h \
6200         sys/uio.h \
6201         sys/un.h \
6202         sys/utsname.h \
6203         sys/vm86.h \
6204         sys/wait.h \
6205         syscall.h \
6206         termios.h \
6207         unistd.h \
6208         utime.h \
6209         valgrind/memcheck.h \
6210         valgrind/valgrind.h
6211
6212 do
6213 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6214 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6215   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6216 $as_echo_n "checking for $ac_header... " >&6; }
6217 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6218   $as_echo_n "(cached) " >&6
6219 fi
6220 ac_res=`eval 'as_val=${'$as_ac_Header'}
6221                  $as_echo "$as_val"'`
6222                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6223 $as_echo "$ac_res" >&6; }
6224 else
6225   # Is the header compilable?
6226 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
6227 $as_echo_n "checking $ac_header usability... " >&6; }
6228 cat >conftest.$ac_ext <<_ACEOF
6229 /* confdefs.h.  */
6230 _ACEOF
6231 cat confdefs.h >>conftest.$ac_ext
6232 cat >>conftest.$ac_ext <<_ACEOF
6233 /* end confdefs.h.  */
6234 $ac_includes_default
6235 #include <$ac_header>
6236 _ACEOF
6237 rm -f conftest.$ac_objext
6238 if { (ac_try="$ac_compile"
6239 case "(($ac_try" in
6240   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6241   *) ac_try_echo=$ac_try;;
6242 esac
6243 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6244 $as_echo "$ac_try_echo") >&5
6245   (eval "$ac_compile") 2>conftest.er1
6246   ac_status=$?
6247   grep -v '^ *+' conftest.er1 >conftest.err
6248   rm -f conftest.er1
6249   cat conftest.err >&5
6250   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6251   (exit $ac_status); } && {
6252          test -z "$ac_c_werror_flag" ||
6253          test ! -s conftest.err
6254        } && test -s conftest.$ac_objext; then
6255   ac_header_compiler=yes
6256 else
6257   $as_echo "$as_me: failed program was:" >&5
6258 sed 's/^/| /' conftest.$ac_ext >&5
6259
6260         ac_header_compiler=no
6261 fi
6262
6263 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6264 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6265 $as_echo "$ac_header_compiler" >&6; }
6266
6267 # Is the header present?
6268 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
6269 $as_echo_n "checking $ac_header presence... " >&6; }
6270 cat >conftest.$ac_ext <<_ACEOF
6271 /* confdefs.h.  */
6272 _ACEOF
6273 cat confdefs.h >>conftest.$ac_ext
6274 cat >>conftest.$ac_ext <<_ACEOF
6275 /* end confdefs.h.  */
6276 #include <$ac_header>
6277 _ACEOF
6278 if { (ac_try="$ac_cpp conftest.$ac_ext"
6279 case "(($ac_try" in
6280   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6281   *) ac_try_echo=$ac_try;;
6282 esac
6283 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6284 $as_echo "$ac_try_echo") >&5
6285   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6286   ac_status=$?
6287   grep -v '^ *+' conftest.er1 >conftest.err
6288   rm -f conftest.er1
6289   cat conftest.err >&5
6290   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6291   (exit $ac_status); } >/dev/null && {
6292          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6293          test ! -s conftest.err
6294        }; then
6295   ac_header_preproc=yes
6296 else
6297   $as_echo "$as_me: failed program was:" >&5
6298 sed 's/^/| /' conftest.$ac_ext >&5
6299
6300   ac_header_preproc=no
6301 fi
6302
6303 rm -f conftest.err conftest.$ac_ext
6304 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6305 $as_echo "$ac_header_preproc" >&6; }
6306
6307 # So?  What about this header?
6308 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6309   yes:no: )
6310     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6311 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6312     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6313 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6314     ac_header_preproc=yes
6315     ;;
6316   no:yes:* )
6317     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6318 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6319     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
6320 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
6321     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6322 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6323     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
6324 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
6325     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6326 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6327     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6328 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6329     ( cat <<\_ASBOX
6330 ## ------------------------------------ ##
6331 ## Report this to wine-devel@winehq.org ##
6332 ## ------------------------------------ ##
6333 _ASBOX
6334      ) | sed "s/^/$as_me: WARNING:     /" >&2
6335     ;;
6336 esac
6337 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6338 $as_echo_n "checking for $ac_header... " >&6; }
6339 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6340   $as_echo_n "(cached) " >&6
6341 else
6342   eval "$as_ac_Header=\$ac_header_preproc"
6343 fi
6344 ac_res=`eval 'as_val=${'$as_ac_Header'}
6345                  $as_echo "$as_val"'`
6346                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6347 $as_echo "$ac_res" >&6; }
6348
6349 fi
6350 as_val=`eval 'as_val=${'$as_ac_Header'}
6351                  $as_echo "$as_val"'`
6352    if test "x$as_val" = x""yes; then
6353   cat >>confdefs.h <<_ACEOF
6354 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6355 _ACEOF
6356
6357 fi
6358
6359 done
6360
6361 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6362 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6363 if test "${ac_cv_header_stat_broken+set}" = set; then
6364   $as_echo_n "(cached) " >&6
6365 else
6366   cat >conftest.$ac_ext <<_ACEOF
6367 /* confdefs.h.  */
6368 _ACEOF
6369 cat confdefs.h >>conftest.$ac_ext
6370 cat >>conftest.$ac_ext <<_ACEOF
6371 /* end confdefs.h.  */
6372 #include <sys/types.h>
6373 #include <sys/stat.h>
6374
6375 #if defined S_ISBLK && defined S_IFDIR
6376 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6377 #endif
6378
6379 #if defined S_ISBLK && defined S_IFCHR
6380 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6381 #endif
6382
6383 #if defined S_ISLNK && defined S_IFREG
6384 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6385 #endif
6386
6387 #if defined S_ISSOCK && defined S_IFREG
6388 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6389 #endif
6390
6391 _ACEOF
6392 rm -f conftest.$ac_objext
6393 if { (ac_try="$ac_compile"
6394 case "(($ac_try" in
6395   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6396   *) ac_try_echo=$ac_try;;
6397 esac
6398 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6399 $as_echo "$ac_try_echo") >&5
6400   (eval "$ac_compile") 2>conftest.er1
6401   ac_status=$?
6402   grep -v '^ *+' conftest.er1 >conftest.err
6403   rm -f conftest.er1
6404   cat conftest.err >&5
6405   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6406   (exit $ac_status); } && {
6407          test -z "$ac_c_werror_flag" ||
6408          test ! -s conftest.err
6409        } && test -s conftest.$ac_objext; then
6410   ac_cv_header_stat_broken=no
6411 else
6412   $as_echo "$as_me: failed program was:" >&5
6413 sed 's/^/| /' conftest.$ac_ext >&5
6414
6415         ac_cv_header_stat_broken=yes
6416 fi
6417
6418 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6419 fi
6420 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6421 $as_echo "$ac_cv_header_stat_broken" >&6; }
6422 if test $ac_cv_header_stat_broken = yes; then
6423
6424 cat >>confdefs.h <<\_ACEOF
6425 #define STAT_MACROS_BROKEN 1
6426 _ACEOF
6427
6428 fi
6429
6430
6431
6432
6433
6434
6435
6436
6437 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6438 do
6439 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6440 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6441 $as_echo_n "checking for $ac_header... " >&6; }
6442 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6443   $as_echo_n "(cached) " >&6
6444 else
6445   cat >conftest.$ac_ext <<_ACEOF
6446 /* confdefs.h.  */
6447 _ACEOF
6448 cat confdefs.h >>conftest.$ac_ext
6449 cat >>conftest.$ac_ext <<_ACEOF
6450 /* end confdefs.h.  */
6451 #include <sys/types.h>
6452      #ifdef HAVE_SYS_PARAM_H
6453      # include <sys/param.h>
6454      #endif
6455
6456 #include <$ac_header>
6457 _ACEOF
6458 rm -f conftest.$ac_objext
6459 if { (ac_try="$ac_compile"
6460 case "(($ac_try" in
6461   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6462   *) ac_try_echo=$ac_try;;
6463 esac
6464 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6465 $as_echo "$ac_try_echo") >&5
6466   (eval "$ac_compile") 2>conftest.er1
6467   ac_status=$?
6468   grep -v '^ *+' conftest.er1 >conftest.err
6469   rm -f conftest.er1
6470   cat conftest.err >&5
6471   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6472   (exit $ac_status); } && {
6473          test -z "$ac_c_werror_flag" ||
6474          test ! -s conftest.err
6475        } && test -s conftest.$ac_objext; then
6476   eval "$as_ac_Header=yes"
6477 else
6478   $as_echo "$as_me: failed program was:" >&5
6479 sed 's/^/| /' conftest.$ac_ext >&5
6480
6481         eval "$as_ac_Header=no"
6482 fi
6483
6484 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6485 fi
6486 ac_res=`eval 'as_val=${'$as_ac_Header'}
6487                  $as_echo "$as_val"'`
6488                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6489 $as_echo "$ac_res" >&6; }
6490 as_val=`eval 'as_val=${'$as_ac_Header'}
6491                  $as_echo "$as_val"'`
6492    if test "x$as_val" = x""yes; then
6493   cat >>confdefs.h <<_ACEOF
6494 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6495 _ACEOF
6496
6497 fi
6498
6499 done
6500
6501
6502
6503
6504
6505
6506
6507
6508
6509
6510
6511
6512
6513
6514
6515 for ac_header in \
6516         netinet/ip.h \
6517         net/if.h \
6518         net/if_arp.h \
6519         net/if_dl.h \
6520         net/if_types.h \
6521         net/route.h \
6522         netinet/if_ether.h \
6523         netinet/if_inarp.h \
6524         netinet/in_pcb.h \
6525         netinet/ip_icmp.h \
6526         netinet/ip_var.h \
6527         netinet/udp.h \
6528         netipx/ipx.h \
6529
6530 do
6531 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6532 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6533 $as_echo_n "checking for $ac_header... " >&6; }
6534 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6535   $as_echo_n "(cached) " >&6
6536 else
6537   cat >conftest.$ac_ext <<_ACEOF
6538 /* confdefs.h.  */
6539 _ACEOF
6540 cat confdefs.h >>conftest.$ac_ext
6541 cat >>conftest.$ac_ext <<_ACEOF
6542 /* end confdefs.h.  */
6543 #include <sys/types.h>
6544      #ifdef HAVE_SYS_SOCKET_H
6545      # include <sys/socket.h>
6546      #endif
6547      #ifdef HAVE_SYS_SOCKETVAR_H
6548      # include <sys/socketvar.h>
6549      #endif
6550      #ifdef HAVE_NET_ROUTE_H
6551      # include <net/route.h>
6552      #endif
6553      #ifdef HAVE_NETINET_IN_H
6554      # include <netinet/in.h>
6555      #endif
6556      #ifdef HAVE_NETINET_IN_SYSTM_H
6557      # include <netinet/in_systm.h>
6558      #endif
6559      #ifdef HAVE_NET_IF_H
6560      # include <net/if.h>
6561      #endif
6562      #ifdef HAVE_NETINET_IP_H
6563      # include <netinet/ip.h>
6564      #endif
6565
6566 #include <$ac_header>
6567 _ACEOF
6568 rm -f conftest.$ac_objext
6569 if { (ac_try="$ac_compile"
6570 case "(($ac_try" in
6571   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6572   *) ac_try_echo=$ac_try;;
6573 esac
6574 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6575 $as_echo "$ac_try_echo") >&5
6576   (eval "$ac_compile") 2>conftest.er1
6577   ac_status=$?
6578   grep -v '^ *+' conftest.er1 >conftest.err
6579   rm -f conftest.er1
6580   cat conftest.err >&5
6581   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6582   (exit $ac_status); } && {
6583          test -z "$ac_c_werror_flag" ||
6584          test ! -s conftest.err
6585        } && test -s conftest.$ac_objext; then
6586   eval "$as_ac_Header=yes"
6587 else
6588   $as_echo "$as_me: failed program was:" >&5
6589 sed 's/^/| /' conftest.$ac_ext >&5
6590
6591         eval "$as_ac_Header=no"
6592 fi
6593
6594 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6595 fi
6596 ac_res=`eval 'as_val=${'$as_ac_Header'}
6597                  $as_echo "$as_val"'`
6598                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6599 $as_echo "$ac_res" >&6; }
6600 as_val=`eval 'as_val=${'$as_ac_Header'}
6601                  $as_echo "$as_val"'`
6602    if test "x$as_val" = x""yes; then
6603   cat >>confdefs.h <<_ACEOF
6604 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6605 _ACEOF
6606
6607 fi
6608
6609 done
6610
6611
6612
6613
6614
6615
6616 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6617 do
6618 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6619 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6620 $as_echo_n "checking for $ac_header... " >&6; }
6621 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6622   $as_echo_n "(cached) " >&6
6623 else
6624   cat >conftest.$ac_ext <<_ACEOF
6625 /* confdefs.h.  */
6626 _ACEOF
6627 cat confdefs.h >>conftest.$ac_ext
6628 cat >>conftest.$ac_ext <<_ACEOF
6629 /* end confdefs.h.  */
6630 #include <sys/types.h>
6631      #ifdef HAVE_ALIAS_H
6632      # include <alias.h>
6633      #endif
6634      #ifdef HAVE_SYS_SOCKET_H
6635      # include <sys/socket.h>
6636      #endif
6637      #ifdef HAVE_SYS_SOCKETVAR_H
6638      # include <sys/socketvar.h>
6639      #endif
6640      #ifdef HAVE_SYS_TIMEOUT_H
6641      # include <sys/timeout.h>
6642      #endif
6643      #ifdef HAVE_NETINET_IN_H
6644      # include <netinet/in.h>
6645      #endif
6646      #ifdef HAVE_NETINET_IN_SYSTM_H
6647      # include <netinet/in_systm.h>
6648      #endif
6649      #ifdef HAVE_NETINET_IP_H
6650      # include <netinet/ip.h>
6651      #endif
6652      #ifdef HAVE_NETINET_IP_VAR_H
6653      # include <netinet/ip_var.h>
6654      #endif
6655      #ifdef HAVE_NETINET_IP_ICMP_H
6656      # include <netinet/ip_icmp.h>
6657      #endif
6658      #ifdef HAVE_NETINET_UDP_H
6659      # include <netinet/udp.h>
6660      #endif
6661      #ifdef HAVE_NETINET_TCP_H
6662      # include <netinet/tcp.h>
6663      #endif
6664      #ifdef HAVE_NETINET_TCP_TIMER_H
6665      #include <netinet/tcp_timer.h>
6666      #endif
6667
6668 #include <$ac_header>
6669 _ACEOF
6670 rm -f conftest.$ac_objext
6671 if { (ac_try="$ac_compile"
6672 case "(($ac_try" in
6673   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6674   *) ac_try_echo=$ac_try;;
6675 esac
6676 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6677 $as_echo "$ac_try_echo") >&5
6678   (eval "$ac_compile") 2>conftest.er1
6679   ac_status=$?
6680   grep -v '^ *+' conftest.er1 >conftest.err
6681   rm -f conftest.er1
6682   cat conftest.err >&5
6683   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6684   (exit $ac_status); } && {
6685          test -z "$ac_c_werror_flag" ||
6686          test ! -s conftest.err
6687        } && test -s conftest.$ac_objext; then
6688   eval "$as_ac_Header=yes"
6689 else
6690   $as_echo "$as_me: failed program was:" >&5
6691 sed 's/^/| /' conftest.$ac_ext >&5
6692
6693         eval "$as_ac_Header=no"
6694 fi
6695
6696 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6697 fi
6698 ac_res=`eval 'as_val=${'$as_ac_Header'}
6699                  $as_echo "$as_val"'`
6700                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6701 $as_echo "$ac_res" >&6; }
6702 as_val=`eval 'as_val=${'$as_ac_Header'}
6703                  $as_echo "$as_val"'`
6704    if test "x$as_val" = x""yes; then
6705   cat >>confdefs.h <<_ACEOF
6706 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6707 _ACEOF
6708
6709 fi
6710
6711 done
6712
6713
6714
6715 for ac_header in linux/ipx.h
6716 do
6717 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6718 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6719 $as_echo_n "checking for $ac_header... " >&6; }
6720 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6721   $as_echo_n "(cached) " >&6
6722 else
6723   cat >conftest.$ac_ext <<_ACEOF
6724 /* confdefs.h.  */
6725 _ACEOF
6726 cat confdefs.h >>conftest.$ac_ext
6727 cat >>conftest.$ac_ext <<_ACEOF
6728 /* end confdefs.h.  */
6729 #include <sys/types.h>
6730      #ifdef HAVE_ASM_TYPES_H
6731      # include <asm/types.h>
6732      #endif
6733      #ifdef HAVE_SYS_SOCKET_H
6734      # include <sys/socket.h>
6735      #endif
6736      #ifdef HAVE_LINUX_TYPES_H
6737      # include <linux/types.h>
6738      #endif
6739
6740 #include <$ac_header>
6741 _ACEOF
6742 rm -f conftest.$ac_objext
6743 if { (ac_try="$ac_compile"
6744 case "(($ac_try" in
6745   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6746   *) ac_try_echo=$ac_try;;
6747 esac
6748 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6749 $as_echo "$ac_try_echo") >&5
6750   (eval "$ac_compile") 2>conftest.er1
6751   ac_status=$?
6752   grep -v '^ *+' conftest.er1 >conftest.err
6753   rm -f conftest.er1
6754   cat conftest.err >&5
6755   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6756   (exit $ac_status); } && {
6757          test -z "$ac_c_werror_flag" ||
6758          test ! -s conftest.err
6759        } && test -s conftest.$ac_objext; then
6760   eval "$as_ac_Header=yes"
6761 else
6762   $as_echo "$as_me: failed program was:" >&5
6763 sed 's/^/| /' conftest.$ac_ext >&5
6764
6765         eval "$as_ac_Header=no"
6766 fi
6767
6768 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6769 fi
6770 ac_res=`eval 'as_val=${'$as_ac_Header'}
6771                  $as_echo "$as_val"'`
6772                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6773 $as_echo "$ac_res" >&6; }
6774 as_val=`eval 'as_val=${'$as_ac_Header'}
6775                  $as_echo "$as_val"'`
6776    if test "x$as_val" = x""yes; then
6777   cat >>confdefs.h <<_ACEOF
6778 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6779 _ACEOF
6780
6781 fi
6782
6783 done
6784
6785
6786
6787 for ac_header in resolv.h
6788 do
6789 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6790 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6791 $as_echo_n "checking for $ac_header... " >&6; }
6792 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6793   $as_echo_n "(cached) " >&6
6794 else
6795   cat >conftest.$ac_ext <<_ACEOF
6796 /* confdefs.h.  */
6797 _ACEOF
6798 cat confdefs.h >>conftest.$ac_ext
6799 cat >>conftest.$ac_ext <<_ACEOF
6800 /* end confdefs.h.  */
6801 #include <sys/types.h>
6802      #ifdef HAVE_SYS_SOCKET_H
6803      # include <sys/socket.h>
6804      #endif
6805      #ifdef HAVE_NETINET_IN_H
6806      # include <netinet/in.h>
6807      #endif
6808      #ifdef HAVE_ARPA_NAMESER_H
6809      # include <arpa/nameser.h>
6810      #endif
6811
6812 #include <$ac_header>
6813 _ACEOF
6814 rm -f conftest.$ac_objext
6815 if { (ac_try="$ac_compile"
6816 case "(($ac_try" in
6817   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6818   *) ac_try_echo=$ac_try;;
6819 esac
6820 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6821 $as_echo "$ac_try_echo") >&5
6822   (eval "$ac_compile") 2>conftest.er1
6823   ac_status=$?
6824   grep -v '^ *+' conftest.er1 >conftest.err
6825   rm -f conftest.er1
6826   cat conftest.err >&5
6827   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6828   (exit $ac_status); } && {
6829          test -z "$ac_c_werror_flag" ||
6830          test ! -s conftest.err
6831        } && test -s conftest.$ac_objext; then
6832   eval "$as_ac_Header=yes"
6833 else
6834   $as_echo "$as_me: failed program was:" >&5
6835 sed 's/^/| /' conftest.$ac_ext >&5
6836
6837         eval "$as_ac_Header=no"
6838 fi
6839
6840 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6841 fi
6842 ac_res=`eval 'as_val=${'$as_ac_Header'}
6843                  $as_echo "$as_val"'`
6844                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6845 $as_echo "$ac_res" >&6; }
6846 as_val=`eval 'as_val=${'$as_ac_Header'}
6847                  $as_echo "$as_val"'`
6848    if test "x$as_val" = x""yes; then
6849   cat >>confdefs.h <<_ACEOF
6850 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6851 _ACEOF
6852
6853 fi
6854
6855 done
6856
6857
6858
6859 for ac_header in ucontext.h
6860 do
6861 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6862 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6863 $as_echo_n "checking for $ac_header... " >&6; }
6864 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6865   $as_echo_n "(cached) " >&6
6866 else
6867   cat >conftest.$ac_ext <<_ACEOF
6868 /* confdefs.h.  */
6869 _ACEOF
6870 cat confdefs.h >>conftest.$ac_ext
6871 cat >>conftest.$ac_ext <<_ACEOF
6872 /* end confdefs.h.  */
6873 #include <signal.h>
6874
6875 #include <$ac_header>
6876 _ACEOF
6877 rm -f conftest.$ac_objext
6878 if { (ac_try="$ac_compile"
6879 case "(($ac_try" in
6880   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6881   *) ac_try_echo=$ac_try;;
6882 esac
6883 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6884 $as_echo "$ac_try_echo") >&5
6885   (eval "$ac_compile") 2>conftest.er1
6886   ac_status=$?
6887   grep -v '^ *+' conftest.er1 >conftest.err
6888   rm -f conftest.er1
6889   cat conftest.err >&5
6890   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6891   (exit $ac_status); } && {
6892          test -z "$ac_c_werror_flag" ||
6893          test ! -s conftest.err
6894        } && test -s conftest.$ac_objext; then
6895   eval "$as_ac_Header=yes"
6896 else
6897   $as_echo "$as_me: failed program was:" >&5
6898 sed 's/^/| /' conftest.$ac_ext >&5
6899
6900         eval "$as_ac_Header=no"
6901 fi
6902
6903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6904 fi
6905 ac_res=`eval 'as_val=${'$as_ac_Header'}
6906                  $as_echo "$as_val"'`
6907                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6908 $as_echo "$ac_res" >&6; }
6909 as_val=`eval 'as_val=${'$as_ac_Header'}
6910                  $as_echo "$as_val"'`
6911    if test "x$as_val" = x""yes; then
6912   cat >>confdefs.h <<_ACEOF
6913 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6914 _ACEOF
6915
6916 fi
6917
6918 done
6919
6920
6921
6922 for ac_header in sys/thr.h
6923 do
6924 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6925 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6926 $as_echo_n "checking for $ac_header... " >&6; }
6927 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6928   $as_echo_n "(cached) " >&6
6929 else
6930   cat >conftest.$ac_ext <<_ACEOF
6931 /* confdefs.h.  */
6932 _ACEOF
6933 cat confdefs.h >>conftest.$ac_ext
6934 cat >>conftest.$ac_ext <<_ACEOF
6935 /* end confdefs.h.  */
6936 #include <sys/types.h>
6937 #ifdef HAVE_UCONTEXT_H
6938 #include <ucontext.h>
6939 #endif
6940
6941 #include <$ac_header>
6942 _ACEOF
6943 rm -f conftest.$ac_objext
6944 if { (ac_try="$ac_compile"
6945 case "(($ac_try" in
6946   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6947   *) ac_try_echo=$ac_try;;
6948 esac
6949 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6950 $as_echo "$ac_try_echo") >&5
6951   (eval "$ac_compile") 2>conftest.er1
6952   ac_status=$?
6953   grep -v '^ *+' conftest.er1 >conftest.err
6954   rm -f conftest.er1
6955   cat conftest.err >&5
6956   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6957   (exit $ac_status); } && {
6958          test -z "$ac_c_werror_flag" ||
6959          test ! -s conftest.err
6960        } && test -s conftest.$ac_objext; then
6961   eval "$as_ac_Header=yes"
6962 else
6963   $as_echo "$as_me: failed program was:" >&5
6964 sed 's/^/| /' conftest.$ac_ext >&5
6965
6966         eval "$as_ac_Header=no"
6967 fi
6968
6969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6970 fi
6971 ac_res=`eval 'as_val=${'$as_ac_Header'}
6972                  $as_echo "$as_val"'`
6973                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6974 $as_echo "$ac_res" >&6; }
6975 as_val=`eval 'as_val=${'$as_ac_Header'}
6976                  $as_echo "$as_val"'`
6977    if test "x$as_val" = x""yes; then
6978   cat >>confdefs.h <<_ACEOF
6979 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6980 _ACEOF
6981
6982 fi
6983
6984 done
6985
6986
6987
6988 for ac_header in pthread_np.h
6989 do
6990 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6991 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6992 $as_echo_n "checking for $ac_header... " >&6; }
6993 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6994   $as_echo_n "(cached) " >&6
6995 else
6996   cat >conftest.$ac_ext <<_ACEOF
6997 /* confdefs.h.  */
6998 _ACEOF
6999 cat confdefs.h >>conftest.$ac_ext
7000 cat >>conftest.$ac_ext <<_ACEOF
7001 /* end confdefs.h.  */
7002 #ifdef HAVE_PTHREAD_H
7003 #include <pthread.h>
7004 #endif
7005
7006 #include <$ac_header>
7007 _ACEOF
7008 rm -f conftest.$ac_objext
7009 if { (ac_try="$ac_compile"
7010 case "(($ac_try" in
7011   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7012   *) ac_try_echo=$ac_try;;
7013 esac
7014 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7015 $as_echo "$ac_try_echo") >&5
7016   (eval "$ac_compile") 2>conftest.er1
7017   ac_status=$?
7018   grep -v '^ *+' conftest.er1 >conftest.err
7019   rm -f conftest.er1
7020   cat conftest.err >&5
7021   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7022   (exit $ac_status); } && {
7023          test -z "$ac_c_werror_flag" ||
7024          test ! -s conftest.err
7025        } && test -s conftest.$ac_objext; then
7026   eval "$as_ac_Header=yes"
7027 else
7028   $as_echo "$as_me: failed program was:" >&5
7029 sed 's/^/| /' conftest.$ac_ext >&5
7030
7031         eval "$as_ac_Header=no"
7032 fi
7033
7034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7035 fi
7036 ac_res=`eval 'as_val=${'$as_ac_Header'}
7037                  $as_echo "$as_val"'`
7038                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7039 $as_echo "$ac_res" >&6; }
7040 as_val=`eval 'as_val=${'$as_ac_Header'}
7041                  $as_echo "$as_val"'`
7042    if test "x$as_val" = x""yes; then
7043   cat >>confdefs.h <<_ACEOF
7044 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7045 _ACEOF
7046
7047 fi
7048
7049 done
7050
7051
7052
7053 for ac_header in linux/videodev.h
7054 do
7055 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7056 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7057 $as_echo_n "checking for $ac_header... " >&6; }
7058 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7059   $as_echo_n "(cached) " >&6
7060 else
7061   cat >conftest.$ac_ext <<_ACEOF
7062 /* confdefs.h.  */
7063 _ACEOF
7064 cat confdefs.h >>conftest.$ac_ext
7065 cat >>conftest.$ac_ext <<_ACEOF
7066 /* end confdefs.h.  */
7067 #ifdef HAVE_SYS_TIME_H
7068 #include <sys/time.h>
7069 #endif
7070 #include <sys/types.h>
7071 #ifdef HAVE_ASM_TYPES_H
7072 #include <asm/types.h>
7073 #endif
7074
7075 #include <$ac_header>
7076 _ACEOF
7077 rm -f conftest.$ac_objext
7078 if { (ac_try="$ac_compile"
7079 case "(($ac_try" in
7080   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7081   *) ac_try_echo=$ac_try;;
7082 esac
7083 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7084 $as_echo "$ac_try_echo") >&5
7085   (eval "$ac_compile") 2>conftest.er1
7086   ac_status=$?
7087   grep -v '^ *+' conftest.er1 >conftest.err
7088   rm -f conftest.er1
7089   cat conftest.err >&5
7090   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7091   (exit $ac_status); } && {
7092          test -z "$ac_c_werror_flag" ||
7093          test ! -s conftest.err
7094        } && test -s conftest.$ac_objext; then
7095   eval "$as_ac_Header=yes"
7096 else
7097   $as_echo "$as_me: failed program was:" >&5
7098 sed 's/^/| /' conftest.$ac_ext >&5
7099
7100         eval "$as_ac_Header=no"
7101 fi
7102
7103 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7104 fi
7105 ac_res=`eval 'as_val=${'$as_ac_Header'}
7106                  $as_echo "$as_val"'`
7107                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7108 $as_echo "$ac_res" >&6; }
7109 as_val=`eval 'as_val=${'$as_ac_Header'}
7110                  $as_echo "$as_val"'`
7111    if test "x$as_val" = x""yes; then
7112   cat >>confdefs.h <<_ACEOF
7113 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7114 _ACEOF
7115
7116 fi
7117
7118 done
7119
7120
7121
7122 for ac_header in linux/capi.h
7123 do
7124 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7125 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7126 $as_echo_n "checking for $ac_header... " >&6; }
7127 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7128   $as_echo_n "(cached) " >&6
7129 else
7130   cat >conftest.$ac_ext <<_ACEOF
7131 /* confdefs.h.  */
7132 _ACEOF
7133 cat confdefs.h >>conftest.$ac_ext
7134 cat >>conftest.$ac_ext <<_ACEOF
7135 /* end confdefs.h.  */
7136 #define __user
7137
7138 #include <$ac_header>
7139 _ACEOF
7140 rm -f conftest.$ac_objext
7141 if { (ac_try="$ac_compile"
7142 case "(($ac_try" in
7143   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7144   *) ac_try_echo=$ac_try;;
7145 esac
7146 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7147 $as_echo "$ac_try_echo") >&5
7148   (eval "$ac_compile") 2>conftest.er1
7149   ac_status=$?
7150   grep -v '^ *+' conftest.er1 >conftest.err
7151   rm -f conftest.er1
7152   cat conftest.err >&5
7153   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7154   (exit $ac_status); } && {
7155          test -z "$ac_c_werror_flag" ||
7156          test ! -s conftest.err
7157        } && test -s conftest.$ac_objext; then
7158   eval "$as_ac_Header=yes"
7159 else
7160   $as_echo "$as_me: failed program was:" >&5
7161 sed 's/^/| /' conftest.$ac_ext >&5
7162
7163         eval "$as_ac_Header=no"
7164 fi
7165
7166 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7167 fi
7168 ac_res=`eval 'as_val=${'$as_ac_Header'}
7169                  $as_echo "$as_val"'`
7170                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7171 $as_echo "$ac_res" >&6; }
7172 as_val=`eval 'as_val=${'$as_ac_Header'}
7173                  $as_echo "$as_val"'`
7174    if test "x$as_val" = x""yes; then
7175   cat >>confdefs.h <<_ACEOF
7176 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7177 _ACEOF
7178
7179 fi
7180
7181 done
7182
7183
7184
7185 DLLEXT=""
7186
7187 DLLFLAGS="-D_REENTRANT"
7188
7189 LDSHARED=""
7190
7191 LDDLLFLAGS=""
7192
7193 LIBEXT="so"
7194
7195 IMPLIBEXT="def"
7196
7197 LDRPATH_INSTALL=""
7198
7199 LDRPATH_LOCAL=""
7200
7201 # Extract the first word of "ldd", so it can be a program name with args.
7202 set dummy ldd; ac_word=$2
7203 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7204 $as_echo_n "checking for $ac_word... " >&6; }
7205 if test "${ac_cv_path_LDD+set}" = set; then
7206   $as_echo_n "(cached) " >&6
7207 else
7208   case $LDD in
7209   [\\/]* | ?:[\\/]*)
7210   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7211   ;;
7212   *)
7213   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7214 as_dummy="/sbin:/usr/sbin:$PATH"
7215 for as_dir in $as_dummy
7216 do
7217   IFS=$as_save_IFS
7218   test -z "$as_dir" && as_dir=.
7219   for ac_exec_ext in '' $ac_executable_extensions; do
7220   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7221     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7222     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7223     break 2
7224   fi
7225 done
7226 done
7227 IFS=$as_save_IFS
7228
7229   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7230   ;;
7231 esac
7232 fi
7233 LDD=$ac_cv_path_LDD
7234 if test -n "$LDD"; then
7235   { $as_echo "$as_me:$LINENO: result: $LDD" >&5
7236 $as_echo "$LDD" >&6; }
7237 else
7238   { $as_echo "$as_me:$LINENO: result: no" >&5
7239 $as_echo "no" >&6; }
7240 fi
7241
7242
7243
7244 case $host_os in
7245   cygwin*|mingw32*)
7246     if test -n "$ac_tool_prefix"; then
7247   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7248 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7249 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7250 $as_echo_n "checking for $ac_word... " >&6; }
7251 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7252   $as_echo_n "(cached) " >&6
7253 else
7254   if test -n "$DLLTOOL"; then
7255   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7256 else
7257 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7258 for as_dir in $PATH
7259 do
7260   IFS=$as_save_IFS
7261   test -z "$as_dir" && as_dir=.
7262   for ac_exec_ext in '' $ac_executable_extensions; do
7263   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7264     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7265     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7266     break 2
7267   fi
7268 done
7269 done
7270 IFS=$as_save_IFS
7271
7272 fi
7273 fi
7274 DLLTOOL=$ac_cv_prog_DLLTOOL
7275 if test -n "$DLLTOOL"; then
7276   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7277 $as_echo "$DLLTOOL" >&6; }
7278 else
7279   { $as_echo "$as_me:$LINENO: result: no" >&5
7280 $as_echo "no" >&6; }
7281 fi
7282
7283
7284 fi
7285 if test -z "$ac_cv_prog_DLLTOOL"; then
7286   ac_ct_DLLTOOL=$DLLTOOL
7287   # Extract the first word of "dlltool", so it can be a program name with args.
7288 set dummy dlltool; ac_word=$2
7289 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7290 $as_echo_n "checking for $ac_word... " >&6; }
7291 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7292   $as_echo_n "(cached) " >&6
7293 else
7294   if test -n "$ac_ct_DLLTOOL"; then
7295   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7296 else
7297 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7298 for as_dir in $PATH
7299 do
7300   IFS=$as_save_IFS
7301   test -z "$as_dir" && as_dir=.
7302   for ac_exec_ext in '' $ac_executable_extensions; do
7303   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7304     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7305     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7306     break 2
7307   fi
7308 done
7309 done
7310 IFS=$as_save_IFS
7311
7312 fi
7313 fi
7314 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7315 if test -n "$ac_ct_DLLTOOL"; then
7316   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7317 $as_echo "$ac_ct_DLLTOOL" >&6; }
7318 else
7319   { $as_echo "$as_me:$LINENO: result: no" >&5
7320 $as_echo "no" >&6; }
7321 fi
7322
7323   if test "x$ac_ct_DLLTOOL" = x; then
7324     DLLTOOL="false"
7325   else
7326     case $cross_compiling:$ac_tool_warned in
7327 yes:)
7328 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7329 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7330 ac_tool_warned=yes ;;
7331 esac
7332     DLLTOOL=$ac_ct_DLLTOOL
7333   fi
7334 else
7335   DLLTOOL="$ac_cv_prog_DLLTOOL"
7336 fi
7337
7338     if test -n "$ac_tool_prefix"; then
7339   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7340 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7341 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7342 $as_echo_n "checking for $ac_word... " >&6; }
7343 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7344   $as_echo_n "(cached) " >&6
7345 else
7346   if test -n "$DLLWRAP"; then
7347   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7348 else
7349 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7350 for as_dir in $PATH
7351 do
7352   IFS=$as_save_IFS
7353   test -z "$as_dir" && as_dir=.
7354   for ac_exec_ext in '' $ac_executable_extensions; do
7355   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7356     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7357     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7358     break 2
7359   fi
7360 done
7361 done
7362 IFS=$as_save_IFS
7363
7364 fi
7365 fi
7366 DLLWRAP=$ac_cv_prog_DLLWRAP
7367 if test -n "$DLLWRAP"; then
7368   { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7369 $as_echo "$DLLWRAP" >&6; }
7370 else
7371   { $as_echo "$as_me:$LINENO: result: no" >&5
7372 $as_echo "no" >&6; }
7373 fi
7374
7375
7376 fi
7377 if test -z "$ac_cv_prog_DLLWRAP"; then
7378   ac_ct_DLLWRAP=$DLLWRAP
7379   # Extract the first word of "dllwrap", so it can be a program name with args.
7380 set dummy dllwrap; ac_word=$2
7381 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7382 $as_echo_n "checking for $ac_word... " >&6; }
7383 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7384   $as_echo_n "(cached) " >&6
7385 else
7386   if test -n "$ac_ct_DLLWRAP"; then
7387   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7388 else
7389 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7390 for as_dir in $PATH
7391 do
7392   IFS=$as_save_IFS
7393   test -z "$as_dir" && as_dir=.
7394   for ac_exec_ext in '' $ac_executable_extensions; do
7395   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7396     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7397     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7398     break 2
7399   fi
7400 done
7401 done
7402 IFS=$as_save_IFS
7403
7404 fi
7405 fi
7406 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7407 if test -n "$ac_ct_DLLWRAP"; then
7408   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7409 $as_echo "$ac_ct_DLLWRAP" >&6; }
7410 else
7411   { $as_echo "$as_me:$LINENO: result: no" >&5
7412 $as_echo "no" >&6; }
7413 fi
7414
7415   if test "x$ac_ct_DLLWRAP" = x; then
7416     DLLWRAP="false"
7417   else
7418     case $cross_compiling:$ac_tool_warned in
7419 yes:)
7420 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7421 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7422 ac_tool_warned=yes ;;
7423 esac
7424     DLLWRAP=$ac_ct_DLLWRAP
7425   fi
7426 else
7427   DLLWRAP="$ac_cv_prog_DLLWRAP"
7428 fi
7429
7430     if test -n "$ac_tool_prefix"; then
7431   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7432 set dummy ${ac_tool_prefix}ar; ac_word=$2
7433 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7434 $as_echo_n "checking for $ac_word... " >&6; }
7435 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7436   $as_echo_n "(cached) " >&6
7437 else
7438   if test -n "$MINGWAR"; then
7439   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7440 else
7441 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7442 for as_dir in $PATH
7443 do
7444   IFS=$as_save_IFS
7445   test -z "$as_dir" && as_dir=.
7446   for ac_exec_ext in '' $ac_executable_extensions; do
7447   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7448     ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7449     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7450     break 2
7451   fi
7452 done
7453 done
7454 IFS=$as_save_IFS
7455
7456 fi
7457 fi
7458 MINGWAR=$ac_cv_prog_MINGWAR
7459 if test -n "$MINGWAR"; then
7460   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
7461 $as_echo "$MINGWAR" >&6; }
7462 else
7463   { $as_echo "$as_me:$LINENO: result: no" >&5
7464 $as_echo "no" >&6; }
7465 fi
7466
7467
7468 fi
7469 if test -z "$ac_cv_prog_MINGWAR"; then
7470   ac_ct_MINGWAR=$MINGWAR
7471   # Extract the first word of "ar", so it can be a program name with args.
7472 set dummy ar; ac_word=$2
7473 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7474 $as_echo_n "checking for $ac_word... " >&6; }
7475 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7476   $as_echo_n "(cached) " >&6
7477 else
7478   if test -n "$ac_ct_MINGWAR"; then
7479   ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7480 else
7481 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7482 for as_dir in $PATH
7483 do
7484   IFS=$as_save_IFS
7485   test -z "$as_dir" && as_dir=.
7486   for ac_exec_ext in '' $ac_executable_extensions; do
7487   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7488     ac_cv_prog_ac_ct_MINGWAR="ar"
7489     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7490     break 2
7491   fi
7492 done
7493 done
7494 IFS=$as_save_IFS
7495
7496 fi
7497 fi
7498 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7499 if test -n "$ac_ct_MINGWAR"; then
7500   { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7501 $as_echo "$ac_ct_MINGWAR" >&6; }
7502 else
7503   { $as_echo "$as_me:$LINENO: result: no" >&5
7504 $as_echo "no" >&6; }
7505 fi
7506
7507   if test "x$ac_ct_MINGWAR" = x; then
7508     MINGWAR="false"
7509   else
7510     case $cross_compiling:$ac_tool_warned in
7511 yes:)
7512 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7513 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7514 ac_tool_warned=yes ;;
7515 esac
7516     MINGWAR=$ac_ct_MINGWAR
7517   fi
7518 else
7519   MINGWAR="$ac_cv_prog_MINGWAR"
7520 fi
7521
7522     if test "$DLLWRAP" = "false"; then
7523       LIBEXT="a"
7524     else
7525             LIBEXT="dll"
7526     fi
7527     IMPLIBEXT="a"
7528         WIN16_FILES=""
7529     WIN16_INSTALL=""
7530         enable_iphlpapi=${enable_iphlpapi:-no}
7531     enable_kernel32=${enable_kernel32:-no}
7532     enable_msvcrt=${enable_msvcrt:-no}
7533     enable_ntdll=${enable_ntdll:-no}
7534     enable_ws2_32=${enable_ws2_32:-no}
7535     enable_loader=${enable_loader:-no}
7536     enable_server=${enable_server:-no}
7537         with_x=${with_x:-no}
7538     with_pthread=${with_pthread:-no}
7539     ;;
7540   darwin*|macosx*)
7541     DLLEXT=".so"
7542     LIBEXT="dylib"
7543     DLLFLAGS="$DLLFLAGS -fPIC"
7544     LDDLLFLAGS="-bundle -multiply_defined suppress"
7545     LIBWINE_LDFLAGS="-multiply_defined suppress"
7546     LDSHARED="\$(CC) -dynamiclib"
7547     STRIP="$STRIP -x"
7548     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7549         SECURITYLIB="-framework Security -framework CoreFoundation"
7550
7551     COREFOUNDATIONLIB="-framework CoreFoundation"
7552
7553     IOKITLIB="-framework IOKit -framework CoreFoundation"
7554
7555     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7556
7557     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7558     then
7559                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7560
7561     fi
7562     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7563     then
7564                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7565
7566     fi
7567     if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7568     then
7569         ac_save_LIBS="$LIBS"
7570         LIBS="$LIBS $IOKITLIB"
7571
7572 for ac_func in IOHIDManagerCreate
7573 do
7574 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7575 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
7576 $as_echo_n "checking for $ac_func... " >&6; }
7577 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7578   $as_echo_n "(cached) " >&6
7579 else
7580   cat >conftest.$ac_ext <<_ACEOF
7581 /* confdefs.h.  */
7582 _ACEOF
7583 cat confdefs.h >>conftest.$ac_ext
7584 cat >>conftest.$ac_ext <<_ACEOF
7585 /* end confdefs.h.  */
7586 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7587    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
7588 #define $ac_func innocuous_$ac_func
7589
7590 /* System header to define __stub macros and hopefully few prototypes,
7591     which can conflict with char $ac_func (); below.
7592     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7593     <limits.h> exists even on freestanding compilers.  */
7594
7595 #ifdef __STDC__
7596 # include <limits.h>
7597 #else
7598 # include <assert.h>
7599 #endif
7600
7601 #undef $ac_func
7602
7603 /* Override any GCC internal prototype to avoid an error.
7604    Use char because int might match the return type of a GCC
7605    builtin and then its argument prototype would still apply.  */
7606 #ifdef __cplusplus
7607 extern "C"
7608 #endif
7609 char $ac_func ();
7610 /* The GNU C library defines this for functions which it implements
7611     to always fail with ENOSYS.  Some functions are actually named
7612     something starting with __ and the normal name is an alias.  */
7613 #if defined __stub_$ac_func || defined __stub___$ac_func
7614 choke me
7615 #endif
7616
7617 int
7618 main ()
7619 {
7620 return $ac_func ();
7621   ;
7622   return 0;
7623 }
7624 _ACEOF
7625 rm -f conftest.$ac_objext conftest$ac_exeext
7626 if { (ac_try="$ac_link"
7627 case "(($ac_try" in
7628   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7629   *) ac_try_echo=$ac_try;;
7630 esac
7631 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7632 $as_echo "$ac_try_echo") >&5
7633   (eval "$ac_link") 2>conftest.er1
7634   ac_status=$?
7635   grep -v '^ *+' conftest.er1 >conftest.err
7636   rm -f conftest.er1
7637   cat conftest.err >&5
7638   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7639   (exit $ac_status); } && {
7640          test -z "$ac_c_werror_flag" ||
7641          test ! -s conftest.err
7642        } && test -s conftest$ac_exeext && {
7643          test "$cross_compiling" = yes ||
7644          $as_test_x conftest$ac_exeext
7645        }; then
7646   eval "$as_ac_var=yes"
7647 else
7648   $as_echo "$as_me: failed program was:" >&5
7649 sed 's/^/| /' conftest.$ac_ext >&5
7650
7651         eval "$as_ac_var=no"
7652 fi
7653
7654 rm -rf conftest.dSYM
7655 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7656       conftest$ac_exeext conftest.$ac_ext
7657 fi
7658 ac_res=`eval 'as_val=${'$as_ac_var'}
7659                  $as_echo "$as_val"'`
7660                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7661 $as_echo "$ac_res" >&6; }
7662 as_val=`eval 'as_val=${'$as_ac_var'}
7663                  $as_echo "$as_val"'`
7664    if test "x$as_val" = x""yes; then
7665   cat >>confdefs.h <<_ACEOF
7666 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7667 _ACEOF
7668
7669 fi
7670 done
7671
7672         LIBS="$ac_save_LIBS"
7673     fi
7674     case $host_cpu in
7675       *powerpc*)
7676         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
7677     esac
7678         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7679     then
7680         CARBONLIB="-framework Carbon"
7681
7682         enable_winequartz_drv=${enable_winequartz_drv:-yes}
7683     fi
7684     ;;
7685   *)
7686     DLLFLAGS="$DLLFLAGS -fPIC"
7687     DLLEXT=".so"
7688     { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7689 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7690 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7691   $as_echo_n "(cached) " >&6
7692 else
7693   ac_wine_try_cflags_saved=$CFLAGS
7694 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7695 cat >conftest.$ac_ext <<_ACEOF
7696 void myfunc() {}
7697 _ACEOF
7698 rm -f conftest.$ac_objext conftest$ac_exeext
7699 if { (ac_try="$ac_link"
7700 case "(($ac_try" in
7701   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7702   *) ac_try_echo=$ac_try;;
7703 esac
7704 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7705 $as_echo "$ac_try_echo") >&5
7706   (eval "$ac_link") 2>conftest.er1
7707   ac_status=$?
7708   grep -v '^ *+' conftest.er1 >conftest.err
7709   rm -f conftest.er1
7710   cat conftest.err >&5
7711   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7712   (exit $ac_status); } && {
7713          test -z "$ac_c_werror_flag" ||
7714          test ! -s conftest.err
7715        } && test -s conftest$ac_exeext && {
7716          test "$cross_compiling" = yes ||
7717          $as_test_x conftest$ac_exeext
7718        }; then
7719   ac_cv_c_dll_gnuelf="yes"
7720 else
7721   $as_echo "$as_me: failed program was:" >&5
7722 sed 's/^/| /' conftest.$ac_ext >&5
7723
7724         ac_cv_c_dll_gnuelf="no"
7725 fi
7726
7727 rm -rf conftest.dSYM
7728 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7729       conftest$ac_exeext conftest.$ac_ext
7730 CFLAGS=$ac_wine_try_cflags_saved
7731 fi
7732 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7733 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7734     if test "$ac_cv_c_dll_gnuelf" = "yes"
7735     then
7736       LDSHARED="\$(CC) -shared"
7737       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7738       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7739 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7740 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7741   $as_echo_n "(cached) " >&6
7742 else
7743   ac_wine_try_cflags_saved=$CFLAGS
7744 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7745 cat >conftest.$ac_ext <<_ACEOF
7746 /* confdefs.h.  */
7747 _ACEOF
7748 cat confdefs.h >>conftest.$ac_ext
7749 cat >>conftest.$ac_ext <<_ACEOF
7750 /* end confdefs.h.  */
7751
7752 int
7753 main ()
7754 {
7755
7756   ;
7757   return 0;
7758 }
7759 _ACEOF
7760 rm -f conftest.$ac_objext conftest$ac_exeext
7761 if { (ac_try="$ac_link"
7762 case "(($ac_try" in
7763   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7764   *) ac_try_echo=$ac_try;;
7765 esac
7766 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7767 $as_echo "$ac_try_echo") >&5
7768   (eval "$ac_link") 2>conftest.er1
7769   ac_status=$?
7770   grep -v '^ *+' conftest.er1 >conftest.err
7771   rm -f conftest.er1
7772   cat conftest.err >&5
7773   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7774   (exit $ac_status); } && {
7775          test -z "$ac_c_werror_flag" ||
7776          test ! -s conftest.err
7777        } && test -s conftest$ac_exeext && {
7778          test "$cross_compiling" = yes ||
7779          $as_test_x conftest$ac_exeext
7780        }; then
7781   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7782 else
7783   $as_echo "$as_me: failed program was:" >&5
7784 sed 's/^/| /' conftest.$ac_ext >&5
7785
7786         ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7787 fi
7788
7789 rm -rf conftest.dSYM
7790 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7791       conftest$ac_exeext conftest.$ac_ext
7792 CFLAGS=$ac_wine_try_cflags_saved
7793 fi
7794 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7795 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7796 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7797   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7798 else
7799   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7800 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7801 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7802   $as_echo_n "(cached) " >&6
7803 else
7804   ac_wine_try_cflags_saved=$CFLAGS
7805 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7806 cat >conftest.$ac_ext <<_ACEOF
7807 /* confdefs.h.  */
7808 _ACEOF
7809 cat confdefs.h >>conftest.$ac_ext
7810 cat >>conftest.$ac_ext <<_ACEOF
7811 /* end confdefs.h.  */
7812
7813 int
7814 main ()
7815 {
7816
7817   ;
7818   return 0;
7819 }
7820 _ACEOF
7821 rm -f conftest.$ac_objext conftest$ac_exeext
7822 if { (ac_try="$ac_link"
7823 case "(($ac_try" in
7824   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7825   *) ac_try_echo=$ac_try;;
7826 esac
7827 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7828 $as_echo "$ac_try_echo") >&5
7829   (eval "$ac_link") 2>conftest.er1
7830   ac_status=$?
7831   grep -v '^ *+' conftest.er1 >conftest.err
7832   rm -f conftest.er1
7833   cat conftest.err >&5
7834   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7835   (exit $ac_status); } && {
7836          test -z "$ac_c_werror_flag" ||
7837          test ! -s conftest.err
7838        } && test -s conftest$ac_exeext && {
7839          test "$cross_compiling" = yes ||
7840          $as_test_x conftest$ac_exeext
7841        }; then
7842   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7843 else
7844   $as_echo "$as_me: failed program was:" >&5
7845 sed 's/^/| /' conftest.$ac_ext >&5
7846
7847         ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7848 fi
7849
7850 rm -rf conftest.dSYM
7851 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7852       conftest$ac_exeext conftest.$ac_ext
7853 CFLAGS=$ac_wine_try_cflags_saved
7854 fi
7855 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7856 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7857 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7858   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7859 fi
7860
7861 fi
7862
7863
7864       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7865 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7866 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7867   $as_echo_n "(cached) " >&6
7868 else
7869   ac_wine_try_cflags_saved=$CFLAGS
7870 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7871 cat >conftest.$ac_ext <<_ACEOF
7872 /* confdefs.h.  */
7873 _ACEOF
7874 cat confdefs.h >>conftest.$ac_ext
7875 cat >>conftest.$ac_ext <<_ACEOF
7876 /* end confdefs.h.  */
7877
7878 int
7879 main ()
7880 {
7881
7882   ;
7883   return 0;
7884 }
7885 _ACEOF
7886 rm -f conftest.$ac_objext conftest$ac_exeext
7887 if { (ac_try="$ac_link"
7888 case "(($ac_try" in
7889   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7890   *) ac_try_echo=$ac_try;;
7891 esac
7892 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7893 $as_echo "$ac_try_echo") >&5
7894   (eval "$ac_link") 2>conftest.er1
7895   ac_status=$?
7896   grep -v '^ *+' conftest.er1 >conftest.err
7897   rm -f conftest.er1
7898   cat conftest.err >&5
7899   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7900   (exit $ac_status); } && {
7901          test -z "$ac_c_werror_flag" ||
7902          test ! -s conftest.err
7903        } && test -s conftest$ac_exeext && {
7904          test "$cross_compiling" = yes ||
7905          $as_test_x conftest$ac_exeext
7906        }; then
7907   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7908 else
7909   $as_echo "$as_me: failed program was:" >&5
7910 sed 's/^/| /' conftest.$ac_ext >&5
7911
7912         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7913 fi
7914
7915 rm -rf conftest.dSYM
7916 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7917       conftest$ac_exeext conftest.$ac_ext
7918 CFLAGS=$ac_wine_try_cflags_saved
7919 fi
7920 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7921 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7922 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7923   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7924 fi
7925
7926
7927       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7928 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7929 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7930   $as_echo_n "(cached) " >&6
7931 else
7932   ac_wine_try_cflags_saved=$CFLAGS
7933 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7934 cat >conftest.$ac_ext <<_ACEOF
7935 /* confdefs.h.  */
7936 _ACEOF
7937 cat confdefs.h >>conftest.$ac_ext
7938 cat >>conftest.$ac_ext <<_ACEOF
7939 /* end confdefs.h.  */
7940
7941 int
7942 main ()
7943 {
7944
7945   ;
7946   return 0;
7947 }
7948 _ACEOF
7949 rm -f conftest.$ac_objext conftest$ac_exeext
7950 if { (ac_try="$ac_link"
7951 case "(($ac_try" in
7952   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7953   *) ac_try_echo=$ac_try;;
7954 esac
7955 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7956 $as_echo "$ac_try_echo") >&5
7957   (eval "$ac_link") 2>conftest.er1
7958   ac_status=$?
7959   grep -v '^ *+' conftest.er1 >conftest.err
7960   rm -f conftest.er1
7961   cat conftest.err >&5
7962   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7963   (exit $ac_status); } && {
7964          test -z "$ac_c_werror_flag" ||
7965          test ! -s conftest.err
7966        } && test -s conftest$ac_exeext && {
7967          test "$cross_compiling" = yes ||
7968          $as_test_x conftest$ac_exeext
7969        }; then
7970   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7971 else
7972   $as_echo "$as_me: failed program was:" >&5
7973 sed 's/^/| /' conftest.$ac_ext >&5
7974
7975         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7976 fi
7977
7978 rm -rf conftest.dSYM
7979 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7980       conftest$ac_exeext conftest.$ac_ext
7981 CFLAGS=$ac_wine_try_cflags_saved
7982 fi
7983 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7984 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7985 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7986   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7987 fi
7988
7989
7990       echo '{ global: *; };' >conftest.map
7991       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7992 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
7993 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7994   $as_echo_n "(cached) " >&6
7995 else
7996   ac_wine_try_cflags_saved=$CFLAGS
7997 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7998 cat >conftest.$ac_ext <<_ACEOF
7999 /* confdefs.h.  */
8000 _ACEOF
8001 cat confdefs.h >>conftest.$ac_ext
8002 cat >>conftest.$ac_ext <<_ACEOF
8003 /* end confdefs.h.  */
8004
8005 int
8006 main ()
8007 {
8008
8009   ;
8010   return 0;
8011 }
8012 _ACEOF
8013 rm -f conftest.$ac_objext conftest$ac_exeext
8014 if { (ac_try="$ac_link"
8015 case "(($ac_try" in
8016   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8017   *) ac_try_echo=$ac_try;;
8018 esac
8019 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8020 $as_echo "$ac_try_echo") >&5
8021   (eval "$ac_link") 2>conftest.er1
8022   ac_status=$?
8023   grep -v '^ *+' conftest.er1 >conftest.err
8024   rm -f conftest.er1
8025   cat conftest.err >&5
8026   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8027   (exit $ac_status); } && {
8028          test -z "$ac_c_werror_flag" ||
8029          test ! -s conftest.err
8030        } && test -s conftest$ac_exeext && {
8031          test "$cross_compiling" = yes ||
8032          $as_test_x conftest$ac_exeext
8033        }; then
8034   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8035 else
8036   $as_echo "$as_me: failed program was:" >&5
8037 sed 's/^/| /' conftest.$ac_ext >&5
8038
8039         ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8040 fi
8041
8042 rm -rf conftest.dSYM
8043 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8044       conftest$ac_exeext conftest.$ac_ext
8045 CFLAGS=$ac_wine_try_cflags_saved
8046 fi
8047 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8048 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8049 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8050   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8051 fi
8052
8053       rm -f conftest.map
8054
8055       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8056 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8057 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8058   $as_echo_n "(cached) " >&6
8059 else
8060   ac_wine_try_cflags_saved=$CFLAGS
8061 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8062 cat >conftest.$ac_ext <<_ACEOF
8063 /* confdefs.h.  */
8064 _ACEOF
8065 cat confdefs.h >>conftest.$ac_ext
8066 cat >>conftest.$ac_ext <<_ACEOF
8067 /* end confdefs.h.  */
8068
8069 int
8070 main ()
8071 {
8072
8073   ;
8074   return 0;
8075 }
8076 _ACEOF
8077 rm -f conftest.$ac_objext conftest$ac_exeext
8078 if { (ac_try="$ac_link"
8079 case "(($ac_try" in
8080   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8081   *) ac_try_echo=$ac_try;;
8082 esac
8083 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8084 $as_echo "$ac_try_echo") >&5
8085   (eval "$ac_link") 2>conftest.er1
8086   ac_status=$?
8087   grep -v '^ *+' conftest.er1 >conftest.err
8088   rm -f conftest.er1
8089   cat conftest.err >&5
8090   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8091   (exit $ac_status); } && {
8092          test -z "$ac_c_werror_flag" ||
8093          test ! -s conftest.err
8094        } && test -s conftest$ac_exeext && {
8095          test "$cross_compiling" = yes ||
8096          $as_test_x conftest$ac_exeext
8097        }; then
8098   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8099 else
8100   $as_echo "$as_me: failed program was:" >&5
8101 sed 's/^/| /' conftest.$ac_ext >&5
8102
8103         ac_cv_cflags__fPIC__Wl___export_dynamic=no
8104 fi
8105
8106 rm -rf conftest.dSYM
8107 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8108       conftest$ac_exeext conftest.$ac_ext
8109 CFLAGS=$ac_wine_try_cflags_saved
8110 fi
8111 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8112 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8113 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
8114   LDEXECFLAGS="-Wl,--export-dynamic"
8115
8116 fi
8117
8118
8119       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
8120 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8121 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8122 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8123   $as_echo_n "(cached) " >&6
8124 else
8125   ac_wine_try_cflags_saved=$CFLAGS
8126 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8127 cat >conftest.$ac_ext <<_ACEOF
8128 /* confdefs.h.  */
8129 _ACEOF
8130 cat confdefs.h >>conftest.$ac_ext
8131 cat >>conftest.$ac_ext <<_ACEOF
8132 /* end confdefs.h.  */
8133
8134 int
8135 main ()
8136 {
8137
8138   ;
8139   return 0;
8140 }
8141 _ACEOF
8142 rm -f conftest.$ac_objext conftest$ac_exeext
8143 if { (ac_try="$ac_link"
8144 case "(($ac_try" in
8145   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8146   *) ac_try_echo=$ac_try;;
8147 esac
8148 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8149 $as_echo "$ac_try_echo") >&5
8150   (eval "$ac_link") 2>conftest.er1
8151   ac_status=$?
8152   grep -v '^ *+' conftest.er1 >conftest.err
8153   rm -f conftest.er1
8154   cat conftest.err >&5
8155   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8156   (exit $ac_status); } && {
8157          test -z "$ac_c_werror_flag" ||
8158          test ! -s conftest.err
8159        } && test -s conftest$ac_exeext && {
8160          test "$cross_compiling" = yes ||
8161          $as_test_x conftest$ac_exeext
8162        }; then
8163   eval "$as_ac_var=yes"
8164 else
8165   $as_echo "$as_me: failed program was:" >&5
8166 sed 's/^/| /' conftest.$ac_ext >&5
8167
8168         eval "$as_ac_var=no"
8169 fi
8170
8171 rm -rf conftest.dSYM
8172 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8173       conftest$ac_exeext conftest.$ac_ext
8174 CFLAGS=$ac_wine_try_cflags_saved
8175 fi
8176 ac_res=`eval 'as_val=${'$as_ac_var'}
8177                  $as_echo "$as_val"'`
8178                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8179 $as_echo "$ac_res" >&6; }
8180 if test `eval 'as_val=${'$as_ac_var'}
8181                  $as_echo "$as_val"'` = yes; then
8182   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8183                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8184 else
8185   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
8186 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8187 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8188 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8189   $as_echo_n "(cached) " >&6
8190 else
8191   ac_wine_try_cflags_saved=$CFLAGS
8192 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8193 cat >conftest.$ac_ext <<_ACEOF
8194 /* confdefs.h.  */
8195 _ACEOF
8196 cat confdefs.h >>conftest.$ac_ext
8197 cat >>conftest.$ac_ext <<_ACEOF
8198 /* end confdefs.h.  */
8199
8200 int
8201 main ()
8202 {
8203
8204   ;
8205   return 0;
8206 }
8207 _ACEOF
8208 rm -f conftest.$ac_objext conftest$ac_exeext
8209 if { (ac_try="$ac_link"
8210 case "(($ac_try" in
8211   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8212   *) ac_try_echo=$ac_try;;
8213 esac
8214 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8215 $as_echo "$ac_try_echo") >&5
8216   (eval "$ac_link") 2>conftest.er1
8217   ac_status=$?
8218   grep -v '^ *+' conftest.er1 >conftest.err
8219   rm -f conftest.er1
8220   cat conftest.err >&5
8221   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8222   (exit $ac_status); } && {
8223          test -z "$ac_c_werror_flag" ||
8224          test ! -s conftest.err
8225        } && test -s conftest$ac_exeext && {
8226          test "$cross_compiling" = yes ||
8227          $as_test_x conftest$ac_exeext
8228        }; then
8229   eval "$as_ac_var=yes"
8230 else
8231   $as_echo "$as_me: failed program was:" >&5
8232 sed 's/^/| /' conftest.$ac_ext >&5
8233
8234         eval "$as_ac_var=no"
8235 fi
8236
8237 rm -rf conftest.dSYM
8238 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8239       conftest$ac_exeext conftest.$ac_ext
8240 CFLAGS=$ac_wine_try_cflags_saved
8241 fi
8242 ac_res=`eval 'as_val=${'$as_ac_var'}
8243                  $as_echo "$as_val"'`
8244                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8245 $as_echo "$ac_res" >&6; }
8246 if test `eval 'as_val=${'$as_ac_var'}
8247                  $as_echo "$as_val"'` = yes; then
8248   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8249                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8250 fi
8251
8252 fi
8253
8254
8255       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8256 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8257 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8258   $as_echo_n "(cached) " >&6
8259 else
8260   ac_wine_try_cflags_saved=$CFLAGS
8261 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8262 cat >conftest.$ac_ext <<_ACEOF
8263 /* confdefs.h.  */
8264 _ACEOF
8265 cat confdefs.h >>conftest.$ac_ext
8266 cat >>conftest.$ac_ext <<_ACEOF
8267 /* end confdefs.h.  */
8268
8269 int
8270 main ()
8271 {
8272
8273   ;
8274   return 0;
8275 }
8276 _ACEOF
8277 rm -f conftest.$ac_objext conftest$ac_exeext
8278 if { (ac_try="$ac_link"
8279 case "(($ac_try" in
8280   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8281   *) ac_try_echo=$ac_try;;
8282 esac
8283 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8284 $as_echo "$ac_try_echo") >&5
8285   (eval "$ac_link") 2>conftest.er1
8286   ac_status=$?
8287   grep -v '^ *+' conftest.er1 >conftest.err
8288   rm -f conftest.er1
8289   cat conftest.err >&5
8290   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8291   (exit $ac_status); } && {
8292          test -z "$ac_c_werror_flag" ||
8293          test ! -s conftest.err
8294        } && test -s conftest$ac_exeext && {
8295          test "$cross_compiling" = yes ||
8296          $as_test_x conftest$ac_exeext
8297        }; then
8298   ac_cv_cflags__Wl___enable_new_dtags=yes
8299 else
8300   $as_echo "$as_me: failed program was:" >&5
8301 sed 's/^/| /' conftest.$ac_ext >&5
8302
8303         ac_cv_cflags__Wl___enable_new_dtags=no
8304 fi
8305
8306 rm -rf conftest.dSYM
8307 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8308       conftest$ac_exeext conftest.$ac_ext
8309 CFLAGS=$ac_wine_try_cflags_saved
8310 fi
8311 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8312 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8313 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8314   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8315 fi
8316
8317
8318       case $host_cpu in
8319         *i[3456789]86* | x86_64)
8320           { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8321 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8322 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8323   $as_echo_n "(cached) " >&6
8324 else
8325   ac_wine_try_cflags_saved=$CFLAGS
8326 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8327 cat >conftest.$ac_ext <<_ACEOF
8328 /* confdefs.h.  */
8329 _ACEOF
8330 cat confdefs.h >>conftest.$ac_ext
8331 cat >>conftest.$ac_ext <<_ACEOF
8332 /* end confdefs.h.  */
8333
8334 int
8335 main ()
8336 {
8337
8338   ;
8339   return 0;
8340 }
8341 _ACEOF
8342 rm -f conftest.$ac_objext conftest$ac_exeext
8343 if { (ac_try="$ac_link"
8344 case "(($ac_try" in
8345   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8346   *) ac_try_echo=$ac_try;;
8347 esac
8348 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8349 $as_echo "$ac_try_echo") >&5
8350   (eval "$ac_link") 2>conftest.er1
8351   ac_status=$?
8352   grep -v '^ *+' conftest.er1 >conftest.err
8353   rm -f conftest.er1
8354   cat conftest.err >&5
8355   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8356   (exit $ac_status); } && {
8357          test -z "$ac_c_werror_flag" ||
8358          test ! -s conftest.err
8359        } && test -s conftest$ac_exeext && {
8360          test "$cross_compiling" = yes ||
8361          $as_test_x conftest$ac_exeext
8362        }; then
8363   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8364 else
8365   $as_echo "$as_me: failed program was:" >&5
8366 sed 's/^/| /' conftest.$ac_ext >&5
8367
8368         ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8369 fi
8370
8371 rm -rf conftest.dSYM
8372 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8373       conftest$ac_exeext conftest.$ac_ext
8374 CFLAGS=$ac_wine_try_cflags_saved
8375 fi
8376 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8377 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8378 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8379   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8380 fi
8381
8382           ;;
8383       esac
8384
8385     else
8386       { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8387 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8388 if test "${ac_cv_c_dll_unixware+set}" = set; then
8389   $as_echo_n "(cached) " >&6
8390 else
8391   ac_wine_try_cflags_saved=$CFLAGS
8392 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8393 cat >conftest.$ac_ext <<_ACEOF
8394 void myfunc() {}
8395 _ACEOF
8396 rm -f conftest.$ac_objext conftest$ac_exeext
8397 if { (ac_try="$ac_link"
8398 case "(($ac_try" in
8399   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8400   *) ac_try_echo=$ac_try;;
8401 esac
8402 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8403 $as_echo "$ac_try_echo") >&5
8404   (eval "$ac_link") 2>conftest.er1
8405   ac_status=$?
8406   grep -v '^ *+' conftest.er1 >conftest.err
8407   rm -f conftest.er1
8408   cat conftest.err >&5
8409   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8410   (exit $ac_status); } && {
8411          test -z "$ac_c_werror_flag" ||
8412          test ! -s conftest.err
8413        } && test -s conftest$ac_exeext && {
8414          test "$cross_compiling" = yes ||
8415          $as_test_x conftest$ac_exeext
8416        }; then
8417   ac_cv_c_dll_unixware="yes"
8418 else
8419   $as_echo "$as_me: failed program was:" >&5
8420 sed 's/^/| /' conftest.$ac_ext >&5
8421
8422         ac_cv_c_dll_unixware="no"
8423 fi
8424
8425 rm -rf conftest.dSYM
8426 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8427       conftest$ac_exeext conftest.$ac_ext
8428 CFLAGS=$ac_wine_try_cflags_saved
8429 fi
8430 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8431 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8432       if test "$ac_cv_c_dll_unixware" = "yes"
8433       then
8434         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8435         LDDLLFLAGS="-Wl,-G,-B,symbolic"
8436
8437       else
8438         { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8439 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
8440 if test "${ac_cv_c_dll_hpux+set}" = set; then
8441   $as_echo_n "(cached) " >&6
8442 else
8443   ac_wine_try_cflags_saved=$CFLAGS
8444 CFLAGS="$CFLAGS -shared"
8445 cat >conftest.$ac_ext <<_ACEOF
8446 void myfunc() {}
8447 _ACEOF
8448 rm -f conftest.$ac_objext conftest$ac_exeext
8449 if { (ac_try="$ac_link"
8450 case "(($ac_try" in
8451   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8452   *) ac_try_echo=$ac_try;;
8453 esac
8454 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8455 $as_echo "$ac_try_echo") >&5
8456   (eval "$ac_link") 2>conftest.er1
8457   ac_status=$?
8458   grep -v '^ *+' conftest.er1 >conftest.err
8459   rm -f conftest.er1
8460   cat conftest.err >&5
8461   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8462   (exit $ac_status); } && {
8463          test -z "$ac_c_werror_flag" ||
8464          test ! -s conftest.err
8465        } && test -s conftest$ac_exeext && {
8466          test "$cross_compiling" = yes ||
8467          $as_test_x conftest$ac_exeext
8468        }; then
8469   ac_cv_c_dll_hpux="yes"
8470 else
8471   $as_echo "$as_me: failed program was:" >&5
8472 sed 's/^/| /' conftest.$ac_ext >&5
8473
8474         ac_cv_c_dll_hpux="no"
8475 fi
8476
8477 rm -rf conftest.dSYM
8478 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8479       conftest$ac_exeext conftest.$ac_ext
8480 CFLAGS=$ac_wine_try_cflags_saved
8481 fi
8482 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8483 $as_echo "$ac_cv_c_dll_hpux" >&6; }
8484         if test "$ac_cv_c_dll_hpux" = "yes"
8485         then
8486           LIBEXT="sl"
8487           DLLEXT=".sl"
8488           LDDLLFLAGS="-shared -fPIC"
8489           LDSHARED="\$(CC) -shared"
8490         fi
8491       fi
8492     fi
8493     ;;
8494 esac
8495
8496 enable_winequartz_drv=${enable_winequartz_drv:-no}
8497
8498 if test "$LIBEXT" = "a"; then
8499   { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8500 It is currently not possible to build Wine without shared library
8501 (.so) support to allow transparent switch between .so and .dll files.
8502 If you are using Linux, you will need a newer binutils.
8503 " >&5
8504 $as_echo "$as_me: error: could not find a way to build shared libraries.
8505 It is currently not possible to build Wine without shared library
8506 (.so) support to allow transparent switch between .so and .dll files.
8507 If you are using Linux, you will need a newer binutils.
8508 " >&2;}
8509    { (exit 1); exit 1; }; }
8510 fi
8511
8512 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8513 then
8514     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
8515 do
8516   # Extract the first word of "$ac_prog", so it can be a program name with args.
8517 set dummy $ac_prog; ac_word=$2
8518 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8519 $as_echo_n "checking for $ac_word... " >&6; }
8520 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8521   $as_echo_n "(cached) " >&6
8522 else
8523   if test -n "$CROSSCC"; then
8524   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8525 else
8526 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8527 for as_dir in $PATH
8528 do
8529   IFS=$as_save_IFS
8530   test -z "$as_dir" && as_dir=.
8531   for ac_exec_ext in '' $ac_executable_extensions; do
8532   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8533     ac_cv_prog_CROSSCC="$ac_prog"
8534     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8535     break 2
8536   fi
8537 done
8538 done
8539 IFS=$as_save_IFS
8540
8541 fi
8542 fi
8543 CROSSCC=$ac_cv_prog_CROSSCC
8544 if test -n "$CROSSCC"; then
8545   { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
8546 $as_echo "$CROSSCC" >&6; }
8547 else
8548   { $as_echo "$as_me:$LINENO: result: no" >&5
8549 $as_echo "no" >&6; }
8550 fi
8551
8552
8553   test -n "$CROSSCC" && break
8554 done
8555 test -n "$CROSSCC" || CROSSCC="false"
8556
8557     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
8558 do
8559   # Extract the first word of "$ac_prog", so it can be a program name with args.
8560 set dummy $ac_prog; ac_word=$2
8561 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8562 $as_echo_n "checking for $ac_word... " >&6; }
8563 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8564   $as_echo_n "(cached) " >&6
8565 else
8566   if test -n "$DLLTOOL"; then
8567   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8568 else
8569 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8570 for as_dir in $PATH
8571 do
8572   IFS=$as_save_IFS
8573   test -z "$as_dir" && as_dir=.
8574   for ac_exec_ext in '' $ac_executable_extensions; do
8575   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8576     ac_cv_prog_DLLTOOL="$ac_prog"
8577     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8578     break 2
8579   fi
8580 done
8581 done
8582 IFS=$as_save_IFS
8583
8584 fi
8585 fi
8586 DLLTOOL=$ac_cv_prog_DLLTOOL
8587 if test -n "$DLLTOOL"; then
8588   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8589 $as_echo "$DLLTOOL" >&6; }
8590 else
8591   { $as_echo "$as_me:$LINENO: result: no" >&5
8592 $as_echo "no" >&6; }
8593 fi
8594
8595
8596   test -n "$DLLTOOL" && break
8597 done
8598 test -n "$DLLTOOL" || DLLTOOL="false"
8599
8600     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
8601 do
8602   # Extract the first word of "$ac_prog", so it can be a program name with args.
8603 set dummy $ac_prog; ac_word=$2
8604 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8605 $as_echo_n "checking for $ac_word... " >&6; }
8606 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8607   $as_echo_n "(cached) " >&6
8608 else
8609   if test -n "$CROSSWINDRES"; then
8610   ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8611 else
8612 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8613 for as_dir in $PATH
8614 do
8615   IFS=$as_save_IFS
8616   test -z "$as_dir" && as_dir=.
8617   for ac_exec_ext in '' $ac_executable_extensions; do
8618   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8619     ac_cv_prog_CROSSWINDRES="$ac_prog"
8620     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8621     break 2
8622   fi
8623 done
8624 done
8625 IFS=$as_save_IFS
8626
8627 fi
8628 fi
8629 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8630 if test -n "$CROSSWINDRES"; then
8631   { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8632 $as_echo "$CROSSWINDRES" >&6; }
8633 else
8634   { $as_echo "$as_me:$LINENO: result: no" >&5
8635 $as_echo "no" >&6; }
8636 fi
8637
8638
8639   test -n "$CROSSWINDRES" && break
8640 done
8641 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8642
8643     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
8644 do
8645   # Extract the first word of "$ac_prog", so it can be a program name with args.
8646 set dummy $ac_prog; ac_word=$2
8647 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8648 $as_echo_n "checking for $ac_word... " >&6; }
8649 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8650   $as_echo_n "(cached) " >&6
8651 else
8652   if test -n "$MINGWAR"; then
8653   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8654 else
8655 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8656 for as_dir in $PATH
8657 do
8658   IFS=$as_save_IFS
8659   test -z "$as_dir" && as_dir=.
8660   for ac_exec_ext in '' $ac_executable_extensions; do
8661   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8662     ac_cv_prog_MINGWAR="$ac_prog"
8663     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8664     break 2
8665   fi
8666 done
8667 done
8668 IFS=$as_save_IFS
8669
8670 fi
8671 fi
8672 MINGWAR=$ac_cv_prog_MINGWAR
8673 if test -n "$MINGWAR"; then
8674   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8675 $as_echo "$MINGWAR" >&6; }
8676 else
8677   { $as_echo "$as_me:$LINENO: result: no" >&5
8678 $as_echo "no" >&6; }
8679 fi
8680
8681
8682   test -n "$MINGWAR" && break
8683 done
8684 test -n "$MINGWAR" || MINGWAR="false"
8685
8686     if test "$CROSSCC" != "false"
8687     then
8688         CROSSTEST="\$(CROSSTEST)"
8689
8690     fi
8691 fi
8692
8693
8694 if test "$ac_cv_header_pthread_h" = "yes"
8695 then
8696     { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8697 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8698 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8699   $as_echo_n "(cached) " >&6
8700 else
8701   ac_check_lib_save_LIBS=$LIBS
8702 LIBS="-lpthread  $LIBS"
8703 cat >conftest.$ac_ext <<_ACEOF
8704 /* confdefs.h.  */
8705 _ACEOF
8706 cat confdefs.h >>conftest.$ac_ext
8707 cat >>conftest.$ac_ext <<_ACEOF
8708 /* end confdefs.h.  */
8709
8710 /* Override any GCC internal prototype to avoid an error.
8711    Use char because int might match the return type of a GCC
8712    builtin and then its argument prototype would still apply.  */
8713 #ifdef __cplusplus
8714 extern "C"
8715 #endif
8716 char pthread_create ();
8717 int
8718 main ()
8719 {
8720 return pthread_create ();
8721   ;
8722   return 0;
8723 }
8724 _ACEOF
8725 rm -f conftest.$ac_objext conftest$ac_exeext
8726 if { (ac_try="$ac_link"
8727 case "(($ac_try" in
8728   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8729   *) ac_try_echo=$ac_try;;
8730 esac
8731 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8732 $as_echo "$ac_try_echo") >&5
8733   (eval "$ac_link") 2>conftest.er1
8734   ac_status=$?
8735   grep -v '^ *+' conftest.er1 >conftest.err
8736   rm -f conftest.er1
8737   cat conftest.err >&5
8738   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8739   (exit $ac_status); } && {
8740          test -z "$ac_c_werror_flag" ||
8741          test ! -s conftest.err
8742        } && test -s conftest$ac_exeext && {
8743          test "$cross_compiling" = yes ||
8744          $as_test_x conftest$ac_exeext
8745        }; then
8746   ac_cv_lib_pthread_pthread_create=yes
8747 else
8748   $as_echo "$as_me: failed program was:" >&5
8749 sed 's/^/| /' conftest.$ac_ext >&5
8750
8751         ac_cv_lib_pthread_pthread_create=no
8752 fi
8753
8754 rm -rf conftest.dSYM
8755 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8756       conftest$ac_exeext conftest.$ac_ext
8757 LIBS=$ac_check_lib_save_LIBS
8758 fi
8759 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8760 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8761 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
8762   LIBPTHREAD="-lpthread"
8763
8764 fi
8765
8766 fi
8767 if test "x$LIBPTHREAD" = "x"; then
8768   case "x$with_pthread" in
8769   xno) ;;
8770   *)   { { $as_echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8771 Wine cannot support threads without libpthread.
8772 Use the --without-pthread option if you really want this." >&5
8773 $as_echo "$as_me: error: pthread ${notice_platform}development files not found.
8774 Wine cannot support threads without libpthread.
8775 Use the --without-pthread option if you really want this." >&2;}
8776    { (exit 1); exit 1; }; } ;;
8777 esac
8778 fi
8779
8780
8781
8782 { $as_echo "$as_me:$LINENO: checking for X" >&5
8783 $as_echo_n "checking for X... " >&6; }
8784
8785
8786 # Check whether --with-x was given.
8787 if test "${with_x+set}" = set; then
8788   withval=$with_x;
8789 fi
8790
8791 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8792 if test "x$with_x" = xno; then
8793   # The user explicitly disabled X.
8794   have_x=disabled
8795 else
8796   case $x_includes,$x_libraries in #(
8797     *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
8798 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
8799    { (exit 1); exit 1; }; };; #(
8800     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8801   $as_echo_n "(cached) " >&6
8802 else
8803   # One or both of the vars are not set, and there is no cached value.
8804 ac_x_includes=no ac_x_libraries=no
8805 rm -f -r conftest.dir
8806 if mkdir conftest.dir; then
8807   cd conftest.dir
8808   cat >Imakefile <<'_ACEOF'
8809 incroot:
8810         @echo incroot='${INCROOT}'
8811 usrlibdir:
8812         @echo usrlibdir='${USRLIBDIR}'
8813 libdir:
8814         @echo libdir='${LIBDIR}'
8815 _ACEOF
8816   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8817     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8818     for ac_var in incroot usrlibdir libdir; do
8819       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8820     done
8821     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8822     for ac_extension in a so sl dylib la dll; do
8823       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8824          test -f "$ac_im_libdir/libX11.$ac_extension"; then
8825         ac_im_usrlibdir=$ac_im_libdir; break
8826       fi
8827     done
8828     # Screen out bogus values from the imake configuration.  They are
8829     # bogus both because they are the default anyway, and because
8830     # using them would break gcc on systems where it needs fixed includes.
8831     case $ac_im_incroot in
8832         /usr/include) ac_x_includes= ;;
8833         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8834     esac
8835     case $ac_im_usrlibdir in
8836         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8837         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8838     esac
8839   fi
8840   cd ..
8841   rm -f -r conftest.dir
8842 fi
8843
8844 # Standard set of common directories for X headers.
8845 # Check X11 before X11Rn because it is often a symlink to the current release.
8846 ac_x_header_dirs='
8847 /usr/X11/include
8848 /usr/X11R6/include
8849 /usr/X11R5/include
8850 /usr/X11R4/include
8851
8852 /usr/include/X11
8853 /usr/include/X11R6
8854 /usr/include/X11R5
8855 /usr/include/X11R4
8856
8857 /usr/local/X11/include
8858 /usr/local/X11R6/include
8859 /usr/local/X11R5/include
8860 /usr/local/X11R4/include
8861
8862 /usr/local/include/X11
8863 /usr/local/include/X11R6
8864 /usr/local/include/X11R5
8865 /usr/local/include/X11R4
8866
8867 /usr/X386/include
8868 /usr/x386/include
8869 /usr/XFree86/include/X11
8870
8871 /usr/include
8872 /usr/local/include
8873 /usr/unsupported/include
8874 /usr/athena/include
8875 /usr/local/x11r5/include
8876 /usr/lpp/Xamples/include
8877
8878 /usr/openwin/include
8879 /usr/openwin/share/include'
8880
8881 if test "$ac_x_includes" = no; then
8882   # Guess where to find include files, by looking for Xlib.h.
8883   # First, try using that file with no special directory specified.
8884   cat >conftest.$ac_ext <<_ACEOF
8885 /* confdefs.h.  */
8886 _ACEOF
8887 cat confdefs.h >>conftest.$ac_ext
8888 cat >>conftest.$ac_ext <<_ACEOF
8889 /* end confdefs.h.  */
8890 #include <X11/Xlib.h>
8891 _ACEOF
8892 if { (ac_try="$ac_cpp conftest.$ac_ext"
8893 case "(($ac_try" in
8894   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8895   *) ac_try_echo=$ac_try;;
8896 esac
8897 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8898 $as_echo "$ac_try_echo") >&5
8899   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8900   ac_status=$?
8901   grep -v '^ *+' conftest.er1 >conftest.err
8902   rm -f conftest.er1
8903   cat conftest.err >&5
8904   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8905   (exit $ac_status); } >/dev/null && {
8906          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8907          test ! -s conftest.err
8908        }; then
8909   # We can compile using X headers with no special include directory.
8910 ac_x_includes=
8911 else
8912   $as_echo "$as_me: failed program was:" >&5
8913 sed 's/^/| /' conftest.$ac_ext >&5
8914
8915   for ac_dir in $ac_x_header_dirs; do
8916   if test -r "$ac_dir/X11/Xlib.h"; then
8917     ac_x_includes=$ac_dir
8918     break
8919   fi
8920 done
8921 fi
8922
8923 rm -f conftest.err conftest.$ac_ext
8924 fi # $ac_x_includes = no
8925
8926 if test "$ac_x_libraries" = no; then
8927   # Check for the libraries.
8928   # See if we find them without any special options.
8929   # Don't add to $LIBS permanently.
8930   ac_save_LIBS=$LIBS
8931   LIBS="-lX11 $LIBS"
8932   cat >conftest.$ac_ext <<_ACEOF
8933 /* confdefs.h.  */
8934 _ACEOF
8935 cat confdefs.h >>conftest.$ac_ext
8936 cat >>conftest.$ac_ext <<_ACEOF
8937 /* end confdefs.h.  */
8938 #include <X11/Xlib.h>
8939 int
8940 main ()
8941 {
8942 XrmInitialize ()
8943   ;
8944   return 0;
8945 }
8946 _ACEOF
8947 rm -f conftest.$ac_objext conftest$ac_exeext
8948 if { (ac_try="$ac_link"
8949 case "(($ac_try" in
8950   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8951   *) ac_try_echo=$ac_try;;
8952 esac
8953 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8954 $as_echo "$ac_try_echo") >&5
8955   (eval "$ac_link") 2>conftest.er1
8956   ac_status=$?
8957   grep -v '^ *+' conftest.er1 >conftest.err
8958   rm -f conftest.er1
8959   cat conftest.err >&5
8960   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8961   (exit $ac_status); } && {
8962          test -z "$ac_c_werror_flag" ||
8963          test ! -s conftest.err
8964        } && test -s conftest$ac_exeext && {
8965          test "$cross_compiling" = yes ||
8966          $as_test_x conftest$ac_exeext
8967        }; then
8968   LIBS=$ac_save_LIBS
8969 # We can link X programs with no special library path.
8970 ac_x_libraries=
8971 else
8972   $as_echo "$as_me: failed program was:" >&5
8973 sed 's/^/| /' conftest.$ac_ext >&5
8974
8975         LIBS=$ac_save_LIBS
8976 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8977 do
8978   # Don't even attempt the hair of trying to link an X program!
8979   for ac_extension in a so sl dylib la dll; do
8980     if test -r "$ac_dir/libX11.$ac_extension"; then
8981       ac_x_libraries=$ac_dir
8982       break 2
8983     fi
8984   done
8985 done
8986 fi
8987
8988 rm -rf conftest.dSYM
8989 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8990       conftest$ac_exeext conftest.$ac_ext
8991 fi # $ac_x_libraries = no
8992
8993 case $ac_x_includes,$ac_x_libraries in #(
8994   no,* | *,no | *\'*)
8995     # Didn't find X, or a directory has "'" in its name.
8996     ac_cv_have_x="have_x=no";; #(
8997   *)
8998     # Record where we found X for the cache.
8999     ac_cv_have_x="have_x=yes\
9000         ac_x_includes='$ac_x_includes'\
9001         ac_x_libraries='$ac_x_libraries'"
9002 esac
9003 fi
9004 ;; #(
9005     *) have_x=yes;;
9006   esac
9007   eval "$ac_cv_have_x"
9008 fi # $with_x != no
9009
9010 if test "$have_x" != yes; then
9011   { $as_echo "$as_me:$LINENO: result: $have_x" >&5
9012 $as_echo "$have_x" >&6; }
9013   no_x=yes
9014 else
9015   # If each of the values was on the command line, it overrides each guess.
9016   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9017   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9018   # Update the cache value to reflect the command line values.
9019   ac_cv_have_x="have_x=yes\
9020         ac_x_includes='$x_includes'\
9021         ac_x_libraries='$x_libraries'"
9022   { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
9023 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9024 fi
9025
9026 if test "$no_x" = yes; then
9027   # Not all programs may use this symbol, but it does not hurt to define it.
9028
9029 cat >>confdefs.h <<\_ACEOF
9030 #define X_DISPLAY_MISSING 1
9031 _ACEOF
9032
9033   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
9034 else
9035   if test -n "$x_includes"; then
9036     X_CFLAGS="$X_CFLAGS -I$x_includes"
9037   fi
9038
9039   # It would also be nice to do this for all -L options, not just this one.
9040   if test -n "$x_libraries"; then
9041     X_LIBS="$X_LIBS -L$x_libraries"
9042     # For Solaris; some versions of Sun CC require a space after -R and
9043     # others require no space.  Words are not sufficient . . . .
9044     { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
9045 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9046     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
9047     ac_xsave_c_werror_flag=$ac_c_werror_flag
9048     ac_c_werror_flag=yes
9049     cat >conftest.$ac_ext <<_ACEOF
9050 /* confdefs.h.  */
9051 _ACEOF
9052 cat confdefs.h >>conftest.$ac_ext
9053 cat >>conftest.$ac_ext <<_ACEOF
9054 /* end confdefs.h.  */
9055
9056 int
9057 main ()
9058 {
9059
9060   ;
9061   return 0;
9062 }
9063 _ACEOF
9064 rm -f conftest.$ac_objext conftest$ac_exeext
9065 if { (ac_try="$ac_link"
9066 case "(($ac_try" in
9067   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9068   *) ac_try_echo=$ac_try;;
9069 esac
9070 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9071 $as_echo "$ac_try_echo") >&5
9072   (eval "$ac_link") 2>conftest.er1
9073   ac_status=$?
9074   grep -v '^ *+' conftest.er1 >conftest.err
9075   rm -f conftest.er1
9076   cat conftest.err >&5
9077   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9078   (exit $ac_status); } && {
9079          test -z "$ac_c_werror_flag" ||
9080          test ! -s conftest.err
9081        } && test -s conftest$ac_exeext && {
9082          test "$cross_compiling" = yes ||
9083          $as_test_x conftest$ac_exeext
9084        }; then
9085   { $as_echo "$as_me:$LINENO: result: no" >&5
9086 $as_echo "no" >&6; }
9087        X_LIBS="$X_LIBS -R$x_libraries"
9088 else
9089   $as_echo "$as_me: failed program was:" >&5
9090 sed 's/^/| /' conftest.$ac_ext >&5
9091
9092         LIBS="$ac_xsave_LIBS -R $x_libraries"
9093        cat >conftest.$ac_ext <<_ACEOF
9094 /* confdefs.h.  */
9095 _ACEOF
9096 cat confdefs.h >>conftest.$ac_ext
9097 cat >>conftest.$ac_ext <<_ACEOF
9098 /* end confdefs.h.  */
9099
9100 int
9101 main ()
9102 {
9103
9104   ;
9105   return 0;
9106 }
9107 _ACEOF
9108 rm -f conftest.$ac_objext conftest$ac_exeext
9109 if { (ac_try="$ac_link"
9110 case "(($ac_try" in
9111   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9112   *) ac_try_echo=$ac_try;;
9113 esac
9114 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9115 $as_echo "$ac_try_echo") >&5
9116   (eval "$ac_link") 2>conftest.er1
9117   ac_status=$?
9118   grep -v '^ *+' conftest.er1 >conftest.err
9119   rm -f conftest.er1
9120   cat conftest.err >&5
9121   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9122   (exit $ac_status); } && {
9123          test -z "$ac_c_werror_flag" ||
9124          test ! -s conftest.err
9125        } && test -s conftest$ac_exeext && {
9126          test "$cross_compiling" = yes ||
9127          $as_test_x conftest$ac_exeext
9128        }; then
9129   { $as_echo "$as_me:$LINENO: result: yes" >&5
9130 $as_echo "yes" >&6; }
9131           X_LIBS="$X_LIBS -R $x_libraries"
9132 else
9133   $as_echo "$as_me: failed program was:" >&5
9134 sed 's/^/| /' conftest.$ac_ext >&5
9135
9136         { $as_echo "$as_me:$LINENO: result: neither works" >&5
9137 $as_echo "neither works" >&6; }
9138 fi
9139
9140 rm -rf conftest.dSYM
9141 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9142       conftest$ac_exeext conftest.$ac_ext
9143 fi
9144
9145 rm -rf conftest.dSYM
9146 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9147       conftest$ac_exeext conftest.$ac_ext
9148     ac_c_werror_flag=$ac_xsave_c_werror_flag
9149     LIBS=$ac_xsave_LIBS
9150   fi
9151
9152   # Check for system-dependent libraries X programs must link with.
9153   # Do this before checking for the system-independent R6 libraries
9154   # (-lICE), since we may need -lsocket or whatever for X linking.
9155
9156   if test "$ISC" = yes; then
9157     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9158   else
9159     # Martyn Johnson says this is needed for Ultrix, if the X
9160     # libraries were built with DECnet support.  And Karl Berry says
9161     # the Alpha needs dnet_stub (dnet does not exist).
9162     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9163     cat >conftest.$ac_ext <<_ACEOF
9164 /* confdefs.h.  */
9165 _ACEOF
9166 cat confdefs.h >>conftest.$ac_ext
9167 cat >>conftest.$ac_ext <<_ACEOF
9168 /* end confdefs.h.  */
9169
9170 /* Override any GCC internal prototype to avoid an error.
9171    Use char because int might match the return type of a GCC
9172    builtin and then its argument prototype would still apply.  */
9173 #ifdef __cplusplus
9174 extern "C"
9175 #endif
9176 char XOpenDisplay ();
9177 int
9178 main ()
9179 {
9180 return XOpenDisplay ();
9181   ;
9182   return 0;
9183 }
9184 _ACEOF
9185 rm -f conftest.$ac_objext conftest$ac_exeext
9186 if { (ac_try="$ac_link"
9187 case "(($ac_try" in
9188   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9189   *) ac_try_echo=$ac_try;;
9190 esac
9191 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9192 $as_echo "$ac_try_echo") >&5
9193   (eval "$ac_link") 2>conftest.er1
9194   ac_status=$?
9195   grep -v '^ *+' conftest.er1 >conftest.err
9196   rm -f conftest.er1
9197   cat conftest.err >&5
9198   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9199   (exit $ac_status); } && {
9200          test -z "$ac_c_werror_flag" ||
9201          test ! -s conftest.err
9202        } && test -s conftest$ac_exeext && {
9203          test "$cross_compiling" = yes ||
9204          $as_test_x conftest$ac_exeext
9205        }; then
9206   :
9207 else
9208   $as_echo "$as_me: failed program was:" >&5
9209 sed 's/^/| /' conftest.$ac_ext >&5
9210
9211         { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
9212 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9213 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
9214   $as_echo_n "(cached) " >&6
9215 else
9216   ac_check_lib_save_LIBS=$LIBS
9217 LIBS="-ldnet  $LIBS"
9218 cat >conftest.$ac_ext <<_ACEOF
9219 /* confdefs.h.  */
9220 _ACEOF
9221 cat confdefs.h >>conftest.$ac_ext
9222 cat >>conftest.$ac_ext <<_ACEOF
9223 /* end confdefs.h.  */
9224
9225 /* Override any GCC internal prototype to avoid an error.
9226    Use char because int might match the return type of a GCC
9227    builtin and then its argument prototype would still apply.  */
9228 #ifdef __cplusplus
9229 extern "C"
9230 #endif
9231 char dnet_ntoa ();
9232 int
9233 main ()
9234 {
9235 return dnet_ntoa ();
9236   ;
9237   return 0;
9238 }
9239 _ACEOF
9240 rm -f conftest.$ac_objext conftest$ac_exeext
9241 if { (ac_try="$ac_link"
9242 case "(($ac_try" in
9243   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9244   *) ac_try_echo=$ac_try;;
9245 esac
9246 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9247 $as_echo "$ac_try_echo") >&5
9248   (eval "$ac_link") 2>conftest.er1
9249   ac_status=$?
9250   grep -v '^ *+' conftest.er1 >conftest.err
9251   rm -f conftest.er1
9252   cat conftest.err >&5
9253   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9254   (exit $ac_status); } && {
9255          test -z "$ac_c_werror_flag" ||
9256          test ! -s conftest.err
9257        } && test -s conftest$ac_exeext && {
9258          test "$cross_compiling" = yes ||
9259          $as_test_x conftest$ac_exeext
9260        }; then
9261   ac_cv_lib_dnet_dnet_ntoa=yes
9262 else
9263   $as_echo "$as_me: failed program was:" >&5
9264 sed 's/^/| /' conftest.$ac_ext >&5
9265
9266         ac_cv_lib_dnet_dnet_ntoa=no
9267 fi
9268
9269 rm -rf conftest.dSYM
9270 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9271       conftest$ac_exeext conftest.$ac_ext
9272 LIBS=$ac_check_lib_save_LIBS
9273 fi
9274 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9275 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9276 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
9277   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9278 fi
9279
9280     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9281       { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9282 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9283 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9284   $as_echo_n "(cached) " >&6
9285 else
9286   ac_check_lib_save_LIBS=$LIBS
9287 LIBS="-ldnet_stub  $LIBS"
9288 cat >conftest.$ac_ext <<_ACEOF
9289 /* confdefs.h.  */
9290 _ACEOF
9291 cat confdefs.h >>conftest.$ac_ext
9292 cat >>conftest.$ac_ext <<_ACEOF
9293 /* end confdefs.h.  */
9294
9295 /* Override any GCC internal prototype to avoid an error.
9296    Use char because int might match the return type of a GCC
9297    builtin and then its argument prototype would still apply.  */
9298 #ifdef __cplusplus
9299 extern "C"
9300 #endif
9301 char dnet_ntoa ();
9302 int
9303 main ()
9304 {
9305 return dnet_ntoa ();
9306   ;
9307   return 0;
9308 }
9309 _ACEOF
9310 rm -f conftest.$ac_objext conftest$ac_exeext
9311 if { (ac_try="$ac_link"
9312 case "(($ac_try" in
9313   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9314   *) ac_try_echo=$ac_try;;
9315 esac
9316 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9317 $as_echo "$ac_try_echo") >&5
9318   (eval "$ac_link") 2>conftest.er1
9319   ac_status=$?
9320   grep -v '^ *+' conftest.er1 >conftest.err
9321   rm -f conftest.er1
9322   cat conftest.err >&5
9323   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9324   (exit $ac_status); } && {
9325          test -z "$ac_c_werror_flag" ||
9326          test ! -s conftest.err
9327        } && test -s conftest$ac_exeext && {
9328          test "$cross_compiling" = yes ||
9329          $as_test_x conftest$ac_exeext
9330        }; then
9331   ac_cv_lib_dnet_stub_dnet_ntoa=yes
9332 else
9333   $as_echo "$as_me: failed program was:" >&5
9334 sed 's/^/| /' conftest.$ac_ext >&5
9335
9336         ac_cv_lib_dnet_stub_dnet_ntoa=no
9337 fi
9338
9339 rm -rf conftest.dSYM
9340 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9341       conftest$ac_exeext conftest.$ac_ext
9342 LIBS=$ac_check_lib_save_LIBS
9343 fi
9344 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9345 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9346 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
9347   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9348 fi
9349
9350     fi
9351 fi
9352
9353 rm -rf conftest.dSYM
9354 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9355       conftest$ac_exeext conftest.$ac_ext
9356     LIBS="$ac_xsave_LIBS"
9357
9358     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9359     # to get the SysV transport functions.
9360     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9361     # needs -lnsl.
9362     # The nsl library prevents programs from opening the X display
9363     # on Irix 5.2, according to T.E. Dickey.
9364     # The functions gethostbyname, getservbyname, and inet_addr are
9365     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9366     { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
9367 $as_echo_n "checking for gethostbyname... " >&6; }
9368 if test "${ac_cv_func_gethostbyname+set}" = set; then
9369   $as_echo_n "(cached) " >&6
9370 else
9371   cat >conftest.$ac_ext <<_ACEOF
9372 /* confdefs.h.  */
9373 _ACEOF
9374 cat confdefs.h >>conftest.$ac_ext
9375 cat >>conftest.$ac_ext <<_ACEOF
9376 /* end confdefs.h.  */
9377 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9378    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9379 #define gethostbyname innocuous_gethostbyname
9380
9381 /* System header to define __stub macros and hopefully few prototypes,
9382     which can conflict with char gethostbyname (); below.
9383     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9384     <limits.h> exists even on freestanding compilers.  */
9385
9386 #ifdef __STDC__
9387 # include <limits.h>
9388 #else
9389 # include <assert.h>
9390 #endif
9391
9392 #undef gethostbyname
9393
9394 /* Override any GCC internal prototype to avoid an error.
9395    Use char because int might match the return type of a GCC
9396    builtin and then its argument prototype would still apply.  */
9397 #ifdef __cplusplus
9398 extern "C"
9399 #endif
9400 char gethostbyname ();
9401 /* The GNU C library defines this for functions which it implements
9402     to always fail with ENOSYS.  Some functions are actually named
9403     something starting with __ and the normal name is an alias.  */
9404 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9405 choke me
9406 #endif
9407
9408 int
9409 main ()
9410 {
9411 return gethostbyname ();
9412   ;
9413   return 0;
9414 }
9415 _ACEOF
9416 rm -f conftest.$ac_objext conftest$ac_exeext
9417 if { (ac_try="$ac_link"
9418 case "(($ac_try" in
9419   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9420   *) ac_try_echo=$ac_try;;
9421 esac
9422 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9423 $as_echo "$ac_try_echo") >&5
9424   (eval "$ac_link") 2>conftest.er1
9425   ac_status=$?
9426   grep -v '^ *+' conftest.er1 >conftest.err
9427   rm -f conftest.er1
9428   cat conftest.err >&5
9429   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9430   (exit $ac_status); } && {
9431          test -z "$ac_c_werror_flag" ||
9432          test ! -s conftest.err
9433        } && test -s conftest$ac_exeext && {
9434          test "$cross_compiling" = yes ||
9435          $as_test_x conftest$ac_exeext
9436        }; then
9437   ac_cv_func_gethostbyname=yes
9438 else
9439   $as_echo "$as_me: failed program was:" >&5
9440 sed 's/^/| /' conftest.$ac_ext >&5
9441
9442         ac_cv_func_gethostbyname=no
9443 fi
9444
9445 rm -rf conftest.dSYM
9446 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9447       conftest$ac_exeext conftest.$ac_ext
9448 fi
9449 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9450 $as_echo "$ac_cv_func_gethostbyname" >&6; }
9451
9452     if test $ac_cv_func_gethostbyname = no; then
9453       { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9454 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9455 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9456   $as_echo_n "(cached) " >&6
9457 else
9458   ac_check_lib_save_LIBS=$LIBS
9459 LIBS="-lnsl  $LIBS"
9460 cat >conftest.$ac_ext <<_ACEOF
9461 /* confdefs.h.  */
9462 _ACEOF
9463 cat confdefs.h >>conftest.$ac_ext
9464 cat >>conftest.$ac_ext <<_ACEOF
9465 /* end confdefs.h.  */
9466
9467 /* Override any GCC internal prototype to avoid an error.
9468    Use char because int might match the return type of a GCC
9469    builtin and then its argument prototype would still apply.  */
9470 #ifdef __cplusplus
9471 extern "C"
9472 #endif
9473 char gethostbyname ();
9474 int
9475 main ()
9476 {
9477 return gethostbyname ();
9478   ;
9479   return 0;
9480 }
9481 _ACEOF
9482 rm -f conftest.$ac_objext conftest$ac_exeext
9483 if { (ac_try="$ac_link"
9484 case "(($ac_try" in
9485   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9486   *) ac_try_echo=$ac_try;;
9487 esac
9488 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9489 $as_echo "$ac_try_echo") >&5
9490   (eval "$ac_link") 2>conftest.er1
9491   ac_status=$?
9492   grep -v '^ *+' conftest.er1 >conftest.err
9493   rm -f conftest.er1
9494   cat conftest.err >&5
9495   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9496   (exit $ac_status); } && {
9497          test -z "$ac_c_werror_flag" ||
9498          test ! -s conftest.err
9499        } && test -s conftest$ac_exeext && {
9500          test "$cross_compiling" = yes ||
9501          $as_test_x conftest$ac_exeext
9502        }; then
9503   ac_cv_lib_nsl_gethostbyname=yes
9504 else
9505   $as_echo "$as_me: failed program was:" >&5
9506 sed 's/^/| /' conftest.$ac_ext >&5
9507
9508         ac_cv_lib_nsl_gethostbyname=no
9509 fi
9510
9511 rm -rf conftest.dSYM
9512 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9513       conftest$ac_exeext conftest.$ac_ext
9514 LIBS=$ac_check_lib_save_LIBS
9515 fi
9516 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9517 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9518 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
9519   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9520 fi
9521
9522       if test $ac_cv_lib_nsl_gethostbyname = no; then
9523         { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9524 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9525 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9526   $as_echo_n "(cached) " >&6
9527 else
9528   ac_check_lib_save_LIBS=$LIBS
9529 LIBS="-lbsd  $LIBS"
9530 cat >conftest.$ac_ext <<_ACEOF
9531 /* confdefs.h.  */
9532 _ACEOF
9533 cat confdefs.h >>conftest.$ac_ext
9534 cat >>conftest.$ac_ext <<_ACEOF
9535 /* end confdefs.h.  */
9536
9537 /* Override any GCC internal prototype to avoid an error.
9538    Use char because int might match the return type of a GCC
9539    builtin and then its argument prototype would still apply.  */
9540 #ifdef __cplusplus
9541 extern "C"
9542 #endif
9543 char gethostbyname ();
9544 int
9545 main ()
9546 {
9547 return gethostbyname ();
9548   ;
9549   return 0;
9550 }
9551 _ACEOF
9552 rm -f conftest.$ac_objext conftest$ac_exeext
9553 if { (ac_try="$ac_link"
9554 case "(($ac_try" in
9555   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9556   *) ac_try_echo=$ac_try;;
9557 esac
9558 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9559 $as_echo "$ac_try_echo") >&5
9560   (eval "$ac_link") 2>conftest.er1
9561   ac_status=$?
9562   grep -v '^ *+' conftest.er1 >conftest.err
9563   rm -f conftest.er1
9564   cat conftest.err >&5
9565   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9566   (exit $ac_status); } && {
9567          test -z "$ac_c_werror_flag" ||
9568          test ! -s conftest.err
9569        } && test -s conftest$ac_exeext && {
9570          test "$cross_compiling" = yes ||
9571          $as_test_x conftest$ac_exeext
9572        }; then
9573   ac_cv_lib_bsd_gethostbyname=yes
9574 else
9575   $as_echo "$as_me: failed program was:" >&5
9576 sed 's/^/| /' conftest.$ac_ext >&5
9577
9578         ac_cv_lib_bsd_gethostbyname=no
9579 fi
9580
9581 rm -rf conftest.dSYM
9582 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9583       conftest$ac_exeext conftest.$ac_ext
9584 LIBS=$ac_check_lib_save_LIBS
9585 fi
9586 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9587 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9588 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
9589   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9590 fi
9591
9592       fi
9593     fi
9594
9595     # lieder@skyler.mavd.honeywell.com says without -lsocket,
9596     # socket/setsockopt and other routines are undefined under SCO ODT
9597     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
9598     # on later versions), says Simon Leinen: it contains gethostby*
9599     # variants that don't use the name server (or something).  -lsocket
9600     # must be given before -lnsl if both are needed.  We assume that
9601     # if connect needs -lnsl, so does gethostbyname.
9602     { $as_echo "$as_me:$LINENO: checking for connect" >&5
9603 $as_echo_n "checking for connect... " >&6; }
9604 if test "${ac_cv_func_connect+set}" = set; then
9605   $as_echo_n "(cached) " >&6
9606 else
9607   cat >conftest.$ac_ext <<_ACEOF
9608 /* confdefs.h.  */
9609 _ACEOF
9610 cat confdefs.h >>conftest.$ac_ext
9611 cat >>conftest.$ac_ext <<_ACEOF
9612 /* end confdefs.h.  */
9613 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9614    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9615 #define connect innocuous_connect
9616
9617 /* System header to define __stub macros and hopefully few prototypes,
9618     which can conflict with char connect (); below.
9619     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9620     <limits.h> exists even on freestanding compilers.  */
9621
9622 #ifdef __STDC__
9623 # include <limits.h>
9624 #else
9625 # include <assert.h>
9626 #endif
9627
9628 #undef connect
9629
9630 /* Override any GCC internal prototype to avoid an error.
9631    Use char because int might match the return type of a GCC
9632    builtin and then its argument prototype would still apply.  */
9633 #ifdef __cplusplus
9634 extern "C"
9635 #endif
9636 char connect ();
9637 /* The GNU C library defines this for functions which it implements
9638     to always fail with ENOSYS.  Some functions are actually named
9639     something starting with __ and the normal name is an alias.  */
9640 #if defined __stub_connect || defined __stub___connect
9641 choke me
9642 #endif
9643
9644 int
9645 main ()
9646 {
9647 return connect ();
9648   ;
9649   return 0;
9650 }
9651 _ACEOF
9652 rm -f conftest.$ac_objext conftest$ac_exeext
9653 if { (ac_try="$ac_link"
9654 case "(($ac_try" in
9655   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9656   *) ac_try_echo=$ac_try;;
9657 esac
9658 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9659 $as_echo "$ac_try_echo") >&5
9660   (eval "$ac_link") 2>conftest.er1
9661   ac_status=$?
9662   grep -v '^ *+' conftest.er1 >conftest.err
9663   rm -f conftest.er1
9664   cat conftest.err >&5
9665   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9666   (exit $ac_status); } && {
9667          test -z "$ac_c_werror_flag" ||
9668          test ! -s conftest.err
9669        } && test -s conftest$ac_exeext && {
9670          test "$cross_compiling" = yes ||
9671          $as_test_x conftest$ac_exeext
9672        }; then
9673   ac_cv_func_connect=yes
9674 else
9675   $as_echo "$as_me: failed program was:" >&5
9676 sed 's/^/| /' conftest.$ac_ext >&5
9677
9678         ac_cv_func_connect=no
9679 fi
9680
9681 rm -rf conftest.dSYM
9682 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9683       conftest$ac_exeext conftest.$ac_ext
9684 fi
9685 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9686 $as_echo "$ac_cv_func_connect" >&6; }
9687
9688     if test $ac_cv_func_connect = no; then
9689       { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9690 $as_echo_n "checking for connect in -lsocket... " >&6; }
9691 if test "${ac_cv_lib_socket_connect+set}" = set; then
9692   $as_echo_n "(cached) " >&6
9693 else
9694   ac_check_lib_save_LIBS=$LIBS
9695 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9696 cat >conftest.$ac_ext <<_ACEOF
9697 /* confdefs.h.  */
9698 _ACEOF
9699 cat confdefs.h >>conftest.$ac_ext
9700 cat >>conftest.$ac_ext <<_ACEOF
9701 /* end confdefs.h.  */
9702
9703 /* Override any GCC internal prototype to avoid an error.
9704    Use char because int might match the return type of a GCC
9705    builtin and then its argument prototype would still apply.  */
9706 #ifdef __cplusplus
9707 extern "C"
9708 #endif
9709 char connect ();
9710 int
9711 main ()
9712 {
9713 return connect ();
9714   ;
9715   return 0;
9716 }
9717 _ACEOF
9718 rm -f conftest.$ac_objext conftest$ac_exeext
9719 if { (ac_try="$ac_link"
9720 case "(($ac_try" in
9721   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9722   *) ac_try_echo=$ac_try;;
9723 esac
9724 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9725 $as_echo "$ac_try_echo") >&5
9726   (eval "$ac_link") 2>conftest.er1
9727   ac_status=$?
9728   grep -v '^ *+' conftest.er1 >conftest.err
9729   rm -f conftest.er1
9730   cat conftest.err >&5
9731   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9732   (exit $ac_status); } && {
9733          test -z "$ac_c_werror_flag" ||
9734          test ! -s conftest.err
9735        } && test -s conftest$ac_exeext && {
9736          test "$cross_compiling" = yes ||
9737          $as_test_x conftest$ac_exeext
9738        }; then
9739   ac_cv_lib_socket_connect=yes
9740 else
9741   $as_echo "$as_me: failed program was:" >&5
9742 sed 's/^/| /' conftest.$ac_ext >&5
9743
9744         ac_cv_lib_socket_connect=no
9745 fi
9746
9747 rm -rf conftest.dSYM
9748 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9749       conftest$ac_exeext conftest.$ac_ext
9750 LIBS=$ac_check_lib_save_LIBS
9751 fi
9752 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9753 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9754 if test "x$ac_cv_lib_socket_connect" = x""yes; then
9755   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9756 fi
9757
9758     fi
9759
9760     # Guillermo Gomez says -lposix is necessary on A/UX.
9761     { $as_echo "$as_me:$LINENO: checking for remove" >&5
9762 $as_echo_n "checking for remove... " >&6; }
9763 if test "${ac_cv_func_remove+set}" = set; then
9764   $as_echo_n "(cached) " >&6
9765 else
9766   cat >conftest.$ac_ext <<_ACEOF
9767 /* confdefs.h.  */
9768 _ACEOF
9769 cat confdefs.h >>conftest.$ac_ext
9770 cat >>conftest.$ac_ext <<_ACEOF
9771 /* end confdefs.h.  */
9772 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9773    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9774 #define remove innocuous_remove
9775
9776 /* System header to define __stub macros and hopefully few prototypes,
9777     which can conflict with char remove (); below.
9778     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9779     <limits.h> exists even on freestanding compilers.  */
9780
9781 #ifdef __STDC__
9782 # include <limits.h>
9783 #else
9784 # include <assert.h>
9785 #endif
9786
9787 #undef remove
9788
9789 /* Override any GCC internal prototype to avoid an error.
9790    Use char because int might match the return type of a GCC
9791    builtin and then its argument prototype would still apply.  */
9792 #ifdef __cplusplus
9793 extern "C"
9794 #endif
9795 char remove ();
9796 /* The GNU C library defines this for functions which it implements
9797     to always fail with ENOSYS.  Some functions are actually named
9798     something starting with __ and the normal name is an alias.  */
9799 #if defined __stub_remove || defined __stub___remove
9800 choke me
9801 #endif
9802
9803 int
9804 main ()
9805 {
9806 return remove ();
9807   ;
9808   return 0;
9809 }
9810 _ACEOF
9811 rm -f conftest.$ac_objext conftest$ac_exeext
9812 if { (ac_try="$ac_link"
9813 case "(($ac_try" in
9814   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9815   *) ac_try_echo=$ac_try;;
9816 esac
9817 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9818 $as_echo "$ac_try_echo") >&5
9819   (eval "$ac_link") 2>conftest.er1
9820   ac_status=$?
9821   grep -v '^ *+' conftest.er1 >conftest.err
9822   rm -f conftest.er1
9823   cat conftest.err >&5
9824   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9825   (exit $ac_status); } && {
9826          test -z "$ac_c_werror_flag" ||
9827          test ! -s conftest.err
9828        } && test -s conftest$ac_exeext && {
9829          test "$cross_compiling" = yes ||
9830          $as_test_x conftest$ac_exeext
9831        }; then
9832   ac_cv_func_remove=yes
9833 else
9834   $as_echo "$as_me: failed program was:" >&5
9835 sed 's/^/| /' conftest.$ac_ext >&5
9836
9837         ac_cv_func_remove=no
9838 fi
9839
9840 rm -rf conftest.dSYM
9841 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9842       conftest$ac_exeext conftest.$ac_ext
9843 fi
9844 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9845 $as_echo "$ac_cv_func_remove" >&6; }
9846
9847     if test $ac_cv_func_remove = no; then
9848       { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9849 $as_echo_n "checking for remove in -lposix... " >&6; }
9850 if test "${ac_cv_lib_posix_remove+set}" = set; then
9851   $as_echo_n "(cached) " >&6
9852 else
9853   ac_check_lib_save_LIBS=$LIBS
9854 LIBS="-lposix  $LIBS"
9855 cat >conftest.$ac_ext <<_ACEOF
9856 /* confdefs.h.  */
9857 _ACEOF
9858 cat confdefs.h >>conftest.$ac_ext
9859 cat >>conftest.$ac_ext <<_ACEOF
9860 /* end confdefs.h.  */
9861
9862 /* Override any GCC internal prototype to avoid an error.
9863    Use char because int might match the return type of a GCC
9864    builtin and then its argument prototype would still apply.  */
9865 #ifdef __cplusplus
9866 extern "C"
9867 #endif
9868 char remove ();
9869 int
9870 main ()
9871 {
9872 return remove ();
9873   ;
9874   return 0;
9875 }
9876 _ACEOF
9877 rm -f conftest.$ac_objext conftest$ac_exeext
9878 if { (ac_try="$ac_link"
9879 case "(($ac_try" in
9880   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9881   *) ac_try_echo=$ac_try;;
9882 esac
9883 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9884 $as_echo "$ac_try_echo") >&5
9885   (eval "$ac_link") 2>conftest.er1
9886   ac_status=$?
9887   grep -v '^ *+' conftest.er1 >conftest.err
9888   rm -f conftest.er1
9889   cat conftest.err >&5
9890   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9891   (exit $ac_status); } && {
9892          test -z "$ac_c_werror_flag" ||
9893          test ! -s conftest.err
9894        } && test -s conftest$ac_exeext && {
9895          test "$cross_compiling" = yes ||
9896          $as_test_x conftest$ac_exeext
9897        }; then
9898   ac_cv_lib_posix_remove=yes
9899 else
9900   $as_echo "$as_me: failed program was:" >&5
9901 sed 's/^/| /' conftest.$ac_ext >&5
9902
9903         ac_cv_lib_posix_remove=no
9904 fi
9905
9906 rm -rf conftest.dSYM
9907 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9908       conftest$ac_exeext conftest.$ac_ext
9909 LIBS=$ac_check_lib_save_LIBS
9910 fi
9911 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9912 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9913 if test "x$ac_cv_lib_posix_remove" = x""yes; then
9914   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9915 fi
9916
9917     fi
9918
9919     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9920     { $as_echo "$as_me:$LINENO: checking for shmat" >&5
9921 $as_echo_n "checking for shmat... " >&6; }
9922 if test "${ac_cv_func_shmat+set}" = set; then
9923   $as_echo_n "(cached) " >&6
9924 else
9925   cat >conftest.$ac_ext <<_ACEOF
9926 /* confdefs.h.  */
9927 _ACEOF
9928 cat confdefs.h >>conftest.$ac_ext
9929 cat >>conftest.$ac_ext <<_ACEOF
9930 /* end confdefs.h.  */
9931 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9932    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9933 #define shmat innocuous_shmat
9934
9935 /* System header to define __stub macros and hopefully few prototypes,
9936     which can conflict with char shmat (); below.
9937     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9938     <limits.h> exists even on freestanding compilers.  */
9939
9940 #ifdef __STDC__
9941 # include <limits.h>
9942 #else
9943 # include <assert.h>
9944 #endif
9945
9946 #undef shmat
9947
9948 /* Override any GCC internal prototype to avoid an error.
9949    Use char because int might match the return type of a GCC
9950    builtin and then its argument prototype would still apply.  */
9951 #ifdef __cplusplus
9952 extern "C"
9953 #endif
9954 char shmat ();
9955 /* The GNU C library defines this for functions which it implements
9956     to always fail with ENOSYS.  Some functions are actually named
9957     something starting with __ and the normal name is an alias.  */
9958 #if defined __stub_shmat || defined __stub___shmat
9959 choke me
9960 #endif
9961
9962 int
9963 main ()
9964 {
9965 return shmat ();
9966   ;
9967   return 0;
9968 }
9969 _ACEOF
9970 rm -f conftest.$ac_objext conftest$ac_exeext
9971 if { (ac_try="$ac_link"
9972 case "(($ac_try" in
9973   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9974   *) ac_try_echo=$ac_try;;
9975 esac
9976 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9977 $as_echo "$ac_try_echo") >&5
9978   (eval "$ac_link") 2>conftest.er1
9979   ac_status=$?
9980   grep -v '^ *+' conftest.er1 >conftest.err
9981   rm -f conftest.er1
9982   cat conftest.err >&5
9983   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9984   (exit $ac_status); } && {
9985          test -z "$ac_c_werror_flag" ||
9986          test ! -s conftest.err
9987        } && test -s conftest$ac_exeext && {
9988          test "$cross_compiling" = yes ||
9989          $as_test_x conftest$ac_exeext
9990        }; then
9991   ac_cv_func_shmat=yes
9992 else
9993   $as_echo "$as_me: failed program was:" >&5
9994 sed 's/^/| /' conftest.$ac_ext >&5
9995
9996         ac_cv_func_shmat=no
9997 fi
9998
9999 rm -rf conftest.dSYM
10000 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10001       conftest$ac_exeext conftest.$ac_ext
10002 fi
10003 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
10004 $as_echo "$ac_cv_func_shmat" >&6; }
10005
10006     if test $ac_cv_func_shmat = no; then
10007       { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
10008 $as_echo_n "checking for shmat in -lipc... " >&6; }
10009 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
10010   $as_echo_n "(cached) " >&6
10011 else
10012   ac_check_lib_save_LIBS=$LIBS
10013 LIBS="-lipc  $LIBS"
10014 cat >conftest.$ac_ext <<_ACEOF
10015 /* confdefs.h.  */
10016 _ACEOF
10017 cat confdefs.h >>conftest.$ac_ext
10018 cat >>conftest.$ac_ext <<_ACEOF
10019 /* end confdefs.h.  */
10020
10021 /* Override any GCC internal prototype to avoid an error.
10022    Use char because int might match the return type of a GCC
10023    builtin and then its argument prototype would still apply.  */
10024 #ifdef __cplusplus
10025 extern "C"
10026 #endif
10027 char shmat ();
10028 int
10029 main ()
10030 {
10031 return shmat ();
10032   ;
10033   return 0;
10034 }
10035 _ACEOF
10036 rm -f conftest.$ac_objext conftest$ac_exeext
10037 if { (ac_try="$ac_link"
10038 case "(($ac_try" in
10039   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10040   *) ac_try_echo=$ac_try;;
10041 esac
10042 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10043 $as_echo "$ac_try_echo") >&5
10044   (eval "$ac_link") 2>conftest.er1
10045   ac_status=$?
10046   grep -v '^ *+' conftest.er1 >conftest.err
10047   rm -f conftest.er1
10048   cat conftest.err >&5
10049   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10050   (exit $ac_status); } && {
10051          test -z "$ac_c_werror_flag" ||
10052          test ! -s conftest.err
10053        } && test -s conftest$ac_exeext && {
10054          test "$cross_compiling" = yes ||
10055          $as_test_x conftest$ac_exeext
10056        }; then
10057   ac_cv_lib_ipc_shmat=yes
10058 else
10059   $as_echo "$as_me: failed program was:" >&5
10060 sed 's/^/| /' conftest.$ac_ext >&5
10061
10062         ac_cv_lib_ipc_shmat=no
10063 fi
10064
10065 rm -rf conftest.dSYM
10066 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10067       conftest$ac_exeext conftest.$ac_ext
10068 LIBS=$ac_check_lib_save_LIBS
10069 fi
10070 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
10071 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
10072 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
10073   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
10074 fi
10075
10076     fi
10077   fi
10078
10079   # Check for libraries that X11R6 Xt/Xaw programs need.
10080   ac_save_LDFLAGS=$LDFLAGS
10081   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
10082   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
10083   # check for ICE first), but we must link in the order -lSM -lICE or
10084   # we get undefined symbols.  So assume we have SM if we have ICE.
10085   # These have to be linked with before -lX11, unlike the other
10086   # libraries we check for below, so use a different variable.
10087   # John Interrante, Karl Berry
10088   { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
10089 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
10090 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
10091   $as_echo_n "(cached) " >&6
10092 else
10093   ac_check_lib_save_LIBS=$LIBS
10094 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
10095 cat >conftest.$ac_ext <<_ACEOF
10096 /* confdefs.h.  */
10097 _ACEOF
10098 cat confdefs.h >>conftest.$ac_ext
10099 cat >>conftest.$ac_ext <<_ACEOF
10100 /* end confdefs.h.  */
10101
10102 /* Override any GCC internal prototype to avoid an error.
10103    Use char because int might match the return type of a GCC
10104    builtin and then its argument prototype would still apply.  */
10105 #ifdef __cplusplus
10106 extern "C"
10107 #endif
10108 char IceConnectionNumber ();
10109 int
10110 main ()
10111 {
10112 return IceConnectionNumber ();
10113   ;
10114   return 0;
10115 }
10116 _ACEOF
10117 rm -f conftest.$ac_objext conftest$ac_exeext
10118 if { (ac_try="$ac_link"
10119 case "(($ac_try" in
10120   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10121   *) ac_try_echo=$ac_try;;
10122 esac
10123 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10124 $as_echo "$ac_try_echo") >&5
10125   (eval "$ac_link") 2>conftest.er1
10126   ac_status=$?
10127   grep -v '^ *+' conftest.er1 >conftest.err
10128   rm -f conftest.er1
10129   cat conftest.err >&5
10130   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10131   (exit $ac_status); } && {
10132          test -z "$ac_c_werror_flag" ||
10133          test ! -s conftest.err
10134        } && test -s conftest$ac_exeext && {
10135          test "$cross_compiling" = yes ||
10136          $as_test_x conftest$ac_exeext
10137        }; then
10138   ac_cv_lib_ICE_IceConnectionNumber=yes
10139 else
10140   $as_echo "$as_me: failed program was:" >&5
10141 sed 's/^/| /' conftest.$ac_ext >&5
10142
10143         ac_cv_lib_ICE_IceConnectionNumber=no
10144 fi
10145
10146 rm -rf conftest.dSYM
10147 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10148       conftest$ac_exeext conftest.$ac_ext
10149 LIBS=$ac_check_lib_save_LIBS
10150 fi
10151 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
10152 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
10153 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
10154   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
10155 fi
10156
10157   LDFLAGS=$ac_save_LDFLAGS
10158
10159 fi
10160
10161
10162 if test "$have_x" = "yes"
10163 then
10164     XLIB="-lXext -lX11"
10165     ac_save_CPPFLAGS="$CPPFLAGS"
10166     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10167
10168     { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
10169 $as_echo_n "checking for -lX11... " >&6; }
10170 if test "${ac_cv_lib_soname_X11+set}" = set; then
10171   $as_echo_n "(cached) " >&6
10172 else
10173   ac_check_soname_save_LIBS=$LIBS
10174 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
10175   cat >conftest.$ac_ext <<_ACEOF
10176 /* confdefs.h.  */
10177 _ACEOF
10178 cat confdefs.h >>conftest.$ac_ext
10179 cat >>conftest.$ac_ext <<_ACEOF
10180 /* end confdefs.h.  */
10181
10182 /* Override any GCC internal prototype to avoid an error.
10183    Use char because int might match the return type of a GCC
10184    builtin and then its argument prototype would still apply.  */
10185 #ifdef __cplusplus
10186 extern "C"
10187 #endif
10188 char XCreateWindow ();
10189 int
10190 main ()
10191 {
10192 return XCreateWindow ();
10193   ;
10194   return 0;
10195 }
10196 _ACEOF
10197 rm -f conftest.$ac_objext conftest$ac_exeext
10198 if { (ac_try="$ac_link"
10199 case "(($ac_try" in
10200   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10201   *) ac_try_echo=$ac_try;;
10202 esac
10203 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10204 $as_echo "$ac_try_echo") >&5
10205   (eval "$ac_link") 2>conftest.er1
10206   ac_status=$?
10207   grep -v '^ *+' conftest.er1 >conftest.err
10208   rm -f conftest.er1
10209   cat conftest.err >&5
10210   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10211   (exit $ac_status); } && {
10212          test -z "$ac_c_werror_flag" ||
10213          test ! -s conftest.err
10214        } && test -s conftest$ac_exeext && {
10215          test "$cross_compiling" = yes ||
10216          $as_test_x conftest$ac_exeext
10217        }; then
10218   case "$LIBEXT" in
10219     dll) ;;
10220     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'` ;;
10221     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10222   esac
10223 else
10224   $as_echo "$as_me: failed program was:" >&5
10225 sed 's/^/| /' conftest.$ac_ext >&5
10226
10227
10228 fi
10229
10230 rm -rf conftest.dSYM
10231 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10232       conftest$ac_exeext conftest.$ac_ext
10233   LIBS=$ac_check_soname_save_LIBS
10234 fi
10235 if test "x$ac_cv_lib_soname_X11" = "x"; then
10236   { $as_echo "$as_me:$LINENO: result: not found" >&5
10237 $as_echo "not found" >&6; }
10238
10239 else
10240   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10241 $as_echo "$ac_cv_lib_soname_X11" >&6; }
10242
10243 cat >>confdefs.h <<_ACEOF
10244 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10245 _ACEOF
10246
10247
10248 fi
10249
10250     { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10251 $as_echo_n "checking for -lXext... " >&6; }
10252 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10253   $as_echo_n "(cached) " >&6
10254 else
10255   ac_check_soname_save_LIBS=$LIBS
10256 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10257   cat >conftest.$ac_ext <<_ACEOF
10258 /* confdefs.h.  */
10259 _ACEOF
10260 cat confdefs.h >>conftest.$ac_ext
10261 cat >>conftest.$ac_ext <<_ACEOF
10262 /* end confdefs.h.  */
10263
10264 /* Override any GCC internal prototype to avoid an error.
10265    Use char because int might match the return type of a GCC
10266    builtin and then its argument prototype would still apply.  */
10267 #ifdef __cplusplus
10268 extern "C"
10269 #endif
10270 char XextCreateExtension ();
10271 int
10272 main ()
10273 {
10274 return XextCreateExtension ();
10275   ;
10276   return 0;
10277 }
10278 _ACEOF
10279 rm -f conftest.$ac_objext conftest$ac_exeext
10280 if { (ac_try="$ac_link"
10281 case "(($ac_try" in
10282   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10283   *) ac_try_echo=$ac_try;;
10284 esac
10285 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10286 $as_echo "$ac_try_echo") >&5
10287   (eval "$ac_link") 2>conftest.er1
10288   ac_status=$?
10289   grep -v '^ *+' conftest.er1 >conftest.err
10290   rm -f conftest.er1
10291   cat conftest.err >&5
10292   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10293   (exit $ac_status); } && {
10294          test -z "$ac_c_werror_flag" ||
10295          test ! -s conftest.err
10296        } && test -s conftest$ac_exeext && {
10297          test "$cross_compiling" = yes ||
10298          $as_test_x conftest$ac_exeext
10299        }; then
10300   case "$LIBEXT" in
10301     dll) ;;
10302     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'` ;;
10303     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10304   esac
10305 else
10306   $as_echo "$as_me: failed program was:" >&5
10307 sed 's/^/| /' conftest.$ac_ext >&5
10308
10309
10310 fi
10311
10312 rm -rf conftest.dSYM
10313 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10314       conftest$ac_exeext conftest.$ac_ext
10315   LIBS=$ac_check_soname_save_LIBS
10316 fi
10317 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10318   { $as_echo "$as_me:$LINENO: result: not found" >&5
10319 $as_echo "not found" >&6; }
10320
10321 else
10322   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10323 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10324
10325 cat >>confdefs.h <<_ACEOF
10326 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10327 _ACEOF
10328
10329
10330 fi
10331
10332
10333
10334
10335
10336
10337
10338
10339
10340
10341
10342
10343
10344
10345 for ac_header in X11/Xlib.h \
10346                       X11/XKBlib.h \
10347                       X11/Xutil.h \
10348                       X11/Xcursor/Xcursor.h \
10349                       X11/extensions/shape.h \
10350                       X11/extensions/XInput.h \
10351                       X11/extensions/XShm.h \
10352                       X11/extensions/Xcomposite.h \
10353                       X11/extensions/Xinerama.h \
10354                       X11/extensions/Xrandr.h \
10355                       X11/extensions/Xrender.h \
10356                       X11/extensions/xf86vmode.h
10357 do
10358 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10359 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10360 $as_echo_n "checking for $ac_header... " >&6; }
10361 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10362   $as_echo_n "(cached) " >&6
10363 else
10364   cat >conftest.$ac_ext <<_ACEOF
10365 /* confdefs.h.  */
10366 _ACEOF
10367 cat confdefs.h >>conftest.$ac_ext
10368 cat >>conftest.$ac_ext <<_ACEOF
10369 /* end confdefs.h.  */
10370 #ifdef HAVE_X11_XLIB_H
10371 # include <X11/Xlib.h>
10372 #endif
10373 #ifdef HAVE_X11_XUTIL_H
10374 # include <X11/Xutil.h>
10375 #endif
10376
10377 #include <$ac_header>
10378 _ACEOF
10379 rm -f conftest.$ac_objext
10380 if { (ac_try="$ac_compile"
10381 case "(($ac_try" in
10382   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10383   *) ac_try_echo=$ac_try;;
10384 esac
10385 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10386 $as_echo "$ac_try_echo") >&5
10387   (eval "$ac_compile") 2>conftest.er1
10388   ac_status=$?
10389   grep -v '^ *+' conftest.er1 >conftest.err
10390   rm -f conftest.er1
10391   cat conftest.err >&5
10392   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10393   (exit $ac_status); } && {
10394          test -z "$ac_c_werror_flag" ||
10395          test ! -s conftest.err
10396        } && test -s conftest.$ac_objext; then
10397   eval "$as_ac_Header=yes"
10398 else
10399   $as_echo "$as_me: failed program was:" >&5
10400 sed 's/^/| /' conftest.$ac_ext >&5
10401
10402         eval "$as_ac_Header=no"
10403 fi
10404
10405 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10406 fi
10407 ac_res=`eval 'as_val=${'$as_ac_Header'}
10408                  $as_echo "$as_val"'`
10409                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10410 $as_echo "$ac_res" >&6; }
10411 as_val=`eval 'as_val=${'$as_ac_Header'}
10412                  $as_echo "$as_val"'`
10413    if test "x$as_val" = x""yes; then
10414   cat >>confdefs.h <<_ACEOF
10415 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10416 _ACEOF
10417
10418 fi
10419
10420 done
10421
10422
10423                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10424         then
10425               { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10426 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10427 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10428   $as_echo_n "(cached) " >&6
10429 else
10430   ac_check_lib_save_LIBS=$LIBS
10431 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10432 cat >conftest.$ac_ext <<_ACEOF
10433 /* confdefs.h.  */
10434 _ACEOF
10435 cat confdefs.h >>conftest.$ac_ext
10436 cat >>conftest.$ac_ext <<_ACEOF
10437 /* end confdefs.h.  */
10438
10439 /* Override any GCC internal prototype to avoid an error.
10440    Use char because int might match the return type of a GCC
10441    builtin and then its argument prototype would still apply.  */
10442 #ifdef __cplusplus
10443 extern "C"
10444 #endif
10445 char XkbQueryExtension ();
10446 int
10447 main ()
10448 {
10449 return XkbQueryExtension ();
10450   ;
10451   return 0;
10452 }
10453 _ACEOF
10454 rm -f conftest.$ac_objext conftest$ac_exeext
10455 if { (ac_try="$ac_link"
10456 case "(($ac_try" in
10457   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10458   *) ac_try_echo=$ac_try;;
10459 esac
10460 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10461 $as_echo "$ac_try_echo") >&5
10462   (eval "$ac_link") 2>conftest.er1
10463   ac_status=$?
10464   grep -v '^ *+' conftest.er1 >conftest.err
10465   rm -f conftest.er1
10466   cat conftest.err >&5
10467   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10468   (exit $ac_status); } && {
10469          test -z "$ac_c_werror_flag" ||
10470          test ! -s conftest.err
10471        } && test -s conftest$ac_exeext && {
10472          test "$cross_compiling" = yes ||
10473          $as_test_x conftest$ac_exeext
10474        }; then
10475   ac_cv_lib_X11_XkbQueryExtension=yes
10476 else
10477   $as_echo "$as_me: failed program was:" >&5
10478 sed 's/^/| /' conftest.$ac_ext >&5
10479
10480         ac_cv_lib_X11_XkbQueryExtension=no
10481 fi
10482
10483 rm -rf conftest.dSYM
10484 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10485       conftest$ac_exeext conftest.$ac_ext
10486 LIBS=$ac_check_lib_save_LIBS
10487 fi
10488 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10489 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10490 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10491
10492 cat >>confdefs.h <<\_ACEOF
10493 #define HAVE_XKB 1
10494 _ACEOF
10495
10496 fi
10497
10498         fi
10499
10500                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10501         then
10502             { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10503 $as_echo_n "checking for -lXcursor... " >&6; }
10504 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10505   $as_echo_n "(cached) " >&6
10506 else
10507   ac_check_soname_save_LIBS=$LIBS
10508 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10509   cat >conftest.$ac_ext <<_ACEOF
10510 /* confdefs.h.  */
10511 _ACEOF
10512 cat confdefs.h >>conftest.$ac_ext
10513 cat >>conftest.$ac_ext <<_ACEOF
10514 /* end confdefs.h.  */
10515
10516 /* Override any GCC internal prototype to avoid an error.
10517    Use char because int might match the return type of a GCC
10518    builtin and then its argument prototype would still apply.  */
10519 #ifdef __cplusplus
10520 extern "C"
10521 #endif
10522 char XcursorImageLoadCursor ();
10523 int
10524 main ()
10525 {
10526 return XcursorImageLoadCursor ();
10527   ;
10528   return 0;
10529 }
10530 _ACEOF
10531 rm -f conftest.$ac_objext conftest$ac_exeext
10532 if { (ac_try="$ac_link"
10533 case "(($ac_try" in
10534   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10535   *) ac_try_echo=$ac_try;;
10536 esac
10537 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10538 $as_echo "$ac_try_echo") >&5
10539   (eval "$ac_link") 2>conftest.er1
10540   ac_status=$?
10541   grep -v '^ *+' conftest.er1 >conftest.err
10542   rm -f conftest.er1
10543   cat conftest.err >&5
10544   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10545   (exit $ac_status); } && {
10546          test -z "$ac_c_werror_flag" ||
10547          test ! -s conftest.err
10548        } && test -s conftest$ac_exeext && {
10549          test "$cross_compiling" = yes ||
10550          $as_test_x conftest$ac_exeext
10551        }; then
10552   case "$LIBEXT" in
10553     dll) ;;
10554     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'` ;;
10555     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10556   esac
10557 else
10558   $as_echo "$as_me: failed program was:" >&5
10559 sed 's/^/| /' conftest.$ac_ext >&5
10560
10561
10562 fi
10563
10564 rm -rf conftest.dSYM
10565 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10566       conftest$ac_exeext conftest.$ac_ext
10567   LIBS=$ac_check_soname_save_LIBS
10568 fi
10569 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10570   { $as_echo "$as_me:$LINENO: result: not found" >&5
10571 $as_echo "not found" >&6; }
10572
10573 else
10574   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10575 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10576
10577 cat >>confdefs.h <<_ACEOF
10578 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10579 _ACEOF
10580
10581
10582 fi
10583
10584         fi
10585         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10586   case "x$with_xcursor" in
10587   x)   wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10588   xno) ;;
10589   *)   { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10590 This is an error since --with-xcursor was requested." >&5
10591 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10592 This is an error since --with-xcursor was requested." >&2;}
10593    { (exit 1); exit 1; }; } ;;
10594 esac
10595 fi
10596
10597
10598                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10599         then
10600             { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10601 $as_echo_n "checking for -lXi... " >&6; }
10602 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10603   $as_echo_n "(cached) " >&6
10604 else
10605   ac_check_soname_save_LIBS=$LIBS
10606 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10607   cat >conftest.$ac_ext <<_ACEOF
10608 /* confdefs.h.  */
10609 _ACEOF
10610 cat confdefs.h >>conftest.$ac_ext
10611 cat >>conftest.$ac_ext <<_ACEOF
10612 /* end confdefs.h.  */
10613
10614 /* Override any GCC internal prototype to avoid an error.
10615    Use char because int might match the return type of a GCC
10616    builtin and then its argument prototype would still apply.  */
10617 #ifdef __cplusplus
10618 extern "C"
10619 #endif
10620 char XOpenDevice ();
10621 int
10622 main ()
10623 {
10624 return XOpenDevice ();
10625   ;
10626   return 0;
10627 }
10628 _ACEOF
10629 rm -f conftest.$ac_objext conftest$ac_exeext
10630 if { (ac_try="$ac_link"
10631 case "(($ac_try" in
10632   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10633   *) ac_try_echo=$ac_try;;
10634 esac
10635 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10636 $as_echo "$ac_try_echo") >&5
10637   (eval "$ac_link") 2>conftest.er1
10638   ac_status=$?
10639   grep -v '^ *+' conftest.er1 >conftest.err
10640   rm -f conftest.er1
10641   cat conftest.err >&5
10642   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10643   (exit $ac_status); } && {
10644          test -z "$ac_c_werror_flag" ||
10645          test ! -s conftest.err
10646        } && test -s conftest$ac_exeext && {
10647          test "$cross_compiling" = yes ||
10648          $as_test_x conftest$ac_exeext
10649        }; then
10650   case "$LIBEXT" in
10651     dll) ;;
10652     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'` ;;
10653     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10654   esac
10655 else
10656   $as_echo "$as_me: failed program was:" >&5
10657 sed 's/^/| /' conftest.$ac_ext >&5
10658
10659
10660 fi
10661
10662 rm -rf conftest.dSYM
10663 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10664       conftest$ac_exeext conftest.$ac_ext
10665   LIBS=$ac_check_soname_save_LIBS
10666 fi
10667 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10668   { $as_echo "$as_me:$LINENO: result: not found" >&5
10669 $as_echo "not found" >&6; }
10670
10671 else
10672   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10673 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10674
10675 cat >>confdefs.h <<_ACEOF
10676 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10677 _ACEOF
10678
10679
10680 fi
10681
10682         fi
10683         if test "x$ac_cv_lib_soname_Xi" = "x"; then
10684   case "x$with_xinput" in
10685   x)   wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10686   xno) ;;
10687   *)   { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10688 This is an error since --with-xinput was requested." >&5
10689 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10690 This is an error since --with-xinput was requested." >&2;}
10691    { (exit 1); exit 1; }; } ;;
10692 esac
10693 fi
10694
10695
10696                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10697         then
10698               { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10699 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10700 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10701   $as_echo_n "(cached) " >&6
10702 else
10703   ac_check_lib_save_LIBS=$LIBS
10704 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10705 cat >conftest.$ac_ext <<_ACEOF
10706 /* confdefs.h.  */
10707 _ACEOF
10708 cat confdefs.h >>conftest.$ac_ext
10709 cat >>conftest.$ac_ext <<_ACEOF
10710 /* end confdefs.h.  */
10711
10712 /* Override any GCC internal prototype to avoid an error.
10713    Use char because int might match the return type of a GCC
10714    builtin and then its argument prototype would still apply.  */
10715 #ifdef __cplusplus
10716 extern "C"
10717 #endif
10718 char XShmQueryExtension ();
10719 int
10720 main ()
10721 {
10722 return XShmQueryExtension ();
10723   ;
10724   return 0;
10725 }
10726 _ACEOF
10727 rm -f conftest.$ac_objext conftest$ac_exeext
10728 if { (ac_try="$ac_link"
10729 case "(($ac_try" in
10730   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10731   *) ac_try_echo=$ac_try;;
10732 esac
10733 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10734 $as_echo "$ac_try_echo") >&5
10735   (eval "$ac_link") 2>conftest.er1
10736   ac_status=$?
10737   grep -v '^ *+' conftest.er1 >conftest.err
10738   rm -f conftest.er1
10739   cat conftest.err >&5
10740   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10741   (exit $ac_status); } && {
10742          test -z "$ac_c_werror_flag" ||
10743          test ! -s conftest.err
10744        } && test -s conftest$ac_exeext && {
10745          test "$cross_compiling" = yes ||
10746          $as_test_x conftest$ac_exeext
10747        }; then
10748   ac_cv_lib_Xext_XShmQueryExtension=yes
10749 else
10750   $as_echo "$as_me: failed program was:" >&5
10751 sed 's/^/| /' conftest.$ac_ext >&5
10752
10753         ac_cv_lib_Xext_XShmQueryExtension=no
10754 fi
10755
10756 rm -rf conftest.dSYM
10757 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10758       conftest$ac_exeext conftest.$ac_ext
10759 LIBS=$ac_check_lib_save_LIBS
10760 fi
10761 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10762 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10763 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10764
10765 cat >>confdefs.h <<\_ACEOF
10766 #define HAVE_LIBXXSHM 1
10767 _ACEOF
10768
10769 fi
10770
10771         fi
10772         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10773   case "x$with_xshm" in
10774   x)   wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10775   xno) ;;
10776   *)   { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10777 This is an error since --with-xshm was requested." >&5
10778 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10779 This is an error since --with-xshm was requested." >&2;}
10780    { (exit 1); exit 1; }; } ;;
10781 esac
10782 fi
10783
10784
10785                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10786         then
10787               { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10788 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10789 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10790   $as_echo_n "(cached) " >&6
10791 else
10792   ac_check_lib_save_LIBS=$LIBS
10793 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10794 cat >conftest.$ac_ext <<_ACEOF
10795 /* confdefs.h.  */
10796 _ACEOF
10797 cat confdefs.h >>conftest.$ac_ext
10798 cat >>conftest.$ac_ext <<_ACEOF
10799 /* end confdefs.h.  */
10800
10801 /* Override any GCC internal prototype to avoid an error.
10802    Use char because int might match the return type of a GCC
10803    builtin and then its argument prototype would still apply.  */
10804 #ifdef __cplusplus
10805 extern "C"
10806 #endif
10807 char XShapeQueryExtension ();
10808 int
10809 main ()
10810 {
10811 return XShapeQueryExtension ();
10812   ;
10813   return 0;
10814 }
10815 _ACEOF
10816 rm -f conftest.$ac_objext conftest$ac_exeext
10817 if { (ac_try="$ac_link"
10818 case "(($ac_try" in
10819   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10820   *) ac_try_echo=$ac_try;;
10821 esac
10822 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10823 $as_echo "$ac_try_echo") >&5
10824   (eval "$ac_link") 2>conftest.er1
10825   ac_status=$?
10826   grep -v '^ *+' conftest.er1 >conftest.err
10827   rm -f conftest.er1
10828   cat conftest.err >&5
10829   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10830   (exit $ac_status); } && {
10831          test -z "$ac_c_werror_flag" ||
10832          test ! -s conftest.err
10833        } && test -s conftest$ac_exeext && {
10834          test "$cross_compiling" = yes ||
10835          $as_test_x conftest$ac_exeext
10836        }; then
10837   ac_cv_lib_Xext_XShapeQueryExtension=yes
10838 else
10839   $as_echo "$as_me: failed program was:" >&5
10840 sed 's/^/| /' conftest.$ac_ext >&5
10841
10842         ac_cv_lib_Xext_XShapeQueryExtension=no
10843 fi
10844
10845 rm -rf conftest.dSYM
10846 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10847       conftest$ac_exeext conftest.$ac_ext
10848 LIBS=$ac_check_lib_save_LIBS
10849 fi
10850 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10851 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10852 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10853
10854 cat >>confdefs.h <<\_ACEOF
10855 #define HAVE_LIBXSHAPE 1
10856 _ACEOF
10857
10858 fi
10859
10860         fi
10861         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10862   case "x$with_xshape" in
10863   x)   wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10864   xno) ;;
10865   *)   { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10866 This is an error since --with-xshape was requested." >&5
10867 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10868 This is an error since --with-xshape was requested." >&2;}
10869    { (exit 1); exit 1; }; } ;;
10870 esac
10871 fi
10872
10873
10874                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10875         then
10876             { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10877 $as_echo_n "checking for -lXxf86vm... " >&6; }
10878 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10879   $as_echo_n "(cached) " >&6
10880 else
10881   ac_check_soname_save_LIBS=$LIBS
10882 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10883   cat >conftest.$ac_ext <<_ACEOF
10884 /* confdefs.h.  */
10885 _ACEOF
10886 cat confdefs.h >>conftest.$ac_ext
10887 cat >>conftest.$ac_ext <<_ACEOF
10888 /* end confdefs.h.  */
10889
10890 /* Override any GCC internal prototype to avoid an error.
10891    Use char because int might match the return type of a GCC
10892    builtin and then its argument prototype would still apply.  */
10893 #ifdef __cplusplus
10894 extern "C"
10895 #endif
10896 char XF86VidModeQueryExtension ();
10897 int
10898 main ()
10899 {
10900 return XF86VidModeQueryExtension ();
10901   ;
10902   return 0;
10903 }
10904 _ACEOF
10905 rm -f conftest.$ac_objext conftest$ac_exeext
10906 if { (ac_try="$ac_link"
10907 case "(($ac_try" in
10908   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10909   *) ac_try_echo=$ac_try;;
10910 esac
10911 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10912 $as_echo "$ac_try_echo") >&5
10913   (eval "$ac_link") 2>conftest.er1
10914   ac_status=$?
10915   grep -v '^ *+' conftest.er1 >conftest.err
10916   rm -f conftest.er1
10917   cat conftest.err >&5
10918   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10919   (exit $ac_status); } && {
10920          test -z "$ac_c_werror_flag" ||
10921          test ! -s conftest.err
10922        } && test -s conftest$ac_exeext && {
10923          test "$cross_compiling" = yes ||
10924          $as_test_x conftest$ac_exeext
10925        }; then
10926   case "$LIBEXT" in
10927     dll) ;;
10928     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'` ;;
10929     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10930   esac
10931 else
10932   $as_echo "$as_me: failed program was:" >&5
10933 sed 's/^/| /' conftest.$ac_ext >&5
10934
10935
10936 fi
10937
10938 rm -rf conftest.dSYM
10939 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10940       conftest$ac_exeext conftest.$ac_ext
10941   LIBS=$ac_check_soname_save_LIBS
10942 fi
10943 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10944   { $as_echo "$as_me:$LINENO: result: not found" >&5
10945 $as_echo "not found" >&6; }
10946
10947 else
10948   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10949 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10950
10951 cat >>confdefs.h <<_ACEOF
10952 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10953 _ACEOF
10954
10955
10956 fi
10957
10958         fi
10959         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10960   case "x$with_xxf86vm" in
10961   x)   wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10962   xno) ;;
10963   *)   { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10964 This is an error since --with-xxf86vm was requested." >&5
10965 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10966 This is an error since --with-xxf86vm was requested." >&2;}
10967    { (exit 1); exit 1; }; } ;;
10968 esac
10969 fi
10970
10971
10972                 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"
10973         then
10974             { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10975 $as_echo_n "checking for -lXrender... " >&6; }
10976 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10977   $as_echo_n "(cached) " >&6
10978 else
10979   ac_check_soname_save_LIBS=$LIBS
10980 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10981   cat >conftest.$ac_ext <<_ACEOF
10982 /* confdefs.h.  */
10983 _ACEOF
10984 cat confdefs.h >>conftest.$ac_ext
10985 cat >>conftest.$ac_ext <<_ACEOF
10986 /* end confdefs.h.  */
10987
10988 /* Override any GCC internal prototype to avoid an error.
10989    Use char because int might match the return type of a GCC
10990    builtin and then its argument prototype would still apply.  */
10991 #ifdef __cplusplus
10992 extern "C"
10993 #endif
10994 char XRenderQueryExtension ();
10995 int
10996 main ()
10997 {
10998 return XRenderQueryExtension ();
10999   ;
11000   return 0;
11001 }
11002 _ACEOF
11003 rm -f conftest.$ac_objext conftest$ac_exeext
11004 if { (ac_try="$ac_link"
11005 case "(($ac_try" in
11006   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11007   *) ac_try_echo=$ac_try;;
11008 esac
11009 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11010 $as_echo "$ac_try_echo") >&5
11011   (eval "$ac_link") 2>conftest.er1
11012   ac_status=$?
11013   grep -v '^ *+' conftest.er1 >conftest.err
11014   rm -f conftest.er1
11015   cat conftest.err >&5
11016   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11017   (exit $ac_status); } && {
11018          test -z "$ac_c_werror_flag" ||
11019          test ! -s conftest.err
11020        } && test -s conftest$ac_exeext && {
11021          test "$cross_compiling" = yes ||
11022          $as_test_x conftest$ac_exeext
11023        }; then
11024   case "$LIBEXT" in
11025     dll) ;;
11026     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'` ;;
11027     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
11028   esac
11029 else
11030   $as_echo "$as_me: failed program was:" >&5
11031 sed 's/^/| /' conftest.$ac_ext >&5
11032
11033
11034 fi
11035
11036 rm -rf conftest.dSYM
11037 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11038       conftest$ac_exeext conftest.$ac_ext
11039   LIBS=$ac_check_soname_save_LIBS
11040 fi
11041 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
11042   { $as_echo "$as_me:$LINENO: result: not found" >&5
11043 $as_echo "not found" >&6; }
11044
11045 else
11046   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
11047 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
11048
11049 cat >>confdefs.h <<_ACEOF
11050 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
11051 _ACEOF
11052
11053        { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
11054 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
11055 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
11056   $as_echo_n "(cached) " >&6
11057 else
11058   ac_check_lib_save_LIBS=$LIBS
11059 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11060 cat >conftest.$ac_ext <<_ACEOF
11061 /* confdefs.h.  */
11062 _ACEOF
11063 cat confdefs.h >>conftest.$ac_ext
11064 cat >>conftest.$ac_ext <<_ACEOF
11065 /* end confdefs.h.  */
11066
11067 /* Override any GCC internal prototype to avoid an error.
11068    Use char because int might match the return type of a GCC
11069    builtin and then its argument prototype would still apply.  */
11070 #ifdef __cplusplus
11071 extern "C"
11072 #endif
11073 char XRenderSetPictureTransform ();
11074 int
11075 main ()
11076 {
11077 return XRenderSetPictureTransform ();
11078   ;
11079   return 0;
11080 }
11081 _ACEOF
11082 rm -f conftest.$ac_objext conftest$ac_exeext
11083 if { (ac_try="$ac_link"
11084 case "(($ac_try" in
11085   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11086   *) ac_try_echo=$ac_try;;
11087 esac
11088 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11089 $as_echo "$ac_try_echo") >&5
11090   (eval "$ac_link") 2>conftest.er1
11091   ac_status=$?
11092   grep -v '^ *+' conftest.er1 >conftest.err
11093   rm -f conftest.er1
11094   cat conftest.err >&5
11095   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11096   (exit $ac_status); } && {
11097          test -z "$ac_c_werror_flag" ||
11098          test ! -s conftest.err
11099        } && test -s conftest$ac_exeext && {
11100          test "$cross_compiling" = yes ||
11101          $as_test_x conftest$ac_exeext
11102        }; then
11103   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
11104 else
11105   $as_echo "$as_me: failed program was:" >&5
11106 sed 's/^/| /' conftest.$ac_ext >&5
11107
11108         ac_cv_lib_Xrender_XRenderSetPictureTransform=no
11109 fi
11110
11111 rm -rf conftest.dSYM
11112 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11113       conftest$ac_exeext conftest.$ac_ext
11114 LIBS=$ac_check_lib_save_LIBS
11115 fi
11116 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
11117 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
11118 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
11119
11120 cat >>confdefs.h <<\_ACEOF
11121 #define HAVE_XRENDERSETPICTURETRANSFORM 1
11122 _ACEOF
11123
11124 fi
11125
11126 fi
11127
11128
11129         fi
11130         if test "x$ac_cv_lib_soname_Xrender" = "x"; then
11131   case "x$with_xrender" in
11132   x)   wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
11133   xno) ;;
11134   *)   { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11135 This is an error since --with-xrender was requested." >&5
11136 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11137 This is an error since --with-xrender was requested." >&2;}
11138    { (exit 1); exit 1; }; } ;;
11139 esac
11140 fi
11141
11142
11143                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
11144         then
11145                 cat >conftest.$ac_ext <<_ACEOF
11146 /* confdefs.h.  */
11147 _ACEOF
11148 cat confdefs.h >>conftest.$ac_ext
11149 cat >>conftest.$ac_ext <<_ACEOF
11150 /* end confdefs.h.  */
11151 #include <X11/Xlib.h>
11152 #include <X11/extensions/Xrandr.h>
11153 int
11154 main ()
11155 {
11156 static typeof(XRRSetScreenConfigAndRate) * func;
11157   ;
11158   return 0;
11159 }
11160 _ACEOF
11161 rm -f conftest.$ac_objext
11162 if { (ac_try="$ac_compile"
11163 case "(($ac_try" in
11164   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11165   *) ac_try_echo=$ac_try;;
11166 esac
11167 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11168 $as_echo "$ac_try_echo") >&5
11169   (eval "$ac_compile") 2>conftest.er1
11170   ac_status=$?
11171   grep -v '^ *+' conftest.er1 >conftest.err
11172   rm -f conftest.er1
11173   cat conftest.err >&5
11174   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11175   (exit $ac_status); } && {
11176          test -z "$ac_c_werror_flag" ||
11177          test ! -s conftest.err
11178        } && test -s conftest.$ac_objext; then
11179   { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
11180 $as_echo_n "checking for -lXrandr... " >&6; }
11181 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
11182   $as_echo_n "(cached) " >&6
11183 else
11184   ac_check_soname_save_LIBS=$LIBS
11185 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11186   cat >conftest.$ac_ext <<_ACEOF
11187 /* confdefs.h.  */
11188 _ACEOF
11189 cat confdefs.h >>conftest.$ac_ext
11190 cat >>conftest.$ac_ext <<_ACEOF
11191 /* end confdefs.h.  */
11192
11193 /* Override any GCC internal prototype to avoid an error.
11194    Use char because int might match the return type of a GCC
11195    builtin and then its argument prototype would still apply.  */
11196 #ifdef __cplusplus
11197 extern "C"
11198 #endif
11199 char XRRQueryExtension ();
11200 int
11201 main ()
11202 {
11203 return XRRQueryExtension ();
11204   ;
11205   return 0;
11206 }
11207 _ACEOF
11208 rm -f conftest.$ac_objext conftest$ac_exeext
11209 if { (ac_try="$ac_link"
11210 case "(($ac_try" in
11211   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11212   *) ac_try_echo=$ac_try;;
11213 esac
11214 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11215 $as_echo "$ac_try_echo") >&5
11216   (eval "$ac_link") 2>conftest.er1
11217   ac_status=$?
11218   grep -v '^ *+' conftest.er1 >conftest.err
11219   rm -f conftest.er1
11220   cat conftest.err >&5
11221   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11222   (exit $ac_status); } && {
11223          test -z "$ac_c_werror_flag" ||
11224          test ! -s conftest.err
11225        } && test -s conftest$ac_exeext && {
11226          test "$cross_compiling" = yes ||
11227          $as_test_x conftest$ac_exeext
11228        }; then
11229   case "$LIBEXT" in
11230     dll) ;;
11231     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'` ;;
11232     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
11233   esac
11234 else
11235   $as_echo "$as_me: failed program was:" >&5
11236 sed 's/^/| /' conftest.$ac_ext >&5
11237
11238
11239 fi
11240
11241 rm -rf conftest.dSYM
11242 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11243       conftest$ac_exeext conftest.$ac_ext
11244   LIBS=$ac_check_soname_save_LIBS
11245 fi
11246 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11247   { $as_echo "$as_me:$LINENO: result: not found" >&5
11248 $as_echo "not found" >&6; }
11249
11250 else
11251   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11252 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11253
11254 cat >>confdefs.h <<_ACEOF
11255 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11256 _ACEOF
11257
11258
11259 fi
11260
11261 else
11262   $as_echo "$as_me: failed program was:" >&5
11263 sed 's/^/| /' conftest.$ac_ext >&5
11264
11265
11266 fi
11267
11268 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11269         fi
11270         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11271   case "x$with_xrandr" in
11272   x)   wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11273   xno) ;;
11274   *)   { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11275 This is an error since --with-xrandr was requested." >&5
11276 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11277 This is an error since --with-xrandr was requested." >&2;}
11278    { (exit 1); exit 1; }; } ;;
11279 esac
11280 fi
11281
11282
11283                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11284         then
11285                 cat >conftest.$ac_ext <<_ACEOF
11286 /* confdefs.h.  */
11287 _ACEOF
11288 cat confdefs.h >>conftest.$ac_ext
11289 cat >>conftest.$ac_ext <<_ACEOF
11290 /* end confdefs.h.  */
11291 #include <X11/Xlib.h>
11292 #include <X11/extensions/Xinerama.h>
11293 int
11294 main ()
11295 {
11296 static typeof(XineramaQueryScreens) * func;
11297   ;
11298   return 0;
11299 }
11300 _ACEOF
11301 rm -f conftest.$ac_objext
11302 if { (ac_try="$ac_compile"
11303 case "(($ac_try" in
11304   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11305   *) ac_try_echo=$ac_try;;
11306 esac
11307 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11308 $as_echo "$ac_try_echo") >&5
11309   (eval "$ac_compile") 2>conftest.er1
11310   ac_status=$?
11311   grep -v '^ *+' conftest.er1 >conftest.err
11312   rm -f conftest.er1
11313   cat conftest.err >&5
11314   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11315   (exit $ac_status); } && {
11316          test -z "$ac_c_werror_flag" ||
11317          test ! -s conftest.err
11318        } && test -s conftest.$ac_objext; then
11319   { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11320 $as_echo_n "checking for -lXinerama... " >&6; }
11321 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11322   $as_echo_n "(cached) " >&6
11323 else
11324   ac_check_soname_save_LIBS=$LIBS
11325 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11326   cat >conftest.$ac_ext <<_ACEOF
11327 /* confdefs.h.  */
11328 _ACEOF
11329 cat confdefs.h >>conftest.$ac_ext
11330 cat >>conftest.$ac_ext <<_ACEOF
11331 /* end confdefs.h.  */
11332
11333 /* Override any GCC internal prototype to avoid an error.
11334    Use char because int might match the return type of a GCC
11335    builtin and then its argument prototype would still apply.  */
11336 #ifdef __cplusplus
11337 extern "C"
11338 #endif
11339 char XineramaQueryScreens ();
11340 int
11341 main ()
11342 {
11343 return XineramaQueryScreens ();
11344   ;
11345   return 0;
11346 }
11347 _ACEOF
11348 rm -f conftest.$ac_objext conftest$ac_exeext
11349 if { (ac_try="$ac_link"
11350 case "(($ac_try" in
11351   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11352   *) ac_try_echo=$ac_try;;
11353 esac
11354 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11355 $as_echo "$ac_try_echo") >&5
11356   (eval "$ac_link") 2>conftest.er1
11357   ac_status=$?
11358   grep -v '^ *+' conftest.er1 >conftest.err
11359   rm -f conftest.er1
11360   cat conftest.err >&5
11361   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11362   (exit $ac_status); } && {
11363          test -z "$ac_c_werror_flag" ||
11364          test ! -s conftest.err
11365        } && test -s conftest$ac_exeext && {
11366          test "$cross_compiling" = yes ||
11367          $as_test_x conftest$ac_exeext
11368        }; then
11369   case "$LIBEXT" in
11370     dll) ;;
11371     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'` ;;
11372     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
11373   esac
11374 else
11375   $as_echo "$as_me: failed program was:" >&5
11376 sed 's/^/| /' conftest.$ac_ext >&5
11377
11378
11379 fi
11380
11381 rm -rf conftest.dSYM
11382 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11383       conftest$ac_exeext conftest.$ac_ext
11384   LIBS=$ac_check_soname_save_LIBS
11385 fi
11386 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11387   { $as_echo "$as_me:$LINENO: result: not found" >&5
11388 $as_echo "not found" >&6; }
11389
11390 else
11391   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11392 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11393
11394 cat >>confdefs.h <<_ACEOF
11395 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11396 _ACEOF
11397
11398
11399 fi
11400
11401 else
11402   $as_echo "$as_me: failed program was:" >&5
11403 sed 's/^/| /' conftest.$ac_ext >&5
11404
11405
11406 fi
11407
11408 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11409         fi
11410         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11411   case "x$with_xinerama" in
11412   x)   wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11413   xno) ;;
11414   *)   { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11415 This is an error since --with-xinerama was requested." >&5
11416 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11417 This is an error since --with-xinerama was requested." >&2;}
11418    { (exit 1); exit 1; }; } ;;
11419 esac
11420 fi
11421
11422
11423                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11424         then
11425             { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11426 $as_echo_n "checking for -lXcomposite... " >&6; }
11427 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11428   $as_echo_n "(cached) " >&6
11429 else
11430   ac_check_soname_save_LIBS=$LIBS
11431 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11432   cat >conftest.$ac_ext <<_ACEOF
11433 /* confdefs.h.  */
11434 _ACEOF
11435 cat confdefs.h >>conftest.$ac_ext
11436 cat >>conftest.$ac_ext <<_ACEOF
11437 /* end confdefs.h.  */
11438
11439 /* Override any GCC internal prototype to avoid an error.
11440    Use char because int might match the return type of a GCC
11441    builtin and then its argument prototype would still apply.  */
11442 #ifdef __cplusplus
11443 extern "C"
11444 #endif
11445 char XCompositeRedirectWindow ();
11446 int
11447 main ()
11448 {
11449 return XCompositeRedirectWindow ();
11450   ;
11451   return 0;
11452 }
11453 _ACEOF
11454 rm -f conftest.$ac_objext conftest$ac_exeext
11455 if { (ac_try="$ac_link"
11456 case "(($ac_try" in
11457   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11458   *) ac_try_echo=$ac_try;;
11459 esac
11460 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11461 $as_echo "$ac_try_echo") >&5
11462   (eval "$ac_link") 2>conftest.er1
11463   ac_status=$?
11464   grep -v '^ *+' conftest.er1 >conftest.err
11465   rm -f conftest.er1
11466   cat conftest.err >&5
11467   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11468   (exit $ac_status); } && {
11469          test -z "$ac_c_werror_flag" ||
11470          test ! -s conftest.err
11471        } && test -s conftest$ac_exeext && {
11472          test "$cross_compiling" = yes ||
11473          $as_test_x conftest$ac_exeext
11474        }; then
11475   case "$LIBEXT" in
11476     dll) ;;
11477     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'` ;;
11478     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11479   esac
11480 else
11481   $as_echo "$as_me: failed program was:" >&5
11482 sed 's/^/| /' conftest.$ac_ext >&5
11483
11484
11485 fi
11486
11487 rm -rf conftest.dSYM
11488 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11489       conftest$ac_exeext conftest.$ac_ext
11490   LIBS=$ac_check_soname_save_LIBS
11491 fi
11492 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11493   { $as_echo "$as_me:$LINENO: result: not found" >&5
11494 $as_echo "not found" >&6; }
11495
11496 else
11497   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11498 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11499
11500 cat >>confdefs.h <<_ACEOF
11501 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11502 _ACEOF
11503
11504
11505 fi
11506
11507         fi
11508         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11509   case "x$with_xcomposite" in
11510   x)   wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11511   xno) ;;
11512   *)   { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11513 This is an error since --with-xcomposite was requested." >&5
11514 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11515 This is an error since --with-xcomposite was requested." >&2;}
11516    { (exit 1); exit 1; }; } ;;
11517 esac
11518 fi
11519
11520
11521                 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11522 $as_echo_n "checking for XICCallback.callback... " >&6; }
11523 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11524   $as_echo_n "(cached) " >&6
11525 else
11526   cat >conftest.$ac_ext <<_ACEOF
11527 /* confdefs.h.  */
11528 _ACEOF
11529 cat confdefs.h >>conftest.$ac_ext
11530 cat >>conftest.$ac_ext <<_ACEOF
11531 /* end confdefs.h.  */
11532 #ifdef HAVE_X11_XLIB_H
11533 #include <X11/Xlib.h>
11534 #endif
11535
11536 int
11537 main ()
11538 {
11539 static XICCallback ac_aggr;
11540 if (ac_aggr.callback)
11541 return 0;
11542   ;
11543   return 0;
11544 }
11545 _ACEOF
11546 rm -f conftest.$ac_objext
11547 if { (ac_try="$ac_compile"
11548 case "(($ac_try" in
11549   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11550   *) ac_try_echo=$ac_try;;
11551 esac
11552 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11553 $as_echo "$ac_try_echo") >&5
11554   (eval "$ac_compile") 2>conftest.er1
11555   ac_status=$?
11556   grep -v '^ *+' conftest.er1 >conftest.err
11557   rm -f conftest.er1
11558   cat conftest.err >&5
11559   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11560   (exit $ac_status); } && {
11561          test -z "$ac_c_werror_flag" ||
11562          test ! -s conftest.err
11563        } && test -s conftest.$ac_objext; then
11564   ac_cv_member_XICCallback_callback=yes
11565 else
11566   $as_echo "$as_me: failed program was:" >&5
11567 sed 's/^/| /' conftest.$ac_ext >&5
11568
11569         cat >conftest.$ac_ext <<_ACEOF
11570 /* confdefs.h.  */
11571 _ACEOF
11572 cat confdefs.h >>conftest.$ac_ext
11573 cat >>conftest.$ac_ext <<_ACEOF
11574 /* end confdefs.h.  */
11575 #ifdef HAVE_X11_XLIB_H
11576 #include <X11/Xlib.h>
11577 #endif
11578
11579 int
11580 main ()
11581 {
11582 static XICCallback ac_aggr;
11583 if (sizeof ac_aggr.callback)
11584 return 0;
11585   ;
11586   return 0;
11587 }
11588 _ACEOF
11589 rm -f conftest.$ac_objext
11590 if { (ac_try="$ac_compile"
11591 case "(($ac_try" in
11592   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11593   *) ac_try_echo=$ac_try;;
11594 esac
11595 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11596 $as_echo "$ac_try_echo") >&5
11597   (eval "$ac_compile") 2>conftest.er1
11598   ac_status=$?
11599   grep -v '^ *+' conftest.er1 >conftest.err
11600   rm -f conftest.er1
11601   cat conftest.err >&5
11602   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11603   (exit $ac_status); } && {
11604          test -z "$ac_c_werror_flag" ||
11605          test ! -s conftest.err
11606        } && test -s conftest.$ac_objext; then
11607   ac_cv_member_XICCallback_callback=yes
11608 else
11609   $as_echo "$as_me: failed program was:" >&5
11610 sed 's/^/| /' conftest.$ac_ext >&5
11611
11612         ac_cv_member_XICCallback_callback=no
11613 fi
11614
11615 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11616 fi
11617
11618 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11619 fi
11620 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11621 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11622 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11623
11624 cat >>confdefs.h <<_ACEOF
11625 #define HAVE_XICCALLBACK_CALLBACK 1
11626 _ACEOF
11627
11628
11629 fi
11630
11631
11632
11633         opengl_msg=""
11634     if test "x$with_opengl" != "xno"
11635     then
11636
11637
11638
11639
11640 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11641 do
11642 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11643 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11644 $as_echo_n "checking for $ac_header... " >&6; }
11645 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11646   $as_echo_n "(cached) " >&6
11647 else
11648   cat >conftest.$ac_ext <<_ACEOF
11649 /* confdefs.h.  */
11650 _ACEOF
11651 cat confdefs.h >>conftest.$ac_ext
11652 cat >>conftest.$ac_ext <<_ACEOF
11653 /* end confdefs.h.  */
11654 #ifdef HAVE_GL_GLX_H
11655 # include <GL/glx.h>
11656 #endif
11657
11658 #include <$ac_header>
11659 _ACEOF
11660 rm -f conftest.$ac_objext
11661 if { (ac_try="$ac_compile"
11662 case "(($ac_try" in
11663   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11664   *) ac_try_echo=$ac_try;;
11665 esac
11666 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11667 $as_echo "$ac_try_echo") >&5
11668   (eval "$ac_compile") 2>conftest.er1
11669   ac_status=$?
11670   grep -v '^ *+' conftest.er1 >conftest.err
11671   rm -f conftest.er1
11672   cat conftest.err >&5
11673   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11674   (exit $ac_status); } && {
11675          test -z "$ac_c_werror_flag" ||
11676          test ! -s conftest.err
11677        } && test -s conftest.$ac_objext; then
11678   eval "$as_ac_Header=yes"
11679 else
11680   $as_echo "$as_me: failed program was:" >&5
11681 sed 's/^/| /' conftest.$ac_ext >&5
11682
11683         eval "$as_ac_Header=no"
11684 fi
11685
11686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11687 fi
11688 ac_res=`eval 'as_val=${'$as_ac_Header'}
11689                  $as_echo "$as_val"'`
11690                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11691 $as_echo "$ac_res" >&6; }
11692 as_val=`eval 'as_val=${'$as_ac_Header'}
11693                  $as_echo "$as_val"'`
11694    if test "x$as_val" = x""yes; then
11695   cat >>confdefs.h <<_ACEOF
11696 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11697 _ACEOF
11698
11699 fi
11700
11701 done
11702
11703         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11704         then
11705                     { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11706 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11707 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11708   $as_echo_n "(cached) " >&6
11709 else
11710   cat >conftest.$ac_ext <<_ACEOF
11711 /* confdefs.h.  */
11712 _ACEOF
11713 cat confdefs.h >>conftest.$ac_ext
11714 cat >>conftest.$ac_ext <<_ACEOF
11715 /* end confdefs.h.  */
11716 #include <GL/gl.h>
11717 int
11718 main ()
11719 {
11720 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11721   ;
11722   return 0;
11723 }
11724 _ACEOF
11725 rm -f conftest.$ac_objext
11726 if { (ac_try="$ac_compile"
11727 case "(($ac_try" in
11728   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11729   *) ac_try_echo=$ac_try;;
11730 esac
11731 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11732 $as_echo "$ac_try_echo") >&5
11733   (eval "$ac_compile") 2>conftest.er1
11734   ac_status=$?
11735   grep -v '^ *+' conftest.er1 >conftest.err
11736   rm -f conftest.er1
11737   cat conftest.err >&5
11738   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11739   (exit $ac_status); } && {
11740          test -z "$ac_c_werror_flag" ||
11741          test ! -s conftest.err
11742        } && test -s conftest.$ac_objext; then
11743   wine_cv_opengl_header_version_OK="yes"
11744 else
11745   $as_echo "$as_me: failed program was:" >&5
11746 sed 's/^/| /' conftest.$ac_ext >&5
11747
11748         wine_cv_opengl_header_version_OK="no"
11749 fi
11750
11751 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11752 fi
11753 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11754 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11755
11756             if test "$wine_cv_opengl_header_version_OK" = "yes"
11757             then
11758                                 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11759 $as_echo_n "checking for -lGL... " >&6; }
11760 if test "${ac_cv_lib_soname_GL+set}" = set; then
11761   $as_echo_n "(cached) " >&6
11762 else
11763   ac_check_soname_save_LIBS=$LIBS
11764 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11765   cat >conftest.$ac_ext <<_ACEOF
11766 /* confdefs.h.  */
11767 _ACEOF
11768 cat confdefs.h >>conftest.$ac_ext
11769 cat >>conftest.$ac_ext <<_ACEOF
11770 /* end confdefs.h.  */
11771
11772 /* Override any GCC internal prototype to avoid an error.
11773    Use char because int might match the return type of a GCC
11774    builtin and then its argument prototype would still apply.  */
11775 #ifdef __cplusplus
11776 extern "C"
11777 #endif
11778 char glXCreateContext ();
11779 int
11780 main ()
11781 {
11782 return glXCreateContext ();
11783   ;
11784   return 0;
11785 }
11786 _ACEOF
11787 rm -f conftest.$ac_objext conftest$ac_exeext
11788 if { (ac_try="$ac_link"
11789 case "(($ac_try" in
11790   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11791   *) ac_try_echo=$ac_try;;
11792 esac
11793 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11794 $as_echo "$ac_try_echo") >&5
11795   (eval "$ac_link") 2>conftest.er1
11796   ac_status=$?
11797   grep -v '^ *+' conftest.er1 >conftest.err
11798   rm -f conftest.er1
11799   cat conftest.err >&5
11800   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11801   (exit $ac_status); } && {
11802          test -z "$ac_c_werror_flag" ||
11803          test ! -s conftest.err
11804        } && test -s conftest$ac_exeext && {
11805          test "$cross_compiling" = yes ||
11806          $as_test_x conftest$ac_exeext
11807        }; then
11808   case "$LIBEXT" in
11809     dll) ;;
11810     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'` ;;
11811     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11812   esac
11813 else
11814   $as_echo "$as_me: failed program was:" >&5
11815 sed 's/^/| /' conftest.$ac_ext >&5
11816
11817
11818 fi
11819
11820 rm -rf conftest.dSYM
11821 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11822       conftest$ac_exeext conftest.$ac_ext
11823   LIBS=$ac_check_soname_save_LIBS
11824 fi
11825 if test "x$ac_cv_lib_soname_GL" = "x"; then
11826   { $as_echo "$as_me:$LINENO: result: not found" >&5
11827 $as_echo "not found" >&6; }
11828        { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11829 $as_echo_n "checking for -lGL... " >&6; }
11830 if test "${ac_cv_lib_soname_GL+set}" = set; then
11831   $as_echo_n "(cached) " >&6
11832 else
11833   ac_check_soname_save_LIBS=$LIBS
11834 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"
11835   cat >conftest.$ac_ext <<_ACEOF
11836 /* confdefs.h.  */
11837 _ACEOF
11838 cat confdefs.h >>conftest.$ac_ext
11839 cat >>conftest.$ac_ext <<_ACEOF
11840 /* end confdefs.h.  */
11841
11842 /* Override any GCC internal prototype to avoid an error.
11843    Use char because int might match the return type of a GCC
11844    builtin and then its argument prototype would still apply.  */
11845 #ifdef __cplusplus
11846 extern "C"
11847 #endif
11848 char glXCreateContext ();
11849 int
11850 main ()
11851 {
11852 return glXCreateContext ();
11853   ;
11854   return 0;
11855 }
11856 _ACEOF
11857 rm -f conftest.$ac_objext conftest$ac_exeext
11858 if { (ac_try="$ac_link"
11859 case "(($ac_try" in
11860   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11861   *) ac_try_echo=$ac_try;;
11862 esac
11863 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11864 $as_echo "$ac_try_echo") >&5
11865   (eval "$ac_link") 2>conftest.er1
11866   ac_status=$?
11867   grep -v '^ *+' conftest.er1 >conftest.err
11868   rm -f conftest.er1
11869   cat conftest.err >&5
11870   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11871   (exit $ac_status); } && {
11872          test -z "$ac_c_werror_flag" ||
11873          test ! -s conftest.err
11874        } && test -s conftest$ac_exeext && {
11875          test "$cross_compiling" = yes ||
11876          $as_test_x conftest$ac_exeext
11877        }; then
11878   case "$LIBEXT" in
11879     dll) ;;
11880     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'` ;;
11881     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11882   esac
11883 else
11884   $as_echo "$as_me: failed program was:" >&5
11885 sed 's/^/| /' conftest.$ac_ext >&5
11886
11887
11888 fi
11889
11890 rm -rf conftest.dSYM
11891 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11892       conftest$ac_exeext conftest.$ac_ext
11893   LIBS=$ac_check_soname_save_LIBS
11894 fi
11895 if test "x$ac_cv_lib_soname_GL" = "x"; then
11896   { $as_echo "$as_me:$LINENO: result: not found" >&5
11897 $as_echo "not found" >&6; }
11898        if test -f /usr/X11R6/lib/libGL.a
11899                                     then
11900                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11901 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11902                                     else
11903                                         opengl_msg="No OpenGL library found on this system."
11904                                     fi
11905 else
11906   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11907 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11908
11909 cat >>confdefs.h <<_ACEOF
11910 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11911 _ACEOF
11912
11913        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"
11914
11915 cat >>confdefs.h <<\_ACEOF
11916 #define HAVE_OPENGL 1
11917 _ACEOF
11918
11919 fi
11920
11921 else
11922   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11923 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11924
11925 cat >>confdefs.h <<_ACEOF
11926 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11927 _ACEOF
11928
11929        OPENGL_LIBS="-lGL"
11930
11931 cat >>confdefs.h <<\_ACEOF
11932 #define HAVE_OPENGL 1
11933 _ACEOF
11934
11935 fi
11936
11937                  if test "$ac_cv_header_GL_glu_h" = "yes"
11938                  then
11939                     { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11940 $as_echo_n "checking for -lGLU... " >&6; }
11941 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11942   $as_echo_n "(cached) " >&6
11943 else
11944   ac_check_soname_save_LIBS=$LIBS
11945 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11946   cat >conftest.$ac_ext <<_ACEOF
11947 /* confdefs.h.  */
11948 _ACEOF
11949 cat confdefs.h >>conftest.$ac_ext
11950 cat >>conftest.$ac_ext <<_ACEOF
11951 /* end confdefs.h.  */
11952
11953 /* Override any GCC internal prototype to avoid an error.
11954    Use char because int might match the return type of a GCC
11955    builtin and then its argument prototype would still apply.  */
11956 #ifdef __cplusplus
11957 extern "C"
11958 #endif
11959 char gluLookAt ();
11960 int
11961 main ()
11962 {
11963 return gluLookAt ();
11964   ;
11965   return 0;
11966 }
11967 _ACEOF
11968 rm -f conftest.$ac_objext conftest$ac_exeext
11969 if { (ac_try="$ac_link"
11970 case "(($ac_try" in
11971   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11972   *) ac_try_echo=$ac_try;;
11973 esac
11974 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11975 $as_echo "$ac_try_echo") >&5
11976   (eval "$ac_link") 2>conftest.er1
11977   ac_status=$?
11978   grep -v '^ *+' conftest.er1 >conftest.err
11979   rm -f conftest.er1
11980   cat conftest.err >&5
11981   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11982   (exit $ac_status); } && {
11983          test -z "$ac_c_werror_flag" ||
11984          test ! -s conftest.err
11985        } && test -s conftest$ac_exeext && {
11986          test "$cross_compiling" = yes ||
11987          $as_test_x conftest$ac_exeext
11988        }; then
11989   case "$LIBEXT" in
11990     dll) ;;
11991     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'` ;;
11992     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
11993   esac
11994 else
11995   $as_echo "$as_me: failed program was:" >&5
11996 sed 's/^/| /' conftest.$ac_ext >&5
11997
11998
11999 fi
12000
12001 rm -rf conftest.dSYM
12002 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12003       conftest$ac_exeext conftest.$ac_ext
12004   LIBS=$ac_check_soname_save_LIBS
12005 fi
12006 if test "x$ac_cv_lib_soname_GLU" = "x"; then
12007   { $as_echo "$as_me:$LINENO: result: not found" >&5
12008 $as_echo "not found" >&6; }
12009
12010 else
12011   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
12012 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
12013
12014 cat >>confdefs.h <<_ACEOF
12015 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
12016 _ACEOF
12017
12018
12019 fi
12020
12021                  fi
12022                  if test "x$ac_cv_lib_soname_GLU" = "x"; then
12023   case "x$with_glu" in
12024   x)   wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
12025   xno) ;;
12026   *)   { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
12027 This is an error since --with-glu was requested." >&5
12028 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
12029 This is an error since --with-glu was requested." >&2;}
12030    { (exit 1); exit 1; }; } ;;
12031 esac
12032 fi
12033
12034              else
12035                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
12036              fi
12037          else
12038              opengl_msg="OpenGL development headers not found."
12039          fi
12040          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
12041          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
12042     else
12043          enable_opengl32=${enable_opengl32:-no}
12044          enable_glu32=${enable_glu32:-no}
12045     fi
12046     if test -n "$opengl_msg"; then
12047   case "x$with_opengl" in
12048   x)   wine_warnings="$wine_warnings|$opengl_msg
12049 OpenGL and Direct3D won't be supported." ;;
12050   xno) ;;
12051   *)   { { $as_echo "$as_me:$LINENO: error: $opengl_msg
12052 OpenGL and Direct3D won't be supported.
12053 This is an error since --with-opengl was requested." >&5
12054 $as_echo "$as_me: error: $opengl_msg
12055 OpenGL and Direct3D won't be supported.
12056 This is an error since --with-opengl was requested." >&2;}
12057    { (exit 1); exit 1; }; } ;;
12058 esac
12059 fi
12060
12061
12062         NASLIBS=""
12063
12064
12065 for ac_header in audio/audiolib.h
12066 do
12067 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12068 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12069   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12070 $as_echo_n "checking for $ac_header... " >&6; }
12071 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12072   $as_echo_n "(cached) " >&6
12073 fi
12074 ac_res=`eval 'as_val=${'$as_ac_Header'}
12075                  $as_echo "$as_val"'`
12076                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12077 $as_echo "$ac_res" >&6; }
12078 else
12079   # Is the header compilable?
12080 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12081 $as_echo_n "checking $ac_header usability... " >&6; }
12082 cat >conftest.$ac_ext <<_ACEOF
12083 /* confdefs.h.  */
12084 _ACEOF
12085 cat confdefs.h >>conftest.$ac_ext
12086 cat >>conftest.$ac_ext <<_ACEOF
12087 /* end confdefs.h.  */
12088 $ac_includes_default
12089 #include <$ac_header>
12090 _ACEOF
12091 rm -f conftest.$ac_objext
12092 if { (ac_try="$ac_compile"
12093 case "(($ac_try" in
12094   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12095   *) ac_try_echo=$ac_try;;
12096 esac
12097 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12098 $as_echo "$ac_try_echo") >&5
12099   (eval "$ac_compile") 2>conftest.er1
12100   ac_status=$?
12101   grep -v '^ *+' conftest.er1 >conftest.err
12102   rm -f conftest.er1
12103   cat conftest.err >&5
12104   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12105   (exit $ac_status); } && {
12106          test -z "$ac_c_werror_flag" ||
12107          test ! -s conftest.err
12108        } && test -s conftest.$ac_objext; then
12109   ac_header_compiler=yes
12110 else
12111   $as_echo "$as_me: failed program was:" >&5
12112 sed 's/^/| /' conftest.$ac_ext >&5
12113
12114         ac_header_compiler=no
12115 fi
12116
12117 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12118 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12119 $as_echo "$ac_header_compiler" >&6; }
12120
12121 # Is the header present?
12122 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12123 $as_echo_n "checking $ac_header presence... " >&6; }
12124 cat >conftest.$ac_ext <<_ACEOF
12125 /* confdefs.h.  */
12126 _ACEOF
12127 cat confdefs.h >>conftest.$ac_ext
12128 cat >>conftest.$ac_ext <<_ACEOF
12129 /* end confdefs.h.  */
12130 #include <$ac_header>
12131 _ACEOF
12132 if { (ac_try="$ac_cpp conftest.$ac_ext"
12133 case "(($ac_try" in
12134   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12135   *) ac_try_echo=$ac_try;;
12136 esac
12137 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12138 $as_echo "$ac_try_echo") >&5
12139   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12140   ac_status=$?
12141   grep -v '^ *+' conftest.er1 >conftest.err
12142   rm -f conftest.er1
12143   cat conftest.err >&5
12144   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12145   (exit $ac_status); } >/dev/null && {
12146          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12147          test ! -s conftest.err
12148        }; then
12149   ac_header_preproc=yes
12150 else
12151   $as_echo "$as_me: failed program was:" >&5
12152 sed 's/^/| /' conftest.$ac_ext >&5
12153
12154   ac_header_preproc=no
12155 fi
12156
12157 rm -f conftest.err conftest.$ac_ext
12158 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12159 $as_echo "$ac_header_preproc" >&6; }
12160
12161 # So?  What about this header?
12162 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12163   yes:no: )
12164     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12165 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12166     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12167 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12168     ac_header_preproc=yes
12169     ;;
12170   no:yes:* )
12171     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12172 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12173     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12174 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12175     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12176 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12177     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12178 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12179     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12180 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12181     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12182 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12183     ( cat <<\_ASBOX
12184 ## ------------------------------------ ##
12185 ## Report this to wine-devel@winehq.org ##
12186 ## ------------------------------------ ##
12187 _ASBOX
12188      ) | sed "s/^/$as_me: WARNING:     /" >&2
12189     ;;
12190 esac
12191 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12192 $as_echo_n "checking for $ac_header... " >&6; }
12193 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12194   $as_echo_n "(cached) " >&6
12195 else
12196   eval "$as_ac_Header=\$ac_header_preproc"
12197 fi
12198 ac_res=`eval 'as_val=${'$as_ac_Header'}
12199                  $as_echo "$as_val"'`
12200                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12201 $as_echo "$ac_res" >&6; }
12202
12203 fi
12204 as_val=`eval 'as_val=${'$as_ac_Header'}
12205                  $as_echo "$as_val"'`
12206    if test "x$as_val" = x""yes; then
12207   cat >>confdefs.h <<_ACEOF
12208 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12209 _ACEOF
12210
12211 for ac_header in audio/soundlib.h
12212 do
12213 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12214 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12215 $as_echo_n "checking for $ac_header... " >&6; }
12216 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12217   $as_echo_n "(cached) " >&6
12218 else
12219   cat >conftest.$ac_ext <<_ACEOF
12220 /* confdefs.h.  */
12221 _ACEOF
12222 cat confdefs.h >>conftest.$ac_ext
12223 cat >>conftest.$ac_ext <<_ACEOF
12224 /* end confdefs.h.  */
12225 #include <audio/audiolib.h>
12226
12227 #include <$ac_header>
12228 _ACEOF
12229 rm -f conftest.$ac_objext
12230 if { (ac_try="$ac_compile"
12231 case "(($ac_try" in
12232   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12233   *) ac_try_echo=$ac_try;;
12234 esac
12235 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12236 $as_echo "$ac_try_echo") >&5
12237   (eval "$ac_compile") 2>conftest.er1
12238   ac_status=$?
12239   grep -v '^ *+' conftest.er1 >conftest.err
12240   rm -f conftest.er1
12241   cat conftest.err >&5
12242   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12243   (exit $ac_status); } && {
12244          test -z "$ac_c_werror_flag" ||
12245          test ! -s conftest.err
12246        } && test -s conftest.$ac_objext; then
12247   eval "$as_ac_Header=yes"
12248 else
12249   $as_echo "$as_me: failed program was:" >&5
12250 sed 's/^/| /' conftest.$ac_ext >&5
12251
12252         eval "$as_ac_Header=no"
12253 fi
12254
12255 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12256 fi
12257 ac_res=`eval 'as_val=${'$as_ac_Header'}
12258                  $as_echo "$as_val"'`
12259                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12260 $as_echo "$ac_res" >&6; }
12261 as_val=`eval 'as_val=${'$as_ac_Header'}
12262                  $as_echo "$as_val"'`
12263    if test "x$as_val" = x""yes; then
12264   cat >>confdefs.h <<_ACEOF
12265 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12266 _ACEOF
12267
12268 fi
12269
12270 done
12271
12272           { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12273 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12274 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12275   $as_echo_n "(cached) " >&6
12276 else
12277   ac_check_lib_save_LIBS=$LIBS
12278 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12279 cat >conftest.$ac_ext <<_ACEOF
12280 /* confdefs.h.  */
12281 _ACEOF
12282 cat confdefs.h >>conftest.$ac_ext
12283 cat >>conftest.$ac_ext <<_ACEOF
12284 /* end confdefs.h.  */
12285
12286 /* Override any GCC internal prototype to avoid an error.
12287    Use char because int might match the return type of a GCC
12288    builtin and then its argument prototype would still apply.  */
12289 #ifdef __cplusplus
12290 extern "C"
12291 #endif
12292 char AuCreateFlow ();
12293 int
12294 main ()
12295 {
12296 return AuCreateFlow ();
12297   ;
12298   return 0;
12299 }
12300 _ACEOF
12301 rm -f conftest.$ac_objext conftest$ac_exeext
12302 if { (ac_try="$ac_link"
12303 case "(($ac_try" in
12304   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12305   *) ac_try_echo=$ac_try;;
12306 esac
12307 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12308 $as_echo "$ac_try_echo") >&5
12309   (eval "$ac_link") 2>conftest.er1
12310   ac_status=$?
12311   grep -v '^ *+' conftest.er1 >conftest.err
12312   rm -f conftest.er1
12313   cat conftest.err >&5
12314   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12315   (exit $ac_status); } && {
12316          test -z "$ac_c_werror_flag" ||
12317          test ! -s conftest.err
12318        } && test -s conftest$ac_exeext && {
12319          test "$cross_compiling" = yes ||
12320          $as_test_x conftest$ac_exeext
12321        }; then
12322   ac_cv_lib_audio_AuCreateFlow=yes
12323 else
12324   $as_echo "$as_me: failed program was:" >&5
12325 sed 's/^/| /' conftest.$ac_ext >&5
12326
12327         ac_cv_lib_audio_AuCreateFlow=no
12328 fi
12329
12330 rm -rf conftest.dSYM
12331 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12332       conftest$ac_exeext conftest.$ac_ext
12333 LIBS=$ac_check_lib_save_LIBS
12334 fi
12335 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12336 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12337 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12338
12339 cat >>confdefs.h <<\_ACEOF
12340 #define HAVE_NAS 1
12341 _ACEOF
12342
12343                         { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12344 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12345 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12346   $as_echo_n "(cached) " >&6
12347 else
12348   ac_check_lib_save_LIBS=$LIBS
12349 LIBS="-lXau $X_LIBS $LIBS"
12350 cat >conftest.$ac_ext <<_ACEOF
12351 /* confdefs.h.  */
12352 _ACEOF
12353 cat confdefs.h >>conftest.$ac_ext
12354 cat >>conftest.$ac_ext <<_ACEOF
12355 /* end confdefs.h.  */
12356
12357 /* Override any GCC internal prototype to avoid an error.
12358    Use char because int might match the return type of a GCC
12359    builtin and then its argument prototype would still apply.  */
12360 #ifdef __cplusplus
12361 extern "C"
12362 #endif
12363 char XauGetBestAuthByAddr ();
12364 int
12365 main ()
12366 {
12367 return XauGetBestAuthByAddr ();
12368   ;
12369   return 0;
12370 }
12371 _ACEOF
12372 rm -f conftest.$ac_objext conftest$ac_exeext
12373 if { (ac_try="$ac_link"
12374 case "(($ac_try" in
12375   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12376   *) ac_try_echo=$ac_try;;
12377 esac
12378 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12379 $as_echo "$ac_try_echo") >&5
12380   (eval "$ac_link") 2>conftest.er1
12381   ac_status=$?
12382   grep -v '^ *+' conftest.er1 >conftest.err
12383   rm -f conftest.er1
12384   cat conftest.err >&5
12385   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12386   (exit $ac_status); } && {
12387          test -z "$ac_c_werror_flag" ||
12388          test ! -s conftest.err
12389        } && test -s conftest$ac_exeext && {
12390          test "$cross_compiling" = yes ||
12391          $as_test_x conftest$ac_exeext
12392        }; then
12393   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12394 else
12395   $as_echo "$as_me: failed program was:" >&5
12396 sed 's/^/| /' conftest.$ac_ext >&5
12397
12398         ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12399 fi
12400
12401 rm -rf conftest.dSYM
12402 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12403       conftest$ac_exeext conftest.$ac_ext
12404 LIBS=$ac_check_lib_save_LIBS
12405 fi
12406 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12407 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12408 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12409   NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12410 else
12411   NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12412 fi
12413
12414
12415 fi
12416
12417 fi
12418
12419 done
12420
12421
12422     CPPFLAGS="$ac_save_CPPFLAGS"
12423 else
12424     XLIB=""
12425     X_CFLAGS=""
12426     X_LIBS=""
12427     enable_winex11_drv=${enable_winex11_drv:-no}
12428     enable_opengl32=${enable_opengl32:-no}
12429     enable_glu32=${enable_glu32:-no}
12430 fi
12431 if test "x$XLIB" = "x"; then
12432   case "x$with_x" in
12433   xno) ;;
12434   *)   { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12435 without X support, which probably isn't what you want. You will need to install
12436 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12437 Use the --without-x option if you really want this." >&5
12438 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12439 without X support, which probably isn't what you want. You will need to install
12440 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12441 Use the --without-x option if you really want this." >&2;}
12442    { (exit 1); exit 1; }; } ;;
12443 esac
12444 fi
12445
12446
12447
12448 XML2LIBS=""
12449
12450 XML2INCL=""
12451
12452 XSLTINCL=""
12453
12454 if test "x$with_xml" != "xno"
12455 then
12456     ac_save_CPPFLAGS="$CPPFLAGS"
12457     if test "$PKG_CONFIG" != "false"
12458     then
12459         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12460         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12461     else
12462         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12463         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
12464     fi
12465     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12466
12467 for ac_header in libxml/parser.h
12468 do
12469 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12470 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12471   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12472 $as_echo_n "checking for $ac_header... " >&6; }
12473 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12474   $as_echo_n "(cached) " >&6
12475 fi
12476 ac_res=`eval 'as_val=${'$as_ac_Header'}
12477                  $as_echo "$as_val"'`
12478                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12479 $as_echo "$ac_res" >&6; }
12480 else
12481   # Is the header compilable?
12482 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12483 $as_echo_n "checking $ac_header usability... " >&6; }
12484 cat >conftest.$ac_ext <<_ACEOF
12485 /* confdefs.h.  */
12486 _ACEOF
12487 cat confdefs.h >>conftest.$ac_ext
12488 cat >>conftest.$ac_ext <<_ACEOF
12489 /* end confdefs.h.  */
12490 $ac_includes_default
12491 #include <$ac_header>
12492 _ACEOF
12493 rm -f conftest.$ac_objext
12494 if { (ac_try="$ac_compile"
12495 case "(($ac_try" in
12496   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12497   *) ac_try_echo=$ac_try;;
12498 esac
12499 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12500 $as_echo "$ac_try_echo") >&5
12501   (eval "$ac_compile") 2>conftest.er1
12502   ac_status=$?
12503   grep -v '^ *+' conftest.er1 >conftest.err
12504   rm -f conftest.er1
12505   cat conftest.err >&5
12506   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12507   (exit $ac_status); } && {
12508          test -z "$ac_c_werror_flag" ||
12509          test ! -s conftest.err
12510        } && test -s conftest.$ac_objext; then
12511   ac_header_compiler=yes
12512 else
12513   $as_echo "$as_me: failed program was:" >&5
12514 sed 's/^/| /' conftest.$ac_ext >&5
12515
12516         ac_header_compiler=no
12517 fi
12518
12519 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12520 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12521 $as_echo "$ac_header_compiler" >&6; }
12522
12523 # Is the header present?
12524 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12525 $as_echo_n "checking $ac_header presence... " >&6; }
12526 cat >conftest.$ac_ext <<_ACEOF
12527 /* confdefs.h.  */
12528 _ACEOF
12529 cat confdefs.h >>conftest.$ac_ext
12530 cat >>conftest.$ac_ext <<_ACEOF
12531 /* end confdefs.h.  */
12532 #include <$ac_header>
12533 _ACEOF
12534 if { (ac_try="$ac_cpp conftest.$ac_ext"
12535 case "(($ac_try" in
12536   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12537   *) ac_try_echo=$ac_try;;
12538 esac
12539 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12540 $as_echo "$ac_try_echo") >&5
12541   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12542   ac_status=$?
12543   grep -v '^ *+' conftest.er1 >conftest.err
12544   rm -f conftest.er1
12545   cat conftest.err >&5
12546   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12547   (exit $ac_status); } >/dev/null && {
12548          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12549          test ! -s conftest.err
12550        }; then
12551   ac_header_preproc=yes
12552 else
12553   $as_echo "$as_me: failed program was:" >&5
12554 sed 's/^/| /' conftest.$ac_ext >&5
12555
12556   ac_header_preproc=no
12557 fi
12558
12559 rm -f conftest.err conftest.$ac_ext
12560 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12561 $as_echo "$ac_header_preproc" >&6; }
12562
12563 # So?  What about this header?
12564 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12565   yes:no: )
12566     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12567 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12568     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12569 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12570     ac_header_preproc=yes
12571     ;;
12572   no:yes:* )
12573     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12574 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12575     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12576 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12577     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12578 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12579     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12580 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12581     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12582 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12583     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12584 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12585     ( cat <<\_ASBOX
12586 ## ------------------------------------ ##
12587 ## Report this to wine-devel@winehq.org ##
12588 ## ------------------------------------ ##
12589 _ASBOX
12590      ) | sed "s/^/$as_me: WARNING:     /" >&2
12591     ;;
12592 esac
12593 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12594 $as_echo_n "checking for $ac_header... " >&6; }
12595 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12596   $as_echo_n "(cached) " >&6
12597 else
12598   eval "$as_ac_Header=\$ac_header_preproc"
12599 fi
12600 ac_res=`eval 'as_val=${'$as_ac_Header'}
12601                  $as_echo "$as_val"'`
12602                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12603 $as_echo "$ac_res" >&6; }
12604
12605 fi
12606 as_val=`eval 'as_val=${'$as_ac_Header'}
12607                  $as_echo "$as_val"'`
12608    if test "x$as_val" = x""yes; then
12609   cat >>confdefs.h <<_ACEOF
12610 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12611 _ACEOF
12612  { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12613 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12614 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12615   $as_echo_n "(cached) " >&6
12616 else
12617   ac_check_lib_save_LIBS=$LIBS
12618 LIBS="-lxml2 $ac_xml_libs $LIBS"
12619 cat >conftest.$ac_ext <<_ACEOF
12620 /* confdefs.h.  */
12621 _ACEOF
12622 cat confdefs.h >>conftest.$ac_ext
12623 cat >>conftest.$ac_ext <<_ACEOF
12624 /* end confdefs.h.  */
12625
12626 /* Override any GCC internal prototype to avoid an error.
12627    Use char because int might match the return type of a GCC
12628    builtin and then its argument prototype would still apply.  */
12629 #ifdef __cplusplus
12630 extern "C"
12631 #endif
12632 char xmlParseMemory ();
12633 int
12634 main ()
12635 {
12636 return xmlParseMemory ();
12637   ;
12638   return 0;
12639 }
12640 _ACEOF
12641 rm -f conftest.$ac_objext conftest$ac_exeext
12642 if { (ac_try="$ac_link"
12643 case "(($ac_try" in
12644   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12645   *) ac_try_echo=$ac_try;;
12646 esac
12647 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12648 $as_echo "$ac_try_echo") >&5
12649   (eval "$ac_link") 2>conftest.er1
12650   ac_status=$?
12651   grep -v '^ *+' conftest.er1 >conftest.err
12652   rm -f conftest.er1
12653   cat conftest.err >&5
12654   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12655   (exit $ac_status); } && {
12656          test -z "$ac_c_werror_flag" ||
12657          test ! -s conftest.err
12658        } && test -s conftest$ac_exeext && {
12659          test "$cross_compiling" = yes ||
12660          $as_test_x conftest$ac_exeext
12661        }; then
12662   ac_cv_lib_xml2_xmlParseMemory=yes
12663 else
12664   $as_echo "$as_me: failed program was:" >&5
12665 sed 's/^/| /' conftest.$ac_ext >&5
12666
12667         ac_cv_lib_xml2_xmlParseMemory=no
12668 fi
12669
12670 rm -rf conftest.dSYM
12671 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12672       conftest$ac_exeext conftest.$ac_ext
12673 LIBS=$ac_check_lib_save_LIBS
12674 fi
12675 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12676 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12677 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12678
12679 cat >>confdefs.h <<\_ACEOF
12680 #define HAVE_LIBXML2 1
12681 _ACEOF
12682
12683                  XML2LIBS="$ac_xml_libs"
12684                  XML2INCL="$ac_xml_cflags"
12685 fi
12686
12687              { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12688 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12689 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12690   $as_echo_n "(cached) " >&6
12691 else
12692   ac_check_lib_save_LIBS=$LIBS
12693 LIBS="-lxml2 $ac_xml_libs $LIBS"
12694 cat >conftest.$ac_ext <<_ACEOF
12695 /* confdefs.h.  */
12696 _ACEOF
12697 cat confdefs.h >>conftest.$ac_ext
12698 cat >>conftest.$ac_ext <<_ACEOF
12699 /* end confdefs.h.  */
12700
12701 /* Override any GCC internal prototype to avoid an error.
12702    Use char because int might match the return type of a GCC
12703    builtin and then its argument prototype would still apply.  */
12704 #ifdef __cplusplus
12705 extern "C"
12706 #endif
12707 char xmlReadMemory ();
12708 int
12709 main ()
12710 {
12711 return xmlReadMemory ();
12712   ;
12713   return 0;
12714 }
12715 _ACEOF
12716 rm -f conftest.$ac_objext conftest$ac_exeext
12717 if { (ac_try="$ac_link"
12718 case "(($ac_try" in
12719   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12720   *) ac_try_echo=$ac_try;;
12721 esac
12722 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12723 $as_echo "$ac_try_echo") >&5
12724   (eval "$ac_link") 2>conftest.er1
12725   ac_status=$?
12726   grep -v '^ *+' conftest.er1 >conftest.err
12727   rm -f conftest.er1
12728   cat conftest.err >&5
12729   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12730   (exit $ac_status); } && {
12731          test -z "$ac_c_werror_flag" ||
12732          test ! -s conftest.err
12733        } && test -s conftest$ac_exeext && {
12734          test "$cross_compiling" = yes ||
12735          $as_test_x conftest$ac_exeext
12736        }; then
12737   ac_cv_lib_xml2_xmlReadMemory=yes
12738 else
12739   $as_echo "$as_me: failed program was:" >&5
12740 sed 's/^/| /' conftest.$ac_ext >&5
12741
12742         ac_cv_lib_xml2_xmlReadMemory=no
12743 fi
12744
12745 rm -rf conftest.dSYM
12746 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12747       conftest$ac_exeext conftest.$ac_ext
12748 LIBS=$ac_check_lib_save_LIBS
12749 fi
12750 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12751 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12752 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12753
12754 cat >>confdefs.h <<\_ACEOF
12755 #define HAVE_XMLREADMEMORY 1
12756 _ACEOF
12757
12758 fi
12759
12760              { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12761 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12762 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12763   $as_echo_n "(cached) " >&6
12764 else
12765   ac_check_lib_save_LIBS=$LIBS
12766 LIBS="-lxml2 $ac_xml_libs $LIBS"
12767 cat >conftest.$ac_ext <<_ACEOF
12768 /* confdefs.h.  */
12769 _ACEOF
12770 cat confdefs.h >>conftest.$ac_ext
12771 cat >>conftest.$ac_ext <<_ACEOF
12772 /* end confdefs.h.  */
12773
12774 /* Override any GCC internal prototype to avoid an error.
12775    Use char because int might match the return type of a GCC
12776    builtin and then its argument prototype would still apply.  */
12777 #ifdef __cplusplus
12778 extern "C"
12779 #endif
12780 char xmlNewDocPI ();
12781 int
12782 main ()
12783 {
12784 return xmlNewDocPI ();
12785   ;
12786   return 0;
12787 }
12788 _ACEOF
12789 rm -f conftest.$ac_objext conftest$ac_exeext
12790 if { (ac_try="$ac_link"
12791 case "(($ac_try" in
12792   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12793   *) ac_try_echo=$ac_try;;
12794 esac
12795 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12796 $as_echo "$ac_try_echo") >&5
12797   (eval "$ac_link") 2>conftest.er1
12798   ac_status=$?
12799   grep -v '^ *+' conftest.er1 >conftest.err
12800   rm -f conftest.er1
12801   cat conftest.err >&5
12802   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12803   (exit $ac_status); } && {
12804          test -z "$ac_c_werror_flag" ||
12805          test ! -s conftest.err
12806        } && test -s conftest$ac_exeext && {
12807          test "$cross_compiling" = yes ||
12808          $as_test_x conftest$ac_exeext
12809        }; then
12810   ac_cv_lib_xml2_xmlNewDocPI=yes
12811 else
12812   $as_echo "$as_me: failed program was:" >&5
12813 sed 's/^/| /' conftest.$ac_ext >&5
12814
12815         ac_cv_lib_xml2_xmlNewDocPI=no
12816 fi
12817
12818 rm -rf conftest.dSYM
12819 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12820       conftest$ac_exeext conftest.$ac_ext
12821 LIBS=$ac_check_lib_save_LIBS
12822 fi
12823 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12824 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12825 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12826
12827 cat >>confdefs.h <<\_ACEOF
12828 #define HAVE_XMLNEWDOCPI 1
12829 _ACEOF
12830
12831 fi
12832
12833
12834 fi
12835
12836 done
12837
12838     CPPFLAGS="$ac_save_CPPFLAGS"
12839 fi
12840 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12841   case "x$with_xml" in
12842   x)   wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12843   xno) ;;
12844   *)   { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12845 This is an error since --with-xml was requested." >&5
12846 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12847 This is an error since --with-xml was requested." >&2;}
12848    { (exit 1); exit 1; }; } ;;
12849 esac
12850 fi
12851
12852
12853 if test "x$with_xslt" != "xno"
12854 then
12855     if test "$PKG_CONFIG" != "false"
12856     then
12857         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12858         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12859     else
12860         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12861         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12862     fi
12863     ac_save_CPPFLAGS="$CPPFLAGS"
12864     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12865
12866
12867 for ac_header in libxslt/pattern.h libxslt/transform.h
12868 do
12869 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12870 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12871 $as_echo_n "checking for $ac_header... " >&6; }
12872 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12873   $as_echo_n "(cached) " >&6
12874 else
12875   cat >conftest.$ac_ext <<_ACEOF
12876 /* confdefs.h.  */
12877 _ACEOF
12878 cat confdefs.h >>conftest.$ac_ext
12879 cat >>conftest.$ac_ext <<_ACEOF
12880 /* end confdefs.h.  */
12881 #ifdef HAVE_LIBXSLT_PATTERN_H
12882 # include <libxslt/pattern.h>
12883 #endif
12884
12885 #include <$ac_header>
12886 _ACEOF
12887 rm -f conftest.$ac_objext
12888 if { (ac_try="$ac_compile"
12889 case "(($ac_try" in
12890   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12891   *) ac_try_echo=$ac_try;;
12892 esac
12893 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12894 $as_echo "$ac_try_echo") >&5
12895   (eval "$ac_compile") 2>conftest.er1
12896   ac_status=$?
12897   grep -v '^ *+' conftest.er1 >conftest.err
12898   rm -f conftest.er1
12899   cat conftest.err >&5
12900   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12901   (exit $ac_status); } && {
12902          test -z "$ac_c_werror_flag" ||
12903          test ! -s conftest.err
12904        } && test -s conftest.$ac_objext; then
12905   eval "$as_ac_Header=yes"
12906 else
12907   $as_echo "$as_me: failed program was:" >&5
12908 sed 's/^/| /' conftest.$ac_ext >&5
12909
12910         eval "$as_ac_Header=no"
12911 fi
12912
12913 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12914 fi
12915 ac_res=`eval 'as_val=${'$as_ac_Header'}
12916                  $as_echo "$as_val"'`
12917                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12918 $as_echo "$ac_res" >&6; }
12919 as_val=`eval 'as_val=${'$as_ac_Header'}
12920                  $as_echo "$as_val"'`
12921    if test "x$as_val" = x""yes; then
12922   cat >>confdefs.h <<_ACEOF
12923 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12924 _ACEOF
12925
12926 fi
12927
12928 done
12929
12930     CPPFLAGS="$ac_save_CPPFLAGS"
12931     if test "$ac_cv_header_libxslt_transform_h" = "yes"
12932     then
12933         { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12934 $as_echo_n "checking for -lxslt... " >&6; }
12935 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12936   $as_echo_n "(cached) " >&6
12937 else
12938   ac_check_soname_save_LIBS=$LIBS
12939 LIBS="-lxslt $ac_xslt_libs $LIBS"
12940   cat >conftest.$ac_ext <<_ACEOF
12941 /* confdefs.h.  */
12942 _ACEOF
12943 cat confdefs.h >>conftest.$ac_ext
12944 cat >>conftest.$ac_ext <<_ACEOF
12945 /* end confdefs.h.  */
12946
12947 /* Override any GCC internal prototype to avoid an error.
12948    Use char because int might match the return type of a GCC
12949    builtin and then its argument prototype would still apply.  */
12950 #ifdef __cplusplus
12951 extern "C"
12952 #endif
12953 char xsltCompilePattern ();
12954 int
12955 main ()
12956 {
12957 return xsltCompilePattern ();
12958   ;
12959   return 0;
12960 }
12961 _ACEOF
12962 rm -f conftest.$ac_objext conftest$ac_exeext
12963 if { (ac_try="$ac_link"
12964 case "(($ac_try" in
12965   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12966   *) ac_try_echo=$ac_try;;
12967 esac
12968 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12969 $as_echo "$ac_try_echo") >&5
12970   (eval "$ac_link") 2>conftest.er1
12971   ac_status=$?
12972   grep -v '^ *+' conftest.er1 >conftest.err
12973   rm -f conftest.er1
12974   cat conftest.err >&5
12975   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12976   (exit $ac_status); } && {
12977          test -z "$ac_c_werror_flag" ||
12978          test ! -s conftest.err
12979        } && test -s conftest$ac_exeext && {
12980          test "$cross_compiling" = yes ||
12981          $as_test_x conftest$ac_exeext
12982        }; then
12983   case "$LIBEXT" in
12984     dll) ;;
12985     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'` ;;
12986     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
12987   esac
12988 else
12989   $as_echo "$as_me: failed program was:" >&5
12990 sed 's/^/| /' conftest.$ac_ext >&5
12991
12992
12993 fi
12994
12995 rm -rf conftest.dSYM
12996 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12997       conftest$ac_exeext conftest.$ac_ext
12998   LIBS=$ac_check_soname_save_LIBS
12999 fi
13000 if test "x$ac_cv_lib_soname_xslt" = "x"; then
13001   { $as_echo "$as_me:$LINENO: result: not found" >&5
13002 $as_echo "not found" >&6; }
13003
13004 else
13005   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
13006 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
13007
13008 cat >>confdefs.h <<_ACEOF
13009 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
13010 _ACEOF
13011
13012        XSLTINCL="$ac_xslt_cflags"
13013 fi
13014
13015     fi
13016 fi
13017 if test "x$ac_cv_lib_soname_xslt" = "x"; then
13018   case "x$with_xslt" in
13019   x)   wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
13020   xno) ;;
13021   *)   { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
13022 This is an error since --with-xslt was requested." >&5
13023 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
13024 This is an error since --with-xslt was requested." >&2;}
13025    { (exit 1); exit 1; }; } ;;
13026 esac
13027 fi
13028
13029
13030 HALINCL=""
13031
13032 if test "x$with_hal" != "xno"
13033 then
13034     ac_save_CPPFLAGS="$CPPFLAGS"
13035     if test "$PKG_CONFIG" != "false"
13036     then
13037         ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
13038         ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
13039         CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
13040     fi
13041
13042
13043 for ac_header in dbus/dbus.h hal/libhal.h
13044 do
13045 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13046 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13047   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13048 $as_echo_n "checking for $ac_header... " >&6; }
13049 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13050   $as_echo_n "(cached) " >&6
13051 fi
13052 ac_res=`eval 'as_val=${'$as_ac_Header'}
13053                  $as_echo "$as_val"'`
13054                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13055 $as_echo "$ac_res" >&6; }
13056 else
13057   # Is the header compilable?
13058 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
13059 $as_echo_n "checking $ac_header usability... " >&6; }
13060 cat >conftest.$ac_ext <<_ACEOF
13061 /* confdefs.h.  */
13062 _ACEOF
13063 cat confdefs.h >>conftest.$ac_ext
13064 cat >>conftest.$ac_ext <<_ACEOF
13065 /* end confdefs.h.  */
13066 $ac_includes_default
13067 #include <$ac_header>
13068 _ACEOF
13069 rm -f conftest.$ac_objext
13070 if { (ac_try="$ac_compile"
13071 case "(($ac_try" in
13072   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13073   *) ac_try_echo=$ac_try;;
13074 esac
13075 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13076 $as_echo "$ac_try_echo") >&5
13077   (eval "$ac_compile") 2>conftest.er1
13078   ac_status=$?
13079   grep -v '^ *+' conftest.er1 >conftest.err
13080   rm -f conftest.er1
13081   cat conftest.err >&5
13082   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13083   (exit $ac_status); } && {
13084          test -z "$ac_c_werror_flag" ||
13085          test ! -s conftest.err
13086        } && test -s conftest.$ac_objext; then
13087   ac_header_compiler=yes
13088 else
13089   $as_echo "$as_me: failed program was:" >&5
13090 sed 's/^/| /' conftest.$ac_ext >&5
13091
13092         ac_header_compiler=no
13093 fi
13094
13095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13096 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13097 $as_echo "$ac_header_compiler" >&6; }
13098
13099 # Is the header present?
13100 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
13101 $as_echo_n "checking $ac_header presence... " >&6; }
13102 cat >conftest.$ac_ext <<_ACEOF
13103 /* confdefs.h.  */
13104 _ACEOF
13105 cat confdefs.h >>conftest.$ac_ext
13106 cat >>conftest.$ac_ext <<_ACEOF
13107 /* end confdefs.h.  */
13108 #include <$ac_header>
13109 _ACEOF
13110 if { (ac_try="$ac_cpp conftest.$ac_ext"
13111 case "(($ac_try" in
13112   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13113   *) ac_try_echo=$ac_try;;
13114 esac
13115 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13116 $as_echo "$ac_try_echo") >&5
13117   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13118   ac_status=$?
13119   grep -v '^ *+' conftest.er1 >conftest.err
13120   rm -f conftest.er1
13121   cat conftest.err >&5
13122   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13123   (exit $ac_status); } >/dev/null && {
13124          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13125          test ! -s conftest.err
13126        }; then
13127   ac_header_preproc=yes
13128 else
13129   $as_echo "$as_me: failed program was:" >&5
13130 sed 's/^/| /' conftest.$ac_ext >&5
13131
13132   ac_header_preproc=no
13133 fi
13134
13135 rm -f conftest.err conftest.$ac_ext
13136 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13137 $as_echo "$ac_header_preproc" >&6; }
13138
13139 # So?  What about this header?
13140 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13141   yes:no: )
13142     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13143 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13144     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13145 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13146     ac_header_preproc=yes
13147     ;;
13148   no:yes:* )
13149     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13150 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13151     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
13152 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
13153     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13154 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13155     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
13156 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
13157     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13158 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13159     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13160 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13161     ( cat <<\_ASBOX
13162 ## ------------------------------------ ##
13163 ## Report this to wine-devel@winehq.org ##
13164 ## ------------------------------------ ##
13165 _ASBOX
13166      ) | sed "s/^/$as_me: WARNING:     /" >&2
13167     ;;
13168 esac
13169 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13170 $as_echo_n "checking for $ac_header... " >&6; }
13171 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13172   $as_echo_n "(cached) " >&6
13173 else
13174   eval "$as_ac_Header=\$ac_header_preproc"
13175 fi
13176 ac_res=`eval 'as_val=${'$as_ac_Header'}
13177                  $as_echo "$as_val"'`
13178                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13179 $as_echo "$ac_res" >&6; }
13180
13181 fi
13182 as_val=`eval 'as_val=${'$as_ac_Header'}
13183                  $as_echo "$as_val"'`
13184    if test "x$as_val" = x""yes; then
13185   cat >>confdefs.h <<_ACEOF
13186 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13187 _ACEOF
13188
13189 fi
13190
13191 done
13192
13193     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
13194     then
13195         { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
13196 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
13197 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
13198   $as_echo_n "(cached) " >&6
13199 else
13200   ac_check_lib_save_LIBS=$LIBS
13201 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
13202 cat >conftest.$ac_ext <<_ACEOF
13203 /* confdefs.h.  */
13204 _ACEOF
13205 cat confdefs.h >>conftest.$ac_ext
13206 cat >>conftest.$ac_ext <<_ACEOF
13207 /* end confdefs.h.  */
13208
13209 /* Override any GCC internal prototype to avoid an error.
13210    Use char because int might match the return type of a GCC
13211    builtin and then its argument prototype would still apply.  */
13212 #ifdef __cplusplus
13213 extern "C"
13214 #endif
13215 char dbus_connection_close ();
13216 int
13217 main ()
13218 {
13219 return dbus_connection_close ();
13220   ;
13221   return 0;
13222 }
13223 _ACEOF
13224 rm -f conftest.$ac_objext conftest$ac_exeext
13225 if { (ac_try="$ac_link"
13226 case "(($ac_try" in
13227   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13228   *) ac_try_echo=$ac_try;;
13229 esac
13230 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13231 $as_echo "$ac_try_echo") >&5
13232   (eval "$ac_link") 2>conftest.er1
13233   ac_status=$?
13234   grep -v '^ *+' conftest.er1 >conftest.err
13235   rm -f conftest.er1
13236   cat conftest.err >&5
13237   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13238   (exit $ac_status); } && {
13239          test -z "$ac_c_werror_flag" ||
13240          test ! -s conftest.err
13241        } && test -s conftest$ac_exeext && {
13242          test "$cross_compiling" = yes ||
13243          $as_test_x conftest$ac_exeext
13244        }; then
13245   ac_cv_lib_dbus_1_dbus_connection_close=yes
13246 else
13247   $as_echo "$as_me: failed program was:" >&5
13248 sed 's/^/| /' conftest.$ac_ext >&5
13249
13250         ac_cv_lib_dbus_1_dbus_connection_close=no
13251 fi
13252
13253 rm -rf conftest.dSYM
13254 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13255       conftest$ac_exeext conftest.$ac_ext
13256 LIBS=$ac_check_lib_save_LIBS
13257 fi
13258 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13259 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13260 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13261   { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13262 $as_echo_n "checking for -lhal... " >&6; }
13263 if test "${ac_cv_lib_soname_hal+set}" = set; then
13264   $as_echo_n "(cached) " >&6
13265 else
13266   ac_check_soname_save_LIBS=$LIBS
13267 LIBS="-lhal $ac_hal_libs $LIBS"
13268   cat >conftest.$ac_ext <<_ACEOF
13269 /* confdefs.h.  */
13270 _ACEOF
13271 cat confdefs.h >>conftest.$ac_ext
13272 cat >>conftest.$ac_ext <<_ACEOF
13273 /* end confdefs.h.  */
13274
13275 /* Override any GCC internal prototype to avoid an error.
13276    Use char because int might match the return type of a GCC
13277    builtin and then its argument prototype would still apply.  */
13278 #ifdef __cplusplus
13279 extern "C"
13280 #endif
13281 char libhal_ctx_new ();
13282 int
13283 main ()
13284 {
13285 return libhal_ctx_new ();
13286   ;
13287   return 0;
13288 }
13289 _ACEOF
13290 rm -f conftest.$ac_objext conftest$ac_exeext
13291 if { (ac_try="$ac_link"
13292 case "(($ac_try" in
13293   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13294   *) ac_try_echo=$ac_try;;
13295 esac
13296 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13297 $as_echo "$ac_try_echo") >&5
13298   (eval "$ac_link") 2>conftest.er1
13299   ac_status=$?
13300   grep -v '^ *+' conftest.er1 >conftest.err
13301   rm -f conftest.er1
13302   cat conftest.err >&5
13303   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13304   (exit $ac_status); } && {
13305          test -z "$ac_c_werror_flag" ||
13306          test ! -s conftest.err
13307        } && test -s conftest$ac_exeext && {
13308          test "$cross_compiling" = yes ||
13309          $as_test_x conftest$ac_exeext
13310        }; then
13311   case "$LIBEXT" in
13312     dll) ;;
13313     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'` ;;
13314     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
13315   esac
13316 else
13317   $as_echo "$as_me: failed program was:" >&5
13318 sed 's/^/| /' conftest.$ac_ext >&5
13319
13320
13321 fi
13322
13323 rm -rf conftest.dSYM
13324 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13325       conftest$ac_exeext conftest.$ac_ext
13326   LIBS=$ac_check_soname_save_LIBS
13327 fi
13328 if test "x$ac_cv_lib_soname_hal" = "x"; then
13329   { $as_echo "$as_me:$LINENO: result: not found" >&5
13330 $as_echo "not found" >&6; }
13331
13332 else
13333   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13334 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13335
13336 cat >>confdefs.h <<_ACEOF
13337 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13338 _ACEOF
13339
13340        HALINCL="$ac_hal_cflags"
13341 fi
13342
13343 fi
13344
13345     fi
13346     CPPFLAGS="$ac_save_CPPFLAGS"
13347 fi
13348 if test "x$ac_cv_lib_soname_hal" = "x"; then
13349   case "x$with_hal" in
13350   x)   wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13351   xno) ;;
13352   *)   { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13353 This is an error since --with-hal was requested." >&5
13354 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13355 This is an error since --with-hal was requested." >&2;}
13356    { (exit 1); exit 1; }; } ;;
13357 esac
13358 fi
13359
13360
13361 if test "x$with_gnutls" != "xno"
13362 then
13363     ac_save_CPPFLAGS="$CPPFLAGS"
13364     if test "$PKG_CONFIG" != "false"
13365     then
13366         ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13367         ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13368         CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13369     fi
13370     if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13371   { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13372 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13373 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13374   $as_echo_n "(cached) " >&6
13375 fi
13376 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13377 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13378 else
13379   # Is the header compilable?
13380 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13381 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13382 cat >conftest.$ac_ext <<_ACEOF
13383 /* confdefs.h.  */
13384 _ACEOF
13385 cat confdefs.h >>conftest.$ac_ext
13386 cat >>conftest.$ac_ext <<_ACEOF
13387 /* end confdefs.h.  */
13388 $ac_includes_default
13389 #include <gnutls/gnutls.h>
13390 _ACEOF
13391 rm -f conftest.$ac_objext
13392 if { (ac_try="$ac_compile"
13393 case "(($ac_try" in
13394   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13395   *) ac_try_echo=$ac_try;;
13396 esac
13397 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13398 $as_echo "$ac_try_echo") >&5
13399   (eval "$ac_compile") 2>conftest.er1
13400   ac_status=$?
13401   grep -v '^ *+' conftest.er1 >conftest.err
13402   rm -f conftest.er1
13403   cat conftest.err >&5
13404   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13405   (exit $ac_status); } && {
13406          test -z "$ac_c_werror_flag" ||
13407          test ! -s conftest.err
13408        } && test -s conftest.$ac_objext; then
13409   ac_header_compiler=yes
13410 else
13411   $as_echo "$as_me: failed program was:" >&5
13412 sed 's/^/| /' conftest.$ac_ext >&5
13413
13414         ac_header_compiler=no
13415 fi
13416
13417 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13418 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13419 $as_echo "$ac_header_compiler" >&6; }
13420
13421 # Is the header present?
13422 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13423 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13424 cat >conftest.$ac_ext <<_ACEOF
13425 /* confdefs.h.  */
13426 _ACEOF
13427 cat confdefs.h >>conftest.$ac_ext
13428 cat >>conftest.$ac_ext <<_ACEOF
13429 /* end confdefs.h.  */
13430 #include <gnutls/gnutls.h>
13431 _ACEOF
13432 if { (ac_try="$ac_cpp conftest.$ac_ext"
13433 case "(($ac_try" in
13434   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13435   *) ac_try_echo=$ac_try;;
13436 esac
13437 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13438 $as_echo "$ac_try_echo") >&5
13439   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13440   ac_status=$?
13441   grep -v '^ *+' conftest.er1 >conftest.err
13442   rm -f conftest.er1
13443   cat conftest.err >&5
13444   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13445   (exit $ac_status); } >/dev/null && {
13446          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13447          test ! -s conftest.err
13448        }; then
13449   ac_header_preproc=yes
13450 else
13451   $as_echo "$as_me: failed program was:" >&5
13452 sed 's/^/| /' conftest.$ac_ext >&5
13453
13454   ac_header_preproc=no
13455 fi
13456
13457 rm -f conftest.err conftest.$ac_ext
13458 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13459 $as_echo "$ac_header_preproc" >&6; }
13460
13461 # So?  What about this header?
13462 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13463   yes:no: )
13464     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13465 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13466     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13467 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13468     ac_header_preproc=yes
13469     ;;
13470   no:yes:* )
13471     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13472 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13473     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&5
13474 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&2;}
13475     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13476 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13477     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&5
13478 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13479     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13480 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13481     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13482 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13483     ( cat <<\_ASBOX
13484 ## ------------------------------------ ##
13485 ## Report this to wine-devel@winehq.org ##
13486 ## ------------------------------------ ##
13487 _ASBOX
13488      ) | sed "s/^/$as_me: WARNING:     /" >&2
13489     ;;
13490 esac
13491 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13492 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13493 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13494   $as_echo_n "(cached) " >&6
13495 else
13496   ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13497 fi
13498 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13499 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13500
13501 fi
13502 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13503   cat >conftest.$ac_ext <<_ACEOF
13504 /* confdefs.h.  */
13505 _ACEOF
13506 cat confdefs.h >>conftest.$ac_ext
13507 cat >>conftest.$ac_ext <<_ACEOF
13508 /* end confdefs.h.  */
13509 #include <gnutls/gnutls.h>
13510 int
13511 main ()
13512 {
13513 typeof(gnutls_mac_get_key_size) *pfunc;
13514   ;
13515   return 0;
13516 }
13517 _ACEOF
13518 rm -f conftest.$ac_objext
13519 if { (ac_try="$ac_compile"
13520 case "(($ac_try" in
13521   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13522   *) ac_try_echo=$ac_try;;
13523 esac
13524 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13525 $as_echo "$ac_try_echo") >&5
13526   (eval "$ac_compile") 2>conftest.er1
13527   ac_status=$?
13528   grep -v '^ *+' conftest.er1 >conftest.err
13529   rm -f conftest.er1
13530   cat conftest.err >&5
13531   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13532   (exit $ac_status); } && {
13533          test -z "$ac_c_werror_flag" ||
13534          test ! -s conftest.err
13535        } && test -s conftest.$ac_objext; then
13536   { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13537 $as_echo_n "checking for -lgnutls... " >&6; }
13538 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13539   $as_echo_n "(cached) " >&6
13540 else
13541   ac_check_soname_save_LIBS=$LIBS
13542 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13543   cat >conftest.$ac_ext <<_ACEOF
13544 /* confdefs.h.  */
13545 _ACEOF
13546 cat confdefs.h >>conftest.$ac_ext
13547 cat >>conftest.$ac_ext <<_ACEOF
13548 /* end confdefs.h.  */
13549
13550 /* Override any GCC internal prototype to avoid an error.
13551    Use char because int might match the return type of a GCC
13552    builtin and then its argument prototype would still apply.  */
13553 #ifdef __cplusplus
13554 extern "C"
13555 #endif
13556 char gnutls_global_init ();
13557 int
13558 main ()
13559 {
13560 return gnutls_global_init ();
13561   ;
13562   return 0;
13563 }
13564 _ACEOF
13565 rm -f conftest.$ac_objext conftest$ac_exeext
13566 if { (ac_try="$ac_link"
13567 case "(($ac_try" in
13568   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13569   *) ac_try_echo=$ac_try;;
13570 esac
13571 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13572 $as_echo "$ac_try_echo") >&5
13573   (eval "$ac_link") 2>conftest.er1
13574   ac_status=$?
13575   grep -v '^ *+' conftest.er1 >conftest.err
13576   rm -f conftest.er1
13577   cat conftest.err >&5
13578   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13579   (exit $ac_status); } && {
13580          test -z "$ac_c_werror_flag" ||
13581          test ! -s conftest.err
13582        } && test -s conftest$ac_exeext && {
13583          test "$cross_compiling" = yes ||
13584          $as_test_x conftest$ac_exeext
13585        }; then
13586   case "$LIBEXT" in
13587     dll) ;;
13588     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'` ;;
13589     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13590   esac
13591 else
13592   $as_echo "$as_me: failed program was:" >&5
13593 sed 's/^/| /' conftest.$ac_ext >&5
13594
13595
13596 fi
13597
13598 rm -rf conftest.dSYM
13599 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13600       conftest$ac_exeext conftest.$ac_ext
13601   LIBS=$ac_check_soname_save_LIBS
13602 fi
13603 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13604   { $as_echo "$as_me:$LINENO: result: not found" >&5
13605 $as_echo "not found" >&6; }
13606
13607 else
13608   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13609 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13610
13611 cat >>confdefs.h <<_ACEOF
13612 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13613 _ACEOF
13614
13615        GNUTLSINCL="$ac_gnutls_cflags"
13616
13617 fi
13618
13619 else
13620   $as_echo "$as_me: failed program was:" >&5
13621 sed 's/^/| /' conftest.$ac_ext >&5
13622
13623
13624 fi
13625
13626 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13627 fi
13628
13629
13630     CPPFLAGS="$ac_save_CPPFLAGS"
13631 fi
13632 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13633   case "x$with_gnutls" in
13634   x)   wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13635   xno) ;;
13636   *)   { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13637 This is an error since --with-gnutls was requested." >&5
13638 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13639 This is an error since --with-gnutls was requested." >&2;}
13640    { (exit 1); exit 1; }; } ;;
13641 esac
13642 fi
13643
13644
13645 CURSESLIBS=""
13646 if test "$ac_cv_header_ncurses_h" = "yes"
13647 then
13648     { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13649 $as_echo_n "checking for -lncurses... " >&6; }
13650 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13651   $as_echo_n "(cached) " >&6
13652 else
13653   ac_check_soname_save_LIBS=$LIBS
13654 LIBS="-lncurses  $LIBS"
13655   cat >conftest.$ac_ext <<_ACEOF
13656 /* confdefs.h.  */
13657 _ACEOF
13658 cat confdefs.h >>conftest.$ac_ext
13659 cat >>conftest.$ac_ext <<_ACEOF
13660 /* end confdefs.h.  */
13661
13662 /* Override any GCC internal prototype to avoid an error.
13663    Use char because int might match the return type of a GCC
13664    builtin and then its argument prototype would still apply.  */
13665 #ifdef __cplusplus
13666 extern "C"
13667 #endif
13668 char waddch ();
13669 int
13670 main ()
13671 {
13672 return waddch ();
13673   ;
13674   return 0;
13675 }
13676 _ACEOF
13677 rm -f conftest.$ac_objext conftest$ac_exeext
13678 if { (ac_try="$ac_link"
13679 case "(($ac_try" in
13680   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13681   *) ac_try_echo=$ac_try;;
13682 esac
13683 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13684 $as_echo "$ac_try_echo") >&5
13685   (eval "$ac_link") 2>conftest.er1
13686   ac_status=$?
13687   grep -v '^ *+' conftest.er1 >conftest.err
13688   rm -f conftest.er1
13689   cat conftest.err >&5
13690   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13691   (exit $ac_status); } && {
13692          test -z "$ac_c_werror_flag" ||
13693          test ! -s conftest.err
13694        } && test -s conftest$ac_exeext && {
13695          test "$cross_compiling" = yes ||
13696          $as_test_x conftest$ac_exeext
13697        }; then
13698   case "$LIBEXT" in
13699     dll) ;;
13700     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'` ;;
13701     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
13702   esac
13703 else
13704   $as_echo "$as_me: failed program was:" >&5
13705 sed 's/^/| /' conftest.$ac_ext >&5
13706
13707
13708 fi
13709
13710 rm -rf conftest.dSYM
13711 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13712       conftest$ac_exeext conftest.$ac_ext
13713   LIBS=$ac_check_soname_save_LIBS
13714 fi
13715 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13716   { $as_echo "$as_me:$LINENO: result: not found" >&5
13717 $as_echo "not found" >&6; }
13718
13719 else
13720   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13721 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13722
13723 cat >>confdefs.h <<_ACEOF
13724 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13725 _ACEOF
13726
13727        CURSESLIBS="-lncurses"
13728 fi
13729
13730 elif test "$ac_cv_header_curses_h" = "yes"
13731 then
13732     { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13733 $as_echo_n "checking for -lcurses... " >&6; }
13734 if test "${ac_cv_lib_soname_curses+set}" = set; then
13735   $as_echo_n "(cached) " >&6
13736 else
13737   ac_check_soname_save_LIBS=$LIBS
13738 LIBS="-lcurses  $LIBS"
13739   cat >conftest.$ac_ext <<_ACEOF
13740 /* confdefs.h.  */
13741 _ACEOF
13742 cat confdefs.h >>conftest.$ac_ext
13743 cat >>conftest.$ac_ext <<_ACEOF
13744 /* end confdefs.h.  */
13745
13746 /* Override any GCC internal prototype to avoid an error.
13747    Use char because int might match the return type of a GCC
13748    builtin and then its argument prototype would still apply.  */
13749 #ifdef __cplusplus
13750 extern "C"
13751 #endif
13752 char waddch ();
13753 int
13754 main ()
13755 {
13756 return waddch ();
13757   ;
13758   return 0;
13759 }
13760 _ACEOF
13761 rm -f conftest.$ac_objext conftest$ac_exeext
13762 if { (ac_try="$ac_link"
13763 case "(($ac_try" in
13764   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13765   *) ac_try_echo=$ac_try;;
13766 esac
13767 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13768 $as_echo "$ac_try_echo") >&5
13769   (eval "$ac_link") 2>conftest.er1
13770   ac_status=$?
13771   grep -v '^ *+' conftest.er1 >conftest.err
13772   rm -f conftest.er1
13773   cat conftest.err >&5
13774   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13775   (exit $ac_status); } && {
13776          test -z "$ac_c_werror_flag" ||
13777          test ! -s conftest.err
13778        } && test -s conftest$ac_exeext && {
13779          test "$cross_compiling" = yes ||
13780          $as_test_x conftest$ac_exeext
13781        }; then
13782   case "$LIBEXT" in
13783     dll) ;;
13784     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'` ;;
13785     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13786   esac
13787 else
13788   $as_echo "$as_me: failed program was:" >&5
13789 sed 's/^/| /' conftest.$ac_ext >&5
13790
13791
13792 fi
13793
13794 rm -rf conftest.dSYM
13795 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13796       conftest$ac_exeext conftest.$ac_ext
13797   LIBS=$ac_check_soname_save_LIBS
13798 fi
13799 if test "x$ac_cv_lib_soname_curses" = "x"; then
13800   { $as_echo "$as_me:$LINENO: result: not found" >&5
13801 $as_echo "not found" >&6; }
13802
13803 else
13804   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13805 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13806
13807 cat >>confdefs.h <<_ACEOF
13808 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13809 _ACEOF
13810
13811        CURSESLIBS="-lcurses"
13812 fi
13813
13814 fi
13815 ac_save_LIBS="$LIBS"
13816 LIBS="$LIBS $CURSESLIBS"
13817
13818 for ac_func in mousemask
13819 do
13820 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13821 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13822 $as_echo_n "checking for $ac_func... " >&6; }
13823 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13824   $as_echo_n "(cached) " >&6
13825 else
13826   cat >conftest.$ac_ext <<_ACEOF
13827 /* confdefs.h.  */
13828 _ACEOF
13829 cat confdefs.h >>conftest.$ac_ext
13830 cat >>conftest.$ac_ext <<_ACEOF
13831 /* end confdefs.h.  */
13832 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13833    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13834 #define $ac_func innocuous_$ac_func
13835
13836 /* System header to define __stub macros and hopefully few prototypes,
13837     which can conflict with char $ac_func (); below.
13838     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13839     <limits.h> exists even on freestanding compilers.  */
13840
13841 #ifdef __STDC__
13842 # include <limits.h>
13843 #else
13844 # include <assert.h>
13845 #endif
13846
13847 #undef $ac_func
13848
13849 /* Override any GCC internal prototype to avoid an error.
13850    Use char because int might match the return type of a GCC
13851    builtin and then its argument prototype would still apply.  */
13852 #ifdef __cplusplus
13853 extern "C"
13854 #endif
13855 char $ac_func ();
13856 /* The GNU C library defines this for functions which it implements
13857     to always fail with ENOSYS.  Some functions are actually named
13858     something starting with __ and the normal name is an alias.  */
13859 #if defined __stub_$ac_func || defined __stub___$ac_func
13860 choke me
13861 #endif
13862
13863 int
13864 main ()
13865 {
13866 return $ac_func ();
13867   ;
13868   return 0;
13869 }
13870 _ACEOF
13871 rm -f conftest.$ac_objext conftest$ac_exeext
13872 if { (ac_try="$ac_link"
13873 case "(($ac_try" in
13874   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13875   *) ac_try_echo=$ac_try;;
13876 esac
13877 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13878 $as_echo "$ac_try_echo") >&5
13879   (eval "$ac_link") 2>conftest.er1
13880   ac_status=$?
13881   grep -v '^ *+' conftest.er1 >conftest.err
13882   rm -f conftest.er1
13883   cat conftest.err >&5
13884   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13885   (exit $ac_status); } && {
13886          test -z "$ac_c_werror_flag" ||
13887          test ! -s conftest.err
13888        } && test -s conftest$ac_exeext && {
13889          test "$cross_compiling" = yes ||
13890          $as_test_x conftest$ac_exeext
13891        }; then
13892   eval "$as_ac_var=yes"
13893 else
13894   $as_echo "$as_me: failed program was:" >&5
13895 sed 's/^/| /' conftest.$ac_ext >&5
13896
13897         eval "$as_ac_var=no"
13898 fi
13899
13900 rm -rf conftest.dSYM
13901 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13902       conftest$ac_exeext conftest.$ac_ext
13903 fi
13904 ac_res=`eval 'as_val=${'$as_ac_var'}
13905                  $as_echo "$as_val"'`
13906                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13907 $as_echo "$ac_res" >&6; }
13908 as_val=`eval 'as_val=${'$as_ac_var'}
13909                  $as_echo "$as_val"'`
13910    if test "x$as_val" = x""yes; then
13911   cat >>confdefs.h <<_ACEOF
13912 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13913 _ACEOF
13914
13915 fi
13916 done
13917
13918 LIBS="$ac_save_LIBS"
13919 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13920   case "x$with_curses" in
13921   x)   wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13922   xno) ;;
13923   *)   { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13924 This is an error since --with-curses was requested." >&5
13925 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13926 This is an error since --with-curses was requested." >&2;}
13927    { (exit 1); exit 1; }; } ;;
13928 esac
13929 fi
13930
13931
13932 if test "x$with_sane" != "xno"
13933 then
13934     ac_save_CPPFLAGS="$CPPFLAGS"
13935     # Extract the first word of "sane-config", so it can be a program name with args.
13936 set dummy sane-config; ac_word=$2
13937 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13938 $as_echo_n "checking for $ac_word... " >&6; }
13939 if test "${ac_cv_prog_sane_devel+set}" = set; then
13940   $as_echo_n "(cached) " >&6
13941 else
13942   if test -n "$sane_devel"; then
13943   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13944 else
13945 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13946 for as_dir in $PATH
13947 do
13948   IFS=$as_save_IFS
13949   test -z "$as_dir" && as_dir=.
13950   for ac_exec_ext in '' $ac_executable_extensions; do
13951   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13952     ac_cv_prog_sane_devel="sane-config"
13953     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13954     break 2
13955   fi
13956 done
13957 done
13958 IFS=$as_save_IFS
13959
13960   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13961 fi
13962 fi
13963 sane_devel=$ac_cv_prog_sane_devel
13964 if test -n "$sane_devel"; then
13965   { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13966 $as_echo "$sane_devel" >&6; }
13967 else
13968   { $as_echo "$as_me:$LINENO: result: no" >&5
13969 $as_echo "no" >&6; }
13970 fi
13971
13972
13973     if test "$sane_devel" != "no"
13974     then
13975         ac_sane_incl="`$sane_devel --cflags`"
13976         ac_sane_libs="`$sane_devel --ldflags`"
13977         CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13978     fi
13979     if test "${ac_cv_header_sane_sane_h+set}" = set; then
13980   { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13981 $as_echo_n "checking for sane/sane.h... " >&6; }
13982 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13983   $as_echo_n "(cached) " >&6
13984 fi
13985 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13986 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13987 else
13988   # Is the header compilable?
13989 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13990 $as_echo_n "checking sane/sane.h usability... " >&6; }
13991 cat >conftest.$ac_ext <<_ACEOF
13992 /* confdefs.h.  */
13993 _ACEOF
13994 cat confdefs.h >>conftest.$ac_ext
13995 cat >>conftest.$ac_ext <<_ACEOF
13996 /* end confdefs.h.  */
13997 $ac_includes_default
13998 #include <sane/sane.h>
13999 _ACEOF
14000 rm -f conftest.$ac_objext
14001 if { (ac_try="$ac_compile"
14002 case "(($ac_try" in
14003   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14004   *) ac_try_echo=$ac_try;;
14005 esac
14006 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14007 $as_echo "$ac_try_echo") >&5
14008   (eval "$ac_compile") 2>conftest.er1
14009   ac_status=$?
14010   grep -v '^ *+' conftest.er1 >conftest.err
14011   rm -f conftest.er1
14012   cat conftest.err >&5
14013   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14014   (exit $ac_status); } && {
14015          test -z "$ac_c_werror_flag" ||
14016          test ! -s conftest.err
14017        } && test -s conftest.$ac_objext; then
14018   ac_header_compiler=yes
14019 else
14020   $as_echo "$as_me: failed program was:" >&5
14021 sed 's/^/| /' conftest.$ac_ext >&5
14022
14023         ac_header_compiler=no
14024 fi
14025
14026 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14027 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14028 $as_echo "$ac_header_compiler" >&6; }
14029
14030 # Is the header present?
14031 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
14032 $as_echo_n "checking sane/sane.h presence... " >&6; }
14033 cat >conftest.$ac_ext <<_ACEOF
14034 /* confdefs.h.  */
14035 _ACEOF
14036 cat confdefs.h >>conftest.$ac_ext
14037 cat >>conftest.$ac_ext <<_ACEOF
14038 /* end confdefs.h.  */
14039 #include <sane/sane.h>
14040 _ACEOF
14041 if { (ac_try="$ac_cpp conftest.$ac_ext"
14042 case "(($ac_try" in
14043   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14044   *) ac_try_echo=$ac_try;;
14045 esac
14046 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14047 $as_echo "$ac_try_echo") >&5
14048   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14049   ac_status=$?
14050   grep -v '^ *+' conftest.er1 >conftest.err
14051   rm -f conftest.er1
14052   cat conftest.err >&5
14053   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14054   (exit $ac_status); } >/dev/null && {
14055          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14056          test ! -s conftest.err
14057        }; then
14058   ac_header_preproc=yes
14059 else
14060   $as_echo "$as_me: failed program was:" >&5
14061 sed 's/^/| /' conftest.$ac_ext >&5
14062
14063   ac_header_preproc=no
14064 fi
14065
14066 rm -f conftest.err conftest.$ac_ext
14067 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14068 $as_echo "$ac_header_preproc" >&6; }
14069
14070 # So?  What about this header?
14071 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14072   yes:no: )
14073     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
14074 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14075     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
14076 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
14077     ac_header_preproc=yes
14078     ;;
14079   no:yes:* )
14080     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
14081 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
14082     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&5
14083 $as_echo "$as_me: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&2;}
14084     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
14085 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
14086     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&5
14087 $as_echo "$as_me: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&2;}
14088     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
14089 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
14090     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
14091 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
14092     ( cat <<\_ASBOX
14093 ## ------------------------------------ ##
14094 ## Report this to wine-devel@winehq.org ##
14095 ## ------------------------------------ ##
14096 _ASBOX
14097      ) | sed "s/^/$as_me: WARNING:     /" >&2
14098     ;;
14099 esac
14100 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
14101 $as_echo_n "checking for sane/sane.h... " >&6; }
14102 if test "${ac_cv_header_sane_sane_h+set}" = set; then
14103   $as_echo_n "(cached) " >&6
14104 else
14105   ac_cv_header_sane_sane_h=$ac_header_preproc
14106 fi
14107 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
14108 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
14109
14110 fi
14111 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
14112   { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
14113 $as_echo_n "checking for -lsane... " >&6; }
14114 if test "${ac_cv_lib_soname_sane+set}" = set; then
14115   $as_echo_n "(cached) " >&6
14116 else
14117   ac_check_soname_save_LIBS=$LIBS
14118 LIBS="-lsane $ac_sane_libs $LIBS"
14119   cat >conftest.$ac_ext <<_ACEOF
14120 /* confdefs.h.  */
14121 _ACEOF
14122 cat confdefs.h >>conftest.$ac_ext
14123 cat >>conftest.$ac_ext <<_ACEOF
14124 /* end confdefs.h.  */
14125
14126 /* Override any GCC internal prototype to avoid an error.
14127    Use char because int might match the return type of a GCC
14128    builtin and then its argument prototype would still apply.  */
14129 #ifdef __cplusplus
14130 extern "C"
14131 #endif
14132 char sane_init ();
14133 int
14134 main ()
14135 {
14136 return sane_init ();
14137   ;
14138   return 0;
14139 }
14140 _ACEOF
14141 rm -f conftest.$ac_objext conftest$ac_exeext
14142 if { (ac_try="$ac_link"
14143 case "(($ac_try" in
14144   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14145   *) ac_try_echo=$ac_try;;
14146 esac
14147 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14148 $as_echo "$ac_try_echo") >&5
14149   (eval "$ac_link") 2>conftest.er1
14150   ac_status=$?
14151   grep -v '^ *+' conftest.er1 >conftest.err
14152   rm -f conftest.er1
14153   cat conftest.err >&5
14154   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14155   (exit $ac_status); } && {
14156          test -z "$ac_c_werror_flag" ||
14157          test ! -s conftest.err
14158        } && test -s conftest$ac_exeext && {
14159          test "$cross_compiling" = yes ||
14160          $as_test_x conftest$ac_exeext
14161        }; then
14162   case "$LIBEXT" in
14163     dll) ;;
14164     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'` ;;
14165     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
14166   esac
14167 else
14168   $as_echo "$as_me: failed program was:" >&5
14169 sed 's/^/| /' conftest.$ac_ext >&5
14170
14171
14172 fi
14173
14174 rm -rf conftest.dSYM
14175 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14176       conftest$ac_exeext conftest.$ac_ext
14177   LIBS=$ac_check_soname_save_LIBS
14178 fi
14179 if test "x$ac_cv_lib_soname_sane" = "x"; then
14180   { $as_echo "$as_me:$LINENO: result: not found" >&5
14181 $as_echo "not found" >&6; }
14182
14183 else
14184   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
14185 $as_echo "$ac_cv_lib_soname_sane" >&6; }
14186
14187 cat >>confdefs.h <<_ACEOF
14188 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
14189 _ACEOF
14190
14191        SANEINCL="$ac_sane_incl"
14192
14193 fi
14194
14195 fi
14196
14197
14198     CPPFLAGS="$ac_save_CPPFLAGS"
14199 fi
14200 if test "x$ac_cv_lib_soname_sane" = "x"; then
14201   case "x$with_sane" in
14202   x)   wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
14203   xno) ;;
14204   *)   { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14205 This is an error since --with-sane was requested." >&5
14206 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14207 This is an error since --with-sane was requested." >&2;}
14208    { (exit 1); exit 1; }; } ;;
14209 esac
14210 fi
14211
14212
14213 if test "x$with_gphoto" != "xno"
14214 then
14215     ac_save_CPPFLAGS="$CPPFLAGS"
14216     # Extract the first word of "gphoto2-config", so it can be a program name with args.
14217 set dummy gphoto2-config; ac_word=$2
14218 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14219 $as_echo_n "checking for $ac_word... " >&6; }
14220 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
14221   $as_echo_n "(cached) " >&6
14222 else
14223   if test -n "$gphoto2_devel"; then
14224   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
14225 else
14226 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14227 for as_dir in $PATH
14228 do
14229   IFS=$as_save_IFS
14230   test -z "$as_dir" && as_dir=.
14231   for ac_exec_ext in '' $ac_executable_extensions; do
14232   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14233     ac_cv_prog_gphoto2_devel="gphoto2-config"
14234     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14235     break 2
14236   fi
14237 done
14238 done
14239 IFS=$as_save_IFS
14240
14241   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
14242 fi
14243 fi
14244 gphoto2_devel=$ac_cv_prog_gphoto2_devel
14245 if test -n "$gphoto2_devel"; then
14246   { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
14247 $as_echo "$gphoto2_devel" >&6; }
14248 else
14249   { $as_echo "$as_me:$LINENO: result: no" >&5
14250 $as_echo "no" >&6; }
14251 fi
14252
14253
14254     # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
14255 set dummy gphoto2-port-config; ac_word=$2
14256 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14257 $as_echo_n "checking for $ac_word... " >&6; }
14258 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
14259   $as_echo_n "(cached) " >&6
14260 else
14261   if test -n "$gphoto2port_devel"; then
14262   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14263 else
14264 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14265 for as_dir in $PATH
14266 do
14267   IFS=$as_save_IFS
14268   test -z "$as_dir" && as_dir=.
14269   for ac_exec_ext in '' $ac_executable_extensions; do
14270   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14271     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14272     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14273     break 2
14274   fi
14275 done
14276 done
14277 IFS=$as_save_IFS
14278
14279   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14280 fi
14281 fi
14282 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14283 if test -n "$gphoto2port_devel"; then
14284   { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14285 $as_echo "$gphoto2port_devel" >&6; }
14286 else
14287   { $as_echo "$as_me:$LINENO: result: no" >&5
14288 $as_echo "no" >&6; }
14289 fi
14290
14291
14292     if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
14293     then
14294         ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14295         ac_gphoto2_libs=""
14296         for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14297         do
14298             case "$i" in
14299             -L/usr/lib|-L/usr/lib64) ;;
14300             -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14301             esac
14302         done
14303         CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14304     fi
14305     ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
14306     if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14307   { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14308 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14309 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14310   $as_echo_n "(cached) " >&6
14311 fi
14312 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14313 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14314 else
14315   # Is the header compilable?
14316 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14317 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14318 cat >conftest.$ac_ext <<_ACEOF
14319 /* confdefs.h.  */
14320 _ACEOF
14321 cat confdefs.h >>conftest.$ac_ext
14322 cat >>conftest.$ac_ext <<_ACEOF
14323 /* end confdefs.h.  */
14324 $ac_includes_default
14325 #include <gphoto2-camera.h>
14326 _ACEOF
14327 rm -f conftest.$ac_objext
14328 if { (ac_try="$ac_compile"
14329 case "(($ac_try" in
14330   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14331   *) ac_try_echo=$ac_try;;
14332 esac
14333 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14334 $as_echo "$ac_try_echo") >&5
14335   (eval "$ac_compile") 2>conftest.er1
14336   ac_status=$?
14337   grep -v '^ *+' conftest.er1 >conftest.err
14338   rm -f conftest.er1
14339   cat conftest.err >&5
14340   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14341   (exit $ac_status); } && {
14342          test -z "$ac_c_werror_flag" ||
14343          test ! -s conftest.err
14344        } && test -s conftest.$ac_objext; then
14345   ac_header_compiler=yes
14346 else
14347   $as_echo "$as_me: failed program was:" >&5
14348 sed 's/^/| /' conftest.$ac_ext >&5
14349
14350         ac_header_compiler=no
14351 fi
14352
14353 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14354 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14355 $as_echo "$ac_header_compiler" >&6; }
14356
14357 # Is the header present?
14358 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14359 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14360 cat >conftest.$ac_ext <<_ACEOF
14361 /* confdefs.h.  */
14362 _ACEOF
14363 cat confdefs.h >>conftest.$ac_ext
14364 cat >>conftest.$ac_ext <<_ACEOF
14365 /* end confdefs.h.  */
14366 #include <gphoto2-camera.h>
14367 _ACEOF
14368 if { (ac_try="$ac_cpp conftest.$ac_ext"
14369 case "(($ac_try" in
14370   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14371   *) ac_try_echo=$ac_try;;
14372 esac
14373 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14374 $as_echo "$ac_try_echo") >&5
14375   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14376   ac_status=$?
14377   grep -v '^ *+' conftest.er1 >conftest.err
14378   rm -f conftest.er1
14379   cat conftest.err >&5
14380   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14381   (exit $ac_status); } >/dev/null && {
14382          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14383          test ! -s conftest.err
14384        }; then
14385   ac_header_preproc=yes
14386 else
14387   $as_echo "$as_me: failed program was:" >&5
14388 sed 's/^/| /' conftest.$ac_ext >&5
14389
14390   ac_header_preproc=no
14391 fi
14392
14393 rm -f conftest.err conftest.$ac_ext
14394 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14395 $as_echo "$ac_header_preproc" >&6; }
14396
14397 # So?  What about this header?
14398 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14399   yes:no: )
14400     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14401 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14402     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14403 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14404     ac_header_preproc=yes
14405     ;;
14406   no:yes:* )
14407     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14408 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14409     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&5
14410 $as_echo "$as_me: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&2;}
14411     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14412 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14413     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&5
14414 $as_echo "$as_me: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&2;}
14415     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14416 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14417     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14418 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14419     ( cat <<\_ASBOX
14420 ## ------------------------------------ ##
14421 ## Report this to wine-devel@winehq.org ##
14422 ## ------------------------------------ ##
14423 _ASBOX
14424      ) | sed "s/^/$as_me: WARNING:     /" >&2
14425     ;;
14426 esac
14427 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14428 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14429 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14430   $as_echo_n "(cached) " >&6
14431 else
14432   ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14433 fi
14434 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14435 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14436
14437 fi
14438 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14439   { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14440 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14441 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14442   $as_echo_n "(cached) " >&6
14443 else
14444   ac_check_lib_save_LIBS=$LIBS
14445 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14446 cat >conftest.$ac_ext <<_ACEOF
14447 /* confdefs.h.  */
14448 _ACEOF
14449 cat confdefs.h >>conftest.$ac_ext
14450 cat >>conftest.$ac_ext <<_ACEOF
14451 /* end confdefs.h.  */
14452
14453 /* Override any GCC internal prototype to avoid an error.
14454    Use char because int might match the return type of a GCC
14455    builtin and then its argument prototype would still apply.  */
14456 #ifdef __cplusplus
14457 extern "C"
14458 #endif
14459 char gp_camera_new ();
14460 int
14461 main ()
14462 {
14463 return gp_camera_new ();
14464   ;
14465   return 0;
14466 }
14467 _ACEOF
14468 rm -f conftest.$ac_objext conftest$ac_exeext
14469 if { (ac_try="$ac_link"
14470 case "(($ac_try" in
14471   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14472   *) ac_try_echo=$ac_try;;
14473 esac
14474 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14475 $as_echo "$ac_try_echo") >&5
14476   (eval "$ac_link") 2>conftest.er1
14477   ac_status=$?
14478   grep -v '^ *+' conftest.er1 >conftest.err
14479   rm -f conftest.er1
14480   cat conftest.err >&5
14481   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14482   (exit $ac_status); } && {
14483          test -z "$ac_c_werror_flag" ||
14484          test ! -s conftest.err
14485        } && test -s conftest$ac_exeext && {
14486          test "$cross_compiling" = yes ||
14487          $as_test_x conftest$ac_exeext
14488        }; then
14489   ac_cv_lib_gphoto2_gp_camera_new=yes
14490 else
14491   $as_echo "$as_me: failed program was:" >&5
14492 sed 's/^/| /' conftest.$ac_ext >&5
14493
14494         ac_cv_lib_gphoto2_gp_camera_new=no
14495 fi
14496
14497 rm -rf conftest.dSYM
14498 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14499       conftest$ac_exeext conftest.$ac_ext
14500 LIBS=$ac_check_lib_save_LIBS
14501 fi
14502 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14503 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14504 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14505
14506 cat >>confdefs.h <<\_ACEOF
14507 #define HAVE_GPHOTO2 1
14508 _ACEOF
14509
14510                                    GPHOTO2LIBS="$ac_gphoto2_libs"
14511
14512                                    GPHOTO2INCL="$ac_gphoto2_incl"
14513
14514 fi
14515
14516 fi
14517
14518
14519     CPPFLAGS="$ac_save_CPPFLAGS"
14520 fi
14521 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14522   case "x$with_gphoto" in
14523   x)   wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14524   xno) ;;
14525   *)   { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14526 This is an error since --with-gphoto was requested." >&5
14527 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14528 This is an error since --with-gphoto was requested." >&2;}
14529    { (exit 1); exit 1; }; } ;;
14530 esac
14531 fi
14532
14533
14534
14535 RESOLVLIBS=""
14536
14537 if test "$ac_cv_header_resolv_h" = "yes"
14538 then
14539     ac_save_LIBS="$LIBS"
14540     LIBS="$LIBS -lresolv"
14541     cat >conftest.$ac_ext <<_ACEOF
14542 /* confdefs.h.  */
14543 _ACEOF
14544 cat confdefs.h >>conftest.$ac_ext
14545 cat >>conftest.$ac_ext <<_ACEOF
14546 /* end confdefs.h.  */
14547 #ifdef HAVE_NETINET_IN_H
14548 #include <netinet/in.h>
14549 #endif
14550 #include <resolv.h>
14551 int
14552 main ()
14553 {
14554 res_init();
14555   ;
14556   return 0;
14557 }
14558 _ACEOF
14559 rm -f conftest.$ac_objext conftest$ac_exeext
14560 if { (ac_try="$ac_link"
14561 case "(($ac_try" in
14562   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14563   *) ac_try_echo=$ac_try;;
14564 esac
14565 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14566 $as_echo "$ac_try_echo") >&5
14567   (eval "$ac_link") 2>conftest.er1
14568   ac_status=$?
14569   grep -v '^ *+' conftest.er1 >conftest.err
14570   rm -f conftest.er1
14571   cat conftest.err >&5
14572   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14573   (exit $ac_status); } && {
14574          test -z "$ac_c_werror_flag" ||
14575          test ! -s conftest.err
14576        } && test -s conftest$ac_exeext && {
14577          test "$cross_compiling" = yes ||
14578          $as_test_x conftest$ac_exeext
14579        }; then
14580
14581 cat >>confdefs.h <<\_ACEOF
14582 #define HAVE_RESOLV 1
14583 _ACEOF
14584
14585          RESOLVLIBS="-lresolv"
14586 else
14587   $as_echo "$as_me: failed program was:" >&5
14588 sed 's/^/| /' conftest.$ac_ext >&5
14589
14590
14591 fi
14592
14593 rm -rf conftest.dSYM
14594 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14595       conftest$ac_exeext conftest.$ac_ext
14596     LIBS="$ac_save_LIBS"
14597 fi
14598
14599 LCMSLIBS=""
14600
14601 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14602 then
14603     { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14604 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14605 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14606   $as_echo_n "(cached) " >&6
14607 else
14608   ac_check_lib_save_LIBS=$LIBS
14609 LIBS="-llcms  $LIBS"
14610 cat >conftest.$ac_ext <<_ACEOF
14611 /* confdefs.h.  */
14612 _ACEOF
14613 cat confdefs.h >>conftest.$ac_ext
14614 cat >>conftest.$ac_ext <<_ACEOF
14615 /* end confdefs.h.  */
14616
14617 /* Override any GCC internal prototype to avoid an error.
14618    Use char because int might match the return type of a GCC
14619    builtin and then its argument prototype would still apply.  */
14620 #ifdef __cplusplus
14621 extern "C"
14622 #endif
14623 char cmsOpenProfileFromFile ();
14624 int
14625 main ()
14626 {
14627 return cmsOpenProfileFromFile ();
14628   ;
14629   return 0;
14630 }
14631 _ACEOF
14632 rm -f conftest.$ac_objext conftest$ac_exeext
14633 if { (ac_try="$ac_link"
14634 case "(($ac_try" in
14635   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14636   *) ac_try_echo=$ac_try;;
14637 esac
14638 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14639 $as_echo "$ac_try_echo") >&5
14640   (eval "$ac_link") 2>conftest.er1
14641   ac_status=$?
14642   grep -v '^ *+' conftest.er1 >conftest.err
14643   rm -f conftest.er1
14644   cat conftest.err >&5
14645   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14646   (exit $ac_status); } && {
14647          test -z "$ac_c_werror_flag" ||
14648          test ! -s conftest.err
14649        } && test -s conftest$ac_exeext && {
14650          test "$cross_compiling" = yes ||
14651          $as_test_x conftest$ac_exeext
14652        }; then
14653   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14654 else
14655   $as_echo "$as_me: failed program was:" >&5
14656 sed 's/^/| /' conftest.$ac_ext >&5
14657
14658         ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14659 fi
14660
14661 rm -rf conftest.dSYM
14662 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14663       conftest$ac_exeext conftest.$ac_ext
14664 LIBS=$ac_check_lib_save_LIBS
14665 fi
14666 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14667 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14668 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14669
14670 cat >>confdefs.h <<\_ACEOF
14671 #define HAVE_LCMS 1
14672 _ACEOF
14673
14674          LCMSLIBS="-llcms"
14675 fi
14676
14677 fi
14678 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14679   case "x$with_cms" in
14680   x)   wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14681   xno) ;;
14682   *)   { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14683 This is an error since --with-cms was requested." >&5
14684 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14685 This is an error since --with-cms was requested." >&2;}
14686    { (exit 1); exit 1; }; } ;;
14687 esac
14688 fi
14689
14690
14691 if test "x$with_freetype" != "xno"
14692 then
14693     for ac_prog in freetype-config freetype2-config
14694 do
14695   # Extract the first word of "$ac_prog", so it can be a program name with args.
14696 set dummy $ac_prog; ac_word=$2
14697 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14698 $as_echo_n "checking for $ac_word... " >&6; }
14699 if test "${ac_cv_prog_ft_devel+set}" = set; then
14700   $as_echo_n "(cached) " >&6
14701 else
14702   if test -n "$ft_devel"; then
14703   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14704 else
14705 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14706 for as_dir in $PATH
14707 do
14708   IFS=$as_save_IFS
14709   test -z "$as_dir" && as_dir=.
14710   for ac_exec_ext in '' $ac_executable_extensions; do
14711   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14712     ac_cv_prog_ft_devel="$ac_prog"
14713     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14714     break 2
14715   fi
14716 done
14717 done
14718 IFS=$as_save_IFS
14719
14720 fi
14721 fi
14722 ft_devel=$ac_cv_prog_ft_devel
14723 if test -n "$ft_devel"; then
14724   { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14725 $as_echo "$ft_devel" >&6; }
14726 else
14727   { $as_echo "$as_me:$LINENO: result: no" >&5
14728 $as_echo "no" >&6; }
14729 fi
14730
14731
14732   test -n "$ft_devel" && break
14733 done
14734 test -n "$ft_devel" || ft_devel="no"
14735
14736     if test "$ft_devel" != "no"
14737     then
14738         ac_freetype_incl=`$ft_devel --cflags`
14739         ac_freetype_libs=`$ft_devel --libs`
14740     fi
14741     ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14742     { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14743 $as_echo_n "checking for -lfreetype... " >&6; }
14744 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14745   $as_echo_n "(cached) " >&6
14746 else
14747   ac_check_soname_save_LIBS=$LIBS
14748 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14749   cat >conftest.$ac_ext <<_ACEOF
14750 /* confdefs.h.  */
14751 _ACEOF
14752 cat confdefs.h >>conftest.$ac_ext
14753 cat >>conftest.$ac_ext <<_ACEOF
14754 /* end confdefs.h.  */
14755
14756 /* Override any GCC internal prototype to avoid an error.
14757    Use char because int might match the return type of a GCC
14758    builtin and then its argument prototype would still apply.  */
14759 #ifdef __cplusplus
14760 extern "C"
14761 #endif
14762 char FT_Init_FreeType ();
14763 int
14764 main ()
14765 {
14766 return FT_Init_FreeType ();
14767   ;
14768   return 0;
14769 }
14770 _ACEOF
14771 rm -f conftest.$ac_objext conftest$ac_exeext
14772 if { (ac_try="$ac_link"
14773 case "(($ac_try" in
14774   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14775   *) ac_try_echo=$ac_try;;
14776 esac
14777 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14778 $as_echo "$ac_try_echo") >&5
14779   (eval "$ac_link") 2>conftest.er1
14780   ac_status=$?
14781   grep -v '^ *+' conftest.er1 >conftest.err
14782   rm -f conftest.er1
14783   cat conftest.err >&5
14784   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14785   (exit $ac_status); } && {
14786          test -z "$ac_c_werror_flag" ||
14787          test ! -s conftest.err
14788        } && test -s conftest$ac_exeext && {
14789          test "$cross_compiling" = yes ||
14790          $as_test_x conftest$ac_exeext
14791        }; then
14792   case "$LIBEXT" in
14793     dll) ;;
14794     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'` ;;
14795     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
14796   esac
14797 else
14798   $as_echo "$as_me: failed program was:" >&5
14799 sed 's/^/| /' conftest.$ac_ext >&5
14800
14801
14802 fi
14803
14804 rm -rf conftest.dSYM
14805 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14806       conftest$ac_exeext conftest.$ac_ext
14807   LIBS=$ac_check_soname_save_LIBS
14808 fi
14809 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14810   { $as_echo "$as_me:$LINENO: result: not found" >&5
14811 $as_echo "not found" >&6; }
14812        ft_lib=no
14813 else
14814   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14815 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14816
14817 cat >>confdefs.h <<_ACEOF
14818 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14819 _ACEOF
14820
14821        ft_lib=yes
14822 fi
14823
14824     if test "$ft_lib" = "yes"
14825     then
14826         ac_save_CPPFLAGS="$CPPFLAGS"
14827         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14828
14829
14830
14831
14832
14833
14834
14835
14836
14837
14838
14839
14840
14841 for ac_header in ft2build.h \
14842                          freetype/freetype.h \
14843                          freetype/ftglyph.h \
14844                          freetype/fttypes.h \
14845                          freetype/tttables.h \
14846                          freetype/ftnames.h \
14847                          freetype/ftsnames.h \
14848                          freetype/ttnameid.h \
14849                          freetype/ftoutln.h \
14850                          freetype/ftwinfnt.h \
14851                          freetype/ftmodapi.h \
14852                          freetype/ftlcdfil.h \
14853                          freetype/internal/sfnt.h
14854 do
14855 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14856 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14857 $as_echo_n "checking for $ac_header... " >&6; }
14858 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14859   $as_echo_n "(cached) " >&6
14860 else
14861   cat >conftest.$ac_ext <<_ACEOF
14862 /* confdefs.h.  */
14863 _ACEOF
14864 cat confdefs.h >>conftest.$ac_ext
14865 cat >>conftest.$ac_ext <<_ACEOF
14866 /* end confdefs.h.  */
14867 #ifdef HAVE_FT2BUILD_H
14868                           # include <ft2build.h>
14869                           #endif
14870
14871 #include <$ac_header>
14872 _ACEOF
14873 rm -f conftest.$ac_objext
14874 if { (ac_try="$ac_compile"
14875 case "(($ac_try" in
14876   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14877   *) ac_try_echo=$ac_try;;
14878 esac
14879 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14880 $as_echo "$ac_try_echo") >&5
14881   (eval "$ac_compile") 2>conftest.er1
14882   ac_status=$?
14883   grep -v '^ *+' conftest.er1 >conftest.err
14884   rm -f conftest.er1
14885   cat conftest.err >&5
14886   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14887   (exit $ac_status); } && {
14888          test -z "$ac_c_werror_flag" ||
14889          test ! -s conftest.err
14890        } && test -s conftest.$ac_objext; then
14891   eval "$as_ac_Header=yes"
14892 else
14893   $as_echo "$as_me: failed program was:" >&5
14894 sed 's/^/| /' conftest.$ac_ext >&5
14895
14896         eval "$as_ac_Header=no"
14897 fi
14898
14899 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14900 fi
14901 ac_res=`eval 'as_val=${'$as_ac_Header'}
14902                  $as_echo "$as_val"'`
14903                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14904 $as_echo "$ac_res" >&6; }
14905 as_val=`eval 'as_val=${'$as_ac_Header'}
14906                  $as_echo "$as_val"'`
14907    if test "x$as_val" = x""yes; then
14908   cat >>confdefs.h <<_ACEOF
14909 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14910 _ACEOF
14911
14912 fi
14913
14914 done
14915
14916         cat >conftest.$ac_ext <<_ACEOF
14917 /* confdefs.h.  */
14918 _ACEOF
14919 cat confdefs.h >>conftest.$ac_ext
14920 cat >>conftest.$ac_ext <<_ACEOF
14921 /* end confdefs.h.  */
14922 #include <ft2build.h>
14923                     #include <freetype/fttrigon.h>
14924 _ACEOF
14925 if { (ac_try="$ac_cpp conftest.$ac_ext"
14926 case "(($ac_try" in
14927   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14928   *) ac_try_echo=$ac_try;;
14929 esac
14930 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14931 $as_echo "$ac_try_echo") >&5
14932   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14933   ac_status=$?
14934   grep -v '^ *+' conftest.er1 >conftest.err
14935   rm -f conftest.er1
14936   cat conftest.err >&5
14937   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14938   (exit $ac_status); } >/dev/null && {
14939          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14940          test ! -s conftest.err
14941        }; then
14942
14943 cat >>confdefs.h <<\_ACEOF
14944 #define HAVE_FREETYPE_FTTRIGON_H 1
14945 _ACEOF
14946
14947                     wine_cv_fttrigon=yes
14948 else
14949   $as_echo "$as_me: failed program was:" >&5
14950 sed 's/^/| /' conftest.$ac_ext >&5
14951
14952   wine_cv_fttrigon=no
14953 fi
14954
14955 rm -f conftest.err conftest.$ac_ext
14956         { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14957 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14958 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14959   $as_echo_n "(cached) " >&6
14960 else
14961   ac_cv_type_FT_TrueTypeEngineType=no
14962 cat >conftest.$ac_ext <<_ACEOF
14963 /* confdefs.h.  */
14964 _ACEOF
14965 cat confdefs.h >>conftest.$ac_ext
14966 cat >>conftest.$ac_ext <<_ACEOF
14967 /* end confdefs.h.  */
14968 #include <freetype/ftmodapi.h>
14969
14970 int
14971 main ()
14972 {
14973 if (sizeof (FT_TrueTypeEngineType))
14974        return 0;
14975   ;
14976   return 0;
14977 }
14978 _ACEOF
14979 rm -f conftest.$ac_objext
14980 if { (ac_try="$ac_compile"
14981 case "(($ac_try" in
14982   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14983   *) ac_try_echo=$ac_try;;
14984 esac
14985 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14986 $as_echo "$ac_try_echo") >&5
14987   (eval "$ac_compile") 2>conftest.er1
14988   ac_status=$?
14989   grep -v '^ *+' conftest.er1 >conftest.err
14990   rm -f conftest.er1
14991   cat conftest.err >&5
14992   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14993   (exit $ac_status); } && {
14994          test -z "$ac_c_werror_flag" ||
14995          test ! -s conftest.err
14996        } && test -s conftest.$ac_objext; then
14997   cat >conftest.$ac_ext <<_ACEOF
14998 /* confdefs.h.  */
14999 _ACEOF
15000 cat confdefs.h >>conftest.$ac_ext
15001 cat >>conftest.$ac_ext <<_ACEOF
15002 /* end confdefs.h.  */
15003 #include <freetype/ftmodapi.h>
15004
15005 int
15006 main ()
15007 {
15008 if (sizeof ((FT_TrueTypeEngineType)))
15009           return 0;
15010   ;
15011   return 0;
15012 }
15013 _ACEOF
15014 rm -f conftest.$ac_objext
15015 if { (ac_try="$ac_compile"
15016 case "(($ac_try" in
15017   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15018   *) ac_try_echo=$ac_try;;
15019 esac
15020 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15021 $as_echo "$ac_try_echo") >&5
15022   (eval "$ac_compile") 2>conftest.er1
15023   ac_status=$?
15024   grep -v '^ *+' conftest.er1 >conftest.err
15025   rm -f conftest.er1
15026   cat conftest.err >&5
15027   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15028   (exit $ac_status); } && {
15029          test -z "$ac_c_werror_flag" ||
15030          test ! -s conftest.err
15031        } && test -s conftest.$ac_objext; then
15032   :
15033 else
15034   $as_echo "$as_me: failed program was:" >&5
15035 sed 's/^/| /' conftest.$ac_ext >&5
15036
15037         ac_cv_type_FT_TrueTypeEngineType=yes
15038 fi
15039
15040 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15041 else
15042   $as_echo "$as_me: failed program was:" >&5
15043 sed 's/^/| /' conftest.$ac_ext >&5
15044
15045
15046 fi
15047
15048 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15049 fi
15050 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
15051 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
15052 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
15053
15054 cat >>confdefs.h <<_ACEOF
15055 #define HAVE_FT_TRUETYPEENGINETYPE 1
15056 _ACEOF
15057
15058
15059 fi
15060
15061         ac_save_CFLAGS="$CFLAGS"
15062         CFLAGS="$CFLAGS $ac_freetype_libs"
15063
15064 for ac_func in FT_Load_Sfnt_Table
15065 do
15066 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15067 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15068 $as_echo_n "checking for $ac_func... " >&6; }
15069 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15070   $as_echo_n "(cached) " >&6
15071 else
15072   cat >conftest.$ac_ext <<_ACEOF
15073 /* confdefs.h.  */
15074 _ACEOF
15075 cat confdefs.h >>conftest.$ac_ext
15076 cat >>conftest.$ac_ext <<_ACEOF
15077 /* end confdefs.h.  */
15078 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15079    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15080 #define $ac_func innocuous_$ac_func
15081
15082 /* System header to define __stub macros and hopefully few prototypes,
15083     which can conflict with char $ac_func (); below.
15084     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15085     <limits.h> exists even on freestanding compilers.  */
15086
15087 #ifdef __STDC__
15088 # include <limits.h>
15089 #else
15090 # include <assert.h>
15091 #endif
15092
15093 #undef $ac_func
15094
15095 /* Override any GCC internal prototype to avoid an error.
15096    Use char because int might match the return type of a GCC
15097    builtin and then its argument prototype would still apply.  */
15098 #ifdef __cplusplus
15099 extern "C"
15100 #endif
15101 char $ac_func ();
15102 /* The GNU C library defines this for functions which it implements
15103     to always fail with ENOSYS.  Some functions are actually named
15104     something starting with __ and the normal name is an alias.  */
15105 #if defined __stub_$ac_func || defined __stub___$ac_func
15106 choke me
15107 #endif
15108
15109 int
15110 main ()
15111 {
15112 return $ac_func ();
15113   ;
15114   return 0;
15115 }
15116 _ACEOF
15117 rm -f conftest.$ac_objext conftest$ac_exeext
15118 if { (ac_try="$ac_link"
15119 case "(($ac_try" in
15120   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15121   *) ac_try_echo=$ac_try;;
15122 esac
15123 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15124 $as_echo "$ac_try_echo") >&5
15125   (eval "$ac_link") 2>conftest.er1
15126   ac_status=$?
15127   grep -v '^ *+' conftest.er1 >conftest.err
15128   rm -f conftest.er1
15129   cat conftest.err >&5
15130   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15131   (exit $ac_status); } && {
15132          test -z "$ac_c_werror_flag" ||
15133          test ! -s conftest.err
15134        } && test -s conftest$ac_exeext && {
15135          test "$cross_compiling" = yes ||
15136          $as_test_x conftest$ac_exeext
15137        }; then
15138   eval "$as_ac_var=yes"
15139 else
15140   $as_echo "$as_me: failed program was:" >&5
15141 sed 's/^/| /' conftest.$ac_ext >&5
15142
15143         eval "$as_ac_var=no"
15144 fi
15145
15146 rm -rf conftest.dSYM
15147 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15148       conftest$ac_exeext conftest.$ac_ext
15149 fi
15150 ac_res=`eval 'as_val=${'$as_ac_var'}
15151                  $as_echo "$as_val"'`
15152                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15153 $as_echo "$ac_res" >&6; }
15154 as_val=`eval 'as_val=${'$as_ac_var'}
15155                  $as_echo "$as_val"'`
15156    if test "x$as_val" = x""yes; then
15157   cat >>confdefs.h <<_ACEOF
15158 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15159 _ACEOF
15160
15161 fi
15162 done
15163
15164         CFLAGS="$ac_save_CFLAGS"
15165         CPPFLAGS="$ac_save_CPPFLAGS"
15166                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
15167         then
15168
15169 cat >>confdefs.h <<\_ACEOF
15170 #define HAVE_FREETYPE 1
15171 _ACEOF
15172
15173             FREETYPELIBS="$ac_freetype_libs"
15174
15175             FREETYPEINCL="$ac_freetype_incl"
15176
15177         fi
15178     fi
15179 fi
15180 if test "x$FREETYPELIBS" = "x"; then
15181   case "x$with_freetype" in
15182   xno) ;;
15183   *)   { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15184 Use the --without-freetype option if you really want this." >&5
15185 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15186 Use the --without-freetype option if you really want this." >&2;}
15187    { (exit 1); exit 1; }; } ;;
15188 esac
15189 fi
15190
15191 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
15192
15193 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
15194 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
15195 if test "${ac_cv_c_ppdev+set}" = set; then
15196   $as_echo_n "(cached) " >&6
15197 else
15198   cat >conftest.$ac_ext <<_ACEOF
15199 /* confdefs.h.  */
15200 _ACEOF
15201 cat confdefs.h >>conftest.$ac_ext
15202 cat >>conftest.$ac_ext <<_ACEOF
15203 /* end confdefs.h.  */
15204 #include <linux/ppdev.h>
15205 int
15206 main ()
15207 {
15208 ioctl (1,PPCLAIM,0)
15209   ;
15210   return 0;
15211 }
15212 _ACEOF
15213 rm -f conftest.$ac_objext
15214 if { (ac_try="$ac_compile"
15215 case "(($ac_try" in
15216   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15217   *) ac_try_echo=$ac_try;;
15218 esac
15219 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15220 $as_echo "$ac_try_echo") >&5
15221   (eval "$ac_compile") 2>conftest.er1
15222   ac_status=$?
15223   grep -v '^ *+' conftest.er1 >conftest.err
15224   rm -f conftest.er1
15225   cat conftest.err >&5
15226   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15227   (exit $ac_status); } && {
15228          test -z "$ac_c_werror_flag" ||
15229          test ! -s conftest.err
15230        } && test -s conftest.$ac_objext; then
15231   ac_cv_c_ppdev="yes"
15232 else
15233   $as_echo "$as_me: failed program was:" >&5
15234 sed 's/^/| /' conftest.$ac_ext >&5
15235
15236         ac_cv_c_ppdev="no"
15237 fi
15238
15239 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15240 fi
15241 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
15242 $as_echo "$ac_cv_c_ppdev" >&6; }
15243 if test "$ac_cv_c_ppdev" = "yes"
15244 then
15245
15246 cat >>confdefs.h <<\_ACEOF
15247 #define HAVE_PPDEV 1
15248 _ACEOF
15249
15250 fi
15251
15252 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
15253 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
15254 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15255   $as_echo_n "(cached) " >&6
15256 else
15257   ac_cv_type_pthread_rwlock_t=no
15258 cat >conftest.$ac_ext <<_ACEOF
15259 /* confdefs.h.  */
15260 _ACEOF
15261 cat confdefs.h >>conftest.$ac_ext
15262 cat >>conftest.$ac_ext <<_ACEOF
15263 /* end confdefs.h.  */
15264 #define _GNU_SOURCE
15265 #include <pthread.h>
15266
15267 int
15268 main ()
15269 {
15270 if (sizeof (pthread_rwlock_t))
15271        return 0;
15272   ;
15273   return 0;
15274 }
15275 _ACEOF
15276 rm -f conftest.$ac_objext
15277 if { (ac_try="$ac_compile"
15278 case "(($ac_try" in
15279   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15280   *) ac_try_echo=$ac_try;;
15281 esac
15282 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15283 $as_echo "$ac_try_echo") >&5
15284   (eval "$ac_compile") 2>conftest.er1
15285   ac_status=$?
15286   grep -v '^ *+' conftest.er1 >conftest.err
15287   rm -f conftest.er1
15288   cat conftest.err >&5
15289   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15290   (exit $ac_status); } && {
15291          test -z "$ac_c_werror_flag" ||
15292          test ! -s conftest.err
15293        } && test -s conftest.$ac_objext; then
15294   cat >conftest.$ac_ext <<_ACEOF
15295 /* confdefs.h.  */
15296 _ACEOF
15297 cat confdefs.h >>conftest.$ac_ext
15298 cat >>conftest.$ac_ext <<_ACEOF
15299 /* end confdefs.h.  */
15300 #define _GNU_SOURCE
15301 #include <pthread.h>
15302
15303 int
15304 main ()
15305 {
15306 if (sizeof ((pthread_rwlock_t)))
15307           return 0;
15308   ;
15309   return 0;
15310 }
15311 _ACEOF
15312 rm -f conftest.$ac_objext
15313 if { (ac_try="$ac_compile"
15314 case "(($ac_try" in
15315   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15316   *) ac_try_echo=$ac_try;;
15317 esac
15318 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15319 $as_echo "$ac_try_echo") >&5
15320   (eval "$ac_compile") 2>conftest.er1
15321   ac_status=$?
15322   grep -v '^ *+' conftest.er1 >conftest.err
15323   rm -f conftest.er1
15324   cat conftest.err >&5
15325   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15326   (exit $ac_status); } && {
15327          test -z "$ac_c_werror_flag" ||
15328          test ! -s conftest.err
15329        } && test -s conftest.$ac_objext; then
15330   :
15331 else
15332   $as_echo "$as_me: failed program was:" >&5
15333 sed 's/^/| /' conftest.$ac_ext >&5
15334
15335         ac_cv_type_pthread_rwlock_t=yes
15336 fi
15337
15338 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15339 else
15340   $as_echo "$as_me: failed program was:" >&5
15341 sed 's/^/| /' conftest.$ac_ext >&5
15342
15343
15344 fi
15345
15346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15347 fi
15348 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15349 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15350 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15351
15352 cat >>confdefs.h <<_ACEOF
15353 #define HAVE_PTHREAD_RWLOCK_T 1
15354 _ACEOF
15355
15356
15357 fi
15358 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15359 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15360 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15361   $as_echo_n "(cached) " >&6
15362 else
15363   ac_cv_type_pthread_rwlockattr_t=no
15364 cat >conftest.$ac_ext <<_ACEOF
15365 /* confdefs.h.  */
15366 _ACEOF
15367 cat confdefs.h >>conftest.$ac_ext
15368 cat >>conftest.$ac_ext <<_ACEOF
15369 /* end confdefs.h.  */
15370 #define _GNU_SOURCE
15371 #include <pthread.h>
15372
15373 int
15374 main ()
15375 {
15376 if (sizeof (pthread_rwlockattr_t))
15377        return 0;
15378   ;
15379   return 0;
15380 }
15381 _ACEOF
15382 rm -f conftest.$ac_objext
15383 if { (ac_try="$ac_compile"
15384 case "(($ac_try" in
15385   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15386   *) ac_try_echo=$ac_try;;
15387 esac
15388 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15389 $as_echo "$ac_try_echo") >&5
15390   (eval "$ac_compile") 2>conftest.er1
15391   ac_status=$?
15392   grep -v '^ *+' conftest.er1 >conftest.err
15393   rm -f conftest.er1
15394   cat conftest.err >&5
15395   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15396   (exit $ac_status); } && {
15397          test -z "$ac_c_werror_flag" ||
15398          test ! -s conftest.err
15399        } && test -s conftest.$ac_objext; then
15400   cat >conftest.$ac_ext <<_ACEOF
15401 /* confdefs.h.  */
15402 _ACEOF
15403 cat confdefs.h >>conftest.$ac_ext
15404 cat >>conftest.$ac_ext <<_ACEOF
15405 /* end confdefs.h.  */
15406 #define _GNU_SOURCE
15407 #include <pthread.h>
15408
15409 int
15410 main ()
15411 {
15412 if (sizeof ((pthread_rwlockattr_t)))
15413           return 0;
15414   ;
15415   return 0;
15416 }
15417 _ACEOF
15418 rm -f conftest.$ac_objext
15419 if { (ac_try="$ac_compile"
15420 case "(($ac_try" in
15421   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15422   *) ac_try_echo=$ac_try;;
15423 esac
15424 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15425 $as_echo "$ac_try_echo") >&5
15426   (eval "$ac_compile") 2>conftest.er1
15427   ac_status=$?
15428   grep -v '^ *+' conftest.er1 >conftest.err
15429   rm -f conftest.er1
15430   cat conftest.err >&5
15431   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15432   (exit $ac_status); } && {
15433          test -z "$ac_c_werror_flag" ||
15434          test ! -s conftest.err
15435        } && test -s conftest.$ac_objext; then
15436   :
15437 else
15438   $as_echo "$as_me: failed program was:" >&5
15439 sed 's/^/| /' conftest.$ac_ext >&5
15440
15441         ac_cv_type_pthread_rwlockattr_t=yes
15442 fi
15443
15444 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15445 else
15446   $as_echo "$as_me: failed program was:" >&5
15447 sed 's/^/| /' conftest.$ac_ext >&5
15448
15449
15450 fi
15451
15452 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15453 fi
15454 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15455 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15456 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15457
15458 cat >>confdefs.h <<_ACEOF
15459 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15460 _ACEOF
15461
15462
15463 fi
15464
15465
15466 ac_wine_check_funcs_save_LIBS="$LIBS"
15467 LIBS="$LIBS $LIBPTHREAD"
15468
15469
15470
15471
15472 for ac_func in \
15473         pthread_attr_get_np \
15474         pthread_getattr_np \
15475         pthread_get_stackaddr_np \
15476         pthread_get_stacksize_np
15477 do
15478 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15479 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15480 $as_echo_n "checking for $ac_func... " >&6; }
15481 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15482   $as_echo_n "(cached) " >&6
15483 else
15484   cat >conftest.$ac_ext <<_ACEOF
15485 /* confdefs.h.  */
15486 _ACEOF
15487 cat confdefs.h >>conftest.$ac_ext
15488 cat >>conftest.$ac_ext <<_ACEOF
15489 /* end confdefs.h.  */
15490 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15491    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15492 #define $ac_func innocuous_$ac_func
15493
15494 /* System header to define __stub macros and hopefully few prototypes,
15495     which can conflict with char $ac_func (); below.
15496     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15497     <limits.h> exists even on freestanding compilers.  */
15498
15499 #ifdef __STDC__
15500 # include <limits.h>
15501 #else
15502 # include <assert.h>
15503 #endif
15504
15505 #undef $ac_func
15506
15507 /* Override any GCC internal prototype to avoid an error.
15508    Use char because int might match the return type of a GCC
15509    builtin and then its argument prototype would still apply.  */
15510 #ifdef __cplusplus
15511 extern "C"
15512 #endif
15513 char $ac_func ();
15514 /* The GNU C library defines this for functions which it implements
15515     to always fail with ENOSYS.  Some functions are actually named
15516     something starting with __ and the normal name is an alias.  */
15517 #if defined __stub_$ac_func || defined __stub___$ac_func
15518 choke me
15519 #endif
15520
15521 int
15522 main ()
15523 {
15524 return $ac_func ();
15525   ;
15526   return 0;
15527 }
15528 _ACEOF
15529 rm -f conftest.$ac_objext conftest$ac_exeext
15530 if { (ac_try="$ac_link"
15531 case "(($ac_try" in
15532   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15533   *) ac_try_echo=$ac_try;;
15534 esac
15535 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15536 $as_echo "$ac_try_echo") >&5
15537   (eval "$ac_link") 2>conftest.er1
15538   ac_status=$?
15539   grep -v '^ *+' conftest.er1 >conftest.err
15540   rm -f conftest.er1
15541   cat conftest.err >&5
15542   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15543   (exit $ac_status); } && {
15544          test -z "$ac_c_werror_flag" ||
15545          test ! -s conftest.err
15546        } && test -s conftest$ac_exeext && {
15547          test "$cross_compiling" = yes ||
15548          $as_test_x conftest$ac_exeext
15549        }; then
15550   eval "$as_ac_var=yes"
15551 else
15552   $as_echo "$as_me: failed program was:" >&5
15553 sed 's/^/| /' conftest.$ac_ext >&5
15554
15555         eval "$as_ac_var=no"
15556 fi
15557
15558 rm -rf conftest.dSYM
15559 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15560       conftest$ac_exeext conftest.$ac_ext
15561 fi
15562 ac_res=`eval 'as_val=${'$as_ac_var'}
15563                  $as_echo "$as_val"'`
15564                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15565 $as_echo "$ac_res" >&6; }
15566 as_val=`eval 'as_val=${'$as_ac_var'}
15567                  $as_echo "$as_val"'`
15568    if test "x$as_val" = x""yes; then
15569   cat >>confdefs.h <<_ACEOF
15570 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15571 _ACEOF
15572
15573 fi
15574 done
15575
15576 LIBS="$ac_wine_check_funcs_save_LIBS"
15577
15578 if test "x$with_esd" != xno
15579 then
15580     save_CFLAGS="$CFLAGS"
15581     # Extract the first word of "esd-config", so it can be a program name with args.
15582 set dummy esd-config; ac_word=$2
15583 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15584 $as_echo_n "checking for $ac_word... " >&6; }
15585 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15586   $as_echo_n "(cached) " >&6
15587 else
15588   case $ESDCONFIG in
15589   [\\/]* | ?:[\\/]*)
15590   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15591   ;;
15592   *)
15593   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15594 for as_dir in $PATH
15595 do
15596   IFS=$as_save_IFS
15597   test -z "$as_dir" && as_dir=.
15598   for ac_exec_ext in '' $ac_executable_extensions; do
15599   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15600     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15601     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15602     break 2
15603   fi
15604 done
15605 done
15606 IFS=$as_save_IFS
15607
15608   test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15609   ;;
15610 esac
15611 fi
15612 ESDCONFIG=$ac_cv_path_ESDCONFIG
15613 if test -n "$ESDCONFIG"; then
15614   { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15615 $as_echo "$ESDCONFIG" >&6; }
15616 else
15617   { $as_echo "$as_me:$LINENO: result: no" >&5
15618 $as_echo "no" >&6; }
15619 fi
15620
15621
15622     if test "x$ESDCONFIG" != "xno"
15623     then
15624         ac_esd_incl=""
15625         for i in `$ESDCONFIG --cflags`
15626         do
15627             case "$i" in
15628                 -I*) ac_esd_incl="$ac_esd_incl $i";;
15629             esac
15630         done
15631         ac_esd_libs=`$ESDCONFIG --libs`
15632         CFLAGS="$CFLAGS $ac_esd_incl"
15633     fi
15634     ac_esd_libs=${ac_esd_libs:-"-lesd"}
15635     if test "${ac_cv_header_esd_h+set}" = set; then
15636   { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15637 $as_echo_n "checking for esd.h... " >&6; }
15638 if test "${ac_cv_header_esd_h+set}" = set; then
15639   $as_echo_n "(cached) " >&6
15640 fi
15641 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15642 $as_echo "$ac_cv_header_esd_h" >&6; }
15643 else
15644   # Is the header compilable?
15645 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15646 $as_echo_n "checking esd.h usability... " >&6; }
15647 cat >conftest.$ac_ext <<_ACEOF
15648 /* confdefs.h.  */
15649 _ACEOF
15650 cat confdefs.h >>conftest.$ac_ext
15651 cat >>conftest.$ac_ext <<_ACEOF
15652 /* end confdefs.h.  */
15653 $ac_includes_default
15654 #include <esd.h>
15655 _ACEOF
15656 rm -f conftest.$ac_objext
15657 if { (ac_try="$ac_compile"
15658 case "(($ac_try" in
15659   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15660   *) ac_try_echo=$ac_try;;
15661 esac
15662 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15663 $as_echo "$ac_try_echo") >&5
15664   (eval "$ac_compile") 2>conftest.er1
15665   ac_status=$?
15666   grep -v '^ *+' conftest.er1 >conftest.err
15667   rm -f conftest.er1
15668   cat conftest.err >&5
15669   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15670   (exit $ac_status); } && {
15671          test -z "$ac_c_werror_flag" ||
15672          test ! -s conftest.err
15673        } && test -s conftest.$ac_objext; then
15674   ac_header_compiler=yes
15675 else
15676   $as_echo "$as_me: failed program was:" >&5
15677 sed 's/^/| /' conftest.$ac_ext >&5
15678
15679         ac_header_compiler=no
15680 fi
15681
15682 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15683 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15684 $as_echo "$ac_header_compiler" >&6; }
15685
15686 # Is the header present?
15687 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15688 $as_echo_n "checking esd.h presence... " >&6; }
15689 cat >conftest.$ac_ext <<_ACEOF
15690 /* confdefs.h.  */
15691 _ACEOF
15692 cat confdefs.h >>conftest.$ac_ext
15693 cat >>conftest.$ac_ext <<_ACEOF
15694 /* end confdefs.h.  */
15695 #include <esd.h>
15696 _ACEOF
15697 if { (ac_try="$ac_cpp conftest.$ac_ext"
15698 case "(($ac_try" in
15699   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15700   *) ac_try_echo=$ac_try;;
15701 esac
15702 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15703 $as_echo "$ac_try_echo") >&5
15704   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15705   ac_status=$?
15706   grep -v '^ *+' conftest.er1 >conftest.err
15707   rm -f conftest.er1
15708   cat conftest.err >&5
15709   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15710   (exit $ac_status); } >/dev/null && {
15711          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15712          test ! -s conftest.err
15713        }; then
15714   ac_header_preproc=yes
15715 else
15716   $as_echo "$as_me: failed program was:" >&5
15717 sed 's/^/| /' conftest.$ac_ext >&5
15718
15719   ac_header_preproc=no
15720 fi
15721
15722 rm -f conftest.err conftest.$ac_ext
15723 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15724 $as_echo "$ac_header_preproc" >&6; }
15725
15726 # So?  What about this header?
15727 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15728   yes:no: )
15729     { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15730 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15731     { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15732 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15733     ac_header_preproc=yes
15734     ;;
15735   no:yes:* )
15736     { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15737 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15738     { $as_echo "$as_me:$LINENO: WARNING: esd.h:     check for missing prerequisite headers?" >&5
15739 $as_echo "$as_me: WARNING: esd.h:     check for missing prerequisite headers?" >&2;}
15740     { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15741 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15742     { $as_echo "$as_me:$LINENO: WARNING: esd.h:     section \"Present But Cannot Be Compiled\"" >&5
15743 $as_echo "$as_me: WARNING: esd.h:     section \"Present But Cannot Be Compiled\"" >&2;}
15744     { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15745 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15746     { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15747 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15748     ( cat <<\_ASBOX
15749 ## ------------------------------------ ##
15750 ## Report this to wine-devel@winehq.org ##
15751 ## ------------------------------------ ##
15752 _ASBOX
15753      ) | sed "s/^/$as_me: WARNING:     /" >&2
15754     ;;
15755 esac
15756 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15757 $as_echo_n "checking for esd.h... " >&6; }
15758 if test "${ac_cv_header_esd_h+set}" = set; then
15759   $as_echo_n "(cached) " >&6
15760 else
15761   ac_cv_header_esd_h=$ac_header_preproc
15762 fi
15763 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15764 $as_echo "$ac_cv_header_esd_h" >&6; }
15765
15766 fi
15767 if test "x$ac_cv_header_esd_h" = x""yes; then
15768   { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15769 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15770 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15771   $as_echo_n "(cached) " >&6
15772 else
15773   ac_check_lib_save_LIBS=$LIBS
15774 LIBS="-lesd $ac_esd_libs $LIBS"
15775 cat >conftest.$ac_ext <<_ACEOF
15776 /* confdefs.h.  */
15777 _ACEOF
15778 cat confdefs.h >>conftest.$ac_ext
15779 cat >>conftest.$ac_ext <<_ACEOF
15780 /* end confdefs.h.  */
15781
15782 /* Override any GCC internal prototype to avoid an error.
15783    Use char because int might match the return type of a GCC
15784    builtin and then its argument prototype would still apply.  */
15785 #ifdef __cplusplus
15786 extern "C"
15787 #endif
15788 char esd_open_sound ();
15789 int
15790 main ()
15791 {
15792 return esd_open_sound ();
15793   ;
15794   return 0;
15795 }
15796 _ACEOF
15797 rm -f conftest.$ac_objext conftest$ac_exeext
15798 if { (ac_try="$ac_link"
15799 case "(($ac_try" in
15800   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15801   *) ac_try_echo=$ac_try;;
15802 esac
15803 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15804 $as_echo "$ac_try_echo") >&5
15805   (eval "$ac_link") 2>conftest.er1
15806   ac_status=$?
15807   grep -v '^ *+' conftest.er1 >conftest.err
15808   rm -f conftest.er1
15809   cat conftest.err >&5
15810   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15811   (exit $ac_status); } && {
15812          test -z "$ac_c_werror_flag" ||
15813          test ! -s conftest.err
15814        } && test -s conftest$ac_exeext && {
15815          test "$cross_compiling" = yes ||
15816          $as_test_x conftest$ac_exeext
15817        }; then
15818   ac_cv_lib_esd_esd_open_sound=yes
15819 else
15820   $as_echo "$as_me: failed program was:" >&5
15821 sed 's/^/| /' conftest.$ac_ext >&5
15822
15823         ac_cv_lib_esd_esd_open_sound=no
15824 fi
15825
15826 rm -rf conftest.dSYM
15827 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15828       conftest$ac_exeext conftest.$ac_ext
15829 LIBS=$ac_check_lib_save_LIBS
15830 fi
15831 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15832 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15833 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15834   ESDINCL="$ac_esd_incl"
15835
15836              ESDLIBS="$ac_esd_libs"
15837
15838
15839 cat >>confdefs.h <<\_ACEOF
15840 #define HAVE_ESD 1
15841 _ACEOF
15842
15843 fi
15844
15845 fi
15846
15847
15848     CFLAGS="$save_CFLAGS"
15849 fi
15850
15851 ALSALIBS=""
15852
15853 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15854 then
15855     { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15856 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15857 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15858   $as_echo_n "(cached) " >&6
15859 else
15860   ac_check_lib_save_LIBS=$LIBS
15861 LIBS="-lasound  $LIBS"
15862 cat >conftest.$ac_ext <<_ACEOF
15863 /* confdefs.h.  */
15864 _ACEOF
15865 cat confdefs.h >>conftest.$ac_ext
15866 cat >>conftest.$ac_ext <<_ACEOF
15867 /* end confdefs.h.  */
15868
15869 /* Override any GCC internal prototype to avoid an error.
15870    Use char because int might match the return type of a GCC
15871    builtin and then its argument prototype would still apply.  */
15872 #ifdef __cplusplus
15873 extern "C"
15874 #endif
15875 char snd_pcm_hw_params_get_access ();
15876 int
15877 main ()
15878 {
15879 return snd_pcm_hw_params_get_access ();
15880   ;
15881   return 0;
15882 }
15883 _ACEOF
15884 rm -f conftest.$ac_objext conftest$ac_exeext
15885 if { (ac_try="$ac_link"
15886 case "(($ac_try" in
15887   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15888   *) ac_try_echo=$ac_try;;
15889 esac
15890 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15891 $as_echo "$ac_try_echo") >&5
15892   (eval "$ac_link") 2>conftest.er1
15893   ac_status=$?
15894   grep -v '^ *+' conftest.er1 >conftest.err
15895   rm -f conftest.er1
15896   cat conftest.err >&5
15897   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15898   (exit $ac_status); } && {
15899          test -z "$ac_c_werror_flag" ||
15900          test ! -s conftest.err
15901        } && test -s conftest$ac_exeext && {
15902          test "$cross_compiling" = yes ||
15903          $as_test_x conftest$ac_exeext
15904        }; then
15905   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15906 else
15907   $as_echo "$as_me: failed program was:" >&5
15908 sed 's/^/| /' conftest.$ac_ext >&5
15909
15910         ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15911 fi
15912
15913 rm -rf conftest.dSYM
15914 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15915       conftest$ac_exeext conftest.$ac_ext
15916 LIBS=$ac_check_lib_save_LIBS
15917 fi
15918 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15919 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15920 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15921   cat >conftest.$ac_ext <<_ACEOF
15922 /* confdefs.h.  */
15923 _ACEOF
15924 cat confdefs.h >>conftest.$ac_ext
15925 cat >>conftest.$ac_ext <<_ACEOF
15926 /* end confdefs.h.  */
15927 #ifdef HAVE_ALSA_ASOUNDLIB_H
15928 #include <alsa/asoundlib.h>
15929 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15930 #include <sys/asoundlib.h>
15931 #endif
15932 int
15933 main ()
15934 {
15935 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15936   ;
15937   return 0;
15938 }
15939 _ACEOF
15940 rm -f conftest.$ac_objext
15941 if { (ac_try="$ac_compile"
15942 case "(($ac_try" in
15943   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15944   *) ac_try_echo=$ac_try;;
15945 esac
15946 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15947 $as_echo "$ac_try_echo") >&5
15948   (eval "$ac_compile") 2>conftest.er1
15949   ac_status=$?
15950   grep -v '^ *+' conftest.er1 >conftest.err
15951   rm -f conftest.er1
15952   cat conftest.err >&5
15953   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15954   (exit $ac_status); } && {
15955          test -z "$ac_c_werror_flag" ||
15956          test ! -s conftest.err
15957        } && test -s conftest.$ac_objext; then
15958
15959 cat >>confdefs.h <<\_ACEOF
15960 #define HAVE_ALSA 1
15961 _ACEOF
15962
15963                          ALSALIBS="-lasound"
15964 else
15965   $as_echo "$as_me: failed program was:" >&5
15966 sed 's/^/| /' conftest.$ac_ext >&5
15967
15968
15969 fi
15970
15971 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15972 fi
15973
15974 fi
15975
15976 AUDIOIOLIBS=""
15977
15978 if test "$ac_cv_header_libaudioio_h" = "yes"
15979 then
15980     { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15981 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15982 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15983   $as_echo_n "(cached) " >&6
15984 else
15985   ac_check_lib_save_LIBS=$LIBS
15986 LIBS="-laudioio  $LIBS"
15987 cat >conftest.$ac_ext <<_ACEOF
15988 /* confdefs.h.  */
15989 _ACEOF
15990 cat confdefs.h >>conftest.$ac_ext
15991 cat >>conftest.$ac_ext <<_ACEOF
15992 /* end confdefs.h.  */
15993
15994 /* Override any GCC internal prototype to avoid an error.
15995    Use char because int might match the return type of a GCC
15996    builtin and then its argument prototype would still apply.  */
15997 #ifdef __cplusplus
15998 extern "C"
15999 #endif
16000 char AudioIOGetVersion ();
16001 int
16002 main ()
16003 {
16004 return AudioIOGetVersion ();
16005   ;
16006   return 0;
16007 }
16008 _ACEOF
16009 rm -f conftest.$ac_objext conftest$ac_exeext
16010 if { (ac_try="$ac_link"
16011 case "(($ac_try" in
16012   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16013   *) ac_try_echo=$ac_try;;
16014 esac
16015 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16016 $as_echo "$ac_try_echo") >&5
16017   (eval "$ac_link") 2>conftest.er1
16018   ac_status=$?
16019   grep -v '^ *+' conftest.er1 >conftest.err
16020   rm -f conftest.er1
16021   cat conftest.err >&5
16022   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16023   (exit $ac_status); } && {
16024          test -z "$ac_c_werror_flag" ||
16025          test ! -s conftest.err
16026        } && test -s conftest$ac_exeext && {
16027          test "$cross_compiling" = yes ||
16028          $as_test_x conftest$ac_exeext
16029        }; then
16030   ac_cv_lib_audioio_AudioIOGetVersion=yes
16031 else
16032   $as_echo "$as_me: failed program was:" >&5
16033 sed 's/^/| /' conftest.$ac_ext >&5
16034
16035         ac_cv_lib_audioio_AudioIOGetVersion=no
16036 fi
16037
16038 rm -rf conftest.dSYM
16039 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16040       conftest$ac_exeext conftest.$ac_ext
16041 LIBS=$ac_check_lib_save_LIBS
16042 fi
16043 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
16044 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
16045 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
16046   AUDIOIOLIBS="-laudioio"
16047
16048 cat >>confdefs.h <<\_ACEOF
16049 #define HAVE_LIBAUDIOIO 1
16050 _ACEOF
16051
16052 fi
16053
16054 fi
16055
16056
16057 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
16058 then
16059     { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
16060 $as_echo_n "checking for -lcapi20... " >&6; }
16061 if test "${ac_cv_lib_soname_capi20+set}" = set; then
16062   $as_echo_n "(cached) " >&6
16063 else
16064   ac_check_soname_save_LIBS=$LIBS
16065 LIBS="-lcapi20  $LIBS"
16066   cat >conftest.$ac_ext <<_ACEOF
16067 /* confdefs.h.  */
16068 _ACEOF
16069 cat confdefs.h >>conftest.$ac_ext
16070 cat >>conftest.$ac_ext <<_ACEOF
16071 /* end confdefs.h.  */
16072
16073 /* Override any GCC internal prototype to avoid an error.
16074    Use char because int might match the return type of a GCC
16075    builtin and then its argument prototype would still apply.  */
16076 #ifdef __cplusplus
16077 extern "C"
16078 #endif
16079 char capi20_register ();
16080 int
16081 main ()
16082 {
16083 return capi20_register ();
16084   ;
16085   return 0;
16086 }
16087 _ACEOF
16088 rm -f conftest.$ac_objext conftest$ac_exeext
16089 if { (ac_try="$ac_link"
16090 case "(($ac_try" in
16091   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16092   *) ac_try_echo=$ac_try;;
16093 esac
16094 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16095 $as_echo "$ac_try_echo") >&5
16096   (eval "$ac_link") 2>conftest.er1
16097   ac_status=$?
16098   grep -v '^ *+' conftest.er1 >conftest.err
16099   rm -f conftest.er1
16100   cat conftest.err >&5
16101   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16102   (exit $ac_status); } && {
16103          test -z "$ac_c_werror_flag" ||
16104          test ! -s conftest.err
16105        } && test -s conftest$ac_exeext && {
16106          test "$cross_compiling" = yes ||
16107          $as_test_x conftest$ac_exeext
16108        }; then
16109   case "$LIBEXT" in
16110     dll) ;;
16111     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'` ;;
16112     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
16113   esac
16114 else
16115   $as_echo "$as_me: failed program was:" >&5
16116 sed 's/^/| /' conftest.$ac_ext >&5
16117
16118
16119 fi
16120
16121 rm -rf conftest.dSYM
16122 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16123       conftest$ac_exeext conftest.$ac_ext
16124   LIBS=$ac_check_soname_save_LIBS
16125 fi
16126 if test "x$ac_cv_lib_soname_capi20" = "x"; then
16127   { $as_echo "$as_me:$LINENO: result: not found" >&5
16128 $as_echo "not found" >&6; }
16129
16130 else
16131   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
16132 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
16133
16134 cat >>confdefs.h <<_ACEOF
16135 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
16136 _ACEOF
16137
16138
16139 fi
16140
16141 fi
16142 if test "x$ac_cv_lib_soname_capi20" = "x"; then
16143   case "x$with_capi" in
16144   x)   wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
16145   xno) ;;
16146   *)   { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16147 This is an error since --with-capi was requested." >&5
16148 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16149 This is an error since --with-capi was requested." >&2;}
16150    { (exit 1); exit 1; }; } ;;
16151 esac
16152 fi
16153
16154
16155 CUPSINCL=""
16156
16157 if test "x$with_cups" != "xno"
16158 then
16159     ac_save_CPPFLAGS="$CPPFLAGS"
16160     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
16161     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
16162     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
16163
16164 for ac_header in cups/cups.h
16165 do
16166 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16167 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16168   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16169 $as_echo_n "checking for $ac_header... " >&6; }
16170 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16171   $as_echo_n "(cached) " >&6
16172 fi
16173 ac_res=`eval 'as_val=${'$as_ac_Header'}
16174                  $as_echo "$as_val"'`
16175                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16176 $as_echo "$ac_res" >&6; }
16177 else
16178   # Is the header compilable?
16179 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16180 $as_echo_n "checking $ac_header usability... " >&6; }
16181 cat >conftest.$ac_ext <<_ACEOF
16182 /* confdefs.h.  */
16183 _ACEOF
16184 cat confdefs.h >>conftest.$ac_ext
16185 cat >>conftest.$ac_ext <<_ACEOF
16186 /* end confdefs.h.  */
16187 $ac_includes_default
16188 #include <$ac_header>
16189 _ACEOF
16190 rm -f conftest.$ac_objext
16191 if { (ac_try="$ac_compile"
16192 case "(($ac_try" in
16193   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16194   *) ac_try_echo=$ac_try;;
16195 esac
16196 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16197 $as_echo "$ac_try_echo") >&5
16198   (eval "$ac_compile") 2>conftest.er1
16199   ac_status=$?
16200   grep -v '^ *+' conftest.er1 >conftest.err
16201   rm -f conftest.er1
16202   cat conftest.err >&5
16203   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16204   (exit $ac_status); } && {
16205          test -z "$ac_c_werror_flag" ||
16206          test ! -s conftest.err
16207        } && test -s conftest.$ac_objext; then
16208   ac_header_compiler=yes
16209 else
16210   $as_echo "$as_me: failed program was:" >&5
16211 sed 's/^/| /' conftest.$ac_ext >&5
16212
16213         ac_header_compiler=no
16214 fi
16215
16216 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16217 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16218 $as_echo "$ac_header_compiler" >&6; }
16219
16220 # Is the header present?
16221 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16222 $as_echo_n "checking $ac_header presence... " >&6; }
16223 cat >conftest.$ac_ext <<_ACEOF
16224 /* confdefs.h.  */
16225 _ACEOF
16226 cat confdefs.h >>conftest.$ac_ext
16227 cat >>conftest.$ac_ext <<_ACEOF
16228 /* end confdefs.h.  */
16229 #include <$ac_header>
16230 _ACEOF
16231 if { (ac_try="$ac_cpp conftest.$ac_ext"
16232 case "(($ac_try" in
16233   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16234   *) ac_try_echo=$ac_try;;
16235 esac
16236 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16237 $as_echo "$ac_try_echo") >&5
16238   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16239   ac_status=$?
16240   grep -v '^ *+' conftest.er1 >conftest.err
16241   rm -f conftest.er1
16242   cat conftest.err >&5
16243   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16244   (exit $ac_status); } >/dev/null && {
16245          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16246          test ! -s conftest.err
16247        }; then
16248   ac_header_preproc=yes
16249 else
16250   $as_echo "$as_me: failed program was:" >&5
16251 sed 's/^/| /' conftest.$ac_ext >&5
16252
16253   ac_header_preproc=no
16254 fi
16255
16256 rm -f conftest.err conftest.$ac_ext
16257 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16258 $as_echo "$ac_header_preproc" >&6; }
16259
16260 # So?  What about this header?
16261 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16262   yes:no: )
16263     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16264 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16265     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16266 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16267     ac_header_preproc=yes
16268     ;;
16269   no:yes:* )
16270     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16271 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16272     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16273 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16274     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16275 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16276     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16277 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16278     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16279 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16280     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16281 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16282     ( cat <<\_ASBOX
16283 ## ------------------------------------ ##
16284 ## Report this to wine-devel@winehq.org ##
16285 ## ------------------------------------ ##
16286 _ASBOX
16287      ) | sed "s/^/$as_me: WARNING:     /" >&2
16288     ;;
16289 esac
16290 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16291 $as_echo_n "checking for $ac_header... " >&6; }
16292 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16293   $as_echo_n "(cached) " >&6
16294 else
16295   eval "$as_ac_Header=\$ac_header_preproc"
16296 fi
16297 ac_res=`eval 'as_val=${'$as_ac_Header'}
16298                  $as_echo "$as_val"'`
16299                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16300 $as_echo "$ac_res" >&6; }
16301
16302 fi
16303 as_val=`eval 'as_val=${'$as_ac_Header'}
16304                  $as_echo "$as_val"'`
16305    if test "x$as_val" = x""yes; then
16306   cat >>confdefs.h <<_ACEOF
16307 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16308 _ACEOF
16309  { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16310 $as_echo_n "checking for -lcups... " >&6; }
16311 if test "${ac_cv_lib_soname_cups+set}" = set; then
16312   $as_echo_n "(cached) " >&6
16313 else
16314   ac_check_soname_save_LIBS=$LIBS
16315 LIBS="-lcups $ac_cups_libs $LIBS"
16316   cat >conftest.$ac_ext <<_ACEOF
16317 /* confdefs.h.  */
16318 _ACEOF
16319 cat confdefs.h >>conftest.$ac_ext
16320 cat >>conftest.$ac_ext <<_ACEOF
16321 /* end confdefs.h.  */
16322
16323 /* Override any GCC internal prototype to avoid an error.
16324    Use char because int might match the return type of a GCC
16325    builtin and then its argument prototype would still apply.  */
16326 #ifdef __cplusplus
16327 extern "C"
16328 #endif
16329 char cupsGetDefault ();
16330 int
16331 main ()
16332 {
16333 return cupsGetDefault ();
16334   ;
16335   return 0;
16336 }
16337 _ACEOF
16338 rm -f conftest.$ac_objext conftest$ac_exeext
16339 if { (ac_try="$ac_link"
16340 case "(($ac_try" in
16341   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16342   *) ac_try_echo=$ac_try;;
16343 esac
16344 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16345 $as_echo "$ac_try_echo") >&5
16346   (eval "$ac_link") 2>conftest.er1
16347   ac_status=$?
16348   grep -v '^ *+' conftest.er1 >conftest.err
16349   rm -f conftest.er1
16350   cat conftest.err >&5
16351   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16352   (exit $ac_status); } && {
16353          test -z "$ac_c_werror_flag" ||
16354          test ! -s conftest.err
16355        } && test -s conftest$ac_exeext && {
16356          test "$cross_compiling" = yes ||
16357          $as_test_x conftest$ac_exeext
16358        }; then
16359   case "$LIBEXT" in
16360     dll) ;;
16361     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'` ;;
16362     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16363   esac
16364 else
16365   $as_echo "$as_me: failed program was:" >&5
16366 sed 's/^/| /' conftest.$ac_ext >&5
16367
16368
16369 fi
16370
16371 rm -rf conftest.dSYM
16372 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16373       conftest$ac_exeext conftest.$ac_ext
16374   LIBS=$ac_check_soname_save_LIBS
16375 fi
16376 if test "x$ac_cv_lib_soname_cups" = "x"; then
16377   { $as_echo "$as_me:$LINENO: result: not found" >&5
16378 $as_echo "not found" >&6; }
16379
16380 else
16381   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16382 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16383
16384 cat >>confdefs.h <<_ACEOF
16385 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16386 _ACEOF
16387
16388        CUPSINCL="$ac_cups_cflags"
16389 fi
16390
16391 fi
16392
16393 done
16394
16395     CPPFLAGS="$ac_save_CPPFLAGS"
16396 fi
16397 if test "x$ac_cv_lib_soname_cups" = "x"; then
16398   case "x$with_cups" in
16399   x)   wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16400   xno) ;;
16401   *)   { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16402 This is an error since --with-cups was requested." >&5
16403 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16404 This is an error since --with-cups was requested." >&2;}
16405    { (exit 1); exit 1; }; } ;;
16406 esac
16407 fi
16408
16409
16410 if test "$ac_cv_header_jack_jack_h" = "yes"
16411 then
16412     { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16413 $as_echo_n "checking for -ljack... " >&6; }
16414 if test "${ac_cv_lib_soname_jack+set}" = set; then
16415   $as_echo_n "(cached) " >&6
16416 else
16417   ac_check_soname_save_LIBS=$LIBS
16418 LIBS="-ljack  $LIBS"
16419   cat >conftest.$ac_ext <<_ACEOF
16420 /* confdefs.h.  */
16421 _ACEOF
16422 cat confdefs.h >>conftest.$ac_ext
16423 cat >>conftest.$ac_ext <<_ACEOF
16424 /* end confdefs.h.  */
16425
16426 /* Override any GCC internal prototype to avoid an error.
16427    Use char because int might match the return type of a GCC
16428    builtin and then its argument prototype would still apply.  */
16429 #ifdef __cplusplus
16430 extern "C"
16431 #endif
16432 char jack_client_new ();
16433 int
16434 main ()
16435 {
16436 return jack_client_new ();
16437   ;
16438   return 0;
16439 }
16440 _ACEOF
16441 rm -f conftest.$ac_objext conftest$ac_exeext
16442 if { (ac_try="$ac_link"
16443 case "(($ac_try" in
16444   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16445   *) ac_try_echo=$ac_try;;
16446 esac
16447 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16448 $as_echo "$ac_try_echo") >&5
16449   (eval "$ac_link") 2>conftest.er1
16450   ac_status=$?
16451   grep -v '^ *+' conftest.er1 >conftest.err
16452   rm -f conftest.er1
16453   cat conftest.err >&5
16454   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16455   (exit $ac_status); } && {
16456          test -z "$ac_c_werror_flag" ||
16457          test ! -s conftest.err
16458        } && test -s conftest$ac_exeext && {
16459          test "$cross_compiling" = yes ||
16460          $as_test_x conftest$ac_exeext
16461        }; then
16462   case "$LIBEXT" in
16463     dll) ;;
16464     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'` ;;
16465     *) 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'` ;;
16466   esac
16467 else
16468   $as_echo "$as_me: failed program was:" >&5
16469 sed 's/^/| /' conftest.$ac_ext >&5
16470
16471
16472 fi
16473
16474 rm -rf conftest.dSYM
16475 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16476       conftest$ac_exeext conftest.$ac_ext
16477   LIBS=$ac_check_soname_save_LIBS
16478 fi
16479 if test "x$ac_cv_lib_soname_jack" = "x"; then
16480   { $as_echo "$as_me:$LINENO: result: not found" >&5
16481 $as_echo "not found" >&6; }
16482
16483 else
16484   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16485 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16486
16487 cat >>confdefs.h <<_ACEOF
16488 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16489 _ACEOF
16490
16491
16492 fi
16493
16494 fi
16495
16496 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16497 then
16498     { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16499 $as_echo_n "checking for -lfontconfig... " >&6; }
16500 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16501   $as_echo_n "(cached) " >&6
16502 else
16503   ac_check_soname_save_LIBS=$LIBS
16504 LIBS="-lfontconfig  $LIBS"
16505   cat >conftest.$ac_ext <<_ACEOF
16506 /* confdefs.h.  */
16507 _ACEOF
16508 cat confdefs.h >>conftest.$ac_ext
16509 cat >>conftest.$ac_ext <<_ACEOF
16510 /* end confdefs.h.  */
16511
16512 /* Override any GCC internal prototype to avoid an error.
16513    Use char because int might match the return type of a GCC
16514    builtin and then its argument prototype would still apply.  */
16515 #ifdef __cplusplus
16516 extern "C"
16517 #endif
16518 char FcInit ();
16519 int
16520 main ()
16521 {
16522 return FcInit ();
16523   ;
16524   return 0;
16525 }
16526 _ACEOF
16527 rm -f conftest.$ac_objext conftest$ac_exeext
16528 if { (ac_try="$ac_link"
16529 case "(($ac_try" in
16530   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16531   *) ac_try_echo=$ac_try;;
16532 esac
16533 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16534 $as_echo "$ac_try_echo") >&5
16535   (eval "$ac_link") 2>conftest.er1
16536   ac_status=$?
16537   grep -v '^ *+' conftest.er1 >conftest.err
16538   rm -f conftest.er1
16539   cat conftest.err >&5
16540   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16541   (exit $ac_status); } && {
16542          test -z "$ac_c_werror_flag" ||
16543          test ! -s conftest.err
16544        } && test -s conftest$ac_exeext && {
16545          test "$cross_compiling" = yes ||
16546          $as_test_x conftest$ac_exeext
16547        }; then
16548   case "$LIBEXT" in
16549     dll) ;;
16550     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'` ;;
16551     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16552   esac
16553 else
16554   $as_echo "$as_me: failed program was:" >&5
16555 sed 's/^/| /' conftest.$ac_ext >&5
16556
16557
16558 fi
16559
16560 rm -rf conftest.dSYM
16561 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16562       conftest$ac_exeext conftest.$ac_ext
16563   LIBS=$ac_check_soname_save_LIBS
16564 fi
16565 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16566   { $as_echo "$as_me:$LINENO: result: not found" >&5
16567 $as_echo "not found" >&6; }
16568
16569 else
16570   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16571 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16572
16573 cat >>confdefs.h <<_ACEOF
16574 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16575 _ACEOF
16576
16577
16578 fi
16579
16580 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16581 then
16582         ac_save_CPPFLAGS="$CPPFLAGS"
16583     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16584     $as_unset ac_cv_header_fontconfig_fontconfig_h
16585
16586 for ac_header in fontconfig/fontconfig.h
16587 do
16588 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16589 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16590   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16591 $as_echo_n "checking for $ac_header... " >&6; }
16592 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16593   $as_echo_n "(cached) " >&6
16594 fi
16595 ac_res=`eval 'as_val=${'$as_ac_Header'}
16596                  $as_echo "$as_val"'`
16597                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16598 $as_echo "$ac_res" >&6; }
16599 else
16600   # Is the header compilable?
16601 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16602 $as_echo_n "checking $ac_header usability... " >&6; }
16603 cat >conftest.$ac_ext <<_ACEOF
16604 /* confdefs.h.  */
16605 _ACEOF
16606 cat confdefs.h >>conftest.$ac_ext
16607 cat >>conftest.$ac_ext <<_ACEOF
16608 /* end confdefs.h.  */
16609 $ac_includes_default
16610 #include <$ac_header>
16611 _ACEOF
16612 rm -f conftest.$ac_objext
16613 if { (ac_try="$ac_compile"
16614 case "(($ac_try" in
16615   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16616   *) ac_try_echo=$ac_try;;
16617 esac
16618 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16619 $as_echo "$ac_try_echo") >&5
16620   (eval "$ac_compile") 2>conftest.er1
16621   ac_status=$?
16622   grep -v '^ *+' conftest.er1 >conftest.err
16623   rm -f conftest.er1
16624   cat conftest.err >&5
16625   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16626   (exit $ac_status); } && {
16627          test -z "$ac_c_werror_flag" ||
16628          test ! -s conftest.err
16629        } && test -s conftest.$ac_objext; then
16630   ac_header_compiler=yes
16631 else
16632   $as_echo "$as_me: failed program was:" >&5
16633 sed 's/^/| /' conftest.$ac_ext >&5
16634
16635         ac_header_compiler=no
16636 fi
16637
16638 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16639 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16640 $as_echo "$ac_header_compiler" >&6; }
16641
16642 # Is the header present?
16643 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16644 $as_echo_n "checking $ac_header presence... " >&6; }
16645 cat >conftest.$ac_ext <<_ACEOF
16646 /* confdefs.h.  */
16647 _ACEOF
16648 cat confdefs.h >>conftest.$ac_ext
16649 cat >>conftest.$ac_ext <<_ACEOF
16650 /* end confdefs.h.  */
16651 #include <$ac_header>
16652 _ACEOF
16653 if { (ac_try="$ac_cpp conftest.$ac_ext"
16654 case "(($ac_try" in
16655   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16656   *) ac_try_echo=$ac_try;;
16657 esac
16658 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16659 $as_echo "$ac_try_echo") >&5
16660   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16661   ac_status=$?
16662   grep -v '^ *+' conftest.er1 >conftest.err
16663   rm -f conftest.er1
16664   cat conftest.err >&5
16665   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16666   (exit $ac_status); } >/dev/null && {
16667          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16668          test ! -s conftest.err
16669        }; then
16670   ac_header_preproc=yes
16671 else
16672   $as_echo "$as_me: failed program was:" >&5
16673 sed 's/^/| /' conftest.$ac_ext >&5
16674
16675   ac_header_preproc=no
16676 fi
16677
16678 rm -f conftest.err conftest.$ac_ext
16679 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16680 $as_echo "$ac_header_preproc" >&6; }
16681
16682 # So?  What about this header?
16683 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16684   yes:no: )
16685     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16686 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16687     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16688 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16689     ac_header_preproc=yes
16690     ;;
16691   no:yes:* )
16692     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16693 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16694     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16695 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16696     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16697 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16698     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16699 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16700     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16701 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16702     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16703 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16704     ( cat <<\_ASBOX
16705 ## ------------------------------------ ##
16706 ## Report this to wine-devel@winehq.org ##
16707 ## ------------------------------------ ##
16708 _ASBOX
16709      ) | sed "s/^/$as_me: WARNING:     /" >&2
16710     ;;
16711 esac
16712 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16713 $as_echo_n "checking for $ac_header... " >&6; }
16714 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16715   $as_echo_n "(cached) " >&6
16716 else
16717   eval "$as_ac_Header=\$ac_header_preproc"
16718 fi
16719 ac_res=`eval 'as_val=${'$as_ac_Header'}
16720                  $as_echo "$as_val"'`
16721                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16722 $as_echo "$ac_res" >&6; }
16723
16724 fi
16725 as_val=`eval 'as_val=${'$as_ac_Header'}
16726                  $as_echo "$as_val"'`
16727    if test "x$as_val" = x""yes; then
16728   cat >>confdefs.h <<_ACEOF
16729 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16730 _ACEOF
16731
16732 fi
16733
16734 done
16735
16736     CPPFLAGS="$ac_save_CPPFLAGS"
16737     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16738     then
16739         FONTCONFIGINCL="$X_CFLAGS"
16740
16741         { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16742 $as_echo_n "checking for -lfontconfig... " >&6; }
16743 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16744   $as_echo_n "(cached) " >&6
16745 else
16746   ac_check_soname_save_LIBS=$LIBS
16747 LIBS="-lfontconfig $X_LIBS $LIBS"
16748   cat >conftest.$ac_ext <<_ACEOF
16749 /* confdefs.h.  */
16750 _ACEOF
16751 cat confdefs.h >>conftest.$ac_ext
16752 cat >>conftest.$ac_ext <<_ACEOF
16753 /* end confdefs.h.  */
16754
16755 /* Override any GCC internal prototype to avoid an error.
16756    Use char because int might match the return type of a GCC
16757    builtin and then its argument prototype would still apply.  */
16758 #ifdef __cplusplus
16759 extern "C"
16760 #endif
16761 char FcInit ();
16762 int
16763 main ()
16764 {
16765 return FcInit ();
16766   ;
16767   return 0;
16768 }
16769 _ACEOF
16770 rm -f conftest.$ac_objext conftest$ac_exeext
16771 if { (ac_try="$ac_link"
16772 case "(($ac_try" in
16773   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16774   *) ac_try_echo=$ac_try;;
16775 esac
16776 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16777 $as_echo "$ac_try_echo") >&5
16778   (eval "$ac_link") 2>conftest.er1
16779   ac_status=$?
16780   grep -v '^ *+' conftest.er1 >conftest.err
16781   rm -f conftest.er1
16782   cat conftest.err >&5
16783   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16784   (exit $ac_status); } && {
16785          test -z "$ac_c_werror_flag" ||
16786          test ! -s conftest.err
16787        } && test -s conftest$ac_exeext && {
16788          test "$cross_compiling" = yes ||
16789          $as_test_x conftest$ac_exeext
16790        }; then
16791   case "$LIBEXT" in
16792     dll) ;;
16793     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'` ;;
16794     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16795   esac
16796 else
16797   $as_echo "$as_me: failed program was:" >&5
16798 sed 's/^/| /' conftest.$ac_ext >&5
16799
16800
16801 fi
16802
16803 rm -rf conftest.dSYM
16804 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16805       conftest$ac_exeext conftest.$ac_ext
16806   LIBS=$ac_check_soname_save_LIBS
16807 fi
16808 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16809   { $as_echo "$as_me:$LINENO: result: not found" >&5
16810 $as_echo "not found" >&6; }
16811
16812 else
16813   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16814 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16815
16816 cat >>confdefs.h <<_ACEOF
16817 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16818 _ACEOF
16819
16820
16821 fi
16822
16823     fi
16824 fi
16825 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16826   case "x$with_fontconfig" in
16827   x)   wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16828   xno) ;;
16829   *)   { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16830 This is an error since --with-fontconfig was requested." >&5
16831 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16832 This is an error since --with-fontconfig was requested." >&2;}
16833    { (exit 1); exit 1; }; } ;;
16834 esac
16835 fi
16836
16837
16838 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16839 then
16840     { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16841 $as_echo_n "checking for -lssl... " >&6; }
16842 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16843   $as_echo_n "(cached) " >&6
16844 else
16845   ac_check_soname_save_LIBS=$LIBS
16846 LIBS="-lssl  $LIBS"
16847   cat >conftest.$ac_ext <<_ACEOF
16848 /* confdefs.h.  */
16849 _ACEOF
16850 cat confdefs.h >>conftest.$ac_ext
16851 cat >>conftest.$ac_ext <<_ACEOF
16852 /* end confdefs.h.  */
16853
16854 /* Override any GCC internal prototype to avoid an error.
16855    Use char because int might match the return type of a GCC
16856    builtin and then its argument prototype would still apply.  */
16857 #ifdef __cplusplus
16858 extern "C"
16859 #endif
16860 char SSL_library_init ();
16861 int
16862 main ()
16863 {
16864 return SSL_library_init ();
16865   ;
16866   return 0;
16867 }
16868 _ACEOF
16869 rm -f conftest.$ac_objext conftest$ac_exeext
16870 if { (ac_try="$ac_link"
16871 case "(($ac_try" in
16872   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16873   *) ac_try_echo=$ac_try;;
16874 esac
16875 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16876 $as_echo "$ac_try_echo") >&5
16877   (eval "$ac_link") 2>conftest.er1
16878   ac_status=$?
16879   grep -v '^ *+' conftest.er1 >conftest.err
16880   rm -f conftest.er1
16881   cat conftest.err >&5
16882   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16883   (exit $ac_status); } && {
16884          test -z "$ac_c_werror_flag" ||
16885          test ! -s conftest.err
16886        } && test -s conftest$ac_exeext && {
16887          test "$cross_compiling" = yes ||
16888          $as_test_x conftest$ac_exeext
16889        }; then
16890   case "$LIBEXT" in
16891     dll) ;;
16892     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'` ;;
16893     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
16894   esac
16895 else
16896   $as_echo "$as_me: failed program was:" >&5
16897 sed 's/^/| /' conftest.$ac_ext >&5
16898
16899
16900 fi
16901
16902 rm -rf conftest.dSYM
16903 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16904       conftest$ac_exeext conftest.$ac_ext
16905   LIBS=$ac_check_soname_save_LIBS
16906 fi
16907 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16908   { $as_echo "$as_me:$LINENO: result: not found" >&5
16909 $as_echo "not found" >&6; }
16910
16911 else
16912   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16913 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16914
16915 cat >>confdefs.h <<_ACEOF
16916 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16917 _ACEOF
16918
16919
16920 fi
16921
16922     { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16923 $as_echo_n "checking for -lcrypto... " >&6; }
16924 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16925   $as_echo_n "(cached) " >&6
16926 else
16927   ac_check_soname_save_LIBS=$LIBS
16928 LIBS="-lcrypto  $LIBS"
16929   cat >conftest.$ac_ext <<_ACEOF
16930 /* confdefs.h.  */
16931 _ACEOF
16932 cat confdefs.h >>conftest.$ac_ext
16933 cat >>conftest.$ac_ext <<_ACEOF
16934 /* end confdefs.h.  */
16935
16936 /* Override any GCC internal prototype to avoid an error.
16937    Use char because int might match the return type of a GCC
16938    builtin and then its argument prototype would still apply.  */
16939 #ifdef __cplusplus
16940 extern "C"
16941 #endif
16942 char BIO_new_socket ();
16943 int
16944 main ()
16945 {
16946 return BIO_new_socket ();
16947   ;
16948   return 0;
16949 }
16950 _ACEOF
16951 rm -f conftest.$ac_objext conftest$ac_exeext
16952 if { (ac_try="$ac_link"
16953 case "(($ac_try" in
16954   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16955   *) ac_try_echo=$ac_try;;
16956 esac
16957 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16958 $as_echo "$ac_try_echo") >&5
16959   (eval "$ac_link") 2>conftest.er1
16960   ac_status=$?
16961   grep -v '^ *+' conftest.er1 >conftest.err
16962   rm -f conftest.er1
16963   cat conftest.err >&5
16964   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16965   (exit $ac_status); } && {
16966          test -z "$ac_c_werror_flag" ||
16967          test ! -s conftest.err
16968        } && test -s conftest$ac_exeext && {
16969          test "$cross_compiling" = yes ||
16970          $as_test_x conftest$ac_exeext
16971        }; then
16972   case "$LIBEXT" in
16973     dll) ;;
16974     dylib) ac_cv_lib_soname_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'` ;;
16975     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
16976   esac
16977 else
16978   $as_echo "$as_me: failed program was:" >&5
16979 sed 's/^/| /' conftest.$ac_ext >&5
16980
16981
16982 fi
16983
16984 rm -rf conftest.dSYM
16985 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16986       conftest$ac_exeext conftest.$ac_ext
16987   LIBS=$ac_check_soname_save_LIBS
16988 fi
16989 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16990   { $as_echo "$as_me:$LINENO: result: not found" >&5
16991 $as_echo "not found" >&6; }
16992
16993 else
16994   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16995 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16996
16997 cat >>confdefs.h <<_ACEOF
16998 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16999 _ACEOF
17000
17001
17002 fi
17003
17004 fi
17005 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
17006   case "x$with_openssl" in
17007   x)   wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
17008   xno) ;;
17009   *)   { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
17010 This is an error since --with-openssl was requested." >&5
17011 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
17012 This is an error since --with-openssl was requested." >&2;}
17013    { (exit 1); exit 1; }; } ;;
17014 esac
17015 fi
17016
17017
17018 if test "$ac_cv_header_jpeglib_h" = "yes"
17019 then
17020     { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
17021 $as_echo_n "checking for -ljpeg... " >&6; }
17022 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
17023   $as_echo_n "(cached) " >&6
17024 else
17025   ac_check_soname_save_LIBS=$LIBS
17026 LIBS="-ljpeg  $LIBS"
17027   cat >conftest.$ac_ext <<_ACEOF
17028 /* confdefs.h.  */
17029 _ACEOF
17030 cat confdefs.h >>conftest.$ac_ext
17031 cat >>conftest.$ac_ext <<_ACEOF
17032 /* end confdefs.h.  */
17033
17034 /* Override any GCC internal prototype to avoid an error.
17035    Use char because int might match the return type of a GCC
17036    builtin and then its argument prototype would still apply.  */
17037 #ifdef __cplusplus
17038 extern "C"
17039 #endif
17040 char jpeg_start_decompress ();
17041 int
17042 main ()
17043 {
17044 return jpeg_start_decompress ();
17045   ;
17046   return 0;
17047 }
17048 _ACEOF
17049 rm -f conftest.$ac_objext conftest$ac_exeext
17050 if { (ac_try="$ac_link"
17051 case "(($ac_try" in
17052   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17053   *) ac_try_echo=$ac_try;;
17054 esac
17055 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17056 $as_echo "$ac_try_echo") >&5
17057   (eval "$ac_link") 2>conftest.er1
17058   ac_status=$?
17059   grep -v '^ *+' conftest.er1 >conftest.err
17060   rm -f conftest.er1
17061   cat conftest.err >&5
17062   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17063   (exit $ac_status); } && {
17064          test -z "$ac_c_werror_flag" ||
17065          test ! -s conftest.err
17066        } && test -s conftest$ac_exeext && {
17067          test "$cross_compiling" = yes ||
17068          $as_test_x conftest$ac_exeext
17069        }; then
17070   case "$LIBEXT" in
17071     dll) ;;
17072     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'` ;;
17073     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
17074   esac
17075 else
17076   $as_echo "$as_me: failed program was:" >&5
17077 sed 's/^/| /' conftest.$ac_ext >&5
17078
17079
17080 fi
17081
17082 rm -rf conftest.dSYM
17083 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17084       conftest$ac_exeext conftest.$ac_ext
17085   LIBS=$ac_check_soname_save_LIBS
17086 fi
17087 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
17088   { $as_echo "$as_me:$LINENO: result: not found" >&5
17089 $as_echo "not found" >&6; }
17090
17091 else
17092   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
17093 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
17094
17095 cat >>confdefs.h <<_ACEOF
17096 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
17097 _ACEOF
17098
17099
17100 fi
17101
17102 fi
17103 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
17104   case "x$with_jpeg" in
17105   x)   wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
17106   xno) ;;
17107   *)   { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
17108 This is an error since --with-jpeg was requested." >&5
17109 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
17110 This is an error since --with-jpeg was requested." >&2;}
17111    { (exit 1); exit 1; }; } ;;
17112 esac
17113 fi
17114
17115
17116 if test "$ac_cv_header_png_h" = "yes"
17117 then
17118     { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
17119 $as_echo_n "checking for -lpng... " >&6; }
17120 if test "${ac_cv_lib_soname_png+set}" = set; then
17121   $as_echo_n "(cached) " >&6
17122 else
17123   ac_check_soname_save_LIBS=$LIBS
17124 LIBS="-lpng -lm -lz $LIBS"
17125   cat >conftest.$ac_ext <<_ACEOF
17126 /* confdefs.h.  */
17127 _ACEOF
17128 cat confdefs.h >>conftest.$ac_ext
17129 cat >>conftest.$ac_ext <<_ACEOF
17130 /* end confdefs.h.  */
17131
17132 /* Override any GCC internal prototype to avoid an error.
17133    Use char because int might match the return type of a GCC
17134    builtin and then its argument prototype would still apply.  */
17135 #ifdef __cplusplus
17136 extern "C"
17137 #endif
17138 char png_create_read_struct ();
17139 int
17140 main ()
17141 {
17142 return png_create_read_struct ();
17143   ;
17144   return 0;
17145 }
17146 _ACEOF
17147 rm -f conftest.$ac_objext conftest$ac_exeext
17148 if { (ac_try="$ac_link"
17149 case "(($ac_try" in
17150   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17151   *) ac_try_echo=$ac_try;;
17152 esac
17153 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17154 $as_echo "$ac_try_echo") >&5
17155   (eval "$ac_link") 2>conftest.er1
17156   ac_status=$?
17157   grep -v '^ *+' conftest.er1 >conftest.err
17158   rm -f conftest.er1
17159   cat conftest.err >&5
17160   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17161   (exit $ac_status); } && {
17162          test -z "$ac_c_werror_flag" ||
17163          test ! -s conftest.err
17164        } && test -s conftest$ac_exeext && {
17165          test "$cross_compiling" = yes ||
17166          $as_test_x conftest$ac_exeext
17167        }; then
17168   case "$LIBEXT" in
17169     dll) ;;
17170     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'` ;;
17171     *) 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'` ;;
17172   esac
17173 else
17174   $as_echo "$as_me: failed program was:" >&5
17175 sed 's/^/| /' conftest.$ac_ext >&5
17176
17177
17178 fi
17179
17180 rm -rf conftest.dSYM
17181 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17182       conftest$ac_exeext conftest.$ac_ext
17183   LIBS=$ac_check_soname_save_LIBS
17184 fi
17185 if test "x$ac_cv_lib_soname_png" = "x"; then
17186   { $as_echo "$as_me:$LINENO: result: not found" >&5
17187 $as_echo "not found" >&6; }
17188
17189 else
17190   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
17191 $as_echo "$ac_cv_lib_soname_png" >&6; }
17192
17193 cat >>confdefs.h <<_ACEOF
17194 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
17195 _ACEOF
17196
17197
17198 fi
17199
17200 fi
17201 if test "x$ac_cv_lib_soname_png" = "x"; then
17202   case "x$with_png" in
17203   x)   wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
17204   xno) ;;
17205   *)   { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17206 This is an error since --with-png was requested." >&5
17207 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17208 This is an error since --with-png was requested." >&2;}
17209    { (exit 1); exit 1; }; } ;;
17210 esac
17211 fi
17212
17213
17214 if test "$ac_cv_header_kstat_h" = "yes"
17215 then
17216     { $as_echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
17217 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
17218 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
17219   $as_echo_n "(cached) " >&6
17220 else
17221   ac_check_lib_save_LIBS=$LIBS
17222 LIBS="-lkstat  $LIBS"
17223 cat >conftest.$ac_ext <<_ACEOF
17224 /* confdefs.h.  */
17225 _ACEOF
17226 cat confdefs.h >>conftest.$ac_ext
17227 cat >>conftest.$ac_ext <<_ACEOF
17228 /* end confdefs.h.  */
17229
17230 /* Override any GCC internal prototype to avoid an error.
17231    Use char because int might match the return type of a GCC
17232    builtin and then its argument prototype would still apply.  */
17233 #ifdef __cplusplus
17234 extern "C"
17235 #endif
17236 char kstat_open ();
17237 int
17238 main ()
17239 {
17240 return kstat_open ();
17241   ;
17242   return 0;
17243 }
17244 _ACEOF
17245 rm -f conftest.$ac_objext conftest$ac_exeext
17246 if { (ac_try="$ac_link"
17247 case "(($ac_try" in
17248   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17249   *) ac_try_echo=$ac_try;;
17250 esac
17251 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17252 $as_echo "$ac_try_echo") >&5
17253   (eval "$ac_link") 2>conftest.er1
17254   ac_status=$?
17255   grep -v '^ *+' conftest.er1 >conftest.err
17256   rm -f conftest.er1
17257   cat conftest.err >&5
17258   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17259   (exit $ac_status); } && {
17260          test -z "$ac_c_werror_flag" ||
17261          test ! -s conftest.err
17262        } && test -s conftest$ac_exeext && {
17263          test "$cross_compiling" = yes ||
17264          $as_test_x conftest$ac_exeext
17265        }; then
17266   ac_cv_lib_kstat_kstat_open=yes
17267 else
17268   $as_echo "$as_me: failed program was:" >&5
17269 sed 's/^/| /' conftest.$ac_ext >&5
17270
17271         ac_cv_lib_kstat_kstat_open=no
17272 fi
17273
17274 rm -rf conftest.dSYM
17275 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17276       conftest$ac_exeext conftest.$ac_ext
17277 LIBS=$ac_check_lib_save_LIBS
17278 fi
17279 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
17280 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
17281 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then
17282
17283 cat >>confdefs.h <<\_ACEOF
17284 #define HAVE_LIBKSTAT 1
17285 _ACEOF
17286
17287                   LIBKSTAT="-lkstat"
17288
17289 fi
17290
17291 fi
17292
17293 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17294 $as_echo_n "checking for -lodbc... " >&6; }
17295 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17296   $as_echo_n "(cached) " >&6
17297 else
17298   ac_check_soname_save_LIBS=$LIBS
17299 LIBS="-lodbc  $LIBS"
17300   cat >conftest.$ac_ext <<_ACEOF
17301 /* confdefs.h.  */
17302 _ACEOF
17303 cat confdefs.h >>conftest.$ac_ext
17304 cat >>conftest.$ac_ext <<_ACEOF
17305 /* end confdefs.h.  */
17306
17307 /* Override any GCC internal prototype to avoid an error.
17308    Use char because int might match the return type of a GCC
17309    builtin and then its argument prototype would still apply.  */
17310 #ifdef __cplusplus
17311 extern "C"
17312 #endif
17313 char SQLConnect ();
17314 int
17315 main ()
17316 {
17317 return SQLConnect ();
17318   ;
17319   return 0;
17320 }
17321 _ACEOF
17322 rm -f conftest.$ac_objext conftest$ac_exeext
17323 if { (ac_try="$ac_link"
17324 case "(($ac_try" in
17325   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17326   *) ac_try_echo=$ac_try;;
17327 esac
17328 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17329 $as_echo "$ac_try_echo") >&5
17330   (eval "$ac_link") 2>conftest.er1
17331   ac_status=$?
17332   grep -v '^ *+' conftest.er1 >conftest.err
17333   rm -f conftest.er1
17334   cat conftest.err >&5
17335   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17336   (exit $ac_status); } && {
17337          test -z "$ac_c_werror_flag" ||
17338          test ! -s conftest.err
17339        } && test -s conftest$ac_exeext && {
17340          test "$cross_compiling" = yes ||
17341          $as_test_x conftest$ac_exeext
17342        }; then
17343   case "$LIBEXT" in
17344     dll) ;;
17345     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'` ;;
17346     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
17347   esac
17348 else
17349   $as_echo "$as_me: failed program was:" >&5
17350 sed 's/^/| /' conftest.$ac_ext >&5
17351
17352
17353 fi
17354
17355 rm -rf conftest.dSYM
17356 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17357       conftest$ac_exeext conftest.$ac_ext
17358   LIBS=$ac_check_soname_save_LIBS
17359 fi
17360 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17361   { $as_echo "$as_me:$LINENO: result: not found" >&5
17362 $as_echo "not found" >&6; }
17363        cat >>confdefs.h <<_ACEOF
17364 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17365 _ACEOF
17366
17367 else
17368   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17369 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17370
17371 cat >>confdefs.h <<_ACEOF
17372 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17373 _ACEOF
17374
17375
17376 fi
17377
17378
17379 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17380         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17381         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17382         "$ac_cv_header_soundcard_h" != "yes" -a \
17383         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17384 then
17385     wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17386 fi
17387
17388
17389 EXTRACFLAGS=""
17390
17391 if test "x${GCC}" = "xyes"
17392 then
17393   EXTRACFLAGS="-Wall -pipe"
17394
17395     { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17396 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17397 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17398   $as_echo_n "(cached) " >&6
17399 else
17400   if test "$cross_compiling" = yes; then
17401   ac_cv_c_gcc_strength_bug="yes"
17402 else
17403   cat >conftest.$ac_ext <<_ACEOF
17404 /* confdefs.h.  */
17405 _ACEOF
17406 cat confdefs.h >>conftest.$ac_ext
17407 cat >>conftest.$ac_ext <<_ACEOF
17408 /* end confdefs.h.  */
17409 int L[4] = {0,1,2,3};
17410 int
17411 main ()
17412 {
17413 static int Array[3];
17414   unsigned int B = 3;
17415   int i;
17416   for(i=0; i<B; i++) Array[i] = i - 3;
17417   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17418   L[i] = 4;
17419   return (Array[1] != -2 || L[2] != 3)
17420   ;
17421   return 0;
17422 }
17423 _ACEOF
17424 rm -f conftest$ac_exeext
17425 if { (ac_try="$ac_link"
17426 case "(($ac_try" in
17427   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17428   *) ac_try_echo=$ac_try;;
17429 esac
17430 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17431 $as_echo "$ac_try_echo") >&5
17432   (eval "$ac_link") 2>&5
17433   ac_status=$?
17434   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17435   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17436   { (case "(($ac_try" in
17437   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17438   *) ac_try_echo=$ac_try;;
17439 esac
17440 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17441 $as_echo "$ac_try_echo") >&5
17442   (eval "$ac_try") 2>&5
17443   ac_status=$?
17444   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17445   (exit $ac_status); }; }; then
17446   ac_cv_c_gcc_strength_bug="no"
17447 else
17448   $as_echo "$as_me: program exited with status $ac_status" >&5
17449 $as_echo "$as_me: failed program was:" >&5
17450 sed 's/^/| /' conftest.$ac_ext >&5
17451
17452 ( exit $ac_status )
17453 ac_cv_c_gcc_strength_bug="yes"
17454 fi
17455 rm -rf conftest.dSYM
17456 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17457 fi
17458
17459
17460 fi
17461 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17462 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17463   if test "$ac_cv_c_gcc_strength_bug" = "yes"
17464   then
17465     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17466   fi
17467
17468     { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17469 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17470 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17471   $as_echo_n "(cached) " >&6
17472 else
17473   ac_wine_try_cflags_saved=$CFLAGS
17474 CFLAGS="$CFLAGS -fno-builtin"
17475 cat >conftest.$ac_ext <<_ACEOF
17476 /* confdefs.h.  */
17477 _ACEOF
17478 cat confdefs.h >>conftest.$ac_ext
17479 cat >>conftest.$ac_ext <<_ACEOF
17480 /* end confdefs.h.  */
17481
17482 int
17483 main ()
17484 {
17485
17486   ;
17487   return 0;
17488 }
17489 _ACEOF
17490 rm -f conftest.$ac_objext conftest$ac_exeext
17491 if { (ac_try="$ac_link"
17492 case "(($ac_try" in
17493   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17494   *) ac_try_echo=$ac_try;;
17495 esac
17496 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17497 $as_echo "$ac_try_echo") >&5
17498   (eval "$ac_link") 2>conftest.er1
17499   ac_status=$?
17500   grep -v '^ *+' conftest.er1 >conftest.err
17501   rm -f conftest.er1
17502   cat conftest.err >&5
17503   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17504   (exit $ac_status); } && {
17505          test -z "$ac_c_werror_flag" ||
17506          test ! -s conftest.err
17507        } && test -s conftest$ac_exeext && {
17508          test "$cross_compiling" = yes ||
17509          $as_test_x conftest$ac_exeext
17510        }; then
17511   ac_cv_cflags__fno_builtin=yes
17512 else
17513   $as_echo "$as_me: failed program was:" >&5
17514 sed 's/^/| /' conftest.$ac_ext >&5
17515
17516         ac_cv_cflags__fno_builtin=no
17517 fi
17518
17519 rm -rf conftest.dSYM
17520 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17521       conftest$ac_exeext conftest.$ac_ext
17522 CFLAGS=$ac_wine_try_cflags_saved
17523 fi
17524 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17525 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17526 if test $ac_cv_cflags__fno_builtin = yes; then
17527   BUILTINFLAG="-fno-builtin"
17528
17529 fi
17530
17531   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17532 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17533 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17534   $as_echo_n "(cached) " >&6
17535 else
17536   ac_wine_try_cflags_saved=$CFLAGS
17537 CFLAGS="$CFLAGS -fno-strict-aliasing"
17538 cat >conftest.$ac_ext <<_ACEOF
17539 /* confdefs.h.  */
17540 _ACEOF
17541 cat confdefs.h >>conftest.$ac_ext
17542 cat >>conftest.$ac_ext <<_ACEOF
17543 /* end confdefs.h.  */
17544
17545 int
17546 main ()
17547 {
17548
17549   ;
17550   return 0;
17551 }
17552 _ACEOF
17553 rm -f conftest.$ac_objext conftest$ac_exeext
17554 if { (ac_try="$ac_link"
17555 case "(($ac_try" in
17556   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17557   *) ac_try_echo=$ac_try;;
17558 esac
17559 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17560 $as_echo "$ac_try_echo") >&5
17561   (eval "$ac_link") 2>conftest.er1
17562   ac_status=$?
17563   grep -v '^ *+' conftest.er1 >conftest.err
17564   rm -f conftest.er1
17565   cat conftest.err >&5
17566   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17567   (exit $ac_status); } && {
17568          test -z "$ac_c_werror_flag" ||
17569          test ! -s conftest.err
17570        } && test -s conftest$ac_exeext && {
17571          test "$cross_compiling" = yes ||
17572          $as_test_x conftest$ac_exeext
17573        }; then
17574   ac_cv_cflags__fno_strict_aliasing=yes
17575 else
17576   $as_echo "$as_me: failed program was:" >&5
17577 sed 's/^/| /' conftest.$ac_ext >&5
17578
17579         ac_cv_cflags__fno_strict_aliasing=no
17580 fi
17581
17582 rm -rf conftest.dSYM
17583 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17584       conftest$ac_exeext conftest.$ac_ext
17585 CFLAGS=$ac_wine_try_cflags_saved
17586 fi
17587 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17588 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17589 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17590   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17591 fi
17592
17593   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17594 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17595 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17596   $as_echo_n "(cached) " >&6
17597 else
17598   ac_wine_try_cflags_saved=$CFLAGS
17599 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17600 cat >conftest.$ac_ext <<_ACEOF
17601 /* confdefs.h.  */
17602 _ACEOF
17603 cat confdefs.h >>conftest.$ac_ext
17604 cat >>conftest.$ac_ext <<_ACEOF
17605 /* end confdefs.h.  */
17606
17607 int
17608 main ()
17609 {
17610
17611   ;
17612   return 0;
17613 }
17614 _ACEOF
17615 rm -f conftest.$ac_objext conftest$ac_exeext
17616 if { (ac_try="$ac_link"
17617 case "(($ac_try" in
17618   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17619   *) ac_try_echo=$ac_try;;
17620 esac
17621 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17622 $as_echo "$ac_try_echo") >&5
17623   (eval "$ac_link") 2>conftest.er1
17624   ac_status=$?
17625   grep -v '^ *+' conftest.er1 >conftest.err
17626   rm -f conftest.er1
17627   cat conftest.err >&5
17628   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17629   (exit $ac_status); } && {
17630          test -z "$ac_c_werror_flag" ||
17631          test ! -s conftest.err
17632        } && test -s conftest$ac_exeext && {
17633          test "$cross_compiling" = yes ||
17634          $as_test_x conftest$ac_exeext
17635        }; then
17636   ac_cv_cflags__Wdeclaration_after_statement=yes
17637 else
17638   $as_echo "$as_me: failed program was:" >&5
17639 sed 's/^/| /' conftest.$ac_ext >&5
17640
17641         ac_cv_cflags__Wdeclaration_after_statement=no
17642 fi
17643
17644 rm -rf conftest.dSYM
17645 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17646       conftest$ac_exeext conftest.$ac_ext
17647 CFLAGS=$ac_wine_try_cflags_saved
17648 fi
17649 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17650 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17651 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17652   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17653 fi
17654
17655   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17656 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17657 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17658   $as_echo_n "(cached) " >&6
17659 else
17660   ac_wine_try_cflags_saved=$CFLAGS
17661 CFLAGS="$CFLAGS -Wwrite-strings"
17662 cat >conftest.$ac_ext <<_ACEOF
17663 /* confdefs.h.  */
17664 _ACEOF
17665 cat confdefs.h >>conftest.$ac_ext
17666 cat >>conftest.$ac_ext <<_ACEOF
17667 /* end confdefs.h.  */
17668
17669 int
17670 main ()
17671 {
17672
17673   ;
17674   return 0;
17675 }
17676 _ACEOF
17677 rm -f conftest.$ac_objext conftest$ac_exeext
17678 if { (ac_try="$ac_link"
17679 case "(($ac_try" in
17680   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17681   *) ac_try_echo=$ac_try;;
17682 esac
17683 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17684 $as_echo "$ac_try_echo") >&5
17685   (eval "$ac_link") 2>conftest.er1
17686   ac_status=$?
17687   grep -v '^ *+' conftest.er1 >conftest.err
17688   rm -f conftest.er1
17689   cat conftest.err >&5
17690   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17691   (exit $ac_status); } && {
17692          test -z "$ac_c_werror_flag" ||
17693          test ! -s conftest.err
17694        } && test -s conftest$ac_exeext && {
17695          test "$cross_compiling" = yes ||
17696          $as_test_x conftest$ac_exeext
17697        }; then
17698   ac_cv_cflags__Wwrite_strings=yes
17699 else
17700   $as_echo "$as_me: failed program was:" >&5
17701 sed 's/^/| /' conftest.$ac_ext >&5
17702
17703         ac_cv_cflags__Wwrite_strings=no
17704 fi
17705
17706 rm -rf conftest.dSYM
17707 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17708       conftest$ac_exeext conftest.$ac_ext
17709 CFLAGS=$ac_wine_try_cflags_saved
17710 fi
17711 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17712 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17713 if test $ac_cv_cflags__Wwrite_strings = yes; then
17714   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17715 fi
17716
17717   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17718 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17719 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17720   $as_echo_n "(cached) " >&6
17721 else
17722   ac_wine_try_cflags_saved=$CFLAGS
17723 CFLAGS="$CFLAGS -Wtype-limits"
17724 cat >conftest.$ac_ext <<_ACEOF
17725 /* confdefs.h.  */
17726 _ACEOF
17727 cat confdefs.h >>conftest.$ac_ext
17728 cat >>conftest.$ac_ext <<_ACEOF
17729 /* end confdefs.h.  */
17730
17731 int
17732 main ()
17733 {
17734
17735   ;
17736   return 0;
17737 }
17738 _ACEOF
17739 rm -f conftest.$ac_objext conftest$ac_exeext
17740 if { (ac_try="$ac_link"
17741 case "(($ac_try" in
17742   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17743   *) ac_try_echo=$ac_try;;
17744 esac
17745 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17746 $as_echo "$ac_try_echo") >&5
17747   (eval "$ac_link") 2>conftest.er1
17748   ac_status=$?
17749   grep -v '^ *+' conftest.er1 >conftest.err
17750   rm -f conftest.er1
17751   cat conftest.err >&5
17752   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17753   (exit $ac_status); } && {
17754          test -z "$ac_c_werror_flag" ||
17755          test ! -s conftest.err
17756        } && test -s conftest$ac_exeext && {
17757          test "$cross_compiling" = yes ||
17758          $as_test_x conftest$ac_exeext
17759        }; then
17760   ac_cv_cflags__Wtype_limits=yes
17761 else
17762   $as_echo "$as_me: failed program was:" >&5
17763 sed 's/^/| /' conftest.$ac_ext >&5
17764
17765         ac_cv_cflags__Wtype_limits=no
17766 fi
17767
17768 rm -rf conftest.dSYM
17769 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17770       conftest$ac_exeext conftest.$ac_ext
17771 CFLAGS=$ac_wine_try_cflags_saved
17772 fi
17773 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17774 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17775 if test $ac_cv_cflags__Wtype_limits = yes; then
17776   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17777 fi
17778
17779
17780     saved_CFLAGS="$CFLAGS"
17781   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17782   { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17783 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17784 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17785   $as_echo_n "(cached) " >&6
17786 else
17787   cat >conftest.$ac_ext <<_ACEOF
17788 /* confdefs.h.  */
17789 _ACEOF
17790 cat confdefs.h >>conftest.$ac_ext
17791 cat >>conftest.$ac_ext <<_ACEOF
17792 /* end confdefs.h.  */
17793 #include <string.h>
17794 int
17795 main ()
17796 {
17797
17798   ;
17799   return 0;
17800 }
17801 _ACEOF
17802 rm -f conftest.$ac_objext
17803 if { (ac_try="$ac_compile"
17804 case "(($ac_try" in
17805   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17806   *) ac_try_echo=$ac_try;;
17807 esac
17808 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17809 $as_echo "$ac_try_echo") >&5
17810   (eval "$ac_compile") 2>conftest.er1
17811   ac_status=$?
17812   grep -v '^ *+' conftest.er1 >conftest.err
17813   rm -f conftest.er1
17814   cat conftest.err >&5
17815   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17816   (exit $ac_status); } && {
17817          test -z "$ac_c_werror_flag" ||
17818          test ! -s conftest.err
17819        } && test -s conftest.$ac_objext; then
17820   ac_cv_c_string_h_warnings=no
17821 else
17822   $as_echo "$as_me: failed program was:" >&5
17823 sed 's/^/| /' conftest.$ac_ext >&5
17824
17825         ac_cv_c_string_h_warnings=yes
17826 fi
17827
17828 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17829 fi
17830 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17831 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17832   CFLAGS="$saved_CFLAGS"
17833   if test "$ac_cv_c_string_h_warnings" = "no"
17834   then
17835     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17836   fi
17837 fi
17838
17839
17840 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17841 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17842 if test "${ac_cv_asm_func_def+set}" = set; then
17843   $as_echo_n "(cached) " >&6
17844 else
17845   cat >conftest.$ac_ext <<_ACEOF
17846 /* confdefs.h.  */
17847 _ACEOF
17848 cat confdefs.h >>conftest.$ac_ext
17849 cat >>conftest.$ac_ext <<_ACEOF
17850 /* end confdefs.h.  */
17851
17852 int
17853 main ()
17854 {
17855 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17856   ;
17857   return 0;
17858 }
17859 _ACEOF
17860 rm -f conftest.$ac_objext conftest$ac_exeext
17861 if { (ac_try="$ac_link"
17862 case "(($ac_try" in
17863   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17864   *) ac_try_echo=$ac_try;;
17865 esac
17866 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17867 $as_echo "$ac_try_echo") >&5
17868   (eval "$ac_link") 2>conftest.er1
17869   ac_status=$?
17870   grep -v '^ *+' conftest.er1 >conftest.err
17871   rm -f conftest.er1
17872   cat conftest.err >&5
17873   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17874   (exit $ac_status); } && {
17875          test -z "$ac_c_werror_flag" ||
17876          test ! -s conftest.err
17877        } && test -s conftest$ac_exeext && {
17878          test "$cross_compiling" = yes ||
17879          $as_test_x conftest$ac_exeext
17880        }; then
17881   ac_cv_asm_func_def=".def"
17882 else
17883   $as_echo "$as_me: failed program was:" >&5
17884 sed 's/^/| /' conftest.$ac_ext >&5
17885
17886         cat >conftest.$ac_ext <<_ACEOF
17887 /* confdefs.h.  */
17888 _ACEOF
17889 cat confdefs.h >>conftest.$ac_ext
17890 cat >>conftest.$ac_ext <<_ACEOF
17891 /* end confdefs.h.  */
17892
17893 int
17894 main ()
17895 {
17896 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17897   ;
17898   return 0;
17899 }
17900 _ACEOF
17901 rm -f conftest.$ac_objext conftest$ac_exeext
17902 if { (ac_try="$ac_link"
17903 case "(($ac_try" in
17904   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17905   *) ac_try_echo=$ac_try;;
17906 esac
17907 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17908 $as_echo "$ac_try_echo") >&5
17909   (eval "$ac_link") 2>conftest.er1
17910   ac_status=$?
17911   grep -v '^ *+' conftest.er1 >conftest.err
17912   rm -f conftest.er1
17913   cat conftest.err >&5
17914   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17915   (exit $ac_status); } && {
17916          test -z "$ac_c_werror_flag" ||
17917          test ! -s conftest.err
17918        } && test -s conftest$ac_exeext && {
17919          test "$cross_compiling" = yes ||
17920          $as_test_x conftest$ac_exeext
17921        }; then
17922   ac_cv_asm_func_def=".type @function"
17923 else
17924   $as_echo "$as_me: failed program was:" >&5
17925 sed 's/^/| /' conftest.$ac_ext >&5
17926
17927         cat >conftest.$ac_ext <<_ACEOF
17928 /* confdefs.h.  */
17929 _ACEOF
17930 cat confdefs.h >>conftest.$ac_ext
17931 cat >>conftest.$ac_ext <<_ACEOF
17932 /* end confdefs.h.  */
17933
17934 int
17935 main ()
17936 {
17937 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17938   ;
17939   return 0;
17940 }
17941 _ACEOF
17942 rm -f conftest.$ac_objext conftest$ac_exeext
17943 if { (ac_try="$ac_link"
17944 case "(($ac_try" in
17945   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17946   *) ac_try_echo=$ac_try;;
17947 esac
17948 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17949 $as_echo "$ac_try_echo") >&5
17950   (eval "$ac_link") 2>conftest.er1
17951   ac_status=$?
17952   grep -v '^ *+' conftest.er1 >conftest.err
17953   rm -f conftest.er1
17954   cat conftest.err >&5
17955   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17956   (exit $ac_status); } && {
17957          test -z "$ac_c_werror_flag" ||
17958          test ! -s conftest.err
17959        } && test -s conftest$ac_exeext && {
17960          test "$cross_compiling" = yes ||
17961          $as_test_x conftest$ac_exeext
17962        }; then
17963   ac_cv_asm_func_def=".type 2"
17964 else
17965   $as_echo "$as_me: failed program was:" >&5
17966 sed 's/^/| /' conftest.$ac_ext >&5
17967
17968         ac_cv_asm_func_def="unknown"
17969 fi
17970
17971 rm -rf conftest.dSYM
17972 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17973       conftest$ac_exeext conftest.$ac_ext
17974 fi
17975
17976 rm -rf conftest.dSYM
17977 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17978       conftest$ac_exeext conftest.$ac_ext
17979 fi
17980
17981 rm -rf conftest.dSYM
17982 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17983       conftest$ac_exeext conftest.$ac_ext
17984 fi
17985 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17986 $as_echo "$ac_cv_asm_func_def" >&6; }
17987
17988
17989
17990 case "$ac_cv_asm_func_def" in
17991   ".def")
17992      cat >>confdefs.h <<\_ACEOF
17993 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17994 _ACEOF
17995  ;;
17996   ".type @function")
17997      cat >>confdefs.h <<\_ACEOF
17998 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17999 _ACEOF
18000  ;;
18001   ".type 2")
18002      cat >>confdefs.h <<\_ACEOF
18003 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
18004 _ACEOF
18005  ;;
18006   *)
18007      cat >>confdefs.h <<\_ACEOF
18008 #define __ASM_FUNC(name) ""
18009 _ACEOF
18010  ;;
18011 esac
18012
18013
18014 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
18015 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
18016 if test "${ac_cv_c_extern_prefix+set}" = set; then
18017   $as_echo_n "(cached) " >&6
18018 else
18019   cat >conftest.$ac_ext <<_ACEOF
18020 /* confdefs.h.  */
18021 _ACEOF
18022 cat confdefs.h >>conftest.$ac_ext
18023 cat >>conftest.$ac_ext <<_ACEOF
18024 /* end confdefs.h.  */
18025 extern int ac_test;
18026 int
18027 main ()
18028 {
18029 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
18030   ;
18031   return 0;
18032 }
18033 _ACEOF
18034 rm -f conftest.$ac_objext conftest$ac_exeext
18035 if { (ac_try="$ac_link"
18036 case "(($ac_try" in
18037   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18038   *) ac_try_echo=$ac_try;;
18039 esac
18040 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18041 $as_echo "$ac_try_echo") >&5
18042   (eval "$ac_link") 2>conftest.er1
18043   ac_status=$?
18044   grep -v '^ *+' conftest.er1 >conftest.err
18045   rm -f conftest.er1
18046   cat conftest.err >&5
18047   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18048   (exit $ac_status); } && {
18049          test -z "$ac_c_werror_flag" ||
18050          test ! -s conftest.err
18051        } && test -s conftest$ac_exeext && {
18052          test "$cross_compiling" = yes ||
18053          $as_test_x conftest$ac_exeext
18054        }; then
18055   ac_cv_c_extern_prefix="yes"
18056 else
18057   $as_echo "$as_me: failed program was:" >&5
18058 sed 's/^/| /' conftest.$ac_ext >&5
18059
18060         ac_cv_c_extern_prefix="no"
18061 fi
18062
18063 rm -rf conftest.dSYM
18064 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18065       conftest$ac_exeext conftest.$ac_ext
18066 fi
18067 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
18068 $as_echo "$ac_cv_c_extern_prefix" >&6; }
18069
18070
18071
18072 if test "$ac_cv_c_extern_prefix" = "yes"
18073 then
18074   cat >>confdefs.h <<\_ACEOF
18075 #define __ASM_NAME(name) "_" name
18076 _ACEOF
18077
18078 else
18079   cat >>confdefs.h <<\_ACEOF
18080 #define __ASM_NAME(name) name
18081 _ACEOF
18082
18083 fi
18084
18085
18086 LDPATH=""
18087
18088 case $build_os in
18089   cygwin*|mingw32*)
18090     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
18091     ;;
18092   darwin*|macosx*)
18093     ;;
18094   linux*|solaris*)      if test -z "$LDRPATH_LOCAL"
18095     then
18096       LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
18097     fi
18098     ;;
18099   *)
18100     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
18101     ;;
18102 esac
18103
18104 case $host_os in
18105   mingw32*)
18106     CRTLIBS="-lmsvcrt"
18107
18108     SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
18109
18110     ;;
18111 esac
18112
18113 case $host_cpu in
18114   *i[3456789]86*)
18115     case $host_os in
18116       linux* | k*bsd*-gnu)
18117         EXTRA_BINARIES="wine-preloader"
18118  ;;
18119     esac
18120     ;;
18121 esac
18122
18123
18124 ac_save_CFLAGS="$CFLAGS"
18125 CFLAGS="$CFLAGS $BUILTINFLAG"
18126
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 for ac_func in \
18198         _pclose \
18199         _popen \
18200         _snprintf \
18201         _spawnvp \
18202         _strdup \
18203         _stricmp \
18204         _strnicmp \
18205         _strtoi64 \
18206         _strtoui64 \
18207         _vsnprintf \
18208         asctime_r \
18209         chsize \
18210         dlopen \
18211         epoll_create \
18212         ffs \
18213         finite \
18214         fork \
18215         fpclass \
18216         fstatfs \
18217         fstatvfs \
18218         ftruncate \
18219         futimes \
18220         futimesat \
18221         getdirentries \
18222         getopt_long \
18223         getpagesize \
18224         getpwuid \
18225         gettid \
18226         gettimeofday \
18227         getuid \
18228         inet_ntop \
18229         inet_pton \
18230         kqueue \
18231         lstat \
18232         memmove \
18233         mmap \
18234         pclose \
18235         poll \
18236         popen \
18237         prctl \
18238         pread \
18239         pwrite \
18240         readdir \
18241         readlink \
18242         sched_yield \
18243         select \
18244         setproctitle \
18245         setrlimit \
18246         settimeofday \
18247         sigaltstack \
18248         sigprocmask \
18249         snprintf \
18250         socketpair \
18251         spawnvp \
18252         statfs \
18253         statvfs \
18254         strcasecmp \
18255         strdup \
18256         strerror \
18257         strncasecmp \
18258         strtold \
18259         strtoll \
18260         strtoull \
18261         symlink \
18262         tcgetattr \
18263         thr_kill2 \
18264         timegm \
18265         usleep \
18266         vsnprintf \
18267         wait4 \
18268         waitpid \
18269
18270 do
18271 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18272 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18273 $as_echo_n "checking for $ac_func... " >&6; }
18274 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18275   $as_echo_n "(cached) " >&6
18276 else
18277   cat >conftest.$ac_ext <<_ACEOF
18278 /* confdefs.h.  */
18279 _ACEOF
18280 cat confdefs.h >>conftest.$ac_ext
18281 cat >>conftest.$ac_ext <<_ACEOF
18282 /* end confdefs.h.  */
18283 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18284    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18285 #define $ac_func innocuous_$ac_func
18286
18287 /* System header to define __stub macros and hopefully few prototypes,
18288     which can conflict with char $ac_func (); below.
18289     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18290     <limits.h> exists even on freestanding compilers.  */
18291
18292 #ifdef __STDC__
18293 # include <limits.h>
18294 #else
18295 # include <assert.h>
18296 #endif
18297
18298 #undef $ac_func
18299
18300 /* Override any GCC internal prototype to avoid an error.
18301    Use char because int might match the return type of a GCC
18302    builtin and then its argument prototype would still apply.  */
18303 #ifdef __cplusplus
18304 extern "C"
18305 #endif
18306 char $ac_func ();
18307 /* The GNU C library defines this for functions which it implements
18308     to always fail with ENOSYS.  Some functions are actually named
18309     something starting with __ and the normal name is an alias.  */
18310 #if defined __stub_$ac_func || defined __stub___$ac_func
18311 choke me
18312 #endif
18313
18314 int
18315 main ()
18316 {
18317 return $ac_func ();
18318   ;
18319   return 0;
18320 }
18321 _ACEOF
18322 rm -f conftest.$ac_objext conftest$ac_exeext
18323 if { (ac_try="$ac_link"
18324 case "(($ac_try" in
18325   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18326   *) ac_try_echo=$ac_try;;
18327 esac
18328 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18329 $as_echo "$ac_try_echo") >&5
18330   (eval "$ac_link") 2>conftest.er1
18331   ac_status=$?
18332   grep -v '^ *+' conftest.er1 >conftest.err
18333   rm -f conftest.er1
18334   cat conftest.err >&5
18335   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18336   (exit $ac_status); } && {
18337          test -z "$ac_c_werror_flag" ||
18338          test ! -s conftest.err
18339        } && test -s conftest$ac_exeext && {
18340          test "$cross_compiling" = yes ||
18341          $as_test_x conftest$ac_exeext
18342        }; then
18343   eval "$as_ac_var=yes"
18344 else
18345   $as_echo "$as_me: failed program was:" >&5
18346 sed 's/^/| /' conftest.$ac_ext >&5
18347
18348         eval "$as_ac_var=no"
18349 fi
18350
18351 rm -rf conftest.dSYM
18352 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18353       conftest$ac_exeext conftest.$ac_ext
18354 fi
18355 ac_res=`eval 'as_val=${'$as_ac_var'}
18356                  $as_echo "$as_val"'`
18357                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18358 $as_echo "$ac_res" >&6; }
18359 as_val=`eval 'as_val=${'$as_ac_var'}
18360                  $as_echo "$as_val"'`
18361    if test "x$as_val" = x""yes; then
18362   cat >>confdefs.h <<_ACEOF
18363 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18364 _ACEOF
18365
18366 fi
18367 done
18368
18369 CFLAGS="$ac_save_CFLAGS"
18370
18371 if test "$ac_cv_func_dlopen" = no
18372 then
18373     { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18374 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18375 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18376   $as_echo_n "(cached) " >&6
18377 else
18378   ac_check_lib_save_LIBS=$LIBS
18379 LIBS="-ldl  $LIBS"
18380 cat >conftest.$ac_ext <<_ACEOF
18381 /* confdefs.h.  */
18382 _ACEOF
18383 cat confdefs.h >>conftest.$ac_ext
18384 cat >>conftest.$ac_ext <<_ACEOF
18385 /* end confdefs.h.  */
18386
18387 /* Override any GCC internal prototype to avoid an error.
18388    Use char because int might match the return type of a GCC
18389    builtin and then its argument prototype would still apply.  */
18390 #ifdef __cplusplus
18391 extern "C"
18392 #endif
18393 char dlopen ();
18394 int
18395 main ()
18396 {
18397 return dlopen ();
18398   ;
18399   return 0;
18400 }
18401 _ACEOF
18402 rm -f conftest.$ac_objext conftest$ac_exeext
18403 if { (ac_try="$ac_link"
18404 case "(($ac_try" in
18405   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18406   *) ac_try_echo=$ac_try;;
18407 esac
18408 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18409 $as_echo "$ac_try_echo") >&5
18410   (eval "$ac_link") 2>conftest.er1
18411   ac_status=$?
18412   grep -v '^ *+' conftest.er1 >conftest.err
18413   rm -f conftest.er1
18414   cat conftest.err >&5
18415   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18416   (exit $ac_status); } && {
18417          test -z "$ac_c_werror_flag" ||
18418          test ! -s conftest.err
18419        } && test -s conftest$ac_exeext && {
18420          test "$cross_compiling" = yes ||
18421          $as_test_x conftest$ac_exeext
18422        }; then
18423   ac_cv_lib_dl_dlopen=yes
18424 else
18425   $as_echo "$as_me: failed program was:" >&5
18426 sed 's/^/| /' conftest.$ac_ext >&5
18427
18428         ac_cv_lib_dl_dlopen=no
18429 fi
18430
18431 rm -rf conftest.dSYM
18432 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18433       conftest$ac_exeext conftest.$ac_ext
18434 LIBS=$ac_check_lib_save_LIBS
18435 fi
18436 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18437 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18438 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18439   cat >>confdefs.h <<\_ACEOF
18440 #define HAVE_DLOPEN 1
18441 _ACEOF
18442  LIBDL="-ldl"
18443
18444 fi
18445
18446 fi
18447 ac_wine_check_funcs_save_LIBS="$LIBS"
18448 LIBS="$LIBS $LIBDL"
18449
18450 for ac_func in dladdr
18451 do
18452 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18453 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18454 $as_echo_n "checking for $ac_func... " >&6; }
18455 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18456   $as_echo_n "(cached) " >&6
18457 else
18458   cat >conftest.$ac_ext <<_ACEOF
18459 /* confdefs.h.  */
18460 _ACEOF
18461 cat confdefs.h >>conftest.$ac_ext
18462 cat >>conftest.$ac_ext <<_ACEOF
18463 /* end confdefs.h.  */
18464 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18465    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18466 #define $ac_func innocuous_$ac_func
18467
18468 /* System header to define __stub macros and hopefully few prototypes,
18469     which can conflict with char $ac_func (); below.
18470     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18471     <limits.h> exists even on freestanding compilers.  */
18472
18473 #ifdef __STDC__
18474 # include <limits.h>
18475 #else
18476 # include <assert.h>
18477 #endif
18478
18479 #undef $ac_func
18480
18481 /* Override any GCC internal prototype to avoid an error.
18482    Use char because int might match the return type of a GCC
18483    builtin and then its argument prototype would still apply.  */
18484 #ifdef __cplusplus
18485 extern "C"
18486 #endif
18487 char $ac_func ();
18488 /* The GNU C library defines this for functions which it implements
18489     to always fail with ENOSYS.  Some functions are actually named
18490     something starting with __ and the normal name is an alias.  */
18491 #if defined __stub_$ac_func || defined __stub___$ac_func
18492 choke me
18493 #endif
18494
18495 int
18496 main ()
18497 {
18498 return $ac_func ();
18499   ;
18500   return 0;
18501 }
18502 _ACEOF
18503 rm -f conftest.$ac_objext conftest$ac_exeext
18504 if { (ac_try="$ac_link"
18505 case "(($ac_try" in
18506   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18507   *) ac_try_echo=$ac_try;;
18508 esac
18509 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18510 $as_echo "$ac_try_echo") >&5
18511   (eval "$ac_link") 2>conftest.er1
18512   ac_status=$?
18513   grep -v '^ *+' conftest.er1 >conftest.err
18514   rm -f conftest.er1
18515   cat conftest.err >&5
18516   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18517   (exit $ac_status); } && {
18518          test -z "$ac_c_werror_flag" ||
18519          test ! -s conftest.err
18520        } && test -s conftest$ac_exeext && {
18521          test "$cross_compiling" = yes ||
18522          $as_test_x conftest$ac_exeext
18523        }; then
18524   eval "$as_ac_var=yes"
18525 else
18526   $as_echo "$as_me: failed program was:" >&5
18527 sed 's/^/| /' conftest.$ac_ext >&5
18528
18529         eval "$as_ac_var=no"
18530 fi
18531
18532 rm -rf conftest.dSYM
18533 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18534       conftest$ac_exeext conftest.$ac_ext
18535 fi
18536 ac_res=`eval 'as_val=${'$as_ac_var'}
18537                  $as_echo "$as_val"'`
18538                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18539 $as_echo "$ac_res" >&6; }
18540 as_val=`eval 'as_val=${'$as_ac_var'}
18541                  $as_echo "$as_val"'`
18542    if test "x$as_val" = x""yes; then
18543   cat >>confdefs.h <<_ACEOF
18544 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18545 _ACEOF
18546
18547 fi
18548 done
18549
18550 LIBS="$ac_wine_check_funcs_save_LIBS"
18551
18552 if test "$ac_cv_func_poll" = no
18553 then
18554     { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18555 $as_echo_n "checking for poll in -lpoll... " >&6; }
18556 if test "${ac_cv_lib_poll_poll+set}" = set; then
18557   $as_echo_n "(cached) " >&6
18558 else
18559   ac_check_lib_save_LIBS=$LIBS
18560 LIBS="-lpoll  $LIBS"
18561 cat >conftest.$ac_ext <<_ACEOF
18562 /* confdefs.h.  */
18563 _ACEOF
18564 cat confdefs.h >>conftest.$ac_ext
18565 cat >>conftest.$ac_ext <<_ACEOF
18566 /* end confdefs.h.  */
18567
18568 /* Override any GCC internal prototype to avoid an error.
18569    Use char because int might match the return type of a GCC
18570    builtin and then its argument prototype would still apply.  */
18571 #ifdef __cplusplus
18572 extern "C"
18573 #endif
18574 char poll ();
18575 int
18576 main ()
18577 {
18578 return poll ();
18579   ;
18580   return 0;
18581 }
18582 _ACEOF
18583 rm -f conftest.$ac_objext conftest$ac_exeext
18584 if { (ac_try="$ac_link"
18585 case "(($ac_try" in
18586   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18587   *) ac_try_echo=$ac_try;;
18588 esac
18589 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18590 $as_echo "$ac_try_echo") >&5
18591   (eval "$ac_link") 2>conftest.er1
18592   ac_status=$?
18593   grep -v '^ *+' conftest.er1 >conftest.err
18594   rm -f conftest.er1
18595   cat conftest.err >&5
18596   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18597   (exit $ac_status); } && {
18598          test -z "$ac_c_werror_flag" ||
18599          test ! -s conftest.err
18600        } && test -s conftest$ac_exeext && {
18601          test "$cross_compiling" = yes ||
18602          $as_test_x conftest$ac_exeext
18603        }; then
18604   ac_cv_lib_poll_poll=yes
18605 else
18606   $as_echo "$as_me: failed program was:" >&5
18607 sed 's/^/| /' conftest.$ac_ext >&5
18608
18609         ac_cv_lib_poll_poll=no
18610 fi
18611
18612 rm -rf conftest.dSYM
18613 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18614       conftest$ac_exeext conftest.$ac_ext
18615 LIBS=$ac_check_lib_save_LIBS
18616 fi
18617 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18618 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18619 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18620   cat >>confdefs.h <<\_ACEOF
18621 #define HAVE_POLL 1
18622 _ACEOF
18623  LIBPOLL="-lpoll"
18624
18625 fi
18626
18627 fi
18628
18629 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18630 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18631 if test "${ac_cv_search_gethostbyname+set}" = set; then
18632   $as_echo_n "(cached) " >&6
18633 else
18634   ac_func_search_save_LIBS=$LIBS
18635 cat >conftest.$ac_ext <<_ACEOF
18636 /* confdefs.h.  */
18637 _ACEOF
18638 cat confdefs.h >>conftest.$ac_ext
18639 cat >>conftest.$ac_ext <<_ACEOF
18640 /* end confdefs.h.  */
18641
18642 /* Override any GCC internal prototype to avoid an error.
18643    Use char because int might match the return type of a GCC
18644    builtin and then its argument prototype would still apply.  */
18645 #ifdef __cplusplus
18646 extern "C"
18647 #endif
18648 char gethostbyname ();
18649 int
18650 main ()
18651 {
18652 return gethostbyname ();
18653   ;
18654   return 0;
18655 }
18656 _ACEOF
18657 for ac_lib in '' nsl; do
18658   if test -z "$ac_lib"; then
18659     ac_res="none required"
18660   else
18661     ac_res=-l$ac_lib
18662     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18663   fi
18664   rm -f conftest.$ac_objext conftest$ac_exeext
18665 if { (ac_try="$ac_link"
18666 case "(($ac_try" in
18667   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18668   *) ac_try_echo=$ac_try;;
18669 esac
18670 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18671 $as_echo "$ac_try_echo") >&5
18672   (eval "$ac_link") 2>conftest.er1
18673   ac_status=$?
18674   grep -v '^ *+' conftest.er1 >conftest.err
18675   rm -f conftest.er1
18676   cat conftest.err >&5
18677   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18678   (exit $ac_status); } && {
18679          test -z "$ac_c_werror_flag" ||
18680          test ! -s conftest.err
18681        } && test -s conftest$ac_exeext && {
18682          test "$cross_compiling" = yes ||
18683          $as_test_x conftest$ac_exeext
18684        }; then
18685   ac_cv_search_gethostbyname=$ac_res
18686 else
18687   $as_echo "$as_me: failed program was:" >&5
18688 sed 's/^/| /' conftest.$ac_ext >&5
18689
18690
18691 fi
18692
18693 rm -rf conftest.dSYM
18694 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18695       conftest$ac_exeext
18696   if test "${ac_cv_search_gethostbyname+set}" = set; then
18697   break
18698 fi
18699 done
18700 if test "${ac_cv_search_gethostbyname+set}" = set; then
18701   :
18702 else
18703   ac_cv_search_gethostbyname=no
18704 fi
18705 rm conftest.$ac_ext
18706 LIBS=$ac_func_search_save_LIBS
18707 fi
18708 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18709 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18710 ac_res=$ac_cv_search_gethostbyname
18711 if test "$ac_res" != no; then
18712   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18713
18714 fi
18715
18716
18717 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18718 $as_echo_n "checking for library containing connect... " >&6; }
18719 if test "${ac_cv_search_connect+set}" = set; then
18720   $as_echo_n "(cached) " >&6
18721 else
18722   ac_func_search_save_LIBS=$LIBS
18723 cat >conftest.$ac_ext <<_ACEOF
18724 /* confdefs.h.  */
18725 _ACEOF
18726 cat confdefs.h >>conftest.$ac_ext
18727 cat >>conftest.$ac_ext <<_ACEOF
18728 /* end confdefs.h.  */
18729
18730 /* Override any GCC internal prototype to avoid an error.
18731    Use char because int might match the return type of a GCC
18732    builtin and then its argument prototype would still apply.  */
18733 #ifdef __cplusplus
18734 extern "C"
18735 #endif
18736 char connect ();
18737 int
18738 main ()
18739 {
18740 return connect ();
18741   ;
18742   return 0;
18743 }
18744 _ACEOF
18745 for ac_lib in '' socket; do
18746   if test -z "$ac_lib"; then
18747     ac_res="none required"
18748   else
18749     ac_res=-l$ac_lib
18750     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18751   fi
18752   rm -f conftest.$ac_objext conftest$ac_exeext
18753 if { (ac_try="$ac_link"
18754 case "(($ac_try" in
18755   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18756   *) ac_try_echo=$ac_try;;
18757 esac
18758 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18759 $as_echo "$ac_try_echo") >&5
18760   (eval "$ac_link") 2>conftest.er1
18761   ac_status=$?
18762   grep -v '^ *+' conftest.er1 >conftest.err
18763   rm -f conftest.er1
18764   cat conftest.err >&5
18765   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18766   (exit $ac_status); } && {
18767          test -z "$ac_c_werror_flag" ||
18768          test ! -s conftest.err
18769        } && test -s conftest$ac_exeext && {
18770          test "$cross_compiling" = yes ||
18771          $as_test_x conftest$ac_exeext
18772        }; then
18773   ac_cv_search_connect=$ac_res
18774 else
18775   $as_echo "$as_me: failed program was:" >&5
18776 sed 's/^/| /' conftest.$ac_ext >&5
18777
18778
18779 fi
18780
18781 rm -rf conftest.dSYM
18782 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18783       conftest$ac_exeext
18784   if test "${ac_cv_search_connect+set}" = set; then
18785   break
18786 fi
18787 done
18788 if test "${ac_cv_search_connect+set}" = set; then
18789   :
18790 else
18791   ac_cv_search_connect=no
18792 fi
18793 rm conftest.$ac_ext
18794 LIBS=$ac_func_search_save_LIBS
18795 fi
18796 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18797 $as_echo "$ac_cv_search_connect" >&6; }
18798 ac_res=$ac_cv_search_connect
18799 if test "$ac_res" != no; then
18800   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18801
18802 fi
18803
18804
18805 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18806 $as_echo_n "checking for library containing inet_aton... " >&6; }
18807 if test "${ac_cv_search_inet_aton+set}" = set; then
18808   $as_echo_n "(cached) " >&6
18809 else
18810   ac_func_search_save_LIBS=$LIBS
18811 cat >conftest.$ac_ext <<_ACEOF
18812 /* confdefs.h.  */
18813 _ACEOF
18814 cat confdefs.h >>conftest.$ac_ext
18815 cat >>conftest.$ac_ext <<_ACEOF
18816 /* end confdefs.h.  */
18817
18818 /* Override any GCC internal prototype to avoid an error.
18819    Use char because int might match the return type of a GCC
18820    builtin and then its argument prototype would still apply.  */
18821 #ifdef __cplusplus
18822 extern "C"
18823 #endif
18824 char inet_aton ();
18825 int
18826 main ()
18827 {
18828 return inet_aton ();
18829   ;
18830   return 0;
18831 }
18832 _ACEOF
18833 for ac_lib in '' resolv; do
18834   if test -z "$ac_lib"; then
18835     ac_res="none required"
18836   else
18837     ac_res=-l$ac_lib
18838     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18839   fi
18840   rm -f conftest.$ac_objext conftest$ac_exeext
18841 if { (ac_try="$ac_link"
18842 case "(($ac_try" in
18843   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18844   *) ac_try_echo=$ac_try;;
18845 esac
18846 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18847 $as_echo "$ac_try_echo") >&5
18848   (eval "$ac_link") 2>conftest.er1
18849   ac_status=$?
18850   grep -v '^ *+' conftest.er1 >conftest.err
18851   rm -f conftest.er1
18852   cat conftest.err >&5
18853   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18854   (exit $ac_status); } && {
18855          test -z "$ac_c_werror_flag" ||
18856          test ! -s conftest.err
18857        } && test -s conftest$ac_exeext && {
18858          test "$cross_compiling" = yes ||
18859          $as_test_x conftest$ac_exeext
18860        }; then
18861   ac_cv_search_inet_aton=$ac_res
18862 else
18863   $as_echo "$as_me: failed program was:" >&5
18864 sed 's/^/| /' conftest.$ac_ext >&5
18865
18866
18867 fi
18868
18869 rm -rf conftest.dSYM
18870 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18871       conftest$ac_exeext
18872   if test "${ac_cv_search_inet_aton+set}" = set; then
18873   break
18874 fi
18875 done
18876 if test "${ac_cv_search_inet_aton+set}" = set; then
18877   :
18878 else
18879   ac_cv_search_inet_aton=no
18880 fi
18881 rm conftest.$ac_ext
18882 LIBS=$ac_func_search_save_LIBS
18883 fi
18884 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18885 $as_echo "$ac_cv_search_inet_aton" >&6; }
18886 ac_res=$ac_cv_search_inet_aton
18887 if test "$ac_res" != no; then
18888   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18889
18890 fi
18891
18892
18893
18894
18895
18896
18897
18898
18899
18900
18901 for ac_func in \
18902         getaddrinfo \
18903         getnameinfo \
18904         getnetbyname \
18905         getprotobyname \
18906         getprotobynumber \
18907         getservbyport \
18908         inet_network \
18909         sendmsg \
18910
18911 do
18912 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18913 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18914 $as_echo_n "checking for $ac_func... " >&6; }
18915 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18916   $as_echo_n "(cached) " >&6
18917 else
18918   cat >conftest.$ac_ext <<_ACEOF
18919 /* confdefs.h.  */
18920 _ACEOF
18921 cat confdefs.h >>conftest.$ac_ext
18922 cat >>conftest.$ac_ext <<_ACEOF
18923 /* end confdefs.h.  */
18924 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18925    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18926 #define $ac_func innocuous_$ac_func
18927
18928 /* System header to define __stub macros and hopefully few prototypes,
18929     which can conflict with char $ac_func (); below.
18930     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18931     <limits.h> exists even on freestanding compilers.  */
18932
18933 #ifdef __STDC__
18934 # include <limits.h>
18935 #else
18936 # include <assert.h>
18937 #endif
18938
18939 #undef $ac_func
18940
18941 /* Override any GCC internal prototype to avoid an error.
18942    Use char because int might match the return type of a GCC
18943    builtin and then its argument prototype would still apply.  */
18944 #ifdef __cplusplus
18945 extern "C"
18946 #endif
18947 char $ac_func ();
18948 /* The GNU C library defines this for functions which it implements
18949     to always fail with ENOSYS.  Some functions are actually named
18950     something starting with __ and the normal name is an alias.  */
18951 #if defined __stub_$ac_func || defined __stub___$ac_func
18952 choke me
18953 #endif
18954
18955 int
18956 main ()
18957 {
18958 return $ac_func ();
18959   ;
18960   return 0;
18961 }
18962 _ACEOF
18963 rm -f conftest.$ac_objext conftest$ac_exeext
18964 if { (ac_try="$ac_link"
18965 case "(($ac_try" in
18966   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18967   *) ac_try_echo=$ac_try;;
18968 esac
18969 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18970 $as_echo "$ac_try_echo") >&5
18971   (eval "$ac_link") 2>conftest.er1
18972   ac_status=$?
18973   grep -v '^ *+' conftest.er1 >conftest.err
18974   rm -f conftest.er1
18975   cat conftest.err >&5
18976   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18977   (exit $ac_status); } && {
18978          test -z "$ac_c_werror_flag" ||
18979          test ! -s conftest.err
18980        } && test -s conftest$ac_exeext && {
18981          test "$cross_compiling" = yes ||
18982          $as_test_x conftest$ac_exeext
18983        }; then
18984   eval "$as_ac_var=yes"
18985 else
18986   $as_echo "$as_me: failed program was:" >&5
18987 sed 's/^/| /' conftest.$ac_ext >&5
18988
18989         eval "$as_ac_var=no"
18990 fi
18991
18992 rm -rf conftest.dSYM
18993 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18994       conftest$ac_exeext conftest.$ac_ext
18995 fi
18996 ac_res=`eval 'as_val=${'$as_ac_var'}
18997                  $as_echo "$as_val"'`
18998                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18999 $as_echo "$ac_res" >&6; }
19000 as_val=`eval 'as_val=${'$as_ac_var'}
19001                  $as_echo "$as_val"'`
19002    if test "x$as_val" = x""yes; then
19003   cat >>confdefs.h <<_ACEOF
19004 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19005 _ACEOF
19006
19007 fi
19008 done
19009
19010
19011 LDAPLIBS=""
19012
19013 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
19014 then
19015     { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
19016 $as_echo_n "checking for LDAPSortKey... " >&6; }
19017 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
19018   $as_echo_n "(cached) " >&6
19019 else
19020   ac_cv_type_LDAPSortKey=no
19021 cat >conftest.$ac_ext <<_ACEOF
19022 /* confdefs.h.  */
19023 _ACEOF
19024 cat confdefs.h >>conftest.$ac_ext
19025 cat >>conftest.$ac_ext <<_ACEOF
19026 /* end confdefs.h.  */
19027 #include <ldap.h>
19028
19029 int
19030 main ()
19031 {
19032 if (sizeof (LDAPSortKey))
19033        return 0;
19034   ;
19035   return 0;
19036 }
19037 _ACEOF
19038 rm -f conftest.$ac_objext
19039 if { (ac_try="$ac_compile"
19040 case "(($ac_try" in
19041   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19042   *) ac_try_echo=$ac_try;;
19043 esac
19044 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19045 $as_echo "$ac_try_echo") >&5
19046   (eval "$ac_compile") 2>conftest.er1
19047   ac_status=$?
19048   grep -v '^ *+' conftest.er1 >conftest.err
19049   rm -f conftest.er1
19050   cat conftest.err >&5
19051   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19052   (exit $ac_status); } && {
19053          test -z "$ac_c_werror_flag" ||
19054          test ! -s conftest.err
19055        } && test -s conftest.$ac_objext; then
19056   cat >conftest.$ac_ext <<_ACEOF
19057 /* confdefs.h.  */
19058 _ACEOF
19059 cat confdefs.h >>conftest.$ac_ext
19060 cat >>conftest.$ac_ext <<_ACEOF
19061 /* end confdefs.h.  */
19062 #include <ldap.h>
19063
19064 int
19065 main ()
19066 {
19067 if (sizeof ((LDAPSortKey)))
19068           return 0;
19069   ;
19070   return 0;
19071 }
19072 _ACEOF
19073 rm -f conftest.$ac_objext
19074 if { (ac_try="$ac_compile"
19075 case "(($ac_try" in
19076   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19077   *) ac_try_echo=$ac_try;;
19078 esac
19079 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19080 $as_echo "$ac_try_echo") >&5
19081   (eval "$ac_compile") 2>conftest.er1
19082   ac_status=$?
19083   grep -v '^ *+' conftest.er1 >conftest.err
19084   rm -f conftest.er1
19085   cat conftest.err >&5
19086   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19087   (exit $ac_status); } && {
19088          test -z "$ac_c_werror_flag" ||
19089          test ! -s conftest.err
19090        } && test -s conftest.$ac_objext; then
19091   :
19092 else
19093   $as_echo "$as_me: failed program was:" >&5
19094 sed 's/^/| /' conftest.$ac_ext >&5
19095
19096         ac_cv_type_LDAPSortKey=yes
19097 fi
19098
19099 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19100 else
19101   $as_echo "$as_me: failed program was:" >&5
19102 sed 's/^/| /' conftest.$ac_ext >&5
19103
19104
19105 fi
19106
19107 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19108 fi
19109 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
19110 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
19111 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
19112   { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
19113 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
19114 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
19115   $as_echo_n "(cached) " >&6
19116 else
19117   ac_check_lib_save_LIBS=$LIBS
19118 LIBS="-lldap_r $LIBPTHREAD $LIBS"
19119 cat >conftest.$ac_ext <<_ACEOF
19120 /* confdefs.h.  */
19121 _ACEOF
19122 cat confdefs.h >>conftest.$ac_ext
19123 cat >>conftest.$ac_ext <<_ACEOF
19124 /* end confdefs.h.  */
19125
19126 /* Override any GCC internal prototype to avoid an error.
19127    Use char because int might match the return type of a GCC
19128    builtin and then its argument prototype would still apply.  */
19129 #ifdef __cplusplus
19130 extern "C"
19131 #endif
19132 char ldap_initialize ();
19133 int
19134 main ()
19135 {
19136 return ldap_initialize ();
19137   ;
19138   return 0;
19139 }
19140 _ACEOF
19141 rm -f conftest.$ac_objext conftest$ac_exeext
19142 if { (ac_try="$ac_link"
19143 case "(($ac_try" in
19144   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19145   *) ac_try_echo=$ac_try;;
19146 esac
19147 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19148 $as_echo "$ac_try_echo") >&5
19149   (eval "$ac_link") 2>conftest.er1
19150   ac_status=$?
19151   grep -v '^ *+' conftest.er1 >conftest.err
19152   rm -f conftest.er1
19153   cat conftest.err >&5
19154   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19155   (exit $ac_status); } && {
19156          test -z "$ac_c_werror_flag" ||
19157          test ! -s conftest.err
19158        } && test -s conftest$ac_exeext && {
19159          test "$cross_compiling" = yes ||
19160          $as_test_x conftest$ac_exeext
19161        }; then
19162   ac_cv_lib_ldap_r_ldap_initialize=yes
19163 else
19164   $as_echo "$as_me: failed program was:" >&5
19165 sed 's/^/| /' conftest.$ac_ext >&5
19166
19167         ac_cv_lib_ldap_r_ldap_initialize=no
19168 fi
19169
19170 rm -rf conftest.dSYM
19171 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19172       conftest$ac_exeext conftest.$ac_ext
19173 LIBS=$ac_check_lib_save_LIBS
19174 fi
19175 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
19176 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
19177 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
19178   { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
19179 $as_echo_n "checking for ber_init in -llber... " >&6; }
19180 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
19181   $as_echo_n "(cached) " >&6
19182 else
19183   ac_check_lib_save_LIBS=$LIBS
19184 LIBS="-llber $LIBPTHREAD $LIBS"
19185 cat >conftest.$ac_ext <<_ACEOF
19186 /* confdefs.h.  */
19187 _ACEOF
19188 cat confdefs.h >>conftest.$ac_ext
19189 cat >>conftest.$ac_ext <<_ACEOF
19190 /* end confdefs.h.  */
19191
19192 /* Override any GCC internal prototype to avoid an error.
19193    Use char because int might match the return type of a GCC
19194    builtin and then its argument prototype would still apply.  */
19195 #ifdef __cplusplus
19196 extern "C"
19197 #endif
19198 char ber_init ();
19199 int
19200 main ()
19201 {
19202 return ber_init ();
19203   ;
19204   return 0;
19205 }
19206 _ACEOF
19207 rm -f conftest.$ac_objext conftest$ac_exeext
19208 if { (ac_try="$ac_link"
19209 case "(($ac_try" in
19210   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19211   *) ac_try_echo=$ac_try;;
19212 esac
19213 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19214 $as_echo "$ac_try_echo") >&5
19215   (eval "$ac_link") 2>conftest.er1
19216   ac_status=$?
19217   grep -v '^ *+' conftest.er1 >conftest.err
19218   rm -f conftest.er1
19219   cat conftest.err >&5
19220   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19221   (exit $ac_status); } && {
19222          test -z "$ac_c_werror_flag" ||
19223          test ! -s conftest.err
19224        } && test -s conftest$ac_exeext && {
19225          test "$cross_compiling" = yes ||
19226          $as_test_x conftest$ac_exeext
19227        }; then
19228   ac_cv_lib_lber_ber_init=yes
19229 else
19230   $as_echo "$as_me: failed program was:" >&5
19231 sed 's/^/| /' conftest.$ac_ext >&5
19232
19233         ac_cv_lib_lber_ber_init=no
19234 fi
19235
19236 rm -rf conftest.dSYM
19237 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19238       conftest$ac_exeext conftest.$ac_ext
19239 LIBS=$ac_check_lib_save_LIBS
19240 fi
19241 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19242 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19243 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19244
19245 cat >>confdefs.h <<\_ACEOF
19246 #define HAVE_LDAP 1
19247 _ACEOF
19248
19249                  LDAPLIBS="-lldap_r -llber"
19250 fi
19251
19252 fi
19253
19254 fi
19255
19256     ac_wine_check_funcs_save_LIBS="$LIBS"
19257 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19258
19259
19260
19261
19262
19263
19264
19265
19266 for ac_func in \
19267         ldap_count_references \
19268         ldap_first_reference \
19269         ldap_next_reference \
19270         ldap_parse_reference \
19271         ldap_parse_sort_control \
19272         ldap_parse_sortresponse_control \
19273         ldap_parse_vlv_control \
19274         ldap_parse_vlvresponse_control
19275 do
19276 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19277 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19278 $as_echo_n "checking for $ac_func... " >&6; }
19279 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19280   $as_echo_n "(cached) " >&6
19281 else
19282   cat >conftest.$ac_ext <<_ACEOF
19283 /* confdefs.h.  */
19284 _ACEOF
19285 cat confdefs.h >>conftest.$ac_ext
19286 cat >>conftest.$ac_ext <<_ACEOF
19287 /* end confdefs.h.  */
19288 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19289    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
19290 #define $ac_func innocuous_$ac_func
19291
19292 /* System header to define __stub macros and hopefully few prototypes,
19293     which can conflict with char $ac_func (); below.
19294     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19295     <limits.h> exists even on freestanding compilers.  */
19296
19297 #ifdef __STDC__
19298 # include <limits.h>
19299 #else
19300 # include <assert.h>
19301 #endif
19302
19303 #undef $ac_func
19304
19305 /* Override any GCC internal prototype to avoid an error.
19306    Use char because int might match the return type of a GCC
19307    builtin and then its argument prototype would still apply.  */
19308 #ifdef __cplusplus
19309 extern "C"
19310 #endif
19311 char $ac_func ();
19312 /* The GNU C library defines this for functions which it implements
19313     to always fail with ENOSYS.  Some functions are actually named
19314     something starting with __ and the normal name is an alias.  */
19315 #if defined __stub_$ac_func || defined __stub___$ac_func
19316 choke me
19317 #endif
19318
19319 int
19320 main ()
19321 {
19322 return $ac_func ();
19323   ;
19324   return 0;
19325 }
19326 _ACEOF
19327 rm -f conftest.$ac_objext conftest$ac_exeext
19328 if { (ac_try="$ac_link"
19329 case "(($ac_try" in
19330   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19331   *) ac_try_echo=$ac_try;;
19332 esac
19333 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19334 $as_echo "$ac_try_echo") >&5
19335   (eval "$ac_link") 2>conftest.er1
19336   ac_status=$?
19337   grep -v '^ *+' conftest.er1 >conftest.err
19338   rm -f conftest.er1
19339   cat conftest.err >&5
19340   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19341   (exit $ac_status); } && {
19342          test -z "$ac_c_werror_flag" ||
19343          test ! -s conftest.err
19344        } && test -s conftest$ac_exeext && {
19345          test "$cross_compiling" = yes ||
19346          $as_test_x conftest$ac_exeext
19347        }; then
19348   eval "$as_ac_var=yes"
19349 else
19350   $as_echo "$as_me: failed program was:" >&5
19351 sed 's/^/| /' conftest.$ac_ext >&5
19352
19353         eval "$as_ac_var=no"
19354 fi
19355
19356 rm -rf conftest.dSYM
19357 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19358       conftest$ac_exeext conftest.$ac_ext
19359 fi
19360 ac_res=`eval 'as_val=${'$as_ac_var'}
19361                  $as_echo "$as_val"'`
19362                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19363 $as_echo "$ac_res" >&6; }
19364 as_val=`eval 'as_val=${'$as_ac_var'}
19365                  $as_echo "$as_val"'`
19366    if test "x$as_val" = x""yes; then
19367   cat >>confdefs.h <<_ACEOF
19368 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19369 _ACEOF
19370
19371 fi
19372 done
19373
19374 LIBS="$ac_wine_check_funcs_save_LIBS"
19375 fi
19376 if test "x$LDAPLIBS" = "x"; then
19377   case "x$with_ldap" in
19378   x)   wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19379   xno) ;;
19380   *)   { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19381 This is an error since --with-ldap was requested." >&5
19382 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19383 This is an error since --with-ldap was requested." >&2;}
19384    { (exit 1); exit 1; }; } ;;
19385 esac
19386 fi
19387
19388
19389 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19390 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19391 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19392   $as_echo_n "(cached) " >&6
19393 else
19394   cat >conftest.$ac_ext <<_ACEOF
19395 /* confdefs.h.  */
19396 _ACEOF
19397 cat confdefs.h >>conftest.$ac_ext
19398 cat >>conftest.$ac_ext <<_ACEOF
19399 /* end confdefs.h.  */
19400 #include <sys/stat.h>
19401 int
19402 main ()
19403 {
19404 mkdir("foo");
19405   ;
19406   return 0;
19407 }
19408 _ACEOF
19409 rm -f conftest.$ac_objext
19410 if { (ac_try="$ac_compile"
19411 case "(($ac_try" in
19412   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19413   *) ac_try_echo=$ac_try;;
19414 esac
19415 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19416 $as_echo "$ac_try_echo") >&5
19417   (eval "$ac_compile") 2>conftest.er1
19418   ac_status=$?
19419   grep -v '^ *+' conftest.er1 >conftest.err
19420   rm -f conftest.er1
19421   cat conftest.err >&5
19422   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19423   (exit $ac_status); } && {
19424          test -z "$ac_c_werror_flag" ||
19425          test ! -s conftest.err
19426        } && test -s conftest.$ac_objext; then
19427   wine_cv_one_arg_mkdir=yes
19428 else
19429   $as_echo "$as_me: failed program was:" >&5
19430 sed 's/^/| /' conftest.$ac_ext >&5
19431
19432         wine_cv_one_arg_mkdir=no
19433 fi
19434
19435 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19436 fi
19437 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19438 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19439 if test "$wine_cv_one_arg_mkdir" = "yes"
19440 then
19441
19442 cat >>confdefs.h <<\_ACEOF
19443 #define HAVE_ONE_ARG_MKDIR 1
19444 _ACEOF
19445
19446 fi
19447
19448
19449 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19450 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19451 if test "${ac_cv_c_const+set}" = set; then
19452   $as_echo_n "(cached) " >&6
19453 else
19454   cat >conftest.$ac_ext <<_ACEOF
19455 /* confdefs.h.  */
19456 _ACEOF
19457 cat confdefs.h >>conftest.$ac_ext
19458 cat >>conftest.$ac_ext <<_ACEOF
19459 /* end confdefs.h.  */
19460
19461 int
19462 main ()
19463 {
19464 /* FIXME: Include the comments suggested by Paul. */
19465 #ifndef __cplusplus
19466   /* Ultrix mips cc rejects this.  */
19467   typedef int charset[2];
19468   const charset cs;
19469   /* SunOS 4.1.1 cc rejects this.  */
19470   char const *const *pcpcc;
19471   char **ppc;
19472   /* NEC SVR4.0.2 mips cc rejects this.  */
19473   struct point {int x, y;};
19474   static struct point const zero = {0,0};
19475   /* AIX XL C 1.02.0.0 rejects this.
19476      It does not let you subtract one const X* pointer from another in
19477      an arm of an if-expression whose if-part is not a constant
19478      expression */
19479   const char *g = "string";
19480   pcpcc = &g + (g ? g-g : 0);
19481   /* HPUX 7.0 cc rejects these. */
19482   ++pcpcc;
19483   ppc = (char**) pcpcc;
19484   pcpcc = (char const *const *) ppc;
19485   { /* SCO 3.2v4 cc rejects this.  */
19486     char *t;
19487     char const *s = 0 ? (char *) 0 : (char const *) 0;
19488
19489     *t++ = 0;
19490     if (s) return 0;
19491   }
19492   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
19493     int x[] = {25, 17};
19494     const int *foo = &x[0];
19495     ++foo;
19496   }
19497   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19498     typedef const int *iptr;
19499     iptr p = 0;
19500     ++p;
19501   }
19502   { /* AIX XL C 1.02.0.0 rejects this saying
19503        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19504     struct s { int j; const int *ap[3]; };
19505     struct s *b; b->j = 5;
19506   }
19507   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19508     const int foo = 10;
19509     if (!foo) return 0;
19510   }
19511   return !cs[0] && !zero.x;
19512 #endif
19513
19514   ;
19515   return 0;
19516 }
19517 _ACEOF
19518 rm -f conftest.$ac_objext
19519 if { (ac_try="$ac_compile"
19520 case "(($ac_try" in
19521   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19522   *) ac_try_echo=$ac_try;;
19523 esac
19524 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19525 $as_echo "$ac_try_echo") >&5
19526   (eval "$ac_compile") 2>conftest.er1
19527   ac_status=$?
19528   grep -v '^ *+' conftest.er1 >conftest.err
19529   rm -f conftest.er1
19530   cat conftest.err >&5
19531   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19532   (exit $ac_status); } && {
19533          test -z "$ac_c_werror_flag" ||
19534          test ! -s conftest.err
19535        } && test -s conftest.$ac_objext; then
19536   ac_cv_c_const=yes
19537 else
19538   $as_echo "$as_me: failed program was:" >&5
19539 sed 's/^/| /' conftest.$ac_ext >&5
19540
19541         ac_cv_c_const=no
19542 fi
19543
19544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19545 fi
19546 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19547 $as_echo "$ac_cv_c_const" >&6; }
19548 if test $ac_cv_c_const = no; then
19549
19550 cat >>confdefs.h <<\_ACEOF
19551 #define const /**/
19552 _ACEOF
19553
19554 fi
19555
19556 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19557 $as_echo_n "checking for inline... " >&6; }
19558 if test "${ac_cv_c_inline+set}" = set; then
19559   $as_echo_n "(cached) " >&6
19560 else
19561   ac_cv_c_inline=no
19562 for ac_kw in inline __inline__ __inline; do
19563   cat >conftest.$ac_ext <<_ACEOF
19564 /* confdefs.h.  */
19565 _ACEOF
19566 cat confdefs.h >>conftest.$ac_ext
19567 cat >>conftest.$ac_ext <<_ACEOF
19568 /* end confdefs.h.  */
19569 #ifndef __cplusplus
19570 typedef int foo_t;
19571 static $ac_kw foo_t static_foo () {return 0; }
19572 $ac_kw foo_t foo () {return 0; }
19573 #endif
19574
19575 _ACEOF
19576 rm -f conftest.$ac_objext
19577 if { (ac_try="$ac_compile"
19578 case "(($ac_try" in
19579   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19580   *) ac_try_echo=$ac_try;;
19581 esac
19582 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19583 $as_echo "$ac_try_echo") >&5
19584   (eval "$ac_compile") 2>conftest.er1
19585   ac_status=$?
19586   grep -v '^ *+' conftest.er1 >conftest.err
19587   rm -f conftest.er1
19588   cat conftest.err >&5
19589   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19590   (exit $ac_status); } && {
19591          test -z "$ac_c_werror_flag" ||
19592          test ! -s conftest.err
19593        } && test -s conftest.$ac_objext; then
19594   ac_cv_c_inline=$ac_kw
19595 else
19596   $as_echo "$as_me: failed program was:" >&5
19597 sed 's/^/| /' conftest.$ac_ext >&5
19598
19599
19600 fi
19601
19602 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19603   test "$ac_cv_c_inline" != no && break
19604 done
19605
19606 fi
19607 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19608 $as_echo "$ac_cv_c_inline" >&6; }
19609
19610
19611 case $ac_cv_c_inline in
19612   inline | yes) ;;
19613   *)
19614     case $ac_cv_c_inline in
19615       no) ac_val=;;
19616       *) ac_val=$ac_cv_c_inline;;
19617     esac
19618     cat >>confdefs.h <<_ACEOF
19619 #ifndef __cplusplus
19620 #define inline $ac_val
19621 #endif
19622 _ACEOF
19623     ;;
19624 esac
19625
19626 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19627 $as_echo_n "checking for mode_t... " >&6; }
19628 if test "${ac_cv_type_mode_t+set}" = set; then
19629   $as_echo_n "(cached) " >&6
19630 else
19631   ac_cv_type_mode_t=no
19632 cat >conftest.$ac_ext <<_ACEOF
19633 /* confdefs.h.  */
19634 _ACEOF
19635 cat confdefs.h >>conftest.$ac_ext
19636 cat >>conftest.$ac_ext <<_ACEOF
19637 /* end confdefs.h.  */
19638 $ac_includes_default
19639 int
19640 main ()
19641 {
19642 if (sizeof (mode_t))
19643        return 0;
19644   ;
19645   return 0;
19646 }
19647 _ACEOF
19648 rm -f conftest.$ac_objext
19649 if { (ac_try="$ac_compile"
19650 case "(($ac_try" in
19651   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19652   *) ac_try_echo=$ac_try;;
19653 esac
19654 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19655 $as_echo "$ac_try_echo") >&5
19656   (eval "$ac_compile") 2>conftest.er1
19657   ac_status=$?
19658   grep -v '^ *+' conftest.er1 >conftest.err
19659   rm -f conftest.er1
19660   cat conftest.err >&5
19661   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19662   (exit $ac_status); } && {
19663          test -z "$ac_c_werror_flag" ||
19664          test ! -s conftest.err
19665        } && test -s conftest.$ac_objext; then
19666   cat >conftest.$ac_ext <<_ACEOF
19667 /* confdefs.h.  */
19668 _ACEOF
19669 cat confdefs.h >>conftest.$ac_ext
19670 cat >>conftest.$ac_ext <<_ACEOF
19671 /* end confdefs.h.  */
19672 $ac_includes_default
19673 int
19674 main ()
19675 {
19676 if (sizeof ((mode_t)))
19677           return 0;
19678   ;
19679   return 0;
19680 }
19681 _ACEOF
19682 rm -f conftest.$ac_objext
19683 if { (ac_try="$ac_compile"
19684 case "(($ac_try" in
19685   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19686   *) ac_try_echo=$ac_try;;
19687 esac
19688 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19689 $as_echo "$ac_try_echo") >&5
19690   (eval "$ac_compile") 2>conftest.er1
19691   ac_status=$?
19692   grep -v '^ *+' conftest.er1 >conftest.err
19693   rm -f conftest.er1
19694   cat conftest.err >&5
19695   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19696   (exit $ac_status); } && {
19697          test -z "$ac_c_werror_flag" ||
19698          test ! -s conftest.err
19699        } && test -s conftest.$ac_objext; then
19700   :
19701 else
19702   $as_echo "$as_me: failed program was:" >&5
19703 sed 's/^/| /' conftest.$ac_ext >&5
19704
19705         ac_cv_type_mode_t=yes
19706 fi
19707
19708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19709 else
19710   $as_echo "$as_me: failed program was:" >&5
19711 sed 's/^/| /' conftest.$ac_ext >&5
19712
19713
19714 fi
19715
19716 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19717 fi
19718 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19719 $as_echo "$ac_cv_type_mode_t" >&6; }
19720 if test "x$ac_cv_type_mode_t" = x""yes; then
19721
19722 cat >>confdefs.h <<_ACEOF
19723 #define HAVE_MODE_T 1
19724 _ACEOF
19725
19726
19727 fi
19728 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19729 $as_echo_n "checking for off_t... " >&6; }
19730 if test "${ac_cv_type_off_t+set}" = set; then
19731   $as_echo_n "(cached) " >&6
19732 else
19733   ac_cv_type_off_t=no
19734 cat >conftest.$ac_ext <<_ACEOF
19735 /* confdefs.h.  */
19736 _ACEOF
19737 cat confdefs.h >>conftest.$ac_ext
19738 cat >>conftest.$ac_ext <<_ACEOF
19739 /* end confdefs.h.  */
19740 $ac_includes_default
19741 int
19742 main ()
19743 {
19744 if (sizeof (off_t))
19745        return 0;
19746   ;
19747   return 0;
19748 }
19749 _ACEOF
19750 rm -f conftest.$ac_objext
19751 if { (ac_try="$ac_compile"
19752 case "(($ac_try" in
19753   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19754   *) ac_try_echo=$ac_try;;
19755 esac
19756 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19757 $as_echo "$ac_try_echo") >&5
19758   (eval "$ac_compile") 2>conftest.er1
19759   ac_status=$?
19760   grep -v '^ *+' conftest.er1 >conftest.err
19761   rm -f conftest.er1
19762   cat conftest.err >&5
19763   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19764   (exit $ac_status); } && {
19765          test -z "$ac_c_werror_flag" ||
19766          test ! -s conftest.err
19767        } && test -s conftest.$ac_objext; then
19768   cat >conftest.$ac_ext <<_ACEOF
19769 /* confdefs.h.  */
19770 _ACEOF
19771 cat confdefs.h >>conftest.$ac_ext
19772 cat >>conftest.$ac_ext <<_ACEOF
19773 /* end confdefs.h.  */
19774 $ac_includes_default
19775 int
19776 main ()
19777 {
19778 if (sizeof ((off_t)))
19779           return 0;
19780   ;
19781   return 0;
19782 }
19783 _ACEOF
19784 rm -f conftest.$ac_objext
19785 if { (ac_try="$ac_compile"
19786 case "(($ac_try" in
19787   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19788   *) ac_try_echo=$ac_try;;
19789 esac
19790 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19791 $as_echo "$ac_try_echo") >&5
19792   (eval "$ac_compile") 2>conftest.er1
19793   ac_status=$?
19794   grep -v '^ *+' conftest.er1 >conftest.err
19795   rm -f conftest.er1
19796   cat conftest.err >&5
19797   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19798   (exit $ac_status); } && {
19799          test -z "$ac_c_werror_flag" ||
19800          test ! -s conftest.err
19801        } && test -s conftest.$ac_objext; then
19802   :
19803 else
19804   $as_echo "$as_me: failed program was:" >&5
19805 sed 's/^/| /' conftest.$ac_ext >&5
19806
19807         ac_cv_type_off_t=yes
19808 fi
19809
19810 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19811 else
19812   $as_echo "$as_me: failed program was:" >&5
19813 sed 's/^/| /' conftest.$ac_ext >&5
19814
19815
19816 fi
19817
19818 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19819 fi
19820 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19821 $as_echo "$ac_cv_type_off_t" >&6; }
19822 if test "x$ac_cv_type_off_t" = x""yes; then
19823
19824 cat >>confdefs.h <<_ACEOF
19825 #define HAVE_OFF_T 1
19826 _ACEOF
19827
19828
19829 fi
19830 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19831 $as_echo_n "checking for pid_t... " >&6; }
19832 if test "${ac_cv_type_pid_t+set}" = set; then
19833   $as_echo_n "(cached) " >&6
19834 else
19835   ac_cv_type_pid_t=no
19836 cat >conftest.$ac_ext <<_ACEOF
19837 /* confdefs.h.  */
19838 _ACEOF
19839 cat confdefs.h >>conftest.$ac_ext
19840 cat >>conftest.$ac_ext <<_ACEOF
19841 /* end confdefs.h.  */
19842 $ac_includes_default
19843 int
19844 main ()
19845 {
19846 if (sizeof (pid_t))
19847        return 0;
19848   ;
19849   return 0;
19850 }
19851 _ACEOF
19852 rm -f conftest.$ac_objext
19853 if { (ac_try="$ac_compile"
19854 case "(($ac_try" in
19855   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19856   *) ac_try_echo=$ac_try;;
19857 esac
19858 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19859 $as_echo "$ac_try_echo") >&5
19860   (eval "$ac_compile") 2>conftest.er1
19861   ac_status=$?
19862   grep -v '^ *+' conftest.er1 >conftest.err
19863   rm -f conftest.er1
19864   cat conftest.err >&5
19865   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19866   (exit $ac_status); } && {
19867          test -z "$ac_c_werror_flag" ||
19868          test ! -s conftest.err
19869        } && test -s conftest.$ac_objext; then
19870   cat >conftest.$ac_ext <<_ACEOF
19871 /* confdefs.h.  */
19872 _ACEOF
19873 cat confdefs.h >>conftest.$ac_ext
19874 cat >>conftest.$ac_ext <<_ACEOF
19875 /* end confdefs.h.  */
19876 $ac_includes_default
19877 int
19878 main ()
19879 {
19880 if (sizeof ((pid_t)))
19881           return 0;
19882   ;
19883   return 0;
19884 }
19885 _ACEOF
19886 rm -f conftest.$ac_objext
19887 if { (ac_try="$ac_compile"
19888 case "(($ac_try" in
19889   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19890   *) ac_try_echo=$ac_try;;
19891 esac
19892 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19893 $as_echo "$ac_try_echo") >&5
19894   (eval "$ac_compile") 2>conftest.er1
19895   ac_status=$?
19896   grep -v '^ *+' conftest.er1 >conftest.err
19897   rm -f conftest.er1
19898   cat conftest.err >&5
19899   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19900   (exit $ac_status); } && {
19901          test -z "$ac_c_werror_flag" ||
19902          test ! -s conftest.err
19903        } && test -s conftest.$ac_objext; then
19904   :
19905 else
19906   $as_echo "$as_me: failed program was:" >&5
19907 sed 's/^/| /' conftest.$ac_ext >&5
19908
19909         ac_cv_type_pid_t=yes
19910 fi
19911
19912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19913 else
19914   $as_echo "$as_me: failed program was:" >&5
19915 sed 's/^/| /' conftest.$ac_ext >&5
19916
19917
19918 fi
19919
19920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19921 fi
19922 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19923 $as_echo "$ac_cv_type_pid_t" >&6; }
19924 if test "x$ac_cv_type_pid_t" = x""yes; then
19925
19926 cat >>confdefs.h <<_ACEOF
19927 #define HAVE_PID_T 1
19928 _ACEOF
19929
19930
19931 fi
19932 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19933 $as_echo_n "checking for size_t... " >&6; }
19934 if test "${ac_cv_type_size_t+set}" = set; then
19935   $as_echo_n "(cached) " >&6
19936 else
19937   ac_cv_type_size_t=no
19938 cat >conftest.$ac_ext <<_ACEOF
19939 /* confdefs.h.  */
19940 _ACEOF
19941 cat confdefs.h >>conftest.$ac_ext
19942 cat >>conftest.$ac_ext <<_ACEOF
19943 /* end confdefs.h.  */
19944 $ac_includes_default
19945 int
19946 main ()
19947 {
19948 if (sizeof (size_t))
19949        return 0;
19950   ;
19951   return 0;
19952 }
19953 _ACEOF
19954 rm -f conftest.$ac_objext
19955 if { (ac_try="$ac_compile"
19956 case "(($ac_try" in
19957   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19958   *) ac_try_echo=$ac_try;;
19959 esac
19960 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19961 $as_echo "$ac_try_echo") >&5
19962   (eval "$ac_compile") 2>conftest.er1
19963   ac_status=$?
19964   grep -v '^ *+' conftest.er1 >conftest.err
19965   rm -f conftest.er1
19966   cat conftest.err >&5
19967   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19968   (exit $ac_status); } && {
19969          test -z "$ac_c_werror_flag" ||
19970          test ! -s conftest.err
19971        } && test -s conftest.$ac_objext; then
19972   cat >conftest.$ac_ext <<_ACEOF
19973 /* confdefs.h.  */
19974 _ACEOF
19975 cat confdefs.h >>conftest.$ac_ext
19976 cat >>conftest.$ac_ext <<_ACEOF
19977 /* end confdefs.h.  */
19978 $ac_includes_default
19979 int
19980 main ()
19981 {
19982 if (sizeof ((size_t)))
19983           return 0;
19984   ;
19985   return 0;
19986 }
19987 _ACEOF
19988 rm -f conftest.$ac_objext
19989 if { (ac_try="$ac_compile"
19990 case "(($ac_try" in
19991   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19992   *) ac_try_echo=$ac_try;;
19993 esac
19994 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19995 $as_echo "$ac_try_echo") >&5
19996   (eval "$ac_compile") 2>conftest.er1
19997   ac_status=$?
19998   grep -v '^ *+' conftest.er1 >conftest.err
19999   rm -f conftest.er1
20000   cat conftest.err >&5
20001   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20002   (exit $ac_status); } && {
20003          test -z "$ac_c_werror_flag" ||
20004          test ! -s conftest.err
20005        } && test -s conftest.$ac_objext; then
20006   :
20007 else
20008   $as_echo "$as_me: failed program was:" >&5
20009 sed 's/^/| /' conftest.$ac_ext >&5
20010
20011         ac_cv_type_size_t=yes
20012 fi
20013
20014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20015 else
20016   $as_echo "$as_me: failed program was:" >&5
20017 sed 's/^/| /' conftest.$ac_ext >&5
20018
20019
20020 fi
20021
20022 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20023 fi
20024 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
20025 $as_echo "$ac_cv_type_size_t" >&6; }
20026 if test "x$ac_cv_type_size_t" = x""yes; then
20027
20028 cat >>confdefs.h <<_ACEOF
20029 #define HAVE_SIZE_T 1
20030 _ACEOF
20031
20032
20033 fi
20034 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
20035 $as_echo_n "checking for ssize_t... " >&6; }
20036 if test "${ac_cv_type_ssize_t+set}" = set; then
20037   $as_echo_n "(cached) " >&6
20038 else
20039   ac_cv_type_ssize_t=no
20040 cat >conftest.$ac_ext <<_ACEOF
20041 /* confdefs.h.  */
20042 _ACEOF
20043 cat confdefs.h >>conftest.$ac_ext
20044 cat >>conftest.$ac_ext <<_ACEOF
20045 /* end confdefs.h.  */
20046 $ac_includes_default
20047 int
20048 main ()
20049 {
20050 if (sizeof (ssize_t))
20051        return 0;
20052   ;
20053   return 0;
20054 }
20055 _ACEOF
20056 rm -f conftest.$ac_objext
20057 if { (ac_try="$ac_compile"
20058 case "(($ac_try" in
20059   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20060   *) ac_try_echo=$ac_try;;
20061 esac
20062 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20063 $as_echo "$ac_try_echo") >&5
20064   (eval "$ac_compile") 2>conftest.er1
20065   ac_status=$?
20066   grep -v '^ *+' conftest.er1 >conftest.err
20067   rm -f conftest.er1
20068   cat conftest.err >&5
20069   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20070   (exit $ac_status); } && {
20071          test -z "$ac_c_werror_flag" ||
20072          test ! -s conftest.err
20073        } && test -s conftest.$ac_objext; then
20074   cat >conftest.$ac_ext <<_ACEOF
20075 /* confdefs.h.  */
20076 _ACEOF
20077 cat confdefs.h >>conftest.$ac_ext
20078 cat >>conftest.$ac_ext <<_ACEOF
20079 /* end confdefs.h.  */
20080 $ac_includes_default
20081 int
20082 main ()
20083 {
20084 if (sizeof ((ssize_t)))
20085           return 0;
20086   ;
20087   return 0;
20088 }
20089 _ACEOF
20090 rm -f conftest.$ac_objext
20091 if { (ac_try="$ac_compile"
20092 case "(($ac_try" in
20093   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20094   *) ac_try_echo=$ac_try;;
20095 esac
20096 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20097 $as_echo "$ac_try_echo") >&5
20098   (eval "$ac_compile") 2>conftest.er1
20099   ac_status=$?
20100   grep -v '^ *+' conftest.er1 >conftest.err
20101   rm -f conftest.er1
20102   cat conftest.err >&5
20103   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20104   (exit $ac_status); } && {
20105          test -z "$ac_c_werror_flag" ||
20106          test ! -s conftest.err
20107        } && test -s conftest.$ac_objext; then
20108   :
20109 else
20110   $as_echo "$as_me: failed program was:" >&5
20111 sed 's/^/| /' conftest.$ac_ext >&5
20112
20113         ac_cv_type_ssize_t=yes
20114 fi
20115
20116 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20117 else
20118   $as_echo "$as_me: failed program was:" >&5
20119 sed 's/^/| /' conftest.$ac_ext >&5
20120
20121
20122 fi
20123
20124 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20125 fi
20126 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
20127 $as_echo "$ac_cv_type_ssize_t" >&6; }
20128 if test "x$ac_cv_type_ssize_t" = x""yes; then
20129
20130 cat >>confdefs.h <<_ACEOF
20131 #define HAVE_SSIZE_T 1
20132 _ACEOF
20133
20134
20135 fi
20136 { $as_echo "$as_me:$LINENO: checking for long long" >&5
20137 $as_echo_n "checking for long long... " >&6; }
20138 if test "${ac_cv_type_long_long+set}" = set; then
20139   $as_echo_n "(cached) " >&6
20140 else
20141   ac_cv_type_long_long=no
20142 cat >conftest.$ac_ext <<_ACEOF
20143 /* confdefs.h.  */
20144 _ACEOF
20145 cat confdefs.h >>conftest.$ac_ext
20146 cat >>conftest.$ac_ext <<_ACEOF
20147 /* end confdefs.h.  */
20148 $ac_includes_default
20149 int
20150 main ()
20151 {
20152 if (sizeof (long long))
20153        return 0;
20154   ;
20155   return 0;
20156 }
20157 _ACEOF
20158 rm -f conftest.$ac_objext
20159 if { (ac_try="$ac_compile"
20160 case "(($ac_try" in
20161   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20162   *) ac_try_echo=$ac_try;;
20163 esac
20164 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20165 $as_echo "$ac_try_echo") >&5
20166   (eval "$ac_compile") 2>conftest.er1
20167   ac_status=$?
20168   grep -v '^ *+' conftest.er1 >conftest.err
20169   rm -f conftest.er1
20170   cat conftest.err >&5
20171   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20172   (exit $ac_status); } && {
20173          test -z "$ac_c_werror_flag" ||
20174          test ! -s conftest.err
20175        } && test -s conftest.$ac_objext; then
20176   cat >conftest.$ac_ext <<_ACEOF
20177 /* confdefs.h.  */
20178 _ACEOF
20179 cat confdefs.h >>conftest.$ac_ext
20180 cat >>conftest.$ac_ext <<_ACEOF
20181 /* end confdefs.h.  */
20182 $ac_includes_default
20183 int
20184 main ()
20185 {
20186 if (sizeof ((long long)))
20187           return 0;
20188   ;
20189   return 0;
20190 }
20191 _ACEOF
20192 rm -f conftest.$ac_objext
20193 if { (ac_try="$ac_compile"
20194 case "(($ac_try" in
20195   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20196   *) ac_try_echo=$ac_try;;
20197 esac
20198 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20199 $as_echo "$ac_try_echo") >&5
20200   (eval "$ac_compile") 2>conftest.er1
20201   ac_status=$?
20202   grep -v '^ *+' conftest.er1 >conftest.err
20203   rm -f conftest.er1
20204   cat conftest.err >&5
20205   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20206   (exit $ac_status); } && {
20207          test -z "$ac_c_werror_flag" ||
20208          test ! -s conftest.err
20209        } && test -s conftest.$ac_objext; then
20210   :
20211 else
20212   $as_echo "$as_me: failed program was:" >&5
20213 sed 's/^/| /' conftest.$ac_ext >&5
20214
20215         ac_cv_type_long_long=yes
20216 fi
20217
20218 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20219 else
20220   $as_echo "$as_me: failed program was:" >&5
20221 sed 's/^/| /' conftest.$ac_ext >&5
20222
20223
20224 fi
20225
20226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20227 fi
20228 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20229 $as_echo "$ac_cv_type_long_long" >&6; }
20230 if test "x$ac_cv_type_long_long" = x""yes; then
20231
20232 cat >>confdefs.h <<_ACEOF
20233 #define HAVE_LONG_LONG 1
20234 _ACEOF
20235
20236
20237 fi
20238 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20239 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20240 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20241   $as_echo_n "(cached) " >&6
20242 else
20243   ac_cv_type_fsblkcnt_t=no
20244 cat >conftest.$ac_ext <<_ACEOF
20245 /* confdefs.h.  */
20246 _ACEOF
20247 cat confdefs.h >>conftest.$ac_ext
20248 cat >>conftest.$ac_ext <<_ACEOF
20249 /* end confdefs.h.  */
20250 $ac_includes_default
20251 int
20252 main ()
20253 {
20254 if (sizeof (fsblkcnt_t))
20255        return 0;
20256   ;
20257   return 0;
20258 }
20259 _ACEOF
20260 rm -f conftest.$ac_objext
20261 if { (ac_try="$ac_compile"
20262 case "(($ac_try" in
20263   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20264   *) ac_try_echo=$ac_try;;
20265 esac
20266 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20267 $as_echo "$ac_try_echo") >&5
20268   (eval "$ac_compile") 2>conftest.er1
20269   ac_status=$?
20270   grep -v '^ *+' conftest.er1 >conftest.err
20271   rm -f conftest.er1
20272   cat conftest.err >&5
20273   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20274   (exit $ac_status); } && {
20275          test -z "$ac_c_werror_flag" ||
20276          test ! -s conftest.err
20277        } && test -s conftest.$ac_objext; then
20278   cat >conftest.$ac_ext <<_ACEOF
20279 /* confdefs.h.  */
20280 _ACEOF
20281 cat confdefs.h >>conftest.$ac_ext
20282 cat >>conftest.$ac_ext <<_ACEOF
20283 /* end confdefs.h.  */
20284 $ac_includes_default
20285 int
20286 main ()
20287 {
20288 if (sizeof ((fsblkcnt_t)))
20289           return 0;
20290   ;
20291   return 0;
20292 }
20293 _ACEOF
20294 rm -f conftest.$ac_objext
20295 if { (ac_try="$ac_compile"
20296 case "(($ac_try" in
20297   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20298   *) ac_try_echo=$ac_try;;
20299 esac
20300 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20301 $as_echo "$ac_try_echo") >&5
20302   (eval "$ac_compile") 2>conftest.er1
20303   ac_status=$?
20304   grep -v '^ *+' conftest.er1 >conftest.err
20305   rm -f conftest.er1
20306   cat conftest.err >&5
20307   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20308   (exit $ac_status); } && {
20309          test -z "$ac_c_werror_flag" ||
20310          test ! -s conftest.err
20311        } && test -s conftest.$ac_objext; then
20312   :
20313 else
20314   $as_echo "$as_me: failed program was:" >&5
20315 sed 's/^/| /' conftest.$ac_ext >&5
20316
20317         ac_cv_type_fsblkcnt_t=yes
20318 fi
20319
20320 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20321 else
20322   $as_echo "$as_me: failed program was:" >&5
20323 sed 's/^/| /' conftest.$ac_ext >&5
20324
20325
20326 fi
20327
20328 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20329 fi
20330 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20331 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20332 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20333
20334 cat >>confdefs.h <<_ACEOF
20335 #define HAVE_FSBLKCNT_T 1
20336 _ACEOF
20337
20338
20339 fi
20340 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20341 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20342 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20343   $as_echo_n "(cached) " >&6
20344 else
20345   ac_cv_type_fsfilcnt_t=no
20346 cat >conftest.$ac_ext <<_ACEOF
20347 /* confdefs.h.  */
20348 _ACEOF
20349 cat confdefs.h >>conftest.$ac_ext
20350 cat >>conftest.$ac_ext <<_ACEOF
20351 /* end confdefs.h.  */
20352 $ac_includes_default
20353 int
20354 main ()
20355 {
20356 if (sizeof (fsfilcnt_t))
20357        return 0;
20358   ;
20359   return 0;
20360 }
20361 _ACEOF
20362 rm -f conftest.$ac_objext
20363 if { (ac_try="$ac_compile"
20364 case "(($ac_try" in
20365   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20366   *) ac_try_echo=$ac_try;;
20367 esac
20368 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20369 $as_echo "$ac_try_echo") >&5
20370   (eval "$ac_compile") 2>conftest.er1
20371   ac_status=$?
20372   grep -v '^ *+' conftest.er1 >conftest.err
20373   rm -f conftest.er1
20374   cat conftest.err >&5
20375   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20376   (exit $ac_status); } && {
20377          test -z "$ac_c_werror_flag" ||
20378          test ! -s conftest.err
20379        } && test -s conftest.$ac_objext; then
20380   cat >conftest.$ac_ext <<_ACEOF
20381 /* confdefs.h.  */
20382 _ACEOF
20383 cat confdefs.h >>conftest.$ac_ext
20384 cat >>conftest.$ac_ext <<_ACEOF
20385 /* end confdefs.h.  */
20386 $ac_includes_default
20387 int
20388 main ()
20389 {
20390 if (sizeof ((fsfilcnt_t)))
20391           return 0;
20392   ;
20393   return 0;
20394 }
20395 _ACEOF
20396 rm -f conftest.$ac_objext
20397 if { (ac_try="$ac_compile"
20398 case "(($ac_try" in
20399   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20400   *) ac_try_echo=$ac_try;;
20401 esac
20402 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20403 $as_echo "$ac_try_echo") >&5
20404   (eval "$ac_compile") 2>conftest.er1
20405   ac_status=$?
20406   grep -v '^ *+' conftest.er1 >conftest.err
20407   rm -f conftest.er1
20408   cat conftest.err >&5
20409   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20410   (exit $ac_status); } && {
20411          test -z "$ac_c_werror_flag" ||
20412          test ! -s conftest.err
20413        } && test -s conftest.$ac_objext; then
20414   :
20415 else
20416   $as_echo "$as_me: failed program was:" >&5
20417 sed 's/^/| /' conftest.$ac_ext >&5
20418
20419         ac_cv_type_fsfilcnt_t=yes
20420 fi
20421
20422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20423 else
20424   $as_echo "$as_me: failed program was:" >&5
20425 sed 's/^/| /' conftest.$ac_ext >&5
20426
20427
20428 fi
20429
20430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20431 fi
20432 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20433 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20434 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20435
20436 cat >>confdefs.h <<_ACEOF
20437 #define HAVE_FSFILCNT_T 1
20438 _ACEOF
20439
20440
20441 fi
20442
20443 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20444 $as_echo_n "checking for sigset_t... " >&6; }
20445 if test "${ac_cv_type_sigset_t+set}" = set; then
20446   $as_echo_n "(cached) " >&6
20447 else
20448   ac_cv_type_sigset_t=no
20449 cat >conftest.$ac_ext <<_ACEOF
20450 /* confdefs.h.  */
20451 _ACEOF
20452 cat confdefs.h >>conftest.$ac_ext
20453 cat >>conftest.$ac_ext <<_ACEOF
20454 /* end confdefs.h.  */
20455 #include <sys/types.h>
20456 #include <signal.h>
20457
20458 int
20459 main ()
20460 {
20461 if (sizeof (sigset_t))
20462        return 0;
20463   ;
20464   return 0;
20465 }
20466 _ACEOF
20467 rm -f conftest.$ac_objext
20468 if { (ac_try="$ac_compile"
20469 case "(($ac_try" in
20470   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20471   *) ac_try_echo=$ac_try;;
20472 esac
20473 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20474 $as_echo "$ac_try_echo") >&5
20475   (eval "$ac_compile") 2>conftest.er1
20476   ac_status=$?
20477   grep -v '^ *+' conftest.er1 >conftest.err
20478   rm -f conftest.er1
20479   cat conftest.err >&5
20480   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20481   (exit $ac_status); } && {
20482          test -z "$ac_c_werror_flag" ||
20483          test ! -s conftest.err
20484        } && test -s conftest.$ac_objext; then
20485   cat >conftest.$ac_ext <<_ACEOF
20486 /* confdefs.h.  */
20487 _ACEOF
20488 cat confdefs.h >>conftest.$ac_ext
20489 cat >>conftest.$ac_ext <<_ACEOF
20490 /* end confdefs.h.  */
20491 #include <sys/types.h>
20492 #include <signal.h>
20493
20494 int
20495 main ()
20496 {
20497 if (sizeof ((sigset_t)))
20498           return 0;
20499   ;
20500   return 0;
20501 }
20502 _ACEOF
20503 rm -f conftest.$ac_objext
20504 if { (ac_try="$ac_compile"
20505 case "(($ac_try" in
20506   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20507   *) ac_try_echo=$ac_try;;
20508 esac
20509 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20510 $as_echo "$ac_try_echo") >&5
20511   (eval "$ac_compile") 2>conftest.er1
20512   ac_status=$?
20513   grep -v '^ *+' conftest.er1 >conftest.err
20514   rm -f conftest.er1
20515   cat conftest.err >&5
20516   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20517   (exit $ac_status); } && {
20518          test -z "$ac_c_werror_flag" ||
20519          test ! -s conftest.err
20520        } && test -s conftest.$ac_objext; then
20521   :
20522 else
20523   $as_echo "$as_me: failed program was:" >&5
20524 sed 's/^/| /' conftest.$ac_ext >&5
20525
20526         ac_cv_type_sigset_t=yes
20527 fi
20528
20529 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20530 else
20531   $as_echo "$as_me: failed program was:" >&5
20532 sed 's/^/| /' conftest.$ac_ext >&5
20533
20534
20535 fi
20536
20537 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20538 fi
20539 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20540 $as_echo "$ac_cv_type_sigset_t" >&6; }
20541 if test "x$ac_cv_type_sigset_t" = x""yes; then
20542
20543 cat >>confdefs.h <<_ACEOF
20544 #define HAVE_SIGSET_T 1
20545 _ACEOF
20546
20547
20548 fi
20549
20550 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20551 $as_echo_n "checking for request_sense... " >&6; }
20552 if test "${ac_cv_type_request_sense+set}" = set; then
20553   $as_echo_n "(cached) " >&6
20554 else
20555   ac_cv_type_request_sense=no
20556 cat >conftest.$ac_ext <<_ACEOF
20557 /* confdefs.h.  */
20558 _ACEOF
20559 cat confdefs.h >>conftest.$ac_ext
20560 cat >>conftest.$ac_ext <<_ACEOF
20561 /* end confdefs.h.  */
20562 #include <linux/cdrom.h>
20563
20564 int
20565 main ()
20566 {
20567 if (sizeof (request_sense))
20568        return 0;
20569   ;
20570   return 0;
20571 }
20572 _ACEOF
20573 rm -f conftest.$ac_objext
20574 if { (ac_try="$ac_compile"
20575 case "(($ac_try" in
20576   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20577   *) ac_try_echo=$ac_try;;
20578 esac
20579 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20580 $as_echo "$ac_try_echo") >&5
20581   (eval "$ac_compile") 2>conftest.er1
20582   ac_status=$?
20583   grep -v '^ *+' conftest.er1 >conftest.err
20584   rm -f conftest.er1
20585   cat conftest.err >&5
20586   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20587   (exit $ac_status); } && {
20588          test -z "$ac_c_werror_flag" ||
20589          test ! -s conftest.err
20590        } && test -s conftest.$ac_objext; then
20591   cat >conftest.$ac_ext <<_ACEOF
20592 /* confdefs.h.  */
20593 _ACEOF
20594 cat confdefs.h >>conftest.$ac_ext
20595 cat >>conftest.$ac_ext <<_ACEOF
20596 /* end confdefs.h.  */
20597 #include <linux/cdrom.h>
20598
20599 int
20600 main ()
20601 {
20602 if (sizeof ((request_sense)))
20603           return 0;
20604   ;
20605   return 0;
20606 }
20607 _ACEOF
20608 rm -f conftest.$ac_objext
20609 if { (ac_try="$ac_compile"
20610 case "(($ac_try" in
20611   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20612   *) ac_try_echo=$ac_try;;
20613 esac
20614 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20615 $as_echo "$ac_try_echo") >&5
20616   (eval "$ac_compile") 2>conftest.er1
20617   ac_status=$?
20618   grep -v '^ *+' conftest.er1 >conftest.err
20619   rm -f conftest.er1
20620   cat conftest.err >&5
20621   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20622   (exit $ac_status); } && {
20623          test -z "$ac_c_werror_flag" ||
20624          test ! -s conftest.err
20625        } && test -s conftest.$ac_objext; then
20626   :
20627 else
20628   $as_echo "$as_me: failed program was:" >&5
20629 sed 's/^/| /' conftest.$ac_ext >&5
20630
20631         ac_cv_type_request_sense=yes
20632 fi
20633
20634 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20635 else
20636   $as_echo "$as_me: failed program was:" >&5
20637 sed 's/^/| /' conftest.$ac_ext >&5
20638
20639
20640 fi
20641
20642 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20643 fi
20644 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20645 $as_echo "$ac_cv_type_request_sense" >&6; }
20646 if test "x$ac_cv_type_request_sense" = x""yes; then
20647
20648 cat >>confdefs.h <<_ACEOF
20649 #define HAVE_REQUEST_SENSE 1
20650 _ACEOF
20651
20652
20653 fi
20654
20655
20656 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20657 $as_echo_n "checking for struct xinpgen... " >&6; }
20658 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20659   $as_echo_n "(cached) " >&6
20660 else
20661   ac_cv_type_struct_xinpgen=no
20662 cat >conftest.$ac_ext <<_ACEOF
20663 /* confdefs.h.  */
20664 _ACEOF
20665 cat confdefs.h >>conftest.$ac_ext
20666 cat >>conftest.$ac_ext <<_ACEOF
20667 /* end confdefs.h.  */
20668 #include <sys/types.h>
20669 #ifdef HAVE_SYS_SOCKET_H
20670 #include <sys/socket.h>
20671 #endif
20672 #ifdef HAVE_SYS_SOCKETVAR_H
20673 #include <sys/socketvar.h>
20674 #endif
20675 #ifdef HAVE_NET_ROUTE_H
20676 #include <net/route.h>
20677 #endif
20678 #ifdef HAVE_NETINET_IN_H
20679 #include <netinet/in.h>
20680 #endif
20681 #ifdef HAVE_NETINET_IN_SYSTM_H
20682 #include <netinet/in_systm.h>
20683 #endif
20684 #ifdef HAVE_NETINET_IP_H
20685 #include <netinet/ip.h>
20686 #endif
20687 #ifdef HAVE_NETINET_IN_PCB_H
20688 #include <netinet/in_pcb.h>
20689 #endif
20690
20691 int
20692 main ()
20693 {
20694 if (sizeof (struct xinpgen))
20695        return 0;
20696   ;
20697   return 0;
20698 }
20699 _ACEOF
20700 rm -f conftest.$ac_objext
20701 if { (ac_try="$ac_compile"
20702 case "(($ac_try" in
20703   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20704   *) ac_try_echo=$ac_try;;
20705 esac
20706 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20707 $as_echo "$ac_try_echo") >&5
20708   (eval "$ac_compile") 2>conftest.er1
20709   ac_status=$?
20710   grep -v '^ *+' conftest.er1 >conftest.err
20711   rm -f conftest.er1
20712   cat conftest.err >&5
20713   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20714   (exit $ac_status); } && {
20715          test -z "$ac_c_werror_flag" ||
20716          test ! -s conftest.err
20717        } && test -s conftest.$ac_objext; then
20718   cat >conftest.$ac_ext <<_ACEOF
20719 /* confdefs.h.  */
20720 _ACEOF
20721 cat confdefs.h >>conftest.$ac_ext
20722 cat >>conftest.$ac_ext <<_ACEOF
20723 /* end confdefs.h.  */
20724 #include <sys/types.h>
20725 #ifdef HAVE_SYS_SOCKET_H
20726 #include <sys/socket.h>
20727 #endif
20728 #ifdef HAVE_SYS_SOCKETVAR_H
20729 #include <sys/socketvar.h>
20730 #endif
20731 #ifdef HAVE_NET_ROUTE_H
20732 #include <net/route.h>
20733 #endif
20734 #ifdef HAVE_NETINET_IN_H
20735 #include <netinet/in.h>
20736 #endif
20737 #ifdef HAVE_NETINET_IN_SYSTM_H
20738 #include <netinet/in_systm.h>
20739 #endif
20740 #ifdef HAVE_NETINET_IP_H
20741 #include <netinet/ip.h>
20742 #endif
20743 #ifdef HAVE_NETINET_IN_PCB_H
20744 #include <netinet/in_pcb.h>
20745 #endif
20746
20747 int
20748 main ()
20749 {
20750 if (sizeof ((struct xinpgen)))
20751           return 0;
20752   ;
20753   return 0;
20754 }
20755 _ACEOF
20756 rm -f conftest.$ac_objext
20757 if { (ac_try="$ac_compile"
20758 case "(($ac_try" in
20759   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20760   *) ac_try_echo=$ac_try;;
20761 esac
20762 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20763 $as_echo "$ac_try_echo") >&5
20764   (eval "$ac_compile") 2>conftest.er1
20765   ac_status=$?
20766   grep -v '^ *+' conftest.er1 >conftest.err
20767   rm -f conftest.er1
20768   cat conftest.err >&5
20769   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20770   (exit $ac_status); } && {
20771          test -z "$ac_c_werror_flag" ||
20772          test ! -s conftest.err
20773        } && test -s conftest.$ac_objext; then
20774   :
20775 else
20776   $as_echo "$as_me: failed program was:" >&5
20777 sed 's/^/| /' conftest.$ac_ext >&5
20778
20779         ac_cv_type_struct_xinpgen=yes
20780 fi
20781
20782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20783 else
20784   $as_echo "$as_me: failed program was:" >&5
20785 sed 's/^/| /' conftest.$ac_ext >&5
20786
20787
20788 fi
20789
20790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20791 fi
20792 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20793 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20794 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20795
20796 cat >>confdefs.h <<_ACEOF
20797 #define HAVE_STRUCT_XINPGEN 1
20798 _ACEOF
20799
20800
20801 fi
20802
20803
20804 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20805 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20806 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20807   $as_echo_n "(cached) " >&6
20808 else
20809   cat >conftest.$ac_ext <<_ACEOF
20810 /* confdefs.h.  */
20811 _ACEOF
20812 cat confdefs.h >>conftest.$ac_ext
20813 cat >>conftest.$ac_ext <<_ACEOF
20814 /* end confdefs.h.  */
20815 #ifdef HAVE_LINUX_INPUT_H
20816 #include <linux/input.h>
20817 #endif
20818
20819 int
20820 main ()
20821 {
20822 static struct ff_effect ac_aggr;
20823 if (ac_aggr.direction)
20824 return 0;
20825   ;
20826   return 0;
20827 }
20828 _ACEOF
20829 rm -f conftest.$ac_objext
20830 if { (ac_try="$ac_compile"
20831 case "(($ac_try" in
20832   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20833   *) ac_try_echo=$ac_try;;
20834 esac
20835 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20836 $as_echo "$ac_try_echo") >&5
20837   (eval "$ac_compile") 2>conftest.er1
20838   ac_status=$?
20839   grep -v '^ *+' conftest.er1 >conftest.err
20840   rm -f conftest.er1
20841   cat conftest.err >&5
20842   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20843   (exit $ac_status); } && {
20844          test -z "$ac_c_werror_flag" ||
20845          test ! -s conftest.err
20846        } && test -s conftest.$ac_objext; then
20847   ac_cv_member_struct_ff_effect_direction=yes
20848 else
20849   $as_echo "$as_me: failed program was:" >&5
20850 sed 's/^/| /' conftest.$ac_ext >&5
20851
20852         cat >conftest.$ac_ext <<_ACEOF
20853 /* confdefs.h.  */
20854 _ACEOF
20855 cat confdefs.h >>conftest.$ac_ext
20856 cat >>conftest.$ac_ext <<_ACEOF
20857 /* end confdefs.h.  */
20858 #ifdef HAVE_LINUX_INPUT_H
20859 #include <linux/input.h>
20860 #endif
20861
20862 int
20863 main ()
20864 {
20865 static struct ff_effect ac_aggr;
20866 if (sizeof ac_aggr.direction)
20867 return 0;
20868   ;
20869   return 0;
20870 }
20871 _ACEOF
20872 rm -f conftest.$ac_objext
20873 if { (ac_try="$ac_compile"
20874 case "(($ac_try" in
20875   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20876   *) ac_try_echo=$ac_try;;
20877 esac
20878 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20879 $as_echo "$ac_try_echo") >&5
20880   (eval "$ac_compile") 2>conftest.er1
20881   ac_status=$?
20882   grep -v '^ *+' conftest.er1 >conftest.err
20883   rm -f conftest.er1
20884   cat conftest.err >&5
20885   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20886   (exit $ac_status); } && {
20887          test -z "$ac_c_werror_flag" ||
20888          test ! -s conftest.err
20889        } && test -s conftest.$ac_objext; then
20890   ac_cv_member_struct_ff_effect_direction=yes
20891 else
20892   $as_echo "$as_me: failed program was:" >&5
20893 sed 's/^/| /' conftest.$ac_ext >&5
20894
20895         ac_cv_member_struct_ff_effect_direction=no
20896 fi
20897
20898 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20899 fi
20900
20901 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20902 fi
20903 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20904 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20905 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20906
20907 cat >>confdefs.h <<_ACEOF
20908 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20909 _ACEOF
20910
20911
20912 fi
20913
20914
20915 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20916 $as_echo_n "checking for sigaddset... " >&6; }
20917 if test "${wine_cv_have_sigaddset+set}" = set; then
20918   $as_echo_n "(cached) " >&6
20919 else
20920   cat >conftest.$ac_ext <<_ACEOF
20921 /* confdefs.h.  */
20922 _ACEOF
20923 cat confdefs.h >>conftest.$ac_ext
20924 cat >>conftest.$ac_ext <<_ACEOF
20925 /* end confdefs.h.  */
20926 #include <signal.h>
20927 int
20928 main ()
20929 {
20930 sigset_t set; sigaddset(&set,SIGTERM);
20931   ;
20932   return 0;
20933 }
20934 _ACEOF
20935 rm -f conftest.$ac_objext conftest$ac_exeext
20936 if { (ac_try="$ac_link"
20937 case "(($ac_try" in
20938   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20939   *) ac_try_echo=$ac_try;;
20940 esac
20941 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20942 $as_echo "$ac_try_echo") >&5
20943   (eval "$ac_link") 2>conftest.er1
20944   ac_status=$?
20945   grep -v '^ *+' conftest.er1 >conftest.err
20946   rm -f conftest.er1
20947   cat conftest.err >&5
20948   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20949   (exit $ac_status); } && {
20950          test -z "$ac_c_werror_flag" ||
20951          test ! -s conftest.err
20952        } && test -s conftest$ac_exeext && {
20953          test "$cross_compiling" = yes ||
20954          $as_test_x conftest$ac_exeext
20955        }; then
20956   wine_cv_have_sigaddset=yes
20957 else
20958   $as_echo "$as_me: failed program was:" >&5
20959 sed 's/^/| /' conftest.$ac_ext >&5
20960
20961         wine_cv_have_sigaddset=no
20962 fi
20963
20964 rm -rf conftest.dSYM
20965 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20966       conftest$ac_exeext conftest.$ac_ext
20967 fi
20968 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20969 $as_echo "$wine_cv_have_sigaddset" >&6; }
20970 if test "$wine_cv_have_sigaddset" = "yes"
20971 then
20972
20973 cat >>confdefs.h <<\_ACEOF
20974 #define HAVE_SIGADDSET 1
20975 _ACEOF
20976
20977 fi
20978
20979
20980 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20981 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20982 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20983   $as_echo_n "(cached) " >&6
20984 else
20985   cat >conftest.$ac_ext <<_ACEOF
20986 /* confdefs.h.  */
20987 _ACEOF
20988 cat confdefs.h >>conftest.$ac_ext
20989 cat >>conftest.$ac_ext <<_ACEOF
20990 /* end confdefs.h.  */
20991 #include <netdb.h>
20992 int
20993 main ()
20994 {
20995
20996     char *name=0;
20997     struct hostent he;
20998     struct hostent *result;
20999     char *buf=0;
21000     int bufsize=0;
21001     int res,errnr;
21002     char *addr=0;
21003     int addrlen=0;
21004     int addrtype=0;
21005     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
21006     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
21007
21008   ;
21009   return 0;
21010 }
21011 _ACEOF
21012 rm -f conftest.$ac_objext conftest$ac_exeext
21013 if { (ac_try="$ac_link"
21014 case "(($ac_try" in
21015   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21016   *) ac_try_echo=$ac_try;;
21017 esac
21018 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21019 $as_echo "$ac_try_echo") >&5
21020   (eval "$ac_link") 2>conftest.er1
21021   ac_status=$?
21022   grep -v '^ *+' conftest.er1 >conftest.err
21023   rm -f conftest.er1
21024   cat conftest.err >&5
21025   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21026   (exit $ac_status); } && {
21027          test -z "$ac_c_werror_flag" ||
21028          test ! -s conftest.err
21029        } && test -s conftest$ac_exeext && {
21030          test "$cross_compiling" = yes ||
21031          $as_test_x conftest$ac_exeext
21032        }; then
21033   wine_cv_linux_gethostbyname_r_6=yes
21034 else
21035   $as_echo "$as_me: failed program was:" >&5
21036 sed 's/^/| /' conftest.$ac_ext >&5
21037
21038         wine_cv_linux_gethostbyname_r_6=no
21039
21040 fi
21041
21042 rm -rf conftest.dSYM
21043 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21044       conftest$ac_exeext conftest.$ac_ext
21045
21046 fi
21047 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
21048 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
21049    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
21050    then
21051
21052 cat >>confdefs.h <<\_ACEOF
21053 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
21054 _ACEOF
21055
21056    fi
21057
21058 if test "$ac_cv_header_linux_joystick_h" = "yes"
21059 then
21060    { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
21061 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
21062 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
21063   $as_echo_n "(cached) " >&6
21064 else
21065   cat >conftest.$ac_ext <<_ACEOF
21066 /* confdefs.h.  */
21067 _ACEOF
21068 cat confdefs.h >>conftest.$ac_ext
21069 cat >>conftest.$ac_ext <<_ACEOF
21070 /* end confdefs.h.  */
21071
21072         #include <sys/ioctl.h>
21073         #include <sys/types.h>
21074         #include <linux/joystick.h>
21075
21076         struct js_event blub;
21077         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
21078         #error "no 2.2 header"
21079         #endif
21080
21081 int
21082 main ()
21083 {
21084 /*empty*/
21085   ;
21086   return 0;
21087 }
21088 _ACEOF
21089 rm -f conftest.$ac_objext
21090 if { (ac_try="$ac_compile"
21091 case "(($ac_try" in
21092   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21093   *) ac_try_echo=$ac_try;;
21094 esac
21095 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21096 $as_echo "$ac_try_echo") >&5
21097   (eval "$ac_compile") 2>conftest.er1
21098   ac_status=$?
21099   grep -v '^ *+' conftest.er1 >conftest.err
21100   rm -f conftest.er1
21101   cat conftest.err >&5
21102   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21103   (exit $ac_status); } && {
21104          test -z "$ac_c_werror_flag" ||
21105          test ! -s conftest.err
21106        } && test -s conftest.$ac_objext; then
21107   wine_cv_linux_joystick_22_api=yes
21108 else
21109   $as_echo "$as_me: failed program was:" >&5
21110 sed 's/^/| /' conftest.$ac_ext >&5
21111
21112         wine_cv_linux_joystick_22_api=no
21113 fi
21114
21115 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21116
21117 fi
21118 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
21119 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
21120    if test "$wine_cv_linux_joystick_22_api" = "yes"
21121    then
21122
21123 cat >>confdefs.h <<\_ACEOF
21124 #define HAVE_LINUX_22_JOYSTICK_API 1
21125 _ACEOF
21126
21127    fi
21128 fi
21129
21130
21131 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
21132 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
21133 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
21134   $as_echo_n "(cached) " >&6
21135 else
21136   cat >conftest.$ac_ext <<_ACEOF
21137 /* confdefs.h.  */
21138 _ACEOF
21139 cat confdefs.h >>conftest.$ac_ext
21140 cat >>conftest.$ac_ext <<_ACEOF
21141 /* end confdefs.h.  */
21142 #include <sys/types.h>
21143 #ifdef HAVE_SYS_PARAM_H
21144 # include <sys/param.h>
21145 #endif
21146 #ifdef HAVE_SYS_MOUNT_H
21147 # include <sys/mount.h>
21148 #endif
21149 #ifdef HAVE_SYS_VFS_H
21150 # include <sys/vfs.h>
21151 #endif
21152 #ifdef HAVE_SYS_STATFS_H
21153 # include <sys/statfs.h>
21154 #endif
21155
21156 int
21157 main ()
21158 {
21159 static struct statfs ac_aggr;
21160 if (ac_aggr.f_bfree)
21161 return 0;
21162   ;
21163   return 0;
21164 }
21165 _ACEOF
21166 rm -f conftest.$ac_objext
21167 if { (ac_try="$ac_compile"
21168 case "(($ac_try" in
21169   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21170   *) ac_try_echo=$ac_try;;
21171 esac
21172 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21173 $as_echo "$ac_try_echo") >&5
21174   (eval "$ac_compile") 2>conftest.er1
21175   ac_status=$?
21176   grep -v '^ *+' conftest.er1 >conftest.err
21177   rm -f conftest.er1
21178   cat conftest.err >&5
21179   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21180   (exit $ac_status); } && {
21181          test -z "$ac_c_werror_flag" ||
21182          test ! -s conftest.err
21183        } && test -s conftest.$ac_objext; then
21184   ac_cv_member_struct_statfs_f_bfree=yes
21185 else
21186   $as_echo "$as_me: failed program was:" >&5
21187 sed 's/^/| /' conftest.$ac_ext >&5
21188
21189         cat >conftest.$ac_ext <<_ACEOF
21190 /* confdefs.h.  */
21191 _ACEOF
21192 cat confdefs.h >>conftest.$ac_ext
21193 cat >>conftest.$ac_ext <<_ACEOF
21194 /* end confdefs.h.  */
21195 #include <sys/types.h>
21196 #ifdef HAVE_SYS_PARAM_H
21197 # include <sys/param.h>
21198 #endif
21199 #ifdef HAVE_SYS_MOUNT_H
21200 # include <sys/mount.h>
21201 #endif
21202 #ifdef HAVE_SYS_VFS_H
21203 # include <sys/vfs.h>
21204 #endif
21205 #ifdef HAVE_SYS_STATFS_H
21206 # include <sys/statfs.h>
21207 #endif
21208
21209 int
21210 main ()
21211 {
21212 static struct statfs ac_aggr;
21213 if (sizeof ac_aggr.f_bfree)
21214 return 0;
21215   ;
21216   return 0;
21217 }
21218 _ACEOF
21219 rm -f conftest.$ac_objext
21220 if { (ac_try="$ac_compile"
21221 case "(($ac_try" in
21222   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21223   *) ac_try_echo=$ac_try;;
21224 esac
21225 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21226 $as_echo "$ac_try_echo") >&5
21227   (eval "$ac_compile") 2>conftest.er1
21228   ac_status=$?
21229   grep -v '^ *+' conftest.er1 >conftest.err
21230   rm -f conftest.er1
21231   cat conftest.err >&5
21232   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21233   (exit $ac_status); } && {
21234          test -z "$ac_c_werror_flag" ||
21235          test ! -s conftest.err
21236        } && test -s conftest.$ac_objext; then
21237   ac_cv_member_struct_statfs_f_bfree=yes
21238 else
21239   $as_echo "$as_me: failed program was:" >&5
21240 sed 's/^/| /' conftest.$ac_ext >&5
21241
21242         ac_cv_member_struct_statfs_f_bfree=no
21243 fi
21244
21245 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21246 fi
21247
21248 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21249 fi
21250 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21251 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21252 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21253
21254 cat >>confdefs.h <<_ACEOF
21255 #define HAVE_STRUCT_STATFS_F_BFREE 1
21256 _ACEOF
21257
21258
21259 fi
21260 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21261 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21262 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21263   $as_echo_n "(cached) " >&6
21264 else
21265   cat >conftest.$ac_ext <<_ACEOF
21266 /* confdefs.h.  */
21267 _ACEOF
21268 cat confdefs.h >>conftest.$ac_ext
21269 cat >>conftest.$ac_ext <<_ACEOF
21270 /* end confdefs.h.  */
21271 #include <sys/types.h>
21272 #ifdef HAVE_SYS_PARAM_H
21273 # include <sys/param.h>
21274 #endif
21275 #ifdef HAVE_SYS_MOUNT_H
21276 # include <sys/mount.h>
21277 #endif
21278 #ifdef HAVE_SYS_VFS_H
21279 # include <sys/vfs.h>
21280 #endif
21281 #ifdef HAVE_SYS_STATFS_H
21282 # include <sys/statfs.h>
21283 #endif
21284
21285 int
21286 main ()
21287 {
21288 static struct statfs ac_aggr;
21289 if (ac_aggr.f_bavail)
21290 return 0;
21291   ;
21292   return 0;
21293 }
21294 _ACEOF
21295 rm -f conftest.$ac_objext
21296 if { (ac_try="$ac_compile"
21297 case "(($ac_try" in
21298   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21299   *) ac_try_echo=$ac_try;;
21300 esac
21301 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21302 $as_echo "$ac_try_echo") >&5
21303   (eval "$ac_compile") 2>conftest.er1
21304   ac_status=$?
21305   grep -v '^ *+' conftest.er1 >conftest.err
21306   rm -f conftest.er1
21307   cat conftest.err >&5
21308   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21309   (exit $ac_status); } && {
21310          test -z "$ac_c_werror_flag" ||
21311          test ! -s conftest.err
21312        } && test -s conftest.$ac_objext; then
21313   ac_cv_member_struct_statfs_f_bavail=yes
21314 else
21315   $as_echo "$as_me: failed program was:" >&5
21316 sed 's/^/| /' conftest.$ac_ext >&5
21317
21318         cat >conftest.$ac_ext <<_ACEOF
21319 /* confdefs.h.  */
21320 _ACEOF
21321 cat confdefs.h >>conftest.$ac_ext
21322 cat >>conftest.$ac_ext <<_ACEOF
21323 /* end confdefs.h.  */
21324 #include <sys/types.h>
21325 #ifdef HAVE_SYS_PARAM_H
21326 # include <sys/param.h>
21327 #endif
21328 #ifdef HAVE_SYS_MOUNT_H
21329 # include <sys/mount.h>
21330 #endif
21331 #ifdef HAVE_SYS_VFS_H
21332 # include <sys/vfs.h>
21333 #endif
21334 #ifdef HAVE_SYS_STATFS_H
21335 # include <sys/statfs.h>
21336 #endif
21337
21338 int
21339 main ()
21340 {
21341 static struct statfs ac_aggr;
21342 if (sizeof ac_aggr.f_bavail)
21343 return 0;
21344   ;
21345   return 0;
21346 }
21347 _ACEOF
21348 rm -f conftest.$ac_objext
21349 if { (ac_try="$ac_compile"
21350 case "(($ac_try" in
21351   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21352   *) ac_try_echo=$ac_try;;
21353 esac
21354 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21355 $as_echo "$ac_try_echo") >&5
21356   (eval "$ac_compile") 2>conftest.er1
21357   ac_status=$?
21358   grep -v '^ *+' conftest.er1 >conftest.err
21359   rm -f conftest.er1
21360   cat conftest.err >&5
21361   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21362   (exit $ac_status); } && {
21363          test -z "$ac_c_werror_flag" ||
21364          test ! -s conftest.err
21365        } && test -s conftest.$ac_objext; then
21366   ac_cv_member_struct_statfs_f_bavail=yes
21367 else
21368   $as_echo "$as_me: failed program was:" >&5
21369 sed 's/^/| /' conftest.$ac_ext >&5
21370
21371         ac_cv_member_struct_statfs_f_bavail=no
21372 fi
21373
21374 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21375 fi
21376
21377 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21378 fi
21379 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21380 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21381 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21382
21383 cat >>confdefs.h <<_ACEOF
21384 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21385 _ACEOF
21386
21387
21388 fi
21389 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21390 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21391 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21392   $as_echo_n "(cached) " >&6
21393 else
21394   cat >conftest.$ac_ext <<_ACEOF
21395 /* confdefs.h.  */
21396 _ACEOF
21397 cat confdefs.h >>conftest.$ac_ext
21398 cat >>conftest.$ac_ext <<_ACEOF
21399 /* end confdefs.h.  */
21400 #include <sys/types.h>
21401 #ifdef HAVE_SYS_PARAM_H
21402 # include <sys/param.h>
21403 #endif
21404 #ifdef HAVE_SYS_MOUNT_H
21405 # include <sys/mount.h>
21406 #endif
21407 #ifdef HAVE_SYS_VFS_H
21408 # include <sys/vfs.h>
21409 #endif
21410 #ifdef HAVE_SYS_STATFS_H
21411 # include <sys/statfs.h>
21412 #endif
21413
21414 int
21415 main ()
21416 {
21417 static struct statfs ac_aggr;
21418 if (ac_aggr.f_frsize)
21419 return 0;
21420   ;
21421   return 0;
21422 }
21423 _ACEOF
21424 rm -f conftest.$ac_objext
21425 if { (ac_try="$ac_compile"
21426 case "(($ac_try" in
21427   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21428   *) ac_try_echo=$ac_try;;
21429 esac
21430 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21431 $as_echo "$ac_try_echo") >&5
21432   (eval "$ac_compile") 2>conftest.er1
21433   ac_status=$?
21434   grep -v '^ *+' conftest.er1 >conftest.err
21435   rm -f conftest.er1
21436   cat conftest.err >&5
21437   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21438   (exit $ac_status); } && {
21439          test -z "$ac_c_werror_flag" ||
21440          test ! -s conftest.err
21441        } && test -s conftest.$ac_objext; then
21442   ac_cv_member_struct_statfs_f_frsize=yes
21443 else
21444   $as_echo "$as_me: failed program was:" >&5
21445 sed 's/^/| /' conftest.$ac_ext >&5
21446
21447         cat >conftest.$ac_ext <<_ACEOF
21448 /* confdefs.h.  */
21449 _ACEOF
21450 cat confdefs.h >>conftest.$ac_ext
21451 cat >>conftest.$ac_ext <<_ACEOF
21452 /* end confdefs.h.  */
21453 #include <sys/types.h>
21454 #ifdef HAVE_SYS_PARAM_H
21455 # include <sys/param.h>
21456 #endif
21457 #ifdef HAVE_SYS_MOUNT_H
21458 # include <sys/mount.h>
21459 #endif
21460 #ifdef HAVE_SYS_VFS_H
21461 # include <sys/vfs.h>
21462 #endif
21463 #ifdef HAVE_SYS_STATFS_H
21464 # include <sys/statfs.h>
21465 #endif
21466
21467 int
21468 main ()
21469 {
21470 static struct statfs ac_aggr;
21471 if (sizeof ac_aggr.f_frsize)
21472 return 0;
21473   ;
21474   return 0;
21475 }
21476 _ACEOF
21477 rm -f conftest.$ac_objext
21478 if { (ac_try="$ac_compile"
21479 case "(($ac_try" in
21480   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21481   *) ac_try_echo=$ac_try;;
21482 esac
21483 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21484 $as_echo "$ac_try_echo") >&5
21485   (eval "$ac_compile") 2>conftest.er1
21486   ac_status=$?
21487   grep -v '^ *+' conftest.er1 >conftest.err
21488   rm -f conftest.er1
21489   cat conftest.err >&5
21490   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21491   (exit $ac_status); } && {
21492          test -z "$ac_c_werror_flag" ||
21493          test ! -s conftest.err
21494        } && test -s conftest.$ac_objext; then
21495   ac_cv_member_struct_statfs_f_frsize=yes
21496 else
21497   $as_echo "$as_me: failed program was:" >&5
21498 sed 's/^/| /' conftest.$ac_ext >&5
21499
21500         ac_cv_member_struct_statfs_f_frsize=no
21501 fi
21502
21503 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21504 fi
21505
21506 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21507 fi
21508 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21509 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21510 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21511
21512 cat >>confdefs.h <<_ACEOF
21513 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21514 _ACEOF
21515
21516
21517 fi
21518 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21519 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21520 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21521   $as_echo_n "(cached) " >&6
21522 else
21523   cat >conftest.$ac_ext <<_ACEOF
21524 /* confdefs.h.  */
21525 _ACEOF
21526 cat confdefs.h >>conftest.$ac_ext
21527 cat >>conftest.$ac_ext <<_ACEOF
21528 /* end confdefs.h.  */
21529 #include <sys/types.h>
21530 #ifdef HAVE_SYS_PARAM_H
21531 # include <sys/param.h>
21532 #endif
21533 #ifdef HAVE_SYS_MOUNT_H
21534 # include <sys/mount.h>
21535 #endif
21536 #ifdef HAVE_SYS_VFS_H
21537 # include <sys/vfs.h>
21538 #endif
21539 #ifdef HAVE_SYS_STATFS_H
21540 # include <sys/statfs.h>
21541 #endif
21542
21543 int
21544 main ()
21545 {
21546 static struct statfs ac_aggr;
21547 if (ac_aggr.f_ffree)
21548 return 0;
21549   ;
21550   return 0;
21551 }
21552 _ACEOF
21553 rm -f conftest.$ac_objext
21554 if { (ac_try="$ac_compile"
21555 case "(($ac_try" in
21556   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21557   *) ac_try_echo=$ac_try;;
21558 esac
21559 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21560 $as_echo "$ac_try_echo") >&5
21561   (eval "$ac_compile") 2>conftest.er1
21562   ac_status=$?
21563   grep -v '^ *+' conftest.er1 >conftest.err
21564   rm -f conftest.er1
21565   cat conftest.err >&5
21566   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21567   (exit $ac_status); } && {
21568          test -z "$ac_c_werror_flag" ||
21569          test ! -s conftest.err
21570        } && test -s conftest.$ac_objext; then
21571   ac_cv_member_struct_statfs_f_ffree=yes
21572 else
21573   $as_echo "$as_me: failed program was:" >&5
21574 sed 's/^/| /' conftest.$ac_ext >&5
21575
21576         cat >conftest.$ac_ext <<_ACEOF
21577 /* confdefs.h.  */
21578 _ACEOF
21579 cat confdefs.h >>conftest.$ac_ext
21580 cat >>conftest.$ac_ext <<_ACEOF
21581 /* end confdefs.h.  */
21582 #include <sys/types.h>
21583 #ifdef HAVE_SYS_PARAM_H
21584 # include <sys/param.h>
21585 #endif
21586 #ifdef HAVE_SYS_MOUNT_H
21587 # include <sys/mount.h>
21588 #endif
21589 #ifdef HAVE_SYS_VFS_H
21590 # include <sys/vfs.h>
21591 #endif
21592 #ifdef HAVE_SYS_STATFS_H
21593 # include <sys/statfs.h>
21594 #endif
21595
21596 int
21597 main ()
21598 {
21599 static struct statfs ac_aggr;
21600 if (sizeof ac_aggr.f_ffree)
21601 return 0;
21602   ;
21603   return 0;
21604 }
21605 _ACEOF
21606 rm -f conftest.$ac_objext
21607 if { (ac_try="$ac_compile"
21608 case "(($ac_try" in
21609   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21610   *) ac_try_echo=$ac_try;;
21611 esac
21612 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21613 $as_echo "$ac_try_echo") >&5
21614   (eval "$ac_compile") 2>conftest.er1
21615   ac_status=$?
21616   grep -v '^ *+' conftest.er1 >conftest.err
21617   rm -f conftest.er1
21618   cat conftest.err >&5
21619   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21620   (exit $ac_status); } && {
21621          test -z "$ac_c_werror_flag" ||
21622          test ! -s conftest.err
21623        } && test -s conftest.$ac_objext; then
21624   ac_cv_member_struct_statfs_f_ffree=yes
21625 else
21626   $as_echo "$as_me: failed program was:" >&5
21627 sed 's/^/| /' conftest.$ac_ext >&5
21628
21629         ac_cv_member_struct_statfs_f_ffree=no
21630 fi
21631
21632 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21633 fi
21634
21635 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21636 fi
21637 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21638 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21639 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21640
21641 cat >>confdefs.h <<_ACEOF
21642 #define HAVE_STRUCT_STATFS_F_FFREE 1
21643 _ACEOF
21644
21645
21646 fi
21647 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21648 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21649 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21650   $as_echo_n "(cached) " >&6
21651 else
21652   cat >conftest.$ac_ext <<_ACEOF
21653 /* confdefs.h.  */
21654 _ACEOF
21655 cat confdefs.h >>conftest.$ac_ext
21656 cat >>conftest.$ac_ext <<_ACEOF
21657 /* end confdefs.h.  */
21658 #include <sys/types.h>
21659 #ifdef HAVE_SYS_PARAM_H
21660 # include <sys/param.h>
21661 #endif
21662 #ifdef HAVE_SYS_MOUNT_H
21663 # include <sys/mount.h>
21664 #endif
21665 #ifdef HAVE_SYS_VFS_H
21666 # include <sys/vfs.h>
21667 #endif
21668 #ifdef HAVE_SYS_STATFS_H
21669 # include <sys/statfs.h>
21670 #endif
21671
21672 int
21673 main ()
21674 {
21675 static struct statfs ac_aggr;
21676 if (ac_aggr.f_favail)
21677 return 0;
21678   ;
21679   return 0;
21680 }
21681 _ACEOF
21682 rm -f conftest.$ac_objext
21683 if { (ac_try="$ac_compile"
21684 case "(($ac_try" in
21685   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21686   *) ac_try_echo=$ac_try;;
21687 esac
21688 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21689 $as_echo "$ac_try_echo") >&5
21690   (eval "$ac_compile") 2>conftest.er1
21691   ac_status=$?
21692   grep -v '^ *+' conftest.er1 >conftest.err
21693   rm -f conftest.er1
21694   cat conftest.err >&5
21695   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21696   (exit $ac_status); } && {
21697          test -z "$ac_c_werror_flag" ||
21698          test ! -s conftest.err
21699        } && test -s conftest.$ac_objext; then
21700   ac_cv_member_struct_statfs_f_favail=yes
21701 else
21702   $as_echo "$as_me: failed program was:" >&5
21703 sed 's/^/| /' conftest.$ac_ext >&5
21704
21705         cat >conftest.$ac_ext <<_ACEOF
21706 /* confdefs.h.  */
21707 _ACEOF
21708 cat confdefs.h >>conftest.$ac_ext
21709 cat >>conftest.$ac_ext <<_ACEOF
21710 /* end confdefs.h.  */
21711 #include <sys/types.h>
21712 #ifdef HAVE_SYS_PARAM_H
21713 # include <sys/param.h>
21714 #endif
21715 #ifdef HAVE_SYS_MOUNT_H
21716 # include <sys/mount.h>
21717 #endif
21718 #ifdef HAVE_SYS_VFS_H
21719 # include <sys/vfs.h>
21720 #endif
21721 #ifdef HAVE_SYS_STATFS_H
21722 # include <sys/statfs.h>
21723 #endif
21724
21725 int
21726 main ()
21727 {
21728 static struct statfs ac_aggr;
21729 if (sizeof ac_aggr.f_favail)
21730 return 0;
21731   ;
21732   return 0;
21733 }
21734 _ACEOF
21735 rm -f conftest.$ac_objext
21736 if { (ac_try="$ac_compile"
21737 case "(($ac_try" in
21738   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21739   *) ac_try_echo=$ac_try;;
21740 esac
21741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21742 $as_echo "$ac_try_echo") >&5
21743   (eval "$ac_compile") 2>conftest.er1
21744   ac_status=$?
21745   grep -v '^ *+' conftest.er1 >conftest.err
21746   rm -f conftest.er1
21747   cat conftest.err >&5
21748   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21749   (exit $ac_status); } && {
21750          test -z "$ac_c_werror_flag" ||
21751          test ! -s conftest.err
21752        } && test -s conftest.$ac_objext; then
21753   ac_cv_member_struct_statfs_f_favail=yes
21754 else
21755   $as_echo "$as_me: failed program was:" >&5
21756 sed 's/^/| /' conftest.$ac_ext >&5
21757
21758         ac_cv_member_struct_statfs_f_favail=no
21759 fi
21760
21761 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21762 fi
21763
21764 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21765 fi
21766 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21767 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21768 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21769
21770 cat >>confdefs.h <<_ACEOF
21771 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21772 _ACEOF
21773
21774
21775 fi
21776 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21777 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21778 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21779   $as_echo_n "(cached) " >&6
21780 else
21781   cat >conftest.$ac_ext <<_ACEOF
21782 /* confdefs.h.  */
21783 _ACEOF
21784 cat confdefs.h >>conftest.$ac_ext
21785 cat >>conftest.$ac_ext <<_ACEOF
21786 /* end confdefs.h.  */
21787 #include <sys/types.h>
21788 #ifdef HAVE_SYS_PARAM_H
21789 # include <sys/param.h>
21790 #endif
21791 #ifdef HAVE_SYS_MOUNT_H
21792 # include <sys/mount.h>
21793 #endif
21794 #ifdef HAVE_SYS_VFS_H
21795 # include <sys/vfs.h>
21796 #endif
21797 #ifdef HAVE_SYS_STATFS_H
21798 # include <sys/statfs.h>
21799 #endif
21800
21801 int
21802 main ()
21803 {
21804 static struct statfs ac_aggr;
21805 if (ac_aggr.f_namelen)
21806 return 0;
21807   ;
21808   return 0;
21809 }
21810 _ACEOF
21811 rm -f conftest.$ac_objext
21812 if { (ac_try="$ac_compile"
21813 case "(($ac_try" in
21814   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21815   *) ac_try_echo=$ac_try;;
21816 esac
21817 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21818 $as_echo "$ac_try_echo") >&5
21819   (eval "$ac_compile") 2>conftest.er1
21820   ac_status=$?
21821   grep -v '^ *+' conftest.er1 >conftest.err
21822   rm -f conftest.er1
21823   cat conftest.err >&5
21824   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21825   (exit $ac_status); } && {
21826          test -z "$ac_c_werror_flag" ||
21827          test ! -s conftest.err
21828        } && test -s conftest.$ac_objext; then
21829   ac_cv_member_struct_statfs_f_namelen=yes
21830 else
21831   $as_echo "$as_me: failed program was:" >&5
21832 sed 's/^/| /' conftest.$ac_ext >&5
21833
21834         cat >conftest.$ac_ext <<_ACEOF
21835 /* confdefs.h.  */
21836 _ACEOF
21837 cat confdefs.h >>conftest.$ac_ext
21838 cat >>conftest.$ac_ext <<_ACEOF
21839 /* end confdefs.h.  */
21840 #include <sys/types.h>
21841 #ifdef HAVE_SYS_PARAM_H
21842 # include <sys/param.h>
21843 #endif
21844 #ifdef HAVE_SYS_MOUNT_H
21845 # include <sys/mount.h>
21846 #endif
21847 #ifdef HAVE_SYS_VFS_H
21848 # include <sys/vfs.h>
21849 #endif
21850 #ifdef HAVE_SYS_STATFS_H
21851 # include <sys/statfs.h>
21852 #endif
21853
21854 int
21855 main ()
21856 {
21857 static struct statfs ac_aggr;
21858 if (sizeof ac_aggr.f_namelen)
21859 return 0;
21860   ;
21861   return 0;
21862 }
21863 _ACEOF
21864 rm -f conftest.$ac_objext
21865 if { (ac_try="$ac_compile"
21866 case "(($ac_try" in
21867   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21868   *) ac_try_echo=$ac_try;;
21869 esac
21870 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21871 $as_echo "$ac_try_echo") >&5
21872   (eval "$ac_compile") 2>conftest.er1
21873   ac_status=$?
21874   grep -v '^ *+' conftest.er1 >conftest.err
21875   rm -f conftest.er1
21876   cat conftest.err >&5
21877   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21878   (exit $ac_status); } && {
21879          test -z "$ac_c_werror_flag" ||
21880          test ! -s conftest.err
21881        } && test -s conftest.$ac_objext; then
21882   ac_cv_member_struct_statfs_f_namelen=yes
21883 else
21884   $as_echo "$as_me: failed program was:" >&5
21885 sed 's/^/| /' conftest.$ac_ext >&5
21886
21887         ac_cv_member_struct_statfs_f_namelen=no
21888 fi
21889
21890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21891 fi
21892
21893 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21894 fi
21895 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21896 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21897 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21898
21899 cat >>confdefs.h <<_ACEOF
21900 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21901 _ACEOF
21902
21903
21904 fi
21905
21906
21907 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21908 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21909 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21910   $as_echo_n "(cached) " >&6
21911 else
21912   cat >conftest.$ac_ext <<_ACEOF
21913 /* confdefs.h.  */
21914 _ACEOF
21915 cat confdefs.h >>conftest.$ac_ext
21916 cat >>conftest.$ac_ext <<_ACEOF
21917 /* end confdefs.h.  */
21918 #ifdef HAVE_SYS_STATVFS_H
21919 #include <sys/statvfs.h>
21920 #endif
21921
21922 int
21923 main ()
21924 {
21925 static struct statvfs ac_aggr;
21926 if (ac_aggr.f_blocks)
21927 return 0;
21928   ;
21929   return 0;
21930 }
21931 _ACEOF
21932 rm -f conftest.$ac_objext
21933 if { (ac_try="$ac_compile"
21934 case "(($ac_try" in
21935   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21936   *) ac_try_echo=$ac_try;;
21937 esac
21938 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21939 $as_echo "$ac_try_echo") >&5
21940   (eval "$ac_compile") 2>conftest.er1
21941   ac_status=$?
21942   grep -v '^ *+' conftest.er1 >conftest.err
21943   rm -f conftest.er1
21944   cat conftest.err >&5
21945   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21946   (exit $ac_status); } && {
21947          test -z "$ac_c_werror_flag" ||
21948          test ! -s conftest.err
21949        } && test -s conftest.$ac_objext; then
21950   ac_cv_member_struct_statvfs_f_blocks=yes
21951 else
21952   $as_echo "$as_me: failed program was:" >&5
21953 sed 's/^/| /' conftest.$ac_ext >&5
21954
21955         cat >conftest.$ac_ext <<_ACEOF
21956 /* confdefs.h.  */
21957 _ACEOF
21958 cat confdefs.h >>conftest.$ac_ext
21959 cat >>conftest.$ac_ext <<_ACEOF
21960 /* end confdefs.h.  */
21961 #ifdef HAVE_SYS_STATVFS_H
21962 #include <sys/statvfs.h>
21963 #endif
21964
21965 int
21966 main ()
21967 {
21968 static struct statvfs ac_aggr;
21969 if (sizeof ac_aggr.f_blocks)
21970 return 0;
21971   ;
21972   return 0;
21973 }
21974 _ACEOF
21975 rm -f conftest.$ac_objext
21976 if { (ac_try="$ac_compile"
21977 case "(($ac_try" in
21978   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21979   *) ac_try_echo=$ac_try;;
21980 esac
21981 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21982 $as_echo "$ac_try_echo") >&5
21983   (eval "$ac_compile") 2>conftest.er1
21984   ac_status=$?
21985   grep -v '^ *+' conftest.er1 >conftest.err
21986   rm -f conftest.er1
21987   cat conftest.err >&5
21988   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21989   (exit $ac_status); } && {
21990          test -z "$ac_c_werror_flag" ||
21991          test ! -s conftest.err
21992        } && test -s conftest.$ac_objext; then
21993   ac_cv_member_struct_statvfs_f_blocks=yes
21994 else
21995   $as_echo "$as_me: failed program was:" >&5
21996 sed 's/^/| /' conftest.$ac_ext >&5
21997
21998         ac_cv_member_struct_statvfs_f_blocks=no
21999 fi
22000
22001 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22002 fi
22003
22004 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22005 fi
22006 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
22007 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
22008 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
22009
22010 cat >>confdefs.h <<_ACEOF
22011 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
22012 _ACEOF
22013
22014
22015 fi
22016
22017
22018 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
22019 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
22020 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
22021   $as_echo_n "(cached) " >&6
22022 else
22023   cat >conftest.$ac_ext <<_ACEOF
22024 /* confdefs.h.  */
22025 _ACEOF
22026 cat confdefs.h >>conftest.$ac_ext
22027 cat >>conftest.$ac_ext <<_ACEOF
22028 /* end confdefs.h.  */
22029 #include <sys/types.h>
22030 #ifdef HAVE_SYS_SOCKET_H
22031 # include <sys/socket.h>
22032 #endif
22033 #ifdef HAVE_SYS_UN_H
22034 # include <sys/un.h>
22035 #endif
22036
22037 int
22038 main ()
22039 {
22040 static struct msghdr ac_aggr;
22041 if (ac_aggr.msg_accrights)
22042 return 0;
22043   ;
22044   return 0;
22045 }
22046 _ACEOF
22047 rm -f conftest.$ac_objext
22048 if { (ac_try="$ac_compile"
22049 case "(($ac_try" in
22050   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22051   *) ac_try_echo=$ac_try;;
22052 esac
22053 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22054 $as_echo "$ac_try_echo") >&5
22055   (eval "$ac_compile") 2>conftest.er1
22056   ac_status=$?
22057   grep -v '^ *+' conftest.er1 >conftest.err
22058   rm -f conftest.er1
22059   cat conftest.err >&5
22060   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22061   (exit $ac_status); } && {
22062          test -z "$ac_c_werror_flag" ||
22063          test ! -s conftest.err
22064        } && test -s conftest.$ac_objext; then
22065   ac_cv_member_struct_msghdr_msg_accrights=yes
22066 else
22067   $as_echo "$as_me: failed program was:" >&5
22068 sed 's/^/| /' conftest.$ac_ext >&5
22069
22070         cat >conftest.$ac_ext <<_ACEOF
22071 /* confdefs.h.  */
22072 _ACEOF
22073 cat confdefs.h >>conftest.$ac_ext
22074 cat >>conftest.$ac_ext <<_ACEOF
22075 /* end confdefs.h.  */
22076 #include <sys/types.h>
22077 #ifdef HAVE_SYS_SOCKET_H
22078 # include <sys/socket.h>
22079 #endif
22080 #ifdef HAVE_SYS_UN_H
22081 # include <sys/un.h>
22082 #endif
22083
22084 int
22085 main ()
22086 {
22087 static struct msghdr ac_aggr;
22088 if (sizeof ac_aggr.msg_accrights)
22089 return 0;
22090   ;
22091   return 0;
22092 }
22093 _ACEOF
22094 rm -f conftest.$ac_objext
22095 if { (ac_try="$ac_compile"
22096 case "(($ac_try" in
22097   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22098   *) ac_try_echo=$ac_try;;
22099 esac
22100 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22101 $as_echo "$ac_try_echo") >&5
22102   (eval "$ac_compile") 2>conftest.er1
22103   ac_status=$?
22104   grep -v '^ *+' conftest.er1 >conftest.err
22105   rm -f conftest.er1
22106   cat conftest.err >&5
22107   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22108   (exit $ac_status); } && {
22109          test -z "$ac_c_werror_flag" ||
22110          test ! -s conftest.err
22111        } && test -s conftest.$ac_objext; then
22112   ac_cv_member_struct_msghdr_msg_accrights=yes
22113 else
22114   $as_echo "$as_me: failed program was:" >&5
22115 sed 's/^/| /' conftest.$ac_ext >&5
22116
22117         ac_cv_member_struct_msghdr_msg_accrights=no
22118 fi
22119
22120 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22121 fi
22122
22123 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22124 fi
22125 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
22126 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
22127 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
22128
22129 cat >>confdefs.h <<_ACEOF
22130 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
22131 _ACEOF
22132
22133
22134 fi
22135 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
22136 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
22137 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
22138   $as_echo_n "(cached) " >&6
22139 else
22140   cat >conftest.$ac_ext <<_ACEOF
22141 /* confdefs.h.  */
22142 _ACEOF
22143 cat confdefs.h >>conftest.$ac_ext
22144 cat >>conftest.$ac_ext <<_ACEOF
22145 /* end confdefs.h.  */
22146 #include <sys/types.h>
22147 #ifdef HAVE_SYS_SOCKET_H
22148 # include <sys/socket.h>
22149 #endif
22150 #ifdef HAVE_SYS_UN_H
22151 # include <sys/un.h>
22152 #endif
22153
22154 int
22155 main ()
22156 {
22157 static struct sockaddr ac_aggr;
22158 if (ac_aggr.sa_len)
22159 return 0;
22160   ;
22161   return 0;
22162 }
22163 _ACEOF
22164 rm -f conftest.$ac_objext
22165 if { (ac_try="$ac_compile"
22166 case "(($ac_try" in
22167   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22168   *) ac_try_echo=$ac_try;;
22169 esac
22170 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22171 $as_echo "$ac_try_echo") >&5
22172   (eval "$ac_compile") 2>conftest.er1
22173   ac_status=$?
22174   grep -v '^ *+' conftest.er1 >conftest.err
22175   rm -f conftest.er1
22176   cat conftest.err >&5
22177   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22178   (exit $ac_status); } && {
22179          test -z "$ac_c_werror_flag" ||
22180          test ! -s conftest.err
22181        } && test -s conftest.$ac_objext; then
22182   ac_cv_member_struct_sockaddr_sa_len=yes
22183 else
22184   $as_echo "$as_me: failed program was:" >&5
22185 sed 's/^/| /' conftest.$ac_ext >&5
22186
22187         cat >conftest.$ac_ext <<_ACEOF
22188 /* confdefs.h.  */
22189 _ACEOF
22190 cat confdefs.h >>conftest.$ac_ext
22191 cat >>conftest.$ac_ext <<_ACEOF
22192 /* end confdefs.h.  */
22193 #include <sys/types.h>
22194 #ifdef HAVE_SYS_SOCKET_H
22195 # include <sys/socket.h>
22196 #endif
22197 #ifdef HAVE_SYS_UN_H
22198 # include <sys/un.h>
22199 #endif
22200
22201 int
22202 main ()
22203 {
22204 static struct sockaddr ac_aggr;
22205 if (sizeof ac_aggr.sa_len)
22206 return 0;
22207   ;
22208   return 0;
22209 }
22210 _ACEOF
22211 rm -f conftest.$ac_objext
22212 if { (ac_try="$ac_compile"
22213 case "(($ac_try" in
22214   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22215   *) ac_try_echo=$ac_try;;
22216 esac
22217 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22218 $as_echo "$ac_try_echo") >&5
22219   (eval "$ac_compile") 2>conftest.er1
22220   ac_status=$?
22221   grep -v '^ *+' conftest.er1 >conftest.err
22222   rm -f conftest.er1
22223   cat conftest.err >&5
22224   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22225   (exit $ac_status); } && {
22226          test -z "$ac_c_werror_flag" ||
22227          test ! -s conftest.err
22228        } && test -s conftest.$ac_objext; then
22229   ac_cv_member_struct_sockaddr_sa_len=yes
22230 else
22231   $as_echo "$as_me: failed program was:" >&5
22232 sed 's/^/| /' conftest.$ac_ext >&5
22233
22234         ac_cv_member_struct_sockaddr_sa_len=no
22235 fi
22236
22237 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22238 fi
22239
22240 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22241 fi
22242 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
22243 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
22244 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
22245
22246 cat >>confdefs.h <<_ACEOF
22247 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22248 _ACEOF
22249
22250
22251 fi
22252 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22253 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22254 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22255   $as_echo_n "(cached) " >&6
22256 else
22257   cat >conftest.$ac_ext <<_ACEOF
22258 /* confdefs.h.  */
22259 _ACEOF
22260 cat confdefs.h >>conftest.$ac_ext
22261 cat >>conftest.$ac_ext <<_ACEOF
22262 /* end confdefs.h.  */
22263 #include <sys/types.h>
22264 #ifdef HAVE_SYS_SOCKET_H
22265 # include <sys/socket.h>
22266 #endif
22267 #ifdef HAVE_SYS_UN_H
22268 # include <sys/un.h>
22269 #endif
22270
22271 int
22272 main ()
22273 {
22274 static struct sockaddr_un ac_aggr;
22275 if (ac_aggr.sun_len)
22276 return 0;
22277   ;
22278   return 0;
22279 }
22280 _ACEOF
22281 rm -f conftest.$ac_objext
22282 if { (ac_try="$ac_compile"
22283 case "(($ac_try" in
22284   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22285   *) ac_try_echo=$ac_try;;
22286 esac
22287 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22288 $as_echo "$ac_try_echo") >&5
22289   (eval "$ac_compile") 2>conftest.er1
22290   ac_status=$?
22291   grep -v '^ *+' conftest.er1 >conftest.err
22292   rm -f conftest.er1
22293   cat conftest.err >&5
22294   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22295   (exit $ac_status); } && {
22296          test -z "$ac_c_werror_flag" ||
22297          test ! -s conftest.err
22298        } && test -s conftest.$ac_objext; then
22299   ac_cv_member_struct_sockaddr_un_sun_len=yes
22300 else
22301   $as_echo "$as_me: failed program was:" >&5
22302 sed 's/^/| /' conftest.$ac_ext >&5
22303
22304         cat >conftest.$ac_ext <<_ACEOF
22305 /* confdefs.h.  */
22306 _ACEOF
22307 cat confdefs.h >>conftest.$ac_ext
22308 cat >>conftest.$ac_ext <<_ACEOF
22309 /* end confdefs.h.  */
22310 #include <sys/types.h>
22311 #ifdef HAVE_SYS_SOCKET_H
22312 # include <sys/socket.h>
22313 #endif
22314 #ifdef HAVE_SYS_UN_H
22315 # include <sys/un.h>
22316 #endif
22317
22318 int
22319 main ()
22320 {
22321 static struct sockaddr_un ac_aggr;
22322 if (sizeof ac_aggr.sun_len)
22323 return 0;
22324   ;
22325   return 0;
22326 }
22327 _ACEOF
22328 rm -f conftest.$ac_objext
22329 if { (ac_try="$ac_compile"
22330 case "(($ac_try" in
22331   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22332   *) ac_try_echo=$ac_try;;
22333 esac
22334 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22335 $as_echo "$ac_try_echo") >&5
22336   (eval "$ac_compile") 2>conftest.er1
22337   ac_status=$?
22338   grep -v '^ *+' conftest.er1 >conftest.err
22339   rm -f conftest.er1
22340   cat conftest.err >&5
22341   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22342   (exit $ac_status); } && {
22343          test -z "$ac_c_werror_flag" ||
22344          test ! -s conftest.err
22345        } && test -s conftest.$ac_objext; then
22346   ac_cv_member_struct_sockaddr_un_sun_len=yes
22347 else
22348   $as_echo "$as_me: failed program was:" >&5
22349 sed 's/^/| /' conftest.$ac_ext >&5
22350
22351         ac_cv_member_struct_sockaddr_un_sun_len=no
22352 fi
22353
22354 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22355 fi
22356
22357 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22358 fi
22359 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22360 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22361 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22362
22363 cat >>confdefs.h <<_ACEOF
22364 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22365 _ACEOF
22366
22367
22368 fi
22369
22370
22371 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22372 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22373 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22374   $as_echo_n "(cached) " >&6
22375 else
22376   cat >conftest.$ac_ext <<_ACEOF
22377 /* confdefs.h.  */
22378 _ACEOF
22379 cat confdefs.h >>conftest.$ac_ext
22380 cat >>conftest.$ac_ext <<_ACEOF
22381 /* end confdefs.h.  */
22382 #include <sys/types.h>
22383 #ifdef HAVE_SCSI_SG_H
22384 #include <scsi/sg.h>
22385 #endif
22386
22387 int
22388 main ()
22389 {
22390 static scsireq_t ac_aggr;
22391 if (ac_aggr.cmd)
22392 return 0;
22393   ;
22394   return 0;
22395 }
22396 _ACEOF
22397 rm -f conftest.$ac_objext
22398 if { (ac_try="$ac_compile"
22399 case "(($ac_try" in
22400   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22401   *) ac_try_echo=$ac_try;;
22402 esac
22403 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22404 $as_echo "$ac_try_echo") >&5
22405   (eval "$ac_compile") 2>conftest.er1
22406   ac_status=$?
22407   grep -v '^ *+' conftest.er1 >conftest.err
22408   rm -f conftest.er1
22409   cat conftest.err >&5
22410   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22411   (exit $ac_status); } && {
22412          test -z "$ac_c_werror_flag" ||
22413          test ! -s conftest.err
22414        } && test -s conftest.$ac_objext; then
22415   ac_cv_member_scsireq_t_cmd=yes
22416 else
22417   $as_echo "$as_me: failed program was:" >&5
22418 sed 's/^/| /' conftest.$ac_ext >&5
22419
22420         cat >conftest.$ac_ext <<_ACEOF
22421 /* confdefs.h.  */
22422 _ACEOF
22423 cat confdefs.h >>conftest.$ac_ext
22424 cat >>conftest.$ac_ext <<_ACEOF
22425 /* end confdefs.h.  */
22426 #include <sys/types.h>
22427 #ifdef HAVE_SCSI_SG_H
22428 #include <scsi/sg.h>
22429 #endif
22430
22431 int
22432 main ()
22433 {
22434 static scsireq_t ac_aggr;
22435 if (sizeof ac_aggr.cmd)
22436 return 0;
22437   ;
22438   return 0;
22439 }
22440 _ACEOF
22441 rm -f conftest.$ac_objext
22442 if { (ac_try="$ac_compile"
22443 case "(($ac_try" in
22444   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22445   *) ac_try_echo=$ac_try;;
22446 esac
22447 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22448 $as_echo "$ac_try_echo") >&5
22449   (eval "$ac_compile") 2>conftest.er1
22450   ac_status=$?
22451   grep -v '^ *+' conftest.er1 >conftest.err
22452   rm -f conftest.er1
22453   cat conftest.err >&5
22454   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22455   (exit $ac_status); } && {
22456          test -z "$ac_c_werror_flag" ||
22457          test ! -s conftest.err
22458        } && test -s conftest.$ac_objext; then
22459   ac_cv_member_scsireq_t_cmd=yes
22460 else
22461   $as_echo "$as_me: failed program was:" >&5
22462 sed 's/^/| /' conftest.$ac_ext >&5
22463
22464         ac_cv_member_scsireq_t_cmd=no
22465 fi
22466
22467 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22468 fi
22469
22470 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22471 fi
22472 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22473 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22474 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22475
22476 cat >>confdefs.h <<_ACEOF
22477 #define HAVE_SCSIREQ_T_CMD 1
22478 _ACEOF
22479
22480
22481 fi
22482 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22483 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22484 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22485   $as_echo_n "(cached) " >&6
22486 else
22487   cat >conftest.$ac_ext <<_ACEOF
22488 /* confdefs.h.  */
22489 _ACEOF
22490 cat confdefs.h >>conftest.$ac_ext
22491 cat >>conftest.$ac_ext <<_ACEOF
22492 /* end confdefs.h.  */
22493 #include <sys/types.h>
22494 #ifdef HAVE_SCSI_SG_H
22495 #include <scsi/sg.h>
22496 #endif
22497
22498 int
22499 main ()
22500 {
22501 static sg_io_hdr_t ac_aggr;
22502 if (ac_aggr.interface_id)
22503 return 0;
22504   ;
22505   return 0;
22506 }
22507 _ACEOF
22508 rm -f conftest.$ac_objext
22509 if { (ac_try="$ac_compile"
22510 case "(($ac_try" in
22511   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22512   *) ac_try_echo=$ac_try;;
22513 esac
22514 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22515 $as_echo "$ac_try_echo") >&5
22516   (eval "$ac_compile") 2>conftest.er1
22517   ac_status=$?
22518   grep -v '^ *+' conftest.er1 >conftest.err
22519   rm -f conftest.er1
22520   cat conftest.err >&5
22521   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22522   (exit $ac_status); } && {
22523          test -z "$ac_c_werror_flag" ||
22524          test ! -s conftest.err
22525        } && test -s conftest.$ac_objext; then
22526   ac_cv_member_sg_io_hdr_t_interface_id=yes
22527 else
22528   $as_echo "$as_me: failed program was:" >&5
22529 sed 's/^/| /' conftest.$ac_ext >&5
22530
22531         cat >conftest.$ac_ext <<_ACEOF
22532 /* confdefs.h.  */
22533 _ACEOF
22534 cat confdefs.h >>conftest.$ac_ext
22535 cat >>conftest.$ac_ext <<_ACEOF
22536 /* end confdefs.h.  */
22537 #include <sys/types.h>
22538 #ifdef HAVE_SCSI_SG_H
22539 #include <scsi/sg.h>
22540 #endif
22541
22542 int
22543 main ()
22544 {
22545 static sg_io_hdr_t ac_aggr;
22546 if (sizeof ac_aggr.interface_id)
22547 return 0;
22548   ;
22549   return 0;
22550 }
22551 _ACEOF
22552 rm -f conftest.$ac_objext
22553 if { (ac_try="$ac_compile"
22554 case "(($ac_try" in
22555   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22556   *) ac_try_echo=$ac_try;;
22557 esac
22558 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22559 $as_echo "$ac_try_echo") >&5
22560   (eval "$ac_compile") 2>conftest.er1
22561   ac_status=$?
22562   grep -v '^ *+' conftest.er1 >conftest.err
22563   rm -f conftest.er1
22564   cat conftest.err >&5
22565   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22566   (exit $ac_status); } && {
22567          test -z "$ac_c_werror_flag" ||
22568          test ! -s conftest.err
22569        } && test -s conftest.$ac_objext; then
22570   ac_cv_member_sg_io_hdr_t_interface_id=yes
22571 else
22572   $as_echo "$as_me: failed program was:" >&5
22573 sed 's/^/| /' conftest.$ac_ext >&5
22574
22575         ac_cv_member_sg_io_hdr_t_interface_id=no
22576 fi
22577
22578 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22579 fi
22580
22581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22582 fi
22583 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22584 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22585 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22586
22587 cat >>confdefs.h <<_ACEOF
22588 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22589 _ACEOF
22590
22591
22592 fi
22593
22594
22595 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22596 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22597 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22598   $as_echo_n "(cached) " >&6
22599 else
22600   cat >conftest.$ac_ext <<_ACEOF
22601 /* confdefs.h.  */
22602 _ACEOF
22603 cat confdefs.h >>conftest.$ac_ext
22604 cat >>conftest.$ac_ext <<_ACEOF
22605 /* end confdefs.h.  */
22606 #include <signal.h>
22607
22608 int
22609 main ()
22610 {
22611 static siginfo_t ac_aggr;
22612 if (ac_aggr.si_fd)
22613 return 0;
22614   ;
22615   return 0;
22616 }
22617 _ACEOF
22618 rm -f conftest.$ac_objext
22619 if { (ac_try="$ac_compile"
22620 case "(($ac_try" in
22621   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22622   *) ac_try_echo=$ac_try;;
22623 esac
22624 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22625 $as_echo "$ac_try_echo") >&5
22626   (eval "$ac_compile") 2>conftest.er1
22627   ac_status=$?
22628   grep -v '^ *+' conftest.er1 >conftest.err
22629   rm -f conftest.er1
22630   cat conftest.err >&5
22631   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22632   (exit $ac_status); } && {
22633          test -z "$ac_c_werror_flag" ||
22634          test ! -s conftest.err
22635        } && test -s conftest.$ac_objext; then
22636   ac_cv_member_siginfo_t_si_fd=yes
22637 else
22638   $as_echo "$as_me: failed program was:" >&5
22639 sed 's/^/| /' conftest.$ac_ext >&5
22640
22641         cat >conftest.$ac_ext <<_ACEOF
22642 /* confdefs.h.  */
22643 _ACEOF
22644 cat confdefs.h >>conftest.$ac_ext
22645 cat >>conftest.$ac_ext <<_ACEOF
22646 /* end confdefs.h.  */
22647 #include <signal.h>
22648
22649 int
22650 main ()
22651 {
22652 static siginfo_t ac_aggr;
22653 if (sizeof ac_aggr.si_fd)
22654 return 0;
22655   ;
22656   return 0;
22657 }
22658 _ACEOF
22659 rm -f conftest.$ac_objext
22660 if { (ac_try="$ac_compile"
22661 case "(($ac_try" in
22662   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22663   *) ac_try_echo=$ac_try;;
22664 esac
22665 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22666 $as_echo "$ac_try_echo") >&5
22667   (eval "$ac_compile") 2>conftest.er1
22668   ac_status=$?
22669   grep -v '^ *+' conftest.er1 >conftest.err
22670   rm -f conftest.er1
22671   cat conftest.err >&5
22672   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22673   (exit $ac_status); } && {
22674          test -z "$ac_c_werror_flag" ||
22675          test ! -s conftest.err
22676        } && test -s conftest.$ac_objext; then
22677   ac_cv_member_siginfo_t_si_fd=yes
22678 else
22679   $as_echo "$as_me: failed program was:" >&5
22680 sed 's/^/| /' conftest.$ac_ext >&5
22681
22682         ac_cv_member_siginfo_t_si_fd=no
22683 fi
22684
22685 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22686 fi
22687
22688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22689 fi
22690 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22691 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22692 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22693
22694 cat >>confdefs.h <<_ACEOF
22695 #define HAVE_SIGINFO_T_SI_FD 1
22696 _ACEOF
22697
22698
22699 fi
22700
22701
22702 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22703 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22704 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22705   $as_echo_n "(cached) " >&6
22706 else
22707   cat >conftest.$ac_ext <<_ACEOF
22708 /* confdefs.h.  */
22709 _ACEOF
22710 cat confdefs.h >>conftest.$ac_ext
22711 cat >>conftest.$ac_ext <<_ACEOF
22712 /* end confdefs.h.  */
22713 #include <sys/types.h>
22714 #ifdef HAVE_SYS_MTIO_H
22715 #include <sys/mtio.h>
22716 #endif
22717
22718 int
22719 main ()
22720 {
22721 static struct mtget ac_aggr;
22722 if (ac_aggr.mt_blksiz)
22723 return 0;
22724   ;
22725   return 0;
22726 }
22727 _ACEOF
22728 rm -f conftest.$ac_objext
22729 if { (ac_try="$ac_compile"
22730 case "(($ac_try" in
22731   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22732   *) ac_try_echo=$ac_try;;
22733 esac
22734 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22735 $as_echo "$ac_try_echo") >&5
22736   (eval "$ac_compile") 2>conftest.er1
22737   ac_status=$?
22738   grep -v '^ *+' conftest.er1 >conftest.err
22739   rm -f conftest.er1
22740   cat conftest.err >&5
22741   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22742   (exit $ac_status); } && {
22743          test -z "$ac_c_werror_flag" ||
22744          test ! -s conftest.err
22745        } && test -s conftest.$ac_objext; then
22746   ac_cv_member_struct_mtget_mt_blksiz=yes
22747 else
22748   $as_echo "$as_me: failed program was:" >&5
22749 sed 's/^/| /' conftest.$ac_ext >&5
22750
22751         cat >conftest.$ac_ext <<_ACEOF
22752 /* confdefs.h.  */
22753 _ACEOF
22754 cat confdefs.h >>conftest.$ac_ext
22755 cat >>conftest.$ac_ext <<_ACEOF
22756 /* end confdefs.h.  */
22757 #include <sys/types.h>
22758 #ifdef HAVE_SYS_MTIO_H
22759 #include <sys/mtio.h>
22760 #endif
22761
22762 int
22763 main ()
22764 {
22765 static struct mtget ac_aggr;
22766 if (sizeof ac_aggr.mt_blksiz)
22767 return 0;
22768   ;
22769   return 0;
22770 }
22771 _ACEOF
22772 rm -f conftest.$ac_objext
22773 if { (ac_try="$ac_compile"
22774 case "(($ac_try" in
22775   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22776   *) ac_try_echo=$ac_try;;
22777 esac
22778 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22779 $as_echo "$ac_try_echo") >&5
22780   (eval "$ac_compile") 2>conftest.er1
22781   ac_status=$?
22782   grep -v '^ *+' conftest.er1 >conftest.err
22783   rm -f conftest.er1
22784   cat conftest.err >&5
22785   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22786   (exit $ac_status); } && {
22787          test -z "$ac_c_werror_flag" ||
22788          test ! -s conftest.err
22789        } && test -s conftest.$ac_objext; then
22790   ac_cv_member_struct_mtget_mt_blksiz=yes
22791 else
22792   $as_echo "$as_me: failed program was:" >&5
22793 sed 's/^/| /' conftest.$ac_ext >&5
22794
22795         ac_cv_member_struct_mtget_mt_blksiz=no
22796 fi
22797
22798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22799 fi
22800
22801 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22802 fi
22803 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22804 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22805 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22806
22807 cat >>confdefs.h <<_ACEOF
22808 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22809 _ACEOF
22810
22811
22812 fi
22813 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22814 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22815 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22816   $as_echo_n "(cached) " >&6
22817 else
22818   cat >conftest.$ac_ext <<_ACEOF
22819 /* confdefs.h.  */
22820 _ACEOF
22821 cat confdefs.h >>conftest.$ac_ext
22822 cat >>conftest.$ac_ext <<_ACEOF
22823 /* end confdefs.h.  */
22824 #include <sys/types.h>
22825 #ifdef HAVE_SYS_MTIO_H
22826 #include <sys/mtio.h>
22827 #endif
22828
22829 int
22830 main ()
22831 {
22832 static struct mtget ac_aggr;
22833 if (ac_aggr.mt_gstat)
22834 return 0;
22835   ;
22836   return 0;
22837 }
22838 _ACEOF
22839 rm -f conftest.$ac_objext
22840 if { (ac_try="$ac_compile"
22841 case "(($ac_try" in
22842   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22843   *) ac_try_echo=$ac_try;;
22844 esac
22845 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22846 $as_echo "$ac_try_echo") >&5
22847   (eval "$ac_compile") 2>conftest.er1
22848   ac_status=$?
22849   grep -v '^ *+' conftest.er1 >conftest.err
22850   rm -f conftest.er1
22851   cat conftest.err >&5
22852   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22853   (exit $ac_status); } && {
22854          test -z "$ac_c_werror_flag" ||
22855          test ! -s conftest.err
22856        } && test -s conftest.$ac_objext; then
22857   ac_cv_member_struct_mtget_mt_gstat=yes
22858 else
22859   $as_echo "$as_me: failed program was:" >&5
22860 sed 's/^/| /' conftest.$ac_ext >&5
22861
22862         cat >conftest.$ac_ext <<_ACEOF
22863 /* confdefs.h.  */
22864 _ACEOF
22865 cat confdefs.h >>conftest.$ac_ext
22866 cat >>conftest.$ac_ext <<_ACEOF
22867 /* end confdefs.h.  */
22868 #include <sys/types.h>
22869 #ifdef HAVE_SYS_MTIO_H
22870 #include <sys/mtio.h>
22871 #endif
22872
22873 int
22874 main ()
22875 {
22876 static struct mtget ac_aggr;
22877 if (sizeof ac_aggr.mt_gstat)
22878 return 0;
22879   ;
22880   return 0;
22881 }
22882 _ACEOF
22883 rm -f conftest.$ac_objext
22884 if { (ac_try="$ac_compile"
22885 case "(($ac_try" in
22886   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22887   *) ac_try_echo=$ac_try;;
22888 esac
22889 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22890 $as_echo "$ac_try_echo") >&5
22891   (eval "$ac_compile") 2>conftest.er1
22892   ac_status=$?
22893   grep -v '^ *+' conftest.er1 >conftest.err
22894   rm -f conftest.er1
22895   cat conftest.err >&5
22896   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22897   (exit $ac_status); } && {
22898          test -z "$ac_c_werror_flag" ||
22899          test ! -s conftest.err
22900        } && test -s conftest.$ac_objext; then
22901   ac_cv_member_struct_mtget_mt_gstat=yes
22902 else
22903   $as_echo "$as_me: failed program was:" >&5
22904 sed 's/^/| /' conftest.$ac_ext >&5
22905
22906         ac_cv_member_struct_mtget_mt_gstat=no
22907 fi
22908
22909 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22910 fi
22911
22912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22913 fi
22914 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22915 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22916 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22917
22918 cat >>confdefs.h <<_ACEOF
22919 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22920 _ACEOF
22921
22922
22923 fi
22924 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22925 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22926 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22927   $as_echo_n "(cached) " >&6
22928 else
22929   cat >conftest.$ac_ext <<_ACEOF
22930 /* confdefs.h.  */
22931 _ACEOF
22932 cat confdefs.h >>conftest.$ac_ext
22933 cat >>conftest.$ac_ext <<_ACEOF
22934 /* end confdefs.h.  */
22935 #include <sys/types.h>
22936 #ifdef HAVE_SYS_MTIO_H
22937 #include <sys/mtio.h>
22938 #endif
22939
22940 int
22941 main ()
22942 {
22943 static struct mtget ac_aggr;
22944 if (ac_aggr.mt_blkno)
22945 return 0;
22946   ;
22947   return 0;
22948 }
22949 _ACEOF
22950 rm -f conftest.$ac_objext
22951 if { (ac_try="$ac_compile"
22952 case "(($ac_try" in
22953   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22954   *) ac_try_echo=$ac_try;;
22955 esac
22956 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22957 $as_echo "$ac_try_echo") >&5
22958   (eval "$ac_compile") 2>conftest.er1
22959   ac_status=$?
22960   grep -v '^ *+' conftest.er1 >conftest.err
22961   rm -f conftest.er1
22962   cat conftest.err >&5
22963   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22964   (exit $ac_status); } && {
22965          test -z "$ac_c_werror_flag" ||
22966          test ! -s conftest.err
22967        } && test -s conftest.$ac_objext; then
22968   ac_cv_member_struct_mtget_mt_blkno=yes
22969 else
22970   $as_echo "$as_me: failed program was:" >&5
22971 sed 's/^/| /' conftest.$ac_ext >&5
22972
22973         cat >conftest.$ac_ext <<_ACEOF
22974 /* confdefs.h.  */
22975 _ACEOF
22976 cat confdefs.h >>conftest.$ac_ext
22977 cat >>conftest.$ac_ext <<_ACEOF
22978 /* end confdefs.h.  */
22979 #include <sys/types.h>
22980 #ifdef HAVE_SYS_MTIO_H
22981 #include <sys/mtio.h>
22982 #endif
22983
22984 int
22985 main ()
22986 {
22987 static struct mtget ac_aggr;
22988 if (sizeof ac_aggr.mt_blkno)
22989 return 0;
22990   ;
22991   return 0;
22992 }
22993 _ACEOF
22994 rm -f conftest.$ac_objext
22995 if { (ac_try="$ac_compile"
22996 case "(($ac_try" in
22997   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22998   *) ac_try_echo=$ac_try;;
22999 esac
23000 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23001 $as_echo "$ac_try_echo") >&5
23002   (eval "$ac_compile") 2>conftest.er1
23003   ac_status=$?
23004   grep -v '^ *+' conftest.er1 >conftest.err
23005   rm -f conftest.er1
23006   cat conftest.err >&5
23007   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23008   (exit $ac_status); } && {
23009          test -z "$ac_c_werror_flag" ||
23010          test ! -s conftest.err
23011        } && test -s conftest.$ac_objext; then
23012   ac_cv_member_struct_mtget_mt_blkno=yes
23013 else
23014   $as_echo "$as_me: failed program was:" >&5
23015 sed 's/^/| /' conftest.$ac_ext >&5
23016
23017         ac_cv_member_struct_mtget_mt_blkno=no
23018 fi
23019
23020 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23021 fi
23022
23023 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23024 fi
23025 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
23026 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
23027 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
23028
23029 cat >>confdefs.h <<_ACEOF
23030 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
23031 _ACEOF
23032
23033
23034 fi
23035
23036
23037 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
23038 $as_echo_n "checking for struct option.name... " >&6; }
23039 if test "${ac_cv_member_struct_option_name+set}" = set; then
23040   $as_echo_n "(cached) " >&6
23041 else
23042   cat >conftest.$ac_ext <<_ACEOF
23043 /* confdefs.h.  */
23044 _ACEOF
23045 cat confdefs.h >>conftest.$ac_ext
23046 cat >>conftest.$ac_ext <<_ACEOF
23047 /* end confdefs.h.  */
23048 #ifdef HAVE_GETOPT_H
23049 #include <getopt.h>
23050 #endif
23051
23052 int
23053 main ()
23054 {
23055 static struct option ac_aggr;
23056 if (ac_aggr.name)
23057 return 0;
23058   ;
23059   return 0;
23060 }
23061 _ACEOF
23062 rm -f conftest.$ac_objext
23063 if { (ac_try="$ac_compile"
23064 case "(($ac_try" in
23065   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23066   *) ac_try_echo=$ac_try;;
23067 esac
23068 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23069 $as_echo "$ac_try_echo") >&5
23070   (eval "$ac_compile") 2>conftest.er1
23071   ac_status=$?
23072   grep -v '^ *+' conftest.er1 >conftest.err
23073   rm -f conftest.er1
23074   cat conftest.err >&5
23075   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23076   (exit $ac_status); } && {
23077          test -z "$ac_c_werror_flag" ||
23078          test ! -s conftest.err
23079        } && test -s conftest.$ac_objext; then
23080   ac_cv_member_struct_option_name=yes
23081 else
23082   $as_echo "$as_me: failed program was:" >&5
23083 sed 's/^/| /' conftest.$ac_ext >&5
23084
23085         cat >conftest.$ac_ext <<_ACEOF
23086 /* confdefs.h.  */
23087 _ACEOF
23088 cat confdefs.h >>conftest.$ac_ext
23089 cat >>conftest.$ac_ext <<_ACEOF
23090 /* end confdefs.h.  */
23091 #ifdef HAVE_GETOPT_H
23092 #include <getopt.h>
23093 #endif
23094
23095 int
23096 main ()
23097 {
23098 static struct option ac_aggr;
23099 if (sizeof ac_aggr.name)
23100 return 0;
23101   ;
23102   return 0;
23103 }
23104 _ACEOF
23105 rm -f conftest.$ac_objext
23106 if { (ac_try="$ac_compile"
23107 case "(($ac_try" in
23108   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23109   *) ac_try_echo=$ac_try;;
23110 esac
23111 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23112 $as_echo "$ac_try_echo") >&5
23113   (eval "$ac_compile") 2>conftest.er1
23114   ac_status=$?
23115   grep -v '^ *+' conftest.er1 >conftest.err
23116   rm -f conftest.er1
23117   cat conftest.err >&5
23118   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23119   (exit $ac_status); } && {
23120          test -z "$ac_c_werror_flag" ||
23121          test ! -s conftest.err
23122        } && test -s conftest.$ac_objext; then
23123   ac_cv_member_struct_option_name=yes
23124 else
23125   $as_echo "$as_me: failed program was:" >&5
23126 sed 's/^/| /' conftest.$ac_ext >&5
23127
23128         ac_cv_member_struct_option_name=no
23129 fi
23130
23131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23132 fi
23133
23134 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23135 fi
23136 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
23137 $as_echo "$ac_cv_member_struct_option_name" >&6; }
23138 if test "x$ac_cv_member_struct_option_name" = x""yes; then
23139
23140 cat >>confdefs.h <<_ACEOF
23141 #define HAVE_STRUCT_OPTION_NAME 1
23142 _ACEOF
23143
23144
23145 fi
23146
23147
23148 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
23149 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
23150 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
23151   $as_echo_n "(cached) " >&6
23152 else
23153   cat >conftest.$ac_ext <<_ACEOF
23154 /* confdefs.h.  */
23155 _ACEOF
23156 cat confdefs.h >>conftest.$ac_ext
23157 cat >>conftest.$ac_ext <<_ACEOF
23158 /* end confdefs.h.  */
23159 $ac_includes_default
23160 int
23161 main ()
23162 {
23163 static struct stat ac_aggr;
23164 if (ac_aggr.st_blocks)
23165 return 0;
23166   ;
23167   return 0;
23168 }
23169 _ACEOF
23170 rm -f conftest.$ac_objext
23171 if { (ac_try="$ac_compile"
23172 case "(($ac_try" in
23173   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23174   *) ac_try_echo=$ac_try;;
23175 esac
23176 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23177 $as_echo "$ac_try_echo") >&5
23178   (eval "$ac_compile") 2>conftest.er1
23179   ac_status=$?
23180   grep -v '^ *+' conftest.er1 >conftest.err
23181   rm -f conftest.er1
23182   cat conftest.err >&5
23183   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23184   (exit $ac_status); } && {
23185          test -z "$ac_c_werror_flag" ||
23186          test ! -s conftest.err
23187        } && test -s conftest.$ac_objext; then
23188   ac_cv_member_struct_stat_st_blocks=yes
23189 else
23190   $as_echo "$as_me: failed program was:" >&5
23191 sed 's/^/| /' conftest.$ac_ext >&5
23192
23193         cat >conftest.$ac_ext <<_ACEOF
23194 /* confdefs.h.  */
23195 _ACEOF
23196 cat confdefs.h >>conftest.$ac_ext
23197 cat >>conftest.$ac_ext <<_ACEOF
23198 /* end confdefs.h.  */
23199 $ac_includes_default
23200 int
23201 main ()
23202 {
23203 static struct stat ac_aggr;
23204 if (sizeof ac_aggr.st_blocks)
23205 return 0;
23206   ;
23207   return 0;
23208 }
23209 _ACEOF
23210 rm -f conftest.$ac_objext
23211 if { (ac_try="$ac_compile"
23212 case "(($ac_try" in
23213   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23214   *) ac_try_echo=$ac_try;;
23215 esac
23216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23217 $as_echo "$ac_try_echo") >&5
23218   (eval "$ac_compile") 2>conftest.er1
23219   ac_status=$?
23220   grep -v '^ *+' conftest.er1 >conftest.err
23221   rm -f conftest.er1
23222   cat conftest.err >&5
23223   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23224   (exit $ac_status); } && {
23225          test -z "$ac_c_werror_flag" ||
23226          test ! -s conftest.err
23227        } && test -s conftest.$ac_objext; then
23228   ac_cv_member_struct_stat_st_blocks=yes
23229 else
23230   $as_echo "$as_me: failed program was:" >&5
23231 sed 's/^/| /' conftest.$ac_ext >&5
23232
23233         ac_cv_member_struct_stat_st_blocks=no
23234 fi
23235
23236 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23237 fi
23238
23239 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23240 fi
23241 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23242 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
23243 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
23244
23245 cat >>confdefs.h <<_ACEOF
23246 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23247 _ACEOF
23248
23249
23250 fi
23251 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23252 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23253 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23254   $as_echo_n "(cached) " >&6
23255 else
23256   cat >conftest.$ac_ext <<_ACEOF
23257 /* confdefs.h.  */
23258 _ACEOF
23259 cat confdefs.h >>conftest.$ac_ext
23260 cat >>conftest.$ac_ext <<_ACEOF
23261 /* end confdefs.h.  */
23262 $ac_includes_default
23263 int
23264 main ()
23265 {
23266 static struct stat ac_aggr;
23267 if (ac_aggr.st_mtim)
23268 return 0;
23269   ;
23270   return 0;
23271 }
23272 _ACEOF
23273 rm -f conftest.$ac_objext
23274 if { (ac_try="$ac_compile"
23275 case "(($ac_try" in
23276   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23277   *) ac_try_echo=$ac_try;;
23278 esac
23279 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23280 $as_echo "$ac_try_echo") >&5
23281   (eval "$ac_compile") 2>conftest.er1
23282   ac_status=$?
23283   grep -v '^ *+' conftest.er1 >conftest.err
23284   rm -f conftest.er1
23285   cat conftest.err >&5
23286   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23287   (exit $ac_status); } && {
23288          test -z "$ac_c_werror_flag" ||
23289          test ! -s conftest.err
23290        } && test -s conftest.$ac_objext; then
23291   ac_cv_member_struct_stat_st_mtim=yes
23292 else
23293   $as_echo "$as_me: failed program was:" >&5
23294 sed 's/^/| /' conftest.$ac_ext >&5
23295
23296         cat >conftest.$ac_ext <<_ACEOF
23297 /* confdefs.h.  */
23298 _ACEOF
23299 cat confdefs.h >>conftest.$ac_ext
23300 cat >>conftest.$ac_ext <<_ACEOF
23301 /* end confdefs.h.  */
23302 $ac_includes_default
23303 int
23304 main ()
23305 {
23306 static struct stat ac_aggr;
23307 if (sizeof ac_aggr.st_mtim)
23308 return 0;
23309   ;
23310   return 0;
23311 }
23312 _ACEOF
23313 rm -f conftest.$ac_objext
23314 if { (ac_try="$ac_compile"
23315 case "(($ac_try" in
23316   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23317   *) ac_try_echo=$ac_try;;
23318 esac
23319 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23320 $as_echo "$ac_try_echo") >&5
23321   (eval "$ac_compile") 2>conftest.er1
23322   ac_status=$?
23323   grep -v '^ *+' conftest.er1 >conftest.err
23324   rm -f conftest.er1
23325   cat conftest.err >&5
23326   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23327   (exit $ac_status); } && {
23328          test -z "$ac_c_werror_flag" ||
23329          test ! -s conftest.err
23330        } && test -s conftest.$ac_objext; then
23331   ac_cv_member_struct_stat_st_mtim=yes
23332 else
23333   $as_echo "$as_me: failed program was:" >&5
23334 sed 's/^/| /' conftest.$ac_ext >&5
23335
23336         ac_cv_member_struct_stat_st_mtim=no
23337 fi
23338
23339 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23340 fi
23341
23342 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23343 fi
23344 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23345 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23346 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23347
23348 cat >>confdefs.h <<_ACEOF
23349 #define HAVE_STRUCT_STAT_ST_MTIM 1
23350 _ACEOF
23351
23352
23353 fi
23354 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23355 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23356 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23357   $as_echo_n "(cached) " >&6
23358 else
23359   cat >conftest.$ac_ext <<_ACEOF
23360 /* confdefs.h.  */
23361 _ACEOF
23362 cat confdefs.h >>conftest.$ac_ext
23363 cat >>conftest.$ac_ext <<_ACEOF
23364 /* end confdefs.h.  */
23365 $ac_includes_default
23366 int
23367 main ()
23368 {
23369 static struct stat ac_aggr;
23370 if (ac_aggr.st_ctim)
23371 return 0;
23372   ;
23373   return 0;
23374 }
23375 _ACEOF
23376 rm -f conftest.$ac_objext
23377 if { (ac_try="$ac_compile"
23378 case "(($ac_try" in
23379   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23380   *) ac_try_echo=$ac_try;;
23381 esac
23382 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23383 $as_echo "$ac_try_echo") >&5
23384   (eval "$ac_compile") 2>conftest.er1
23385   ac_status=$?
23386   grep -v '^ *+' conftest.er1 >conftest.err
23387   rm -f conftest.er1
23388   cat conftest.err >&5
23389   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23390   (exit $ac_status); } && {
23391          test -z "$ac_c_werror_flag" ||
23392          test ! -s conftest.err
23393        } && test -s conftest.$ac_objext; then
23394   ac_cv_member_struct_stat_st_ctim=yes
23395 else
23396   $as_echo "$as_me: failed program was:" >&5
23397 sed 's/^/| /' conftest.$ac_ext >&5
23398
23399         cat >conftest.$ac_ext <<_ACEOF
23400 /* confdefs.h.  */
23401 _ACEOF
23402 cat confdefs.h >>conftest.$ac_ext
23403 cat >>conftest.$ac_ext <<_ACEOF
23404 /* end confdefs.h.  */
23405 $ac_includes_default
23406 int
23407 main ()
23408 {
23409 static struct stat ac_aggr;
23410 if (sizeof ac_aggr.st_ctim)
23411 return 0;
23412   ;
23413   return 0;
23414 }
23415 _ACEOF
23416 rm -f conftest.$ac_objext
23417 if { (ac_try="$ac_compile"
23418 case "(($ac_try" in
23419   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23420   *) ac_try_echo=$ac_try;;
23421 esac
23422 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23423 $as_echo "$ac_try_echo") >&5
23424   (eval "$ac_compile") 2>conftest.er1
23425   ac_status=$?
23426   grep -v '^ *+' conftest.er1 >conftest.err
23427   rm -f conftest.er1
23428   cat conftest.err >&5
23429   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23430   (exit $ac_status); } && {
23431          test -z "$ac_c_werror_flag" ||
23432          test ! -s conftest.err
23433        } && test -s conftest.$ac_objext; then
23434   ac_cv_member_struct_stat_st_ctim=yes
23435 else
23436   $as_echo "$as_me: failed program was:" >&5
23437 sed 's/^/| /' conftest.$ac_ext >&5
23438
23439         ac_cv_member_struct_stat_st_ctim=no
23440 fi
23441
23442 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23443 fi
23444
23445 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23446 fi
23447 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23448 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23449 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23450
23451 cat >>confdefs.h <<_ACEOF
23452 #define HAVE_STRUCT_STAT_ST_CTIM 1
23453 _ACEOF
23454
23455
23456 fi
23457 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23458 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23459 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23460   $as_echo_n "(cached) " >&6
23461 else
23462   cat >conftest.$ac_ext <<_ACEOF
23463 /* confdefs.h.  */
23464 _ACEOF
23465 cat confdefs.h >>conftest.$ac_ext
23466 cat >>conftest.$ac_ext <<_ACEOF
23467 /* end confdefs.h.  */
23468 $ac_includes_default
23469 int
23470 main ()
23471 {
23472 static struct stat ac_aggr;
23473 if (ac_aggr.st_atim)
23474 return 0;
23475   ;
23476   return 0;
23477 }
23478 _ACEOF
23479 rm -f conftest.$ac_objext
23480 if { (ac_try="$ac_compile"
23481 case "(($ac_try" in
23482   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23483   *) ac_try_echo=$ac_try;;
23484 esac
23485 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23486 $as_echo "$ac_try_echo") >&5
23487   (eval "$ac_compile") 2>conftest.er1
23488   ac_status=$?
23489   grep -v '^ *+' conftest.er1 >conftest.err
23490   rm -f conftest.er1
23491   cat conftest.err >&5
23492   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23493   (exit $ac_status); } && {
23494          test -z "$ac_c_werror_flag" ||
23495          test ! -s conftest.err
23496        } && test -s conftest.$ac_objext; then
23497   ac_cv_member_struct_stat_st_atim=yes
23498 else
23499   $as_echo "$as_me: failed program was:" >&5
23500 sed 's/^/| /' conftest.$ac_ext >&5
23501
23502         cat >conftest.$ac_ext <<_ACEOF
23503 /* confdefs.h.  */
23504 _ACEOF
23505 cat confdefs.h >>conftest.$ac_ext
23506 cat >>conftest.$ac_ext <<_ACEOF
23507 /* end confdefs.h.  */
23508 $ac_includes_default
23509 int
23510 main ()
23511 {
23512 static struct stat ac_aggr;
23513 if (sizeof ac_aggr.st_atim)
23514 return 0;
23515   ;
23516   return 0;
23517 }
23518 _ACEOF
23519 rm -f conftest.$ac_objext
23520 if { (ac_try="$ac_compile"
23521 case "(($ac_try" in
23522   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23523   *) ac_try_echo=$ac_try;;
23524 esac
23525 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23526 $as_echo "$ac_try_echo") >&5
23527   (eval "$ac_compile") 2>conftest.er1
23528   ac_status=$?
23529   grep -v '^ *+' conftest.er1 >conftest.err
23530   rm -f conftest.er1
23531   cat conftest.err >&5
23532   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23533   (exit $ac_status); } && {
23534          test -z "$ac_c_werror_flag" ||
23535          test ! -s conftest.err
23536        } && test -s conftest.$ac_objext; then
23537   ac_cv_member_struct_stat_st_atim=yes
23538 else
23539   $as_echo "$as_me: failed program was:" >&5
23540 sed 's/^/| /' conftest.$ac_ext >&5
23541
23542         ac_cv_member_struct_stat_st_atim=no
23543 fi
23544
23545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23546 fi
23547
23548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23549 fi
23550 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23551 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23552 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23553
23554 cat >>confdefs.h <<_ACEOF
23555 #define HAVE_STRUCT_STAT_ST_ATIM 1
23556 _ACEOF
23557
23558
23559 fi
23560
23561
23562 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23563 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23564 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23565   $as_echo_n "(cached) " >&6
23566 else
23567   cat >conftest.$ac_ext <<_ACEOF
23568 /* confdefs.h.  */
23569 _ACEOF
23570 cat confdefs.h >>conftest.$ac_ext
23571 cat >>conftest.$ac_ext <<_ACEOF
23572 /* end confdefs.h.  */
23573 #ifdef HAVE_SYS_TYPES_H
23574 #include <sys/types.h>
23575 #endif
23576 #ifdef HAVE_NETINET_IN_H
23577 #include <netinet/in.h>
23578 #endif
23579
23580 int
23581 main ()
23582 {
23583 static struct sockaddr_in6 ac_aggr;
23584 if (ac_aggr.sin6_scope_id)
23585 return 0;
23586   ;
23587   return 0;
23588 }
23589 _ACEOF
23590 rm -f conftest.$ac_objext
23591 if { (ac_try="$ac_compile"
23592 case "(($ac_try" in
23593   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23594   *) ac_try_echo=$ac_try;;
23595 esac
23596 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23597 $as_echo "$ac_try_echo") >&5
23598   (eval "$ac_compile") 2>conftest.er1
23599   ac_status=$?
23600   grep -v '^ *+' conftest.er1 >conftest.err
23601   rm -f conftest.er1
23602   cat conftest.err >&5
23603   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23604   (exit $ac_status); } && {
23605          test -z "$ac_c_werror_flag" ||
23606          test ! -s conftest.err
23607        } && test -s conftest.$ac_objext; then
23608   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23609 else
23610   $as_echo "$as_me: failed program was:" >&5
23611 sed 's/^/| /' conftest.$ac_ext >&5
23612
23613         cat >conftest.$ac_ext <<_ACEOF
23614 /* confdefs.h.  */
23615 _ACEOF
23616 cat confdefs.h >>conftest.$ac_ext
23617 cat >>conftest.$ac_ext <<_ACEOF
23618 /* end confdefs.h.  */
23619 #ifdef HAVE_SYS_TYPES_H
23620 #include <sys/types.h>
23621 #endif
23622 #ifdef HAVE_NETINET_IN_H
23623 #include <netinet/in.h>
23624 #endif
23625
23626 int
23627 main ()
23628 {
23629 static struct sockaddr_in6 ac_aggr;
23630 if (sizeof ac_aggr.sin6_scope_id)
23631 return 0;
23632   ;
23633   return 0;
23634 }
23635 _ACEOF
23636 rm -f conftest.$ac_objext
23637 if { (ac_try="$ac_compile"
23638 case "(($ac_try" in
23639   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23640   *) ac_try_echo=$ac_try;;
23641 esac
23642 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23643 $as_echo "$ac_try_echo") >&5
23644   (eval "$ac_compile") 2>conftest.er1
23645   ac_status=$?
23646   grep -v '^ *+' conftest.er1 >conftest.err
23647   rm -f conftest.er1
23648   cat conftest.err >&5
23649   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23650   (exit $ac_status); } && {
23651          test -z "$ac_c_werror_flag" ||
23652          test ! -s conftest.err
23653        } && test -s conftest.$ac_objext; then
23654   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23655 else
23656   $as_echo "$as_me: failed program was:" >&5
23657 sed 's/^/| /' conftest.$ac_ext >&5
23658
23659         ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23660 fi
23661
23662 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23663 fi
23664
23665 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23666 fi
23667 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23668 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23669 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23670
23671 cat >>confdefs.h <<_ACEOF
23672 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23673 _ACEOF
23674
23675
23676 fi
23677
23678
23679 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23680 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23681 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23682   $as_echo_n "(cached) " >&6
23683 else
23684   cat >conftest.$ac_ext <<_ACEOF
23685 /* confdefs.h.  */
23686 _ACEOF
23687 cat confdefs.h >>conftest.$ac_ext
23688 cat >>conftest.$ac_ext <<_ACEOF
23689 /* end confdefs.h.  */
23690 #ifdef HAVE_SYS_TYPES_H
23691 #include <sys/types.h>
23692 #endif
23693 #ifdef HAVE_NETINET_IN_H
23694 # include <netinet/in.h>
23695 #endif
23696 #ifdef HAVE_ARPA_NAMESER_H
23697 # include <arpa/nameser.h>
23698 #endif
23699
23700 int
23701 main ()
23702 {
23703 static ns_msg ac_aggr;
23704 if (ac_aggr._msg_ptr)
23705 return 0;
23706   ;
23707   return 0;
23708 }
23709 _ACEOF
23710 rm -f conftest.$ac_objext
23711 if { (ac_try="$ac_compile"
23712 case "(($ac_try" in
23713   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23714   *) ac_try_echo=$ac_try;;
23715 esac
23716 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23717 $as_echo "$ac_try_echo") >&5
23718   (eval "$ac_compile") 2>conftest.er1
23719   ac_status=$?
23720   grep -v '^ *+' conftest.er1 >conftest.err
23721   rm -f conftest.er1
23722   cat conftest.err >&5
23723   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23724   (exit $ac_status); } && {
23725          test -z "$ac_c_werror_flag" ||
23726          test ! -s conftest.err
23727        } && test -s conftest.$ac_objext; then
23728   ac_cv_member_ns_msg__msg_ptr=yes
23729 else
23730   $as_echo "$as_me: failed program was:" >&5
23731 sed 's/^/| /' conftest.$ac_ext >&5
23732
23733         cat >conftest.$ac_ext <<_ACEOF
23734 /* confdefs.h.  */
23735 _ACEOF
23736 cat confdefs.h >>conftest.$ac_ext
23737 cat >>conftest.$ac_ext <<_ACEOF
23738 /* end confdefs.h.  */
23739 #ifdef HAVE_SYS_TYPES_H
23740 #include <sys/types.h>
23741 #endif
23742 #ifdef HAVE_NETINET_IN_H
23743 # include <netinet/in.h>
23744 #endif
23745 #ifdef HAVE_ARPA_NAMESER_H
23746 # include <arpa/nameser.h>
23747 #endif
23748
23749 int
23750 main ()
23751 {
23752 static ns_msg ac_aggr;
23753 if (sizeof ac_aggr._msg_ptr)
23754 return 0;
23755   ;
23756   return 0;
23757 }
23758 _ACEOF
23759 rm -f conftest.$ac_objext
23760 if { (ac_try="$ac_compile"
23761 case "(($ac_try" in
23762   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23763   *) ac_try_echo=$ac_try;;
23764 esac
23765 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23766 $as_echo "$ac_try_echo") >&5
23767   (eval "$ac_compile") 2>conftest.er1
23768   ac_status=$?
23769   grep -v '^ *+' conftest.er1 >conftest.err
23770   rm -f conftest.er1
23771   cat conftest.err >&5
23772   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23773   (exit $ac_status); } && {
23774          test -z "$ac_c_werror_flag" ||
23775          test ! -s conftest.err
23776        } && test -s conftest.$ac_objext; then
23777   ac_cv_member_ns_msg__msg_ptr=yes
23778 else
23779   $as_echo "$as_me: failed program was:" >&5
23780 sed 's/^/| /' conftest.$ac_ext >&5
23781
23782         ac_cv_member_ns_msg__msg_ptr=no
23783 fi
23784
23785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23786 fi
23787
23788 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23789 fi
23790 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23791 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23792 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23793
23794 cat >>confdefs.h <<_ACEOF
23795 #define HAVE_NS_MSG__MSG_PTR 1
23796 _ACEOF
23797
23798
23799 fi
23800
23801
23802 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23803 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23804 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23805   $as_echo_n "(cached) " >&6
23806 else
23807   cat >conftest.$ac_ext <<_ACEOF
23808 /* confdefs.h.  */
23809 _ACEOF
23810 cat confdefs.h >>conftest.$ac_ext
23811 cat >>conftest.$ac_ext <<_ACEOF
23812 /* end confdefs.h.  */
23813 #ifdef HAVE_SYS_TYPES_H
23814 #include <sys/types.h>
23815 #endif
23816 #ifdef HAVE_ALIAS_H
23817 #include <alias.h>
23818 #endif
23819 #ifdef HAVE_SYS_SOCKET_H
23820 #include <sys/socket.h>
23821 #endif
23822 #ifdef HAVE_SYS_SOCKETVAR_H
23823 #include <sys/socketvar.h>
23824 #endif
23825 #ifdef HAVE_SYS_TIMEOUT_H
23826 #include <sys/timeout.h>
23827 #endif
23828 #ifdef HAVE_NETINET_IN_H
23829 #include <netinet/in.h>
23830 #endif
23831 #ifdef HAVE_NETINET_IN_SYSTM_H
23832 #include <netinet/in_systm.h>
23833 #endif
23834 #ifdef HAVE_NETINET_IP_H
23835 #include <netinet/ip.h>
23836 #endif
23837 #ifdef HAVE_NETINET_IP_VAR_H
23838 #include <netinet/ip_var.h>
23839 #endif
23840 #ifdef HAVE_NETINET_IP_ICMP_H
23841 #include <netinet/ip_icmp.h>
23842 #endif
23843 #ifdef HAVE_NETINET_ICMP_VAR
23844 #include <netinet/icmp_var.h>
23845 #endif
23846
23847 int
23848 main ()
23849 {
23850 static struct icmpstat ac_aggr;
23851 if (ac_aggr.icps_outhist)
23852 return 0;
23853   ;
23854   return 0;
23855 }
23856 _ACEOF
23857 rm -f conftest.$ac_objext
23858 if { (ac_try="$ac_compile"
23859 case "(($ac_try" in
23860   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23861   *) ac_try_echo=$ac_try;;
23862 esac
23863 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23864 $as_echo "$ac_try_echo") >&5
23865   (eval "$ac_compile") 2>conftest.er1
23866   ac_status=$?
23867   grep -v '^ *+' conftest.er1 >conftest.err
23868   rm -f conftest.er1
23869   cat conftest.err >&5
23870   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23871   (exit $ac_status); } && {
23872          test -z "$ac_c_werror_flag" ||
23873          test ! -s conftest.err
23874        } && test -s conftest.$ac_objext; then
23875   ac_cv_member_struct_icmpstat_icps_outhist=yes
23876 else
23877   $as_echo "$as_me: failed program was:" >&5
23878 sed 's/^/| /' conftest.$ac_ext >&5
23879
23880         cat >conftest.$ac_ext <<_ACEOF
23881 /* confdefs.h.  */
23882 _ACEOF
23883 cat confdefs.h >>conftest.$ac_ext
23884 cat >>conftest.$ac_ext <<_ACEOF
23885 /* end confdefs.h.  */
23886 #ifdef HAVE_SYS_TYPES_H
23887 #include <sys/types.h>
23888 #endif
23889 #ifdef HAVE_ALIAS_H
23890 #include <alias.h>
23891 #endif
23892 #ifdef HAVE_SYS_SOCKET_H
23893 #include <sys/socket.h>
23894 #endif
23895 #ifdef HAVE_SYS_SOCKETVAR_H
23896 #include <sys/socketvar.h>
23897 #endif
23898 #ifdef HAVE_SYS_TIMEOUT_H
23899 #include <sys/timeout.h>
23900 #endif
23901 #ifdef HAVE_NETINET_IN_H
23902 #include <netinet/in.h>
23903 #endif
23904 #ifdef HAVE_NETINET_IN_SYSTM_H
23905 #include <netinet/in_systm.h>
23906 #endif
23907 #ifdef HAVE_NETINET_IP_H
23908 #include <netinet/ip.h>
23909 #endif
23910 #ifdef HAVE_NETINET_IP_VAR_H
23911 #include <netinet/ip_var.h>
23912 #endif
23913 #ifdef HAVE_NETINET_IP_ICMP_H
23914 #include <netinet/ip_icmp.h>
23915 #endif
23916 #ifdef HAVE_NETINET_ICMP_VAR
23917 #include <netinet/icmp_var.h>
23918 #endif
23919
23920 int
23921 main ()
23922 {
23923 static struct icmpstat ac_aggr;
23924 if (sizeof ac_aggr.icps_outhist)
23925 return 0;
23926   ;
23927   return 0;
23928 }
23929 _ACEOF
23930 rm -f conftest.$ac_objext
23931 if { (ac_try="$ac_compile"
23932 case "(($ac_try" in
23933   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23934   *) ac_try_echo=$ac_try;;
23935 esac
23936 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23937 $as_echo "$ac_try_echo") >&5
23938   (eval "$ac_compile") 2>conftest.er1
23939   ac_status=$?
23940   grep -v '^ *+' conftest.er1 >conftest.err
23941   rm -f conftest.er1
23942   cat conftest.err >&5
23943   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23944   (exit $ac_status); } && {
23945          test -z "$ac_c_werror_flag" ||
23946          test ! -s conftest.err
23947        } && test -s conftest.$ac_objext; then
23948   ac_cv_member_struct_icmpstat_icps_outhist=yes
23949 else
23950   $as_echo "$as_me: failed program was:" >&5
23951 sed 's/^/| /' conftest.$ac_ext >&5
23952
23953         ac_cv_member_struct_icmpstat_icps_outhist=no
23954 fi
23955
23956 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23957 fi
23958
23959 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23960 fi
23961 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23962 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23963 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
23964
23965 cat >>confdefs.h <<_ACEOF
23966 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23967 _ACEOF
23968
23969
23970 fi
23971
23972
23973 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23974 $as_echo_n "checking for timezone variable... " >&6; }
23975 if test "${ac_cv_have_timezone+set}" = set; then
23976   $as_echo_n "(cached) " >&6
23977 else
23978   cat >conftest.$ac_ext <<_ACEOF
23979 /* confdefs.h.  */
23980 _ACEOF
23981 cat confdefs.h >>conftest.$ac_ext
23982 cat >>conftest.$ac_ext <<_ACEOF
23983 /* end confdefs.h.  */
23984 #include <time.h>
23985 int
23986 main ()
23987 {
23988 timezone = 1
23989   ;
23990   return 0;
23991 }
23992 _ACEOF
23993 rm -f conftest.$ac_objext conftest$ac_exeext
23994 if { (ac_try="$ac_link"
23995 case "(($ac_try" in
23996   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23997   *) ac_try_echo=$ac_try;;
23998 esac
23999 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24000 $as_echo "$ac_try_echo") >&5
24001   (eval "$ac_link") 2>conftest.er1
24002   ac_status=$?
24003   grep -v '^ *+' conftest.er1 >conftest.err
24004   rm -f conftest.er1
24005   cat conftest.err >&5
24006   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24007   (exit $ac_status); } && {
24008          test -z "$ac_c_werror_flag" ||
24009          test ! -s conftest.err
24010        } && test -s conftest$ac_exeext && {
24011          test "$cross_compiling" = yes ||
24012          $as_test_x conftest$ac_exeext
24013        }; then
24014   ac_cv_have_timezone="yes"
24015 else
24016   $as_echo "$as_me: failed program was:" >&5
24017 sed 's/^/| /' conftest.$ac_ext >&5
24018
24019         ac_cv_have_timezone="no"
24020 fi
24021
24022 rm -rf conftest.dSYM
24023 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24024       conftest$ac_exeext conftest.$ac_ext
24025 fi
24026 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
24027 $as_echo "$ac_cv_have_timezone" >&6; }
24028 if test "$ac_cv_have_timezone" = "yes"
24029 then
24030
24031 cat >>confdefs.h <<\_ACEOF
24032 #define HAVE_TIMEZONE 1
24033 _ACEOF
24034
24035 fi
24036 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
24037 $as_echo_n "checking for daylight variable... " >&6; }
24038 if test "${ac_cv_have_daylight+set}" = set; then
24039   $as_echo_n "(cached) " >&6
24040 else
24041   cat >conftest.$ac_ext <<_ACEOF
24042 /* confdefs.h.  */
24043 _ACEOF
24044 cat confdefs.h >>conftest.$ac_ext
24045 cat >>conftest.$ac_ext <<_ACEOF
24046 /* end confdefs.h.  */
24047 #include <time.h>
24048 int
24049 main ()
24050 {
24051 daylight = 1
24052   ;
24053   return 0;
24054 }
24055 _ACEOF
24056 rm -f conftest.$ac_objext conftest$ac_exeext
24057 if { (ac_try="$ac_link"
24058 case "(($ac_try" in
24059   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24060   *) ac_try_echo=$ac_try;;
24061 esac
24062 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24063 $as_echo "$ac_try_echo") >&5
24064   (eval "$ac_link") 2>conftest.er1
24065   ac_status=$?
24066   grep -v '^ *+' conftest.er1 >conftest.err
24067   rm -f conftest.er1
24068   cat conftest.err >&5
24069   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24070   (exit $ac_status); } && {
24071          test -z "$ac_c_werror_flag" ||
24072          test ! -s conftest.err
24073        } && test -s conftest$ac_exeext && {
24074          test "$cross_compiling" = yes ||
24075          $as_test_x conftest$ac_exeext
24076        }; then
24077   ac_cv_have_daylight="yes"
24078 else
24079   $as_echo "$as_me: failed program was:" >&5
24080 sed 's/^/| /' conftest.$ac_ext >&5
24081
24082         ac_cv_have_daylight="no"
24083 fi
24084
24085 rm -rf conftest.dSYM
24086 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24087       conftest$ac_exeext conftest.$ac_ext
24088 fi
24089 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
24090 $as_echo "$ac_cv_have_daylight" >&6; }
24091 if test "$ac_cv_have_daylight" = "yes"
24092 then
24093
24094 cat >>confdefs.h <<\_ACEOF
24095 #define HAVE_DAYLIGHT 1
24096 _ACEOF
24097
24098 fi
24099
24100 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
24101 $as_echo_n "checking for isinf... " >&6; }
24102 if test "${ac_cv_have_isinf+set}" = set; then
24103   $as_echo_n "(cached) " >&6
24104 else
24105   cat >conftest.$ac_ext <<_ACEOF
24106 /* confdefs.h.  */
24107 _ACEOF
24108 cat confdefs.h >>conftest.$ac_ext
24109 cat >>conftest.$ac_ext <<_ACEOF
24110 /* end confdefs.h.  */
24111 #include <math.h>
24112 int
24113 main ()
24114 {
24115 float f = 0.0; int i=isinf(f)
24116   ;
24117   return 0;
24118 }
24119 _ACEOF
24120 rm -f conftest.$ac_objext conftest$ac_exeext
24121 if { (ac_try="$ac_link"
24122 case "(($ac_try" in
24123   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24124   *) ac_try_echo=$ac_try;;
24125 esac
24126 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24127 $as_echo "$ac_try_echo") >&5
24128   (eval "$ac_link") 2>conftest.er1
24129   ac_status=$?
24130   grep -v '^ *+' conftest.er1 >conftest.err
24131   rm -f conftest.er1
24132   cat conftest.err >&5
24133   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24134   (exit $ac_status); } && {
24135          test -z "$ac_c_werror_flag" ||
24136          test ! -s conftest.err
24137        } && test -s conftest$ac_exeext && {
24138          test "$cross_compiling" = yes ||
24139          $as_test_x conftest$ac_exeext
24140        }; then
24141   ac_cv_have_isinf="yes"
24142 else
24143   $as_echo "$as_me: failed program was:" >&5
24144 sed 's/^/| /' conftest.$ac_ext >&5
24145
24146         ac_cv_have_isinf="no"
24147 fi
24148
24149 rm -rf conftest.dSYM
24150 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24151       conftest$ac_exeext conftest.$ac_ext
24152 fi
24153 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
24154 $as_echo "$ac_cv_have_isinf" >&6; }
24155 if test "$ac_cv_have_isinf" = "yes"
24156 then
24157
24158 cat >>confdefs.h <<\_ACEOF
24159 #define HAVE_ISINF 1
24160 _ACEOF
24161
24162 fi
24163
24164 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
24165 $as_echo_n "checking for isnan... " >&6; }
24166 if test "${ac_cv_have_isnan+set}" = set; then
24167   $as_echo_n "(cached) " >&6
24168 else
24169   cat >conftest.$ac_ext <<_ACEOF
24170 /* confdefs.h.  */
24171 _ACEOF
24172 cat confdefs.h >>conftest.$ac_ext
24173 cat >>conftest.$ac_ext <<_ACEOF
24174 /* end confdefs.h.  */
24175 #include <math.h>
24176 int
24177 main ()
24178 {
24179 float f = 0.0; int i=isnan(f)
24180   ;
24181   return 0;
24182 }
24183 _ACEOF
24184 rm -f conftest.$ac_objext conftest$ac_exeext
24185 if { (ac_try="$ac_link"
24186 case "(($ac_try" in
24187   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24188   *) ac_try_echo=$ac_try;;
24189 esac
24190 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24191 $as_echo "$ac_try_echo") >&5
24192   (eval "$ac_link") 2>conftest.er1
24193   ac_status=$?
24194   grep -v '^ *+' conftest.er1 >conftest.err
24195   rm -f conftest.er1
24196   cat conftest.err >&5
24197   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24198   (exit $ac_status); } && {
24199          test -z "$ac_c_werror_flag" ||
24200          test ! -s conftest.err
24201        } && test -s conftest$ac_exeext && {
24202          test "$cross_compiling" = yes ||
24203          $as_test_x conftest$ac_exeext
24204        }; then
24205   ac_cv_have_isnan="yes"
24206 else
24207   $as_echo "$as_me: failed program was:" >&5
24208 sed 's/^/| /' conftest.$ac_ext >&5
24209
24210         ac_cv_have_isnan="no"
24211 fi
24212
24213 rm -rf conftest.dSYM
24214 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24215       conftest$ac_exeext conftest.$ac_ext
24216 fi
24217 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
24218 $as_echo "$ac_cv_have_isnan" >&6; }
24219 if test "$ac_cv_have_isnan" = "yes"
24220 then
24221
24222 cat >>confdefs.h <<\_ACEOF
24223 #define HAVE_ISNAN 1
24224 _ACEOF
24225
24226 fi
24227
24228
24229 case $host_cpu in
24230   *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
24231 $as_echo_n "checking whether we need to define __i386__... " >&6; }
24232 if test "${ac_cv_cpp_def___i386__+set}" = set; then
24233   $as_echo_n "(cached) " >&6
24234 else
24235   cat >conftest.$ac_ext <<_ACEOF
24236 /* confdefs.h.  */
24237 _ACEOF
24238 cat confdefs.h >>conftest.$ac_ext
24239 cat >>conftest.$ac_ext <<_ACEOF
24240 /* end confdefs.h.  */
24241 #ifndef __i386__
24242 yes
24243 #endif
24244 _ACEOF
24245 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24246   $EGREP "yes" >/dev/null 2>&1; then
24247   ac_cv_cpp_def___i386__=yes
24248 else
24249   ac_cv_cpp_def___i386__=no
24250 fi
24251 rm -f conftest*
24252
24253 fi
24254 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
24255 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
24256 if test $ac_cv_cpp_def___i386__ = yes; then
24257   CFLAGS="$CFLAGS -D__i386__"
24258   LINTFLAGS="$LINTFLAGS -D__i386__"
24259 fi
24260  ;;
24261   *x86_64*)         { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
24262 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
24263 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
24264   $as_echo_n "(cached) " >&6
24265 else
24266   cat >conftest.$ac_ext <<_ACEOF
24267 /* confdefs.h.  */
24268 _ACEOF
24269 cat confdefs.h >>conftest.$ac_ext
24270 cat >>conftest.$ac_ext <<_ACEOF
24271 /* end confdefs.h.  */
24272 #ifndef __x86_64__
24273 yes
24274 #endif
24275 _ACEOF
24276 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24277   $EGREP "yes" >/dev/null 2>&1; then
24278   ac_cv_cpp_def___x86_64__=yes
24279 else
24280   ac_cv_cpp_def___x86_64__=no
24281 fi
24282 rm -f conftest*
24283
24284 fi
24285 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
24286 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
24287 if test $ac_cv_cpp_def___x86_64__ = yes; then
24288   CFLAGS="$CFLAGS -D__x86_64__"
24289   LINTFLAGS="$LINTFLAGS -D__x86_64__"
24290 fi
24291  ;;
24292   *alpha*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24293 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24294 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24295   $as_echo_n "(cached) " >&6
24296 else
24297   cat >conftest.$ac_ext <<_ACEOF
24298 /* confdefs.h.  */
24299 _ACEOF
24300 cat confdefs.h >>conftest.$ac_ext
24301 cat >>conftest.$ac_ext <<_ACEOF
24302 /* end confdefs.h.  */
24303 #ifndef __ALPHA__
24304 yes
24305 #endif
24306 _ACEOF
24307 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24308   $EGREP "yes" >/dev/null 2>&1; then
24309   ac_cv_cpp_def___ALPHA__=yes
24310 else
24311   ac_cv_cpp_def___ALPHA__=no
24312 fi
24313 rm -f conftest*
24314
24315 fi
24316 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24317 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24318 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24319   CFLAGS="$CFLAGS -D__ALPHA__"
24320   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24321 fi
24322  ;;
24323   *sparc*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24324 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24325 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24326   $as_echo_n "(cached) " >&6
24327 else
24328   cat >conftest.$ac_ext <<_ACEOF
24329 /* confdefs.h.  */
24330 _ACEOF
24331 cat confdefs.h >>conftest.$ac_ext
24332 cat >>conftest.$ac_ext <<_ACEOF
24333 /* end confdefs.h.  */
24334 #ifndef __sparc__
24335 yes
24336 #endif
24337 _ACEOF
24338 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24339   $EGREP "yes" >/dev/null 2>&1; then
24340   ac_cv_cpp_def___sparc__=yes
24341 else
24342   ac_cv_cpp_def___sparc__=no
24343 fi
24344 rm -f conftest*
24345
24346 fi
24347 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24348 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24349 if test $ac_cv_cpp_def___sparc__ = yes; then
24350   CFLAGS="$CFLAGS -D__sparc__"
24351   LINTFLAGS="$LINTFLAGS -D__sparc__"
24352 fi
24353  ;;
24354   *powerpc*)        { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24355 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24356 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24357   $as_echo_n "(cached) " >&6
24358 else
24359   cat >conftest.$ac_ext <<_ACEOF
24360 /* confdefs.h.  */
24361 _ACEOF
24362 cat confdefs.h >>conftest.$ac_ext
24363 cat >>conftest.$ac_ext <<_ACEOF
24364 /* end confdefs.h.  */
24365 #ifndef __powerpc__
24366 yes
24367 #endif
24368 _ACEOF
24369 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24370   $EGREP "yes" >/dev/null 2>&1; then
24371   ac_cv_cpp_def___powerpc__=yes
24372 else
24373   ac_cv_cpp_def___powerpc__=no
24374 fi
24375 rm -f conftest*
24376
24377 fi
24378 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24379 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24380 if test $ac_cv_cpp_def___powerpc__ = yes; then
24381   CFLAGS="$CFLAGS -D__powerpc__"
24382   LINTFLAGS="$LINTFLAGS -D__powerpc__"
24383 fi
24384  ;;
24385 esac
24386
24387 case $host_vendor in
24388   *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24389 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24390 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24391   $as_echo_n "(cached) " >&6
24392 else
24393   cat >conftest.$ac_ext <<_ACEOF
24394 /* confdefs.h.  */
24395 _ACEOF
24396 cat confdefs.h >>conftest.$ac_ext
24397 cat >>conftest.$ac_ext <<_ACEOF
24398 /* end confdefs.h.  */
24399 #ifndef __sun__
24400 yes
24401 #endif
24402 _ACEOF
24403 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24404   $EGREP "yes" >/dev/null 2>&1; then
24405   ac_cv_cpp_def___sun__=yes
24406 else
24407   ac_cv_cpp_def___sun__=no
24408 fi
24409 rm -f conftest*
24410
24411 fi
24412 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24413 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24414 if test $ac_cv_cpp_def___sun__ = yes; then
24415   CFLAGS="$CFLAGS -D__sun__"
24416   LINTFLAGS="$LINTFLAGS -D__sun__"
24417 fi
24418  ;;
24419 esac
24420
24421
24422 DEPENDENCIES="### Dependencies:
24423
24424 .INIT: Makefile
24425 .BEGIN: Makefile
24426 .MAKEFILEDEPS:
24427 Makefile: dummy
24428         -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24429
24430 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
24431 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24432 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24433 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24434 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24435
24436
24437 ALL_MAKERULES=""
24438
24439 ALL_MAKEFILES=""
24440
24441 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24442
24443
24444 ALL_TOP_DIRS=""
24445
24446 ALL_DLL_DIRS=""
24447
24448 ALL_IMPLIB_DIRS=""
24449
24450 ALL_TEST_DIRS=""
24451
24452 ALL_PROGRAM_DIRS=""
24453
24454 ALL_PROGRAM_INSTALL_DIRS=""
24455
24456 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24457
24458
24459
24460
24461
24462 ac_config_commands="$ac_config_commands include/stamp-h"
24463
24464
24465 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24466
24467 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24468
24469 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24470
24471 ac_config_commands="$ac_config_commands dlls/user32/resources"
24472
24473 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24474
24475 ac_config_commands="$ac_config_commands include/wine"
24476
24477
24478 ALL_MAKERULES="$ALL_MAKERULES \\
24479         Make.rules"
24480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24481 Make.rules: Make.rules.in"
24482 MAKE_RULES=Make.rules
24483 ac_config_files="$ac_config_files Make.rules"
24484
24485 ALL_MAKERULES="$ALL_MAKERULES \\
24486         dlls/Makedll.rules"
24487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24488 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24489 MAKE_DLL_RULES=dlls/Makedll.rules
24490 ac_config_files="$ac_config_files dlls/Makedll.rules"
24491
24492 ALL_MAKERULES="$ALL_MAKERULES \\
24493         dlls/Makeimplib.rules"
24494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24495 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24496 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24497 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24498
24499 ALL_MAKERULES="$ALL_MAKERULES \\
24500         dlls/Maketest.rules"
24501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24502 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24503 MAKE_TEST_RULES=dlls/Maketest.rules
24504 ac_config_files="$ac_config_files dlls/Maketest.rules"
24505
24506 ALL_MAKERULES="$ALL_MAKERULES \\
24507         programs/Makeprog.rules"
24508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24509 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24510 MAKE_PROG_RULES=programs/Makeprog.rules
24511 ac_config_files="$ac_config_files programs/Makeprog.rules"
24512
24513
24514
24515
24516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24517 Makefile: Makefile.in Make.rules"
24518 ac_config_files="$ac_config_files Makefile"
24519
24520 ALL_MAKEFILES="$ALL_MAKEFILES \\
24521         dlls/Makefile"
24522 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24523         dlls"
24524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24525 dlls/Makefile: dlls/Makefile.in Make.rules"
24526 ac_config_files="$ac_config_files dlls/Makefile"
24527
24528 ALL_MAKEFILES="$ALL_MAKEFILES \\
24529         dlls/acledit/Makefile"
24530 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24531         acledit"
24532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24533 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24534 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24535
24536 ALL_MAKEFILES="$ALL_MAKEFILES \\
24537         dlls/aclui/Makefile"
24538 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24539         aclui"
24540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24541 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24542 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24543
24544 ALL_MAKEFILES="$ALL_MAKEFILES \\
24545         dlls/activeds/Makefile"
24546 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24547         activeds"
24548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24549 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24550 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24551
24552 ALL_MAKEFILES="$ALL_MAKEFILES \\
24553         dlls/actxprxy/Makefile"
24554 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24555         actxprxy"
24556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24557 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24558 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24559
24560 ALL_MAKEFILES="$ALL_MAKEFILES \\
24561         dlls/adsiid/Makefile"
24562 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24563         adsiid"
24564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24565 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24566 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24567
24568 ALL_MAKEFILES="$ALL_MAKEFILES \\
24569         dlls/advapi32/Makefile"
24570 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24571         advapi32"
24572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24573 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24574 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24575
24576 ALL_MAKEFILES="$ALL_MAKEFILES \\
24577         dlls/advapi32/tests/Makefile"
24578 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24579         advapi32/tests"
24580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24581 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24582 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24583
24584 ALL_MAKEFILES="$ALL_MAKEFILES \\
24585         dlls/advpack/Makefile"
24586 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24587         advpack"
24588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24589 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24590 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24591
24592 ALL_MAKEFILES="$ALL_MAKEFILES \\
24593         dlls/advpack/tests/Makefile"
24594 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24595         advpack/tests"
24596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24597 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24598 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24599
24600 ALL_MAKEFILES="$ALL_MAKEFILES \\
24601         dlls/amstream/Makefile"
24602 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24603         amstream"
24604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24605 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24606 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24607
24608 ALL_MAKEFILES="$ALL_MAKEFILES \\
24609         dlls/appwiz.cpl/Makefile"
24610 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24611         appwiz.cpl"
24612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24613 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24614 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24615
24616 ALL_MAKEFILES="$ALL_MAKEFILES \\
24617         dlls/atl/Makefile"
24618 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24619         atl"
24620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24621 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24622 ac_config_files="$ac_config_files dlls/atl/Makefile"
24623
24624 ALL_MAKEFILES="$ALL_MAKEFILES \\
24625         dlls/authz/Makefile"
24626 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24627         authz"
24628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24629 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24630 ac_config_files="$ac_config_files dlls/authz/Makefile"
24631
24632 ALL_MAKEFILES="$ALL_MAKEFILES \\
24633         dlls/avicap32/Makefile"
24634 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24635         avicap32"
24636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24637 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24638 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24639
24640 ALL_MAKEFILES="$ALL_MAKEFILES \\
24641         dlls/avifil32/Makefile"
24642 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24643         avifil32"
24644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24645 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24646 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24647
24648 ALL_MAKEFILES="$ALL_MAKEFILES \\
24649         dlls/browseui/Makefile"
24650 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24651         browseui"
24652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24653 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24654 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24655
24656 ALL_MAKEFILES="$ALL_MAKEFILES \\
24657         dlls/browseui/tests/Makefile"
24658 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24659         browseui/tests"
24660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24661 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24662 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24663
24664 ALL_MAKEFILES="$ALL_MAKEFILES \\
24665         dlls/cabinet/Makefile"
24666 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24667         cabinet"
24668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24669 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24670 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24671
24672 ALL_MAKEFILES="$ALL_MAKEFILES \\
24673         dlls/cabinet/tests/Makefile"
24674 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24675         cabinet/tests"
24676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24677 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24678 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24679
24680 ALL_MAKEFILES="$ALL_MAKEFILES \\
24681         dlls/capi2032/Makefile"
24682 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24683         capi2032"
24684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24685 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24686 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24687
24688 ALL_MAKEFILES="$ALL_MAKEFILES \\
24689         dlls/cards/Makefile"
24690 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24691         cards"
24692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24693 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24694 ac_config_files="$ac_config_files dlls/cards/Makefile"
24695
24696 ALL_MAKEFILES="$ALL_MAKEFILES \\
24697         dlls/cfgmgr32/Makefile"
24698 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24699         cfgmgr32"
24700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24701 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24702 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24703
24704 ALL_MAKEFILES="$ALL_MAKEFILES \\
24705         dlls/clusapi/Makefile"
24706 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24707         clusapi"
24708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24709 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24710 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24711
24712 ALL_MAKEFILES="$ALL_MAKEFILES \\
24713         dlls/comcat/Makefile"
24714 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24715         comcat"
24716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24717 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24718 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24719
24720 ALL_MAKEFILES="$ALL_MAKEFILES \\
24721         dlls/comcat/tests/Makefile"
24722 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24723         comcat/tests"
24724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24725 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24726 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24727
24728 ALL_MAKEFILES="$ALL_MAKEFILES \\
24729         dlls/comctl32/Makefile"
24730 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24731         comctl32"
24732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24733 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24734 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24735
24736 ALL_MAKEFILES="$ALL_MAKEFILES \\
24737         dlls/comctl32/tests/Makefile"
24738 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24739         comctl32/tests"
24740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24741 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24742 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24743
24744 ALL_MAKEFILES="$ALL_MAKEFILES \\
24745         dlls/comdlg32/Makefile"
24746 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24747         comdlg32"
24748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24749 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24750 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24751
24752 ALL_MAKEFILES="$ALL_MAKEFILES \\
24753         dlls/comdlg32/tests/Makefile"
24754 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24755         comdlg32/tests"
24756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24757 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24758 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24759
24760 ALL_MAKEFILES="$ALL_MAKEFILES \\
24761         dlls/comm.drv16/Makefile"
24762 test "x$enable_comm_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24763         comm.drv16"
24764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24765 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
24766 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
24767
24768 ALL_MAKEFILES="$ALL_MAKEFILES \\
24769         dlls/compstui/Makefile"
24770 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24771         compstui"
24772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24773 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24774 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24775
24776 ALL_MAKEFILES="$ALL_MAKEFILES \\
24777         dlls/credui/Makefile"
24778 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24779         credui"
24780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24781 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24782 ac_config_files="$ac_config_files dlls/credui/Makefile"
24783
24784 ALL_MAKEFILES="$ALL_MAKEFILES \\
24785         dlls/credui/tests/Makefile"
24786 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24787         credui/tests"
24788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24789 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24790 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24791
24792 ALL_MAKEFILES="$ALL_MAKEFILES \\
24793         dlls/crtdll/Makefile"
24794 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24795         crtdll"
24796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24797 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24798 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24799
24800 ALL_MAKEFILES="$ALL_MAKEFILES \\
24801         dlls/crypt32/Makefile"
24802 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24803         crypt32"
24804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24805 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24806 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24807
24808 ALL_MAKEFILES="$ALL_MAKEFILES \\
24809         dlls/crypt32/tests/Makefile"
24810 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24811         crypt32/tests"
24812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24813 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24814 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24815
24816 ALL_MAKEFILES="$ALL_MAKEFILES \\
24817         dlls/cryptdlg/Makefile"
24818 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24819         cryptdlg"
24820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24821 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24822 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24823
24824 ALL_MAKEFILES="$ALL_MAKEFILES \\
24825         dlls/cryptdll/Makefile"
24826 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24827         cryptdll"
24828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24829 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24830 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24831
24832 ALL_MAKEFILES="$ALL_MAKEFILES \\
24833         dlls/cryptnet/Makefile"
24834 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24835         cryptnet"
24836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24837 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24838 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24839
24840 ALL_MAKEFILES="$ALL_MAKEFILES \\
24841         dlls/cryptnet/tests/Makefile"
24842 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24843         cryptnet/tests"
24844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24845 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24846 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24847
24848 ALL_MAKEFILES="$ALL_MAKEFILES \\
24849         dlls/cryptui/Makefile"
24850 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24851         cryptui"
24852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24853 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24854 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24855
24856 ALL_MAKEFILES="$ALL_MAKEFILES \\
24857         dlls/cryptui/tests/Makefile"
24858 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24859         cryptui/tests"
24860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24861 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24862 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24863
24864 ALL_MAKEFILES="$ALL_MAKEFILES \\
24865         dlls/ctapi32/Makefile"
24866 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24867         ctapi32"
24868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24869 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24870 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24871
24872 ALL_MAKEFILES="$ALL_MAKEFILES \\
24873         dlls/ctl3d32/Makefile"
24874 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24875         ctl3d32"
24876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24877 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24878 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24879
24880 ALL_MAKEFILES="$ALL_MAKEFILES \\
24881         dlls/d3d10/Makefile"
24882 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24883         d3d10"
24884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24885 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24886 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24887
24888 ALL_MAKEFILES="$ALL_MAKEFILES \\
24889         dlls/d3d10/tests/Makefile"
24890 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24891         d3d10/tests"
24892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24893 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24894 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24895
24896 ALL_MAKEFILES="$ALL_MAKEFILES \\
24897         dlls/d3d10core/Makefile"
24898 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24899         d3d10core"
24900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24901 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24902 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24903
24904 ALL_MAKEFILES="$ALL_MAKEFILES \\
24905         dlls/d3d10core/tests/Makefile"
24906 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24907         d3d10core/tests"
24908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24909 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24910 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24911
24912 ALL_MAKEFILES="$ALL_MAKEFILES \\
24913         dlls/d3d8/Makefile"
24914 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24915         d3d8"
24916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24917 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24918 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24919
24920 ALL_MAKEFILES="$ALL_MAKEFILES \\
24921         dlls/d3d8/tests/Makefile"
24922 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24923         d3d8/tests"
24924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24925 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24926 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24927
24928 ALL_MAKEFILES="$ALL_MAKEFILES \\
24929         dlls/d3d9/Makefile"
24930 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24931         d3d9"
24932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24933 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24934 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24935
24936 ALL_MAKEFILES="$ALL_MAKEFILES \\
24937         dlls/d3d9/tests/Makefile"
24938 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24939         d3d9/tests"
24940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24941 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24942 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24943
24944 ALL_MAKEFILES="$ALL_MAKEFILES \\
24945         dlls/d3dim/Makefile"
24946 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24947         d3dim"
24948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24949 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24950 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24951
24952 ALL_MAKEFILES="$ALL_MAKEFILES \\
24953         dlls/d3drm/Makefile"
24954 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24955         d3drm"
24956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24957 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24958 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24959
24960 ALL_MAKEFILES="$ALL_MAKEFILES \\
24961         dlls/d3drm/tests/Makefile"
24962 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24963         d3drm/tests"
24964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24965 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24966 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24967
24968 ALL_MAKEFILES="$ALL_MAKEFILES \\
24969         dlls/d3dx8/Makefile"
24970 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24971         d3dx8"
24972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24973 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24974 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24975
24976 ALL_MAKEFILES="$ALL_MAKEFILES \\
24977         dlls/d3dx8/tests/Makefile"
24978 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24979         d3dx8/tests"
24980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24981 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24982 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24983
24984 ALL_MAKEFILES="$ALL_MAKEFILES \\
24985         dlls/d3dx9_24/Makefile"
24986 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24987         d3dx9_24"
24988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24989 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24990 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24991
24992 ALL_MAKEFILES="$ALL_MAKEFILES \\
24993         dlls/d3dx9_25/Makefile"
24994 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24995         d3dx9_25"
24996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24997 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24998 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24999
25000 ALL_MAKEFILES="$ALL_MAKEFILES \\
25001         dlls/d3dx9_26/Makefile"
25002 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25003         d3dx9_26"
25004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25005 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
25006 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
25007
25008 ALL_MAKEFILES="$ALL_MAKEFILES \\
25009         dlls/d3dx9_27/Makefile"
25010 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25011         d3dx9_27"
25012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25013 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
25014 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
25015
25016 ALL_MAKEFILES="$ALL_MAKEFILES \\
25017         dlls/d3dx9_28/Makefile"
25018 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25019         d3dx9_28"
25020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25021 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
25022 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
25023
25024 ALL_MAKEFILES="$ALL_MAKEFILES \\
25025         dlls/d3dx9_29/Makefile"
25026 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25027         d3dx9_29"
25028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25029 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
25030 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
25031
25032 ALL_MAKEFILES="$ALL_MAKEFILES \\
25033         dlls/d3dx9_30/Makefile"
25034 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25035         d3dx9_30"
25036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25037 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
25038 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
25039
25040 ALL_MAKEFILES="$ALL_MAKEFILES \\
25041         dlls/d3dx9_31/Makefile"
25042 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25043         d3dx9_31"
25044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25045 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
25046 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
25047
25048 ALL_MAKEFILES="$ALL_MAKEFILES \\
25049         dlls/d3dx9_32/Makefile"
25050 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25051         d3dx9_32"
25052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25053 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
25054 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
25055
25056 ALL_MAKEFILES="$ALL_MAKEFILES \\
25057         dlls/d3dx9_33/Makefile"
25058 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25059         d3dx9_33"
25060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25061 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
25062 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
25063
25064 ALL_MAKEFILES="$ALL_MAKEFILES \\
25065         dlls/d3dx9_34/Makefile"
25066 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25067         d3dx9_34"
25068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25069 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
25070 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
25071
25072 ALL_MAKEFILES="$ALL_MAKEFILES \\
25073         dlls/d3dx9_35/Makefile"
25074 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25075         d3dx9_35"
25076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25077 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
25078 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
25079
25080 ALL_MAKEFILES="$ALL_MAKEFILES \\
25081         dlls/d3dx9_36/Makefile"
25082 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25083         d3dx9_36"
25084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25085 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
25086 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
25087
25088 ALL_MAKEFILES="$ALL_MAKEFILES \\
25089         dlls/d3dx9_36/tests/Makefile"
25090 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25091         d3dx9_36/tests"
25092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25093 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
25094 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
25095
25096 ALL_MAKEFILES="$ALL_MAKEFILES \\
25097         dlls/d3dx9_37/Makefile"
25098 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25099         d3dx9_37"
25100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25101 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
25102 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
25103
25104 ALL_MAKEFILES="$ALL_MAKEFILES \\
25105         dlls/d3dx9_38/Makefile"
25106 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25107         d3dx9_38"
25108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25109 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
25110 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
25111
25112 ALL_MAKEFILES="$ALL_MAKEFILES \\
25113         dlls/d3dx9_39/Makefile"
25114 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25115         d3dx9_39"
25116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25117 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
25118 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
25119
25120 ALL_MAKEFILES="$ALL_MAKEFILES \\
25121         dlls/d3dx9_40/Makefile"
25122 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25123         d3dx9_40"
25124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25125 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
25126 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
25127
25128 ALL_MAKEFILES="$ALL_MAKEFILES \\
25129         dlls/d3dxof/Makefile"
25130 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25131         d3dxof"
25132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25133 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
25134 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
25135
25136 ALL_MAKEFILES="$ALL_MAKEFILES \\
25137         dlls/d3dxof/tests/Makefile"
25138 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25139         d3dxof/tests"
25140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25141 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
25142 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
25143
25144 ALL_MAKEFILES="$ALL_MAKEFILES \\
25145         dlls/dbghelp/Makefile"
25146 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25147         dbghelp"
25148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25149 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
25150 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
25151
25152 ALL_MAKEFILES="$ALL_MAKEFILES \\
25153         dlls/dciman32/Makefile"
25154 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25155         dciman32"
25156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25157 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
25158 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
25159
25160 ALL_MAKEFILES="$ALL_MAKEFILES \\
25161         dlls/ddraw/Makefile"
25162 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25163         ddraw"
25164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25165 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
25166 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
25167
25168 ALL_MAKEFILES="$ALL_MAKEFILES \\
25169         dlls/ddraw/tests/Makefile"
25170 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25171         ddraw/tests"
25172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25173 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
25174 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
25175
25176 ALL_MAKEFILES="$ALL_MAKEFILES \\
25177         dlls/ddrawex/Makefile"
25178 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25179         ddrawex"
25180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25181 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
25182 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
25183
25184 ALL_MAKEFILES="$ALL_MAKEFILES \\
25185         dlls/ddrawex/tests/Makefile"
25186 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25187         ddrawex/tests"
25188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25189 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
25190 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
25191
25192 ALL_MAKEFILES="$ALL_MAKEFILES \\
25193         dlls/devenum/Makefile"
25194 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25195         devenum"
25196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25197 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
25198 ac_config_files="$ac_config_files dlls/devenum/Makefile"
25199
25200 ALL_MAKEFILES="$ALL_MAKEFILES \\
25201         dlls/dinput/Makefile"
25202 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25203         dinput"
25204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25205 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
25206 ac_config_files="$ac_config_files dlls/dinput/Makefile"
25207
25208 ALL_MAKEFILES="$ALL_MAKEFILES \\
25209         dlls/dinput/tests/Makefile"
25210 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25211         dinput/tests"
25212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25213 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
25214 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
25215
25216 ALL_MAKEFILES="$ALL_MAKEFILES \\
25217         dlls/dinput8/Makefile"
25218 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25219         dinput8"
25220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25221 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
25222 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
25223
25224 ALL_MAKEFILES="$ALL_MAKEFILES \\
25225         dlls/dispdib.dll16/Makefile"
25226 test "x$enable_dispdib_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25227         dispdib.dll16"
25228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25229 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
25230 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
25231
25232 ALL_MAKEFILES="$ALL_MAKEFILES \\
25233         dlls/display.drv16/Makefile"
25234 test "x$enable_display_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25235         display.drv16"
25236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25237 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
25238 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
25239
25240 ALL_MAKEFILES="$ALL_MAKEFILES \\
25241         dlls/dmband/Makefile"
25242 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25243         dmband"
25244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25245 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
25246 ac_config_files="$ac_config_files dlls/dmband/Makefile"
25247
25248 ALL_MAKEFILES="$ALL_MAKEFILES \\
25249         dlls/dmcompos/Makefile"
25250 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25251         dmcompos"
25252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25253 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
25254 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
25255
25256 ALL_MAKEFILES="$ALL_MAKEFILES \\
25257         dlls/dmime/Makefile"
25258 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25259         dmime"
25260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25261 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25262 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25263
25264 ALL_MAKEFILES="$ALL_MAKEFILES \\
25265         dlls/dmloader/Makefile"
25266 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25267         dmloader"
25268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25269 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25270 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25271
25272 ALL_MAKEFILES="$ALL_MAKEFILES \\
25273         dlls/dmscript/Makefile"
25274 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25275         dmscript"
25276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25277 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25278 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25279
25280 ALL_MAKEFILES="$ALL_MAKEFILES \\
25281         dlls/dmstyle/Makefile"
25282 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25283         dmstyle"
25284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25285 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25286 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25287
25288 ALL_MAKEFILES="$ALL_MAKEFILES \\
25289         dlls/dmsynth/Makefile"
25290 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25291         dmsynth"
25292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25293 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25294 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25295
25296 ALL_MAKEFILES="$ALL_MAKEFILES \\
25297         dlls/dmusic/Makefile"
25298 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25299         dmusic"
25300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25301 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25302 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25303
25304 ALL_MAKEFILES="$ALL_MAKEFILES \\
25305         dlls/dmusic32/Makefile"
25306 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25307         dmusic32"
25308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25309 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25310 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25311
25312 ALL_MAKEFILES="$ALL_MAKEFILES \\
25313         dlls/dnsapi/Makefile"
25314 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25315         dnsapi"
25316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25317 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25318 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25319
25320 ALL_MAKEFILES="$ALL_MAKEFILES \\
25321         dlls/dnsapi/tests/Makefile"
25322 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25323         dnsapi/tests"
25324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25325 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25326 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25327
25328 ALL_MAKEFILES="$ALL_MAKEFILES \\
25329         dlls/dplay/Makefile"
25330 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25331         dplay"
25332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25333 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25334 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25335
25336 ALL_MAKEFILES="$ALL_MAKEFILES \\
25337         dlls/dplayx/Makefile"
25338 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25339         dplayx"
25340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25341 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25342 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25343
25344 ALL_MAKEFILES="$ALL_MAKEFILES \\
25345         dlls/dplayx/tests/Makefile"
25346 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25347         dplayx/tests"
25348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25349 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25350 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25351
25352 ALL_MAKEFILES="$ALL_MAKEFILES \\
25353         dlls/dpnaddr/Makefile"
25354 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25355         dpnaddr"
25356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25357 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25358 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25359
25360 ALL_MAKEFILES="$ALL_MAKEFILES \\
25361         dlls/dpnet/Makefile"
25362 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25363         dpnet"
25364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25365 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25366 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25367
25368 ALL_MAKEFILES="$ALL_MAKEFILES \\
25369         dlls/dpnhpast/Makefile"
25370 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25371         dpnhpast"
25372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25373 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25374 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25375
25376 ALL_MAKEFILES="$ALL_MAKEFILES \\
25377         dlls/dpnlobby/Makefile"
25378 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25379         dpnlobby"
25380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25381 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25382 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25383
25384 ALL_MAKEFILES="$ALL_MAKEFILES \\
25385         dlls/dpwsockx/Makefile"
25386 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25387         dpwsockx"
25388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25389 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25390 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25391
25392 ALL_MAKEFILES="$ALL_MAKEFILES \\
25393         dlls/dsound/Makefile"
25394 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25395         dsound"
25396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25397 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25398 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25399
25400 ALL_MAKEFILES="$ALL_MAKEFILES \\
25401         dlls/dsound/tests/Makefile"
25402 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25403         dsound/tests"
25404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25405 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25406 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25407
25408 ALL_MAKEFILES="$ALL_MAKEFILES \\
25409         dlls/dssenh/Makefile"
25410 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25411         dssenh"
25412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25413 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25414 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25415
25416 ALL_MAKEFILES="$ALL_MAKEFILES \\
25417         dlls/dswave/Makefile"
25418 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25419         dswave"
25420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25421 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25422 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25423
25424 ALL_MAKEFILES="$ALL_MAKEFILES \\
25425         dlls/dwmapi/Makefile"
25426 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25427         dwmapi"
25428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25429 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25430 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25431
25432 ALL_MAKEFILES="$ALL_MAKEFILES \\
25433         dlls/dxdiagn/Makefile"
25434 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25435         dxdiagn"
25436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25437 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25438 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25439
25440 ALL_MAKEFILES="$ALL_MAKEFILES \\
25441         dlls/dxerr8/Makefile"
25442 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25443         dxerr8"
25444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25445 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25446 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25447
25448 ALL_MAKEFILES="$ALL_MAKEFILES \\
25449         dlls/dxerr9/Makefile"
25450 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25451         dxerr9"
25452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25453 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25454 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25455
25456 ALL_MAKEFILES="$ALL_MAKEFILES \\
25457         dlls/dxgi/Makefile"
25458 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25459         dxgi"
25460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25461 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25462 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25463
25464 ALL_MAKEFILES="$ALL_MAKEFILES \\
25465         dlls/dxgi/tests/Makefile"
25466 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25467         dxgi/tests"
25468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25469 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25470 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25471
25472 ALL_MAKEFILES="$ALL_MAKEFILES \\
25473         dlls/dxguid/Makefile"
25474 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25475         dxguid"
25476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25477 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25478 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25479
25480 ALL_MAKEFILES="$ALL_MAKEFILES \\
25481         dlls/faultrep/Makefile"
25482 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25483         faultrep"
25484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25485 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25486 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25487
25488 ALL_MAKEFILES="$ALL_MAKEFILES \\
25489         dlls/fusion/Makefile"
25490 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25491         fusion"
25492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25493 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25494 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25495
25496 ALL_MAKEFILES="$ALL_MAKEFILES \\
25497         dlls/fusion/tests/Makefile"
25498 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25499         fusion/tests"
25500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25501 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25502 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25503
25504 ALL_MAKEFILES="$ALL_MAKEFILES \\
25505         dlls/gdi32/Makefile"
25506 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25507         gdi32"
25508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25509 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25510 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25511
25512 ALL_MAKEFILES="$ALL_MAKEFILES \\
25513         dlls/gdi32/tests/Makefile"
25514 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25515         gdi32/tests"
25516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25517 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25518 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25519
25520 ALL_MAKEFILES="$ALL_MAKEFILES \\
25521         dlls/gdiplus/Makefile"
25522 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25523         gdiplus"
25524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25525 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25526 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25527
25528 ALL_MAKEFILES="$ALL_MAKEFILES \\
25529         dlls/gdiplus/tests/Makefile"
25530 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25531         gdiplus/tests"
25532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25533 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25534 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25535
25536 ALL_MAKEFILES="$ALL_MAKEFILES \\
25537         dlls/glu32/Makefile"
25538 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25539         glu32"
25540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25541 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25542 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25543
25544 ALL_MAKEFILES="$ALL_MAKEFILES \\
25545         dlls/gphoto2.ds/Makefile"
25546 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25547         gphoto2.ds"
25548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25549 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25550 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25551
25552 ALL_MAKEFILES="$ALL_MAKEFILES \\
25553         dlls/gpkcsp/Makefile"
25554 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25555         gpkcsp"
25556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25557 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25558 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25559
25560 ALL_MAKEFILES="$ALL_MAKEFILES \\
25561         dlls/hal/Makefile"
25562 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25563         hal"
25564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25565 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25566 ac_config_files="$ac_config_files dlls/hal/Makefile"
25567
25568 ALL_MAKEFILES="$ALL_MAKEFILES \\
25569         dlls/hhctrl.ocx/Makefile"
25570 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25571         hhctrl.ocx"
25572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25573 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25574 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25575
25576 ALL_MAKEFILES="$ALL_MAKEFILES \\
25577         dlls/hid/Makefile"
25578 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25579         hid"
25580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25581 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25582 ac_config_files="$ac_config_files dlls/hid/Makefile"
25583
25584 ALL_MAKEFILES="$ALL_MAKEFILES \\
25585         dlls/hlink/Makefile"
25586 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25587         hlink"
25588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25589 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25590 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25591
25592 ALL_MAKEFILES="$ALL_MAKEFILES \\
25593         dlls/hlink/tests/Makefile"
25594 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25595         hlink/tests"
25596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25597 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25598 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25599
25600 ALL_MAKEFILES="$ALL_MAKEFILES \\
25601         dlls/hnetcfg/Makefile"
25602 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25603         hnetcfg"
25604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25605 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25606 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25607
25608 ALL_MAKEFILES="$ALL_MAKEFILES \\
25609         dlls/httpapi/Makefile"
25610 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25611         httpapi"
25612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25613 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25614 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25615
25616 ALL_MAKEFILES="$ALL_MAKEFILES \\
25617         dlls/iccvid/Makefile"
25618 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25619         iccvid"
25620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25621 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25622 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25623
25624 ALL_MAKEFILES="$ALL_MAKEFILES \\
25625         dlls/icmp/Makefile"
25626 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25627         icmp"
25628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25629 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25630 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25631
25632 ALL_MAKEFILES="$ALL_MAKEFILES \\
25633         dlls/ifsmgr.vxd/Makefile"
25634 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25635         ifsmgr.vxd"
25636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25637 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25638 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25639
25640 ALL_MAKEFILES="$ALL_MAKEFILES \\
25641         dlls/imaadp32.acm/Makefile"
25642 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25643         imaadp32.acm"
25644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25645 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25646 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25647
25648 ALL_MAKEFILES="$ALL_MAKEFILES \\
25649         dlls/imagehlp/Makefile"
25650 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25651         imagehlp"
25652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25653 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25654 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25655
25656 ALL_MAKEFILES="$ALL_MAKEFILES \\
25657         dlls/imm32/Makefile"
25658 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25659         imm32"
25660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25661 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25662 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25663
25664 ALL_MAKEFILES="$ALL_MAKEFILES \\
25665         dlls/imm32/tests/Makefile"
25666 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25667         imm32/tests"
25668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25669 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25670 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25671
25672 ALL_MAKEFILES="$ALL_MAKEFILES \\
25673         dlls/inetcomm/Makefile"
25674 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25675         inetcomm"
25676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25677 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25678 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25679
25680 ALL_MAKEFILES="$ALL_MAKEFILES \\
25681         dlls/inetcomm/tests/Makefile"
25682 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25683         inetcomm/tests"
25684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25685 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25686 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25687
25688 ALL_MAKEFILES="$ALL_MAKEFILES \\
25689         dlls/inetmib1/Makefile"
25690 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25691         inetmib1"
25692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25693 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25694 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25695
25696 ALL_MAKEFILES="$ALL_MAKEFILES \\
25697         dlls/inetmib1/tests/Makefile"
25698 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25699         inetmib1/tests"
25700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25701 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25702 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25703
25704 ALL_MAKEFILES="$ALL_MAKEFILES \\
25705         dlls/infosoft/Makefile"
25706 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25707         infosoft"
25708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25709 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25710 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25711
25712 ALL_MAKEFILES="$ALL_MAKEFILES \\
25713         dlls/infosoft/tests/Makefile"
25714 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25715         infosoft/tests"
25716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25717 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25718 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25719
25720 ALL_MAKEFILES="$ALL_MAKEFILES \\
25721         dlls/initpki/Makefile"
25722 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25723         initpki"
25724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25725 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25726 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25727
25728 ALL_MAKEFILES="$ALL_MAKEFILES \\
25729         dlls/inkobj/Makefile"
25730 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25731         inkobj"
25732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25733 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25734 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25735
25736 ALL_MAKEFILES="$ALL_MAKEFILES \\
25737         dlls/inseng/Makefile"
25738 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25739         inseng"
25740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25741 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25742 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25743
25744 ALL_MAKEFILES="$ALL_MAKEFILES \\
25745         dlls/iphlpapi/Makefile"
25746 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25747         iphlpapi"
25748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25749 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25750 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25751
25752 ALL_MAKEFILES="$ALL_MAKEFILES \\
25753         dlls/iphlpapi/tests/Makefile"
25754 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25755         iphlpapi/tests"
25756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25757 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25758 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25759
25760 ALL_MAKEFILES="$ALL_MAKEFILES \\
25761         dlls/itircl/Makefile"
25762 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25763         itircl"
25764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25765 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25766 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25767
25768 ALL_MAKEFILES="$ALL_MAKEFILES \\
25769         dlls/itss/Makefile"
25770 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25771         itss"
25772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25773 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25774 ac_config_files="$ac_config_files dlls/itss/Makefile"
25775
25776 ALL_MAKEFILES="$ALL_MAKEFILES \\
25777         dlls/itss/tests/Makefile"
25778 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25779         itss/tests"
25780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25781 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25782 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25783
25784 ALL_MAKEFILES="$ALL_MAKEFILES \\
25785         dlls/jscript/Makefile"
25786 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25787         jscript"
25788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25789 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25790 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25791
25792 ALL_MAKEFILES="$ALL_MAKEFILES \\
25793         dlls/jscript/tests/Makefile"
25794 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25795         jscript/tests"
25796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25797 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25798 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25799
25800 ALL_MAKEFILES="$ALL_MAKEFILES \\
25801         dlls/kernel32/Makefile"
25802 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25803         kernel32"
25804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25805 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25806 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25807
25808 ALL_MAKEFILES="$ALL_MAKEFILES \\
25809         dlls/kernel32/tests/Makefile"
25810 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25811         kernel32/tests"
25812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25813 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25814 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25815
25816 ALL_MAKEFILES="$ALL_MAKEFILES \\
25817         dlls/keyboard.drv16/Makefile"
25818 test "x$enable_keyboard_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25819         keyboard.drv16"
25820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25821 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
25822 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
25823
25824 ALL_MAKEFILES="$ALL_MAKEFILES \\
25825         dlls/loadperf/Makefile"
25826 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25827         loadperf"
25828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25829 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25830 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25831
25832 ALL_MAKEFILES="$ALL_MAKEFILES \\
25833         dlls/localspl/Makefile"
25834 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25835         localspl"
25836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25837 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25838 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25839
25840 ALL_MAKEFILES="$ALL_MAKEFILES \\
25841         dlls/localspl/tests/Makefile"
25842 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25843         localspl/tests"
25844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25845 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25846 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25847
25848 ALL_MAKEFILES="$ALL_MAKEFILES \\
25849         dlls/localui/Makefile"
25850 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25851         localui"
25852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25853 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25854 ac_config_files="$ac_config_files dlls/localui/Makefile"
25855
25856 ALL_MAKEFILES="$ALL_MAKEFILES \\
25857         dlls/localui/tests/Makefile"
25858 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25859         localui/tests"
25860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25861 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25862 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25863
25864 ALL_MAKEFILES="$ALL_MAKEFILES \\
25865         dlls/lz32/Makefile"
25866 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25867         lz32"
25868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25869 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25870 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25871
25872 ALL_MAKEFILES="$ALL_MAKEFILES \\
25873         dlls/lz32/tests/Makefile"
25874 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25875         lz32/tests"
25876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25877 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25878 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25879
25880 ALL_MAKEFILES="$ALL_MAKEFILES \\
25881         dlls/lzexpand.dll16/Makefile"
25882 test "x$enable_lzexpand_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25883         lzexpand.dll16"
25884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25885 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
25886 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
25887
25888 ALL_MAKEFILES="$ALL_MAKEFILES \\
25889         dlls/mapi32/Makefile"
25890 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25891         mapi32"
25892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25893 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25894 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25895
25896 ALL_MAKEFILES="$ALL_MAKEFILES \\
25897         dlls/mapi32/tests/Makefile"
25898 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25899         mapi32/tests"
25900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25901 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25902 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25903
25904 ALL_MAKEFILES="$ALL_MAKEFILES \\
25905         dlls/mciavi32/Makefile"
25906 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25907         mciavi32"
25908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25909 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25910 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25911
25912 ALL_MAKEFILES="$ALL_MAKEFILES \\
25913         dlls/mcicda/Makefile"
25914 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25915         mcicda"
25916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25917 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25918 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25919
25920 ALL_MAKEFILES="$ALL_MAKEFILES \\
25921         dlls/mciqtz32/Makefile"
25922 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25923         mciqtz32"
25924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25925 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
25926 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
25927
25928 ALL_MAKEFILES="$ALL_MAKEFILES \\
25929         dlls/mciseq/Makefile"
25930 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25931         mciseq"
25932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25933 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25934 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25935
25936 ALL_MAKEFILES="$ALL_MAKEFILES \\
25937         dlls/mciwave/Makefile"
25938 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25939         mciwave"
25940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25941 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25942 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25943
25944 ALL_MAKEFILES="$ALL_MAKEFILES \\
25945         dlls/midimap/Makefile"
25946 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25947         midimap"
25948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25949 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25950 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25951
25952 ALL_MAKEFILES="$ALL_MAKEFILES \\
25953         dlls/mlang/Makefile"
25954 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25955         mlang"
25956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25957 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25958 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25959
25960 ALL_MAKEFILES="$ALL_MAKEFILES \\
25961         dlls/mlang/tests/Makefile"
25962 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25963         mlang/tests"
25964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25965 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25966 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25967
25968 ALL_MAKEFILES="$ALL_MAKEFILES \\
25969         dlls/mmdevldr.vxd/Makefile"
25970 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25971         mmdevldr.vxd"
25972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25973 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25974 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25975
25976 ALL_MAKEFILES="$ALL_MAKEFILES \\
25977         dlls/monodebg.vxd/Makefile"
25978 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25979         monodebg.vxd"
25980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25981 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25982 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25983
25984 ALL_MAKEFILES="$ALL_MAKEFILES \\
25985         dlls/mountmgr.sys/Makefile"
25986 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25987         mountmgr.sys"
25988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25989 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25990 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25991
25992 ALL_MAKEFILES="$ALL_MAKEFILES \\
25993         dlls/mouse.drv16/Makefile"
25994 test "x$enable_mouse_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25995         mouse.drv16"
25996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25997 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
25998 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
25999
26000 ALL_MAKEFILES="$ALL_MAKEFILES \\
26001         dlls/mpr/Makefile"
26002 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26003         mpr"
26004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26005 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
26006 ac_config_files="$ac_config_files dlls/mpr/Makefile"
26007
26008 ALL_MAKEFILES="$ALL_MAKEFILES \\
26009         dlls/mprapi/Makefile"
26010 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26011         mprapi"
26012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26013 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
26014 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
26015
26016 ALL_MAKEFILES="$ALL_MAKEFILES \\
26017         dlls/msacm.dll16/Makefile"
26018 test "x$enable_msacm_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26019         msacm.dll16"
26020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26021 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
26022 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
26023
26024 ALL_MAKEFILES="$ALL_MAKEFILES \\
26025         dlls/msacm32.drv/Makefile"
26026 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26027         msacm32.drv"
26028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26029 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
26030 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
26031
26032 ALL_MAKEFILES="$ALL_MAKEFILES \\
26033         dlls/msacm32/Makefile"
26034 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26035         msacm32"
26036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26037 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
26038 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
26039
26040 ALL_MAKEFILES="$ALL_MAKEFILES \\
26041         dlls/msacm32/tests/Makefile"
26042 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26043         msacm32/tests"
26044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26045 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
26046 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
26047
26048 ALL_MAKEFILES="$ALL_MAKEFILES \\
26049         dlls/msadp32.acm/Makefile"
26050 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26051         msadp32.acm"
26052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26053 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
26054 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
26055
26056 ALL_MAKEFILES="$ALL_MAKEFILES \\
26057         dlls/mscat32/Makefile"
26058 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26059         mscat32"
26060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26061 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
26062 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
26063
26064 ALL_MAKEFILES="$ALL_MAKEFILES \\
26065         dlls/mscms/Makefile"
26066 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26067         mscms"
26068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26069 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
26070 ac_config_files="$ac_config_files dlls/mscms/Makefile"
26071
26072 ALL_MAKEFILES="$ALL_MAKEFILES \\
26073         dlls/mscms/tests/Makefile"
26074 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26075         mscms/tests"
26076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26077 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
26078 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
26079
26080 ALL_MAKEFILES="$ALL_MAKEFILES \\
26081         dlls/mscoree/Makefile"
26082 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26083         mscoree"
26084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26085 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
26086 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
26087
26088 ALL_MAKEFILES="$ALL_MAKEFILES \\
26089         dlls/msctf/Makefile"
26090 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26091         msctf"
26092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26093 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
26094 ac_config_files="$ac_config_files dlls/msctf/Makefile"
26095
26096 ALL_MAKEFILES="$ALL_MAKEFILES \\
26097         dlls/msctf/tests/Makefile"
26098 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26099         msctf/tests"
26100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26101 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
26102 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
26103
26104 ALL_MAKEFILES="$ALL_MAKEFILES \\
26105         dlls/msdmo/Makefile"
26106 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26107         msdmo"
26108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26109 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
26110 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
26111
26112 ALL_MAKEFILES="$ALL_MAKEFILES \\
26113         dlls/msftedit/Makefile"
26114 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26115         msftedit"
26116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26117 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
26118 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
26119
26120 ALL_MAKEFILES="$ALL_MAKEFILES \\
26121         dlls/msg711.acm/Makefile"
26122 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26123         msg711.acm"
26124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26125 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
26126 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
26127
26128 ALL_MAKEFILES="$ALL_MAKEFILES \\
26129         dlls/mshtml.tlb/Makefile"
26130 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26131         mshtml.tlb"
26132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26133 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
26134 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
26135
26136 ALL_MAKEFILES="$ALL_MAKEFILES \\
26137         dlls/mshtml/Makefile"
26138 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26139         mshtml"
26140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26141 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
26142 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
26143
26144 ALL_MAKEFILES="$ALL_MAKEFILES \\
26145         dlls/mshtml/tests/Makefile"
26146 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26147         mshtml/tests"
26148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26149 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
26150 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
26151
26152 ALL_MAKEFILES="$ALL_MAKEFILES \\
26153         dlls/msi/Makefile"
26154 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26155         msi"
26156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26157 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
26158 ac_config_files="$ac_config_files dlls/msi/Makefile"
26159
26160 ALL_MAKEFILES="$ALL_MAKEFILES \\
26161         dlls/msi/tests/Makefile"
26162 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26163         msi/tests"
26164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26165 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
26166 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
26167
26168 ALL_MAKEFILES="$ALL_MAKEFILES \\
26169         dlls/msimg32/Makefile"
26170 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26171         msimg32"
26172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26173 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
26174 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
26175
26176 ALL_MAKEFILES="$ALL_MAKEFILES \\
26177         dlls/msimtf/Makefile"
26178 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26179         msimtf"
26180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26181 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
26182 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
26183
26184 ALL_MAKEFILES="$ALL_MAKEFILES \\
26185         dlls/msisip/Makefile"
26186 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26187         msisip"
26188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26189 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
26190 ac_config_files="$ac_config_files dlls/msisip/Makefile"
26191
26192 ALL_MAKEFILES="$ALL_MAKEFILES \\
26193         dlls/msisys.ocx/Makefile"
26194 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26195         msisys.ocx"
26196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26197 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
26198 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
26199
26200 ALL_MAKEFILES="$ALL_MAKEFILES \\
26201         dlls/msnet32/Makefile"
26202 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26203         msnet32"
26204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26205 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
26206 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
26207
26208 ALL_MAKEFILES="$ALL_MAKEFILES \\
26209         dlls/msrle32/Makefile"
26210 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26211         msrle32"
26212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26213 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
26214 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
26215
26216 ALL_MAKEFILES="$ALL_MAKEFILES \\
26217         dlls/mssign32/Makefile"
26218 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26219         mssign32"
26220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26221 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
26222 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
26223
26224 ALL_MAKEFILES="$ALL_MAKEFILES \\
26225         dlls/mssip32/Makefile"
26226 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26227         mssip32"
26228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26229 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
26230 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
26231
26232 ALL_MAKEFILES="$ALL_MAKEFILES \\
26233         dlls/mstask/Makefile"
26234 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26235         mstask"
26236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26237 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
26238 ac_config_files="$ac_config_files dlls/mstask/Makefile"
26239
26240 ALL_MAKEFILES="$ALL_MAKEFILES \\
26241         dlls/mstask/tests/Makefile"
26242 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26243         mstask/tests"
26244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26245 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
26246 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
26247
26248 ALL_MAKEFILES="$ALL_MAKEFILES \\
26249         dlls/msvcirt/Makefile"
26250 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26251         msvcirt"
26252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26253 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
26254 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
26255
26256 ALL_MAKEFILES="$ALL_MAKEFILES \\
26257         dlls/msvcr71/Makefile"
26258 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26259         msvcr71"
26260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26261 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
26262 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
26263
26264 ALL_MAKEFILES="$ALL_MAKEFILES \\
26265         dlls/msvcrt/Makefile"
26266 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26267         msvcrt"
26268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26269 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26270 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26271
26272 ALL_MAKEFILES="$ALL_MAKEFILES \\
26273         dlls/msvcrt/tests/Makefile"
26274 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26275         msvcrt/tests"
26276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26277 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26278 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26279
26280 ALL_MAKEFILES="$ALL_MAKEFILES \\
26281         dlls/msvcrt20/Makefile"
26282 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26283         msvcrt20"
26284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26285 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26286 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26287
26288 ALL_MAKEFILES="$ALL_MAKEFILES \\
26289         dlls/msvcrt40/Makefile"
26290 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26291         msvcrt40"
26292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26293 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26294 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26295
26296 ALL_MAKEFILES="$ALL_MAKEFILES \\
26297         dlls/msvcrtd/Makefile"
26298 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26299         msvcrtd"
26300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26301 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26302 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26303
26304 ALL_MAKEFILES="$ALL_MAKEFILES \\
26305         dlls/msvcrtd/tests/Makefile"
26306 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26307         msvcrtd/tests"
26308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26309 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26310 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26311
26312 ALL_MAKEFILES="$ALL_MAKEFILES \\
26313         dlls/msvfw32/Makefile"
26314 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26315         msvfw32"
26316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26317 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26318 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26319
26320 ALL_MAKEFILES="$ALL_MAKEFILES \\
26321         dlls/msvfw32/tests/Makefile"
26322 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26323         msvfw32/tests"
26324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26325 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26326 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26327
26328 ALL_MAKEFILES="$ALL_MAKEFILES \\
26329         dlls/msvidc32/Makefile"
26330 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26331         msvidc32"
26332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26333 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26334 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26335
26336 ALL_MAKEFILES="$ALL_MAKEFILES \\
26337         dlls/mswsock/Makefile"
26338 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26339         mswsock"
26340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26341 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26342 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26343
26344 ALL_MAKEFILES="$ALL_MAKEFILES \\
26345         dlls/msxml3/Makefile"
26346 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26347         msxml3"
26348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26349 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26350 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26351
26352 ALL_MAKEFILES="$ALL_MAKEFILES \\
26353         dlls/msxml3/tests/Makefile"
26354 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26355         msxml3/tests"
26356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26357 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26358 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26359
26360 ALL_MAKEFILES="$ALL_MAKEFILES \\
26361         dlls/nddeapi/Makefile"
26362 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26363         nddeapi"
26364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26365 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26366 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26367
26368 ALL_MAKEFILES="$ALL_MAKEFILES \\
26369         dlls/netapi32/Makefile"
26370 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26371         netapi32"
26372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26373 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26374 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26375
26376 ALL_MAKEFILES="$ALL_MAKEFILES \\
26377         dlls/netapi32/tests/Makefile"
26378 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26379         netapi32/tests"
26380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26381 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26382 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26383
26384 ALL_MAKEFILES="$ALL_MAKEFILES \\
26385         dlls/newdev/Makefile"
26386 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26387         newdev"
26388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26389 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26390 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26391
26392 ALL_MAKEFILES="$ALL_MAKEFILES \\
26393         dlls/ntdll/Makefile"
26394 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26395         ntdll"
26396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26397 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26398 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26399
26400 ALL_MAKEFILES="$ALL_MAKEFILES \\
26401         dlls/ntdll/tests/Makefile"
26402 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26403         ntdll/tests"
26404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26405 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26406 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26407
26408 ALL_MAKEFILES="$ALL_MAKEFILES \\
26409         dlls/ntdsapi/Makefile"
26410 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26411         ntdsapi"
26412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26413 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26414 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26415
26416 ALL_MAKEFILES="$ALL_MAKEFILES \\
26417         dlls/ntdsapi/tests/Makefile"
26418 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26419         ntdsapi/tests"
26420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26421 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26422 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26423
26424 ALL_MAKEFILES="$ALL_MAKEFILES \\
26425         dlls/ntoskrnl.exe/Makefile"
26426 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26427         ntoskrnl.exe"
26428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26429 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26430 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26431
26432 ALL_MAKEFILES="$ALL_MAKEFILES \\
26433         dlls/ntprint/Makefile"
26434 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26435         ntprint"
26436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26437 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26438 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26439
26440 ALL_MAKEFILES="$ALL_MAKEFILES \\
26441         dlls/ntprint/tests/Makefile"
26442 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26443         ntprint/tests"
26444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26445 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26446 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26447
26448 ALL_MAKEFILES="$ALL_MAKEFILES \\
26449         dlls/objsel/Makefile"
26450 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26451         objsel"
26452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26453 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26454 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26455
26456 ALL_MAKEFILES="$ALL_MAKEFILES \\
26457         dlls/odbc32/Makefile"
26458 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26459         odbc32"
26460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26461 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26462 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26463
26464 ALL_MAKEFILES="$ALL_MAKEFILES \\
26465         dlls/odbccp32/Makefile"
26466 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26467         odbccp32"
26468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26469 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26470 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26471
26472 ALL_MAKEFILES="$ALL_MAKEFILES \\
26473         dlls/odbccp32/tests/Makefile"
26474 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26475         odbccp32/tests"
26476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26477 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26478 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26479
26480 ALL_MAKEFILES="$ALL_MAKEFILES \\
26481         dlls/ole2conv.dll16/Makefile"
26482 test "x$enable_ole2conv_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26483         ole2conv.dll16"
26484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26485 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
26486 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
26487
26488 ALL_MAKEFILES="$ALL_MAKEFILES \\
26489         dlls/ole2prox.dll16/Makefile"
26490 test "x$enable_ole2prox_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26491         ole2prox.dll16"
26492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26493 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
26494 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
26495
26496 ALL_MAKEFILES="$ALL_MAKEFILES \\
26497         dlls/ole2thk.dll16/Makefile"
26498 test "x$enable_ole2thk_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26499         ole2thk.dll16"
26500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26501 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
26502 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
26503
26504 ALL_MAKEFILES="$ALL_MAKEFILES \\
26505         dlls/ole32/Makefile"
26506 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26507         ole32"
26508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26509 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26510 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26511
26512 ALL_MAKEFILES="$ALL_MAKEFILES \\
26513         dlls/ole32/tests/Makefile"
26514 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26515         ole32/tests"
26516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26517 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26518 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26519
26520 ALL_MAKEFILES="$ALL_MAKEFILES \\
26521         dlls/oleacc/Makefile"
26522 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26523         oleacc"
26524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26525 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26526 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26527
26528 ALL_MAKEFILES="$ALL_MAKEFILES \\
26529         dlls/oleacc/tests/Makefile"
26530 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26531         oleacc/tests"
26532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26533 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26534 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26535
26536 ALL_MAKEFILES="$ALL_MAKEFILES \\
26537         dlls/oleaut32/Makefile"
26538 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26539         oleaut32"
26540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26541 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26542 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26543
26544 ALL_MAKEFILES="$ALL_MAKEFILES \\
26545         dlls/oleaut32/tests/Makefile"
26546 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26547         oleaut32/tests"
26548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26549 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26550 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26551
26552 ALL_MAKEFILES="$ALL_MAKEFILES \\
26553         dlls/olecli.dll16/Makefile"
26554 test "x$enable_olecli_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26555         olecli.dll16"
26556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26557 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
26558 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
26559
26560 ALL_MAKEFILES="$ALL_MAKEFILES \\
26561         dlls/olecli32/Makefile"
26562 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26563         olecli32"
26564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26565 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26566 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26567
26568 ALL_MAKEFILES="$ALL_MAKEFILES \\
26569         dlls/oledlg/Makefile"
26570 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26571         oledlg"
26572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26573 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26574 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26575
26576 ALL_MAKEFILES="$ALL_MAKEFILES \\
26577         dlls/olepro32/Makefile"
26578 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26579         olepro32"
26580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26581 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26582 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26583
26584 ALL_MAKEFILES="$ALL_MAKEFILES \\
26585         dlls/olesvr.dll16/Makefile"
26586 test "x$enable_olesvr_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26587         olesvr.dll16"
26588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26589 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
26590 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
26591
26592 ALL_MAKEFILES="$ALL_MAKEFILES \\
26593         dlls/olesvr32/Makefile"
26594 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26595         olesvr32"
26596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26597 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26598 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26599
26600 ALL_MAKEFILES="$ALL_MAKEFILES \\
26601         dlls/olethk32/Makefile"
26602 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26603         olethk32"
26604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26605 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26606 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26607
26608 ALL_MAKEFILES="$ALL_MAKEFILES \\
26609         dlls/opengl32/Makefile"
26610 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26611         opengl32"
26612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26613 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26614 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26615
26616 ALL_MAKEFILES="$ALL_MAKEFILES \\
26617         dlls/opengl32/tests/Makefile"
26618 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26619         opengl32/tests"
26620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26621 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26622 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26623
26624 ALL_MAKEFILES="$ALL_MAKEFILES \\
26625         dlls/pdh/Makefile"
26626 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26627         pdh"
26628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26629 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26630 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26631
26632 ALL_MAKEFILES="$ALL_MAKEFILES \\
26633         dlls/pdh/tests/Makefile"
26634 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26635         pdh/tests"
26636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26637 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26638 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26639
26640 ALL_MAKEFILES="$ALL_MAKEFILES \\
26641         dlls/pidgen/Makefile"
26642 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26643         pidgen"
26644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26645 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26646 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26647
26648 ALL_MAKEFILES="$ALL_MAKEFILES \\
26649         dlls/powrprof/Makefile"
26650 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26651         powrprof"
26652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26653 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26654 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26655
26656 ALL_MAKEFILES="$ALL_MAKEFILES \\
26657         dlls/printui/Makefile"
26658 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26659         printui"
26660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26661 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26662 ac_config_files="$ac_config_files dlls/printui/Makefile"
26663
26664 ALL_MAKEFILES="$ALL_MAKEFILES \\
26665         dlls/propsys/Makefile"
26666 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26667         propsys"
26668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26669 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26670 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26671
26672 ALL_MAKEFILES="$ALL_MAKEFILES \\
26673         dlls/psapi/Makefile"
26674 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26675         psapi"
26676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26677 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26678 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26679
26680 ALL_MAKEFILES="$ALL_MAKEFILES \\
26681         dlls/psapi/tests/Makefile"
26682 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26683         psapi/tests"
26684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26685 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26686 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26687
26688 ALL_MAKEFILES="$ALL_MAKEFILES \\
26689         dlls/pstorec/Makefile"
26690 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26691         pstorec"
26692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26693 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26694 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26695
26696 ALL_MAKEFILES="$ALL_MAKEFILES \\
26697         dlls/qcap/Makefile"
26698 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26699         qcap"
26700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26701 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26702 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26703
26704 ALL_MAKEFILES="$ALL_MAKEFILES \\
26705         dlls/qedit/Makefile"
26706 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26707         qedit"
26708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26709 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26710 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26711
26712 ALL_MAKEFILES="$ALL_MAKEFILES \\
26713         dlls/qedit/tests/Makefile"
26714 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26715         qedit/tests"
26716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26717 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26718 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26719
26720 ALL_MAKEFILES="$ALL_MAKEFILES \\
26721         dlls/qmgr/Makefile"
26722 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26723         qmgr"
26724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26725 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26726 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26727
26728 ALL_MAKEFILES="$ALL_MAKEFILES \\
26729         dlls/qmgr/tests/Makefile"
26730 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26731         qmgr/tests"
26732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26733 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26734 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26735
26736 ALL_MAKEFILES="$ALL_MAKEFILES \\
26737         dlls/qmgrprxy/Makefile"
26738 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26739         qmgrprxy"
26740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26741 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26742 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26743
26744 ALL_MAKEFILES="$ALL_MAKEFILES \\
26745         dlls/quartz/Makefile"
26746 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26747         quartz"
26748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26749 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26750 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26751
26752 ALL_MAKEFILES="$ALL_MAKEFILES \\
26753         dlls/quartz/tests/Makefile"
26754 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26755         quartz/tests"
26756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26757 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26758 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26759
26760 ALL_MAKEFILES="$ALL_MAKEFILES \\
26761         dlls/query/Makefile"
26762 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26763         query"
26764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26765 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26766 ac_config_files="$ac_config_files dlls/query/Makefile"
26767
26768 ALL_MAKEFILES="$ALL_MAKEFILES \\
26769         dlls/rasapi32/Makefile"
26770 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26771         rasapi32"
26772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26773 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26774 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26775
26776 ALL_MAKEFILES="$ALL_MAKEFILES \\
26777         dlls/rasapi32/tests/Makefile"
26778 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26779         rasapi32/tests"
26780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26781 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26782 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26783
26784 ALL_MAKEFILES="$ALL_MAKEFILES \\
26785         dlls/rasdlg/Makefile"
26786 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26787         rasdlg"
26788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26789 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26790 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26791
26792 ALL_MAKEFILES="$ALL_MAKEFILES \\
26793         dlls/resutils/Makefile"
26794 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26795         resutils"
26796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26797 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26798 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26799
26800 ALL_MAKEFILES="$ALL_MAKEFILES \\
26801         dlls/riched20/Makefile"
26802 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26803         riched20"
26804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26805 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26806 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26807
26808 ALL_MAKEFILES="$ALL_MAKEFILES \\
26809         dlls/riched20/tests/Makefile"
26810 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26811         riched20/tests"
26812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26813 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26814 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26815
26816 ALL_MAKEFILES="$ALL_MAKEFILES \\
26817         dlls/riched32/Makefile"
26818 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26819         riched32"
26820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26821 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26822 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26823
26824 ALL_MAKEFILES="$ALL_MAKEFILES \\
26825         dlls/riched32/tests/Makefile"
26826 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26827         riched32/tests"
26828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26829 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26830 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26831
26832 ALL_MAKEFILES="$ALL_MAKEFILES \\
26833         dlls/rpcrt4/Makefile"
26834 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26835         rpcrt4"
26836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26837 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26838 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26839
26840 ALL_MAKEFILES="$ALL_MAKEFILES \\
26841         dlls/rpcrt4/tests/Makefile"
26842 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26843         rpcrt4/tests"
26844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26845 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26846 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26847
26848 ALL_MAKEFILES="$ALL_MAKEFILES \\
26849         dlls/rsabase/Makefile"
26850 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26851         rsabase"
26852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26853 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26854 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26855
26856 ALL_MAKEFILES="$ALL_MAKEFILES \\
26857         dlls/rsaenh/Makefile"
26858 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26859         rsaenh"
26860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26861 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26862 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26863
26864 ALL_MAKEFILES="$ALL_MAKEFILES \\
26865         dlls/rsaenh/tests/Makefile"
26866 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26867         rsaenh/tests"
26868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26869 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26870 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26871
26872 ALL_MAKEFILES="$ALL_MAKEFILES \\
26873         dlls/sane.ds/Makefile"
26874 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26875         sane.ds"
26876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26877 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26878 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26879
26880 ALL_MAKEFILES="$ALL_MAKEFILES \\
26881         dlls/sccbase/Makefile"
26882 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26883         sccbase"
26884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26885 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26886 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26887
26888 ALL_MAKEFILES="$ALL_MAKEFILES \\
26889         dlls/schannel/Makefile"
26890 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26891         schannel"
26892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26893 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26894 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26895
26896 ALL_MAKEFILES="$ALL_MAKEFILES \\
26897         dlls/schannel/tests/Makefile"
26898 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26899         schannel/tests"
26900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26901 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26902 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26903
26904 ALL_MAKEFILES="$ALL_MAKEFILES \\
26905         dlls/secur32/Makefile"
26906 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26907         secur32"
26908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26909 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26910 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26911
26912 ALL_MAKEFILES="$ALL_MAKEFILES \\
26913         dlls/secur32/tests/Makefile"
26914 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26915         secur32/tests"
26916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26917 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26918 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26919
26920 ALL_MAKEFILES="$ALL_MAKEFILES \\
26921         dlls/security/Makefile"
26922 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26923         security"
26924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26925 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26926 ac_config_files="$ac_config_files dlls/security/Makefile"
26927
26928 ALL_MAKEFILES="$ALL_MAKEFILES \\
26929         dlls/sensapi/Makefile"
26930 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26931         sensapi"
26932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26933 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26934 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26935
26936 ALL_MAKEFILES="$ALL_MAKEFILES \\
26937         dlls/serialui/Makefile"
26938 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26939         serialui"
26940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26941 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26942 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26943
26944 ALL_MAKEFILES="$ALL_MAKEFILES \\
26945         dlls/serialui/tests/Makefile"
26946 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26947         serialui/tests"
26948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26949 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26950 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26951
26952 ALL_MAKEFILES="$ALL_MAKEFILES \\
26953         dlls/setupapi/Makefile"
26954 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26955         setupapi"
26956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26957 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26958 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26959
26960 ALL_MAKEFILES="$ALL_MAKEFILES \\
26961         dlls/setupapi/tests/Makefile"
26962 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26963         setupapi/tests"
26964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26965 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26966 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26967
26968 ALL_MAKEFILES="$ALL_MAKEFILES \\
26969         dlls/sfc/Makefile"
26970 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26971         sfc"
26972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26973 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26974 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26975
26976 ALL_MAKEFILES="$ALL_MAKEFILES \\
26977         dlls/sfc_os/Makefile"
26978 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26979         sfc_os"
26980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26981 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26982 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26983
26984 ALL_MAKEFILES="$ALL_MAKEFILES \\
26985         dlls/shdoclc/Makefile"
26986 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26987         shdoclc"
26988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26989 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26990 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26991
26992 ALL_MAKEFILES="$ALL_MAKEFILES \\
26993         dlls/shdocvw/Makefile"
26994 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26995         shdocvw"
26996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26997 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26998 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26999
27000 ALL_MAKEFILES="$ALL_MAKEFILES \\
27001         dlls/shdocvw/tests/Makefile"
27002 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27003         shdocvw/tests"
27004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27005 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
27006 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
27007
27008 ALL_MAKEFILES="$ALL_MAKEFILES \\
27009         dlls/shell32/Makefile"
27010 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27011         shell32"
27012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27013 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
27014 ac_config_files="$ac_config_files dlls/shell32/Makefile"
27015
27016 ALL_MAKEFILES="$ALL_MAKEFILES \\
27017         dlls/shell32/tests/Makefile"
27018 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27019         shell32/tests"
27020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27021 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
27022 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
27023
27024 ALL_MAKEFILES="$ALL_MAKEFILES \\
27025         dlls/shfolder/Makefile"
27026 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27027         shfolder"
27028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27029 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
27030 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
27031
27032 ALL_MAKEFILES="$ALL_MAKEFILES \\
27033         dlls/shlwapi/Makefile"
27034 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27035         shlwapi"
27036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27037 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
27038 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
27039
27040 ALL_MAKEFILES="$ALL_MAKEFILES \\
27041         dlls/shlwapi/tests/Makefile"
27042 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27043         shlwapi/tests"
27044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27045 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
27046 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
27047
27048 ALL_MAKEFILES="$ALL_MAKEFILES \\
27049         dlls/slbcsp/Makefile"
27050 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27051         slbcsp"
27052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27053 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
27054 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
27055
27056 ALL_MAKEFILES="$ALL_MAKEFILES \\
27057         dlls/slc/Makefile"
27058 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27059         slc"
27060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27061 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
27062 ac_config_files="$ac_config_files dlls/slc/Makefile"
27063
27064 ALL_MAKEFILES="$ALL_MAKEFILES \\
27065         dlls/snmpapi/Makefile"
27066 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27067         snmpapi"
27068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27069 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
27070 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
27071
27072 ALL_MAKEFILES="$ALL_MAKEFILES \\
27073         dlls/snmpapi/tests/Makefile"
27074 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27075         snmpapi/tests"
27076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27077 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
27078 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
27079
27080 ALL_MAKEFILES="$ALL_MAKEFILES \\
27081         dlls/softpub/Makefile"
27082 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27083         softpub"
27084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27085 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
27086 ac_config_files="$ac_config_files dlls/softpub/Makefile"
27087
27088 ALL_MAKEFILES="$ALL_MAKEFILES \\
27089         dlls/spoolss/Makefile"
27090 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27091         spoolss"
27092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27093 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
27094 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
27095
27096 ALL_MAKEFILES="$ALL_MAKEFILES \\
27097         dlls/spoolss/tests/Makefile"
27098 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27099         spoolss/tests"
27100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27101 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
27102 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
27103
27104 ALL_MAKEFILES="$ALL_MAKEFILES \\
27105         dlls/stdole2.tlb/Makefile"
27106 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27107         stdole2.tlb"
27108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27109 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
27110 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
27111
27112 ALL_MAKEFILES="$ALL_MAKEFILES \\
27113         dlls/stdole32.tlb/Makefile"
27114 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27115         stdole32.tlb"
27116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27117 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
27118 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
27119
27120 ALL_MAKEFILES="$ALL_MAKEFILES \\
27121         dlls/sti/Makefile"
27122 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27123         sti"
27124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27125 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
27126 ac_config_files="$ac_config_files dlls/sti/Makefile"
27127
27128 ALL_MAKEFILES="$ALL_MAKEFILES \\
27129         dlls/stress.dll16/Makefile"
27130 test "x$enable_stress_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27131         stress.dll16"
27132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27133 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
27134 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
27135
27136 ALL_MAKEFILES="$ALL_MAKEFILES \\
27137         dlls/strmiids/Makefile"
27138 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27139         strmiids"
27140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27141 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
27142 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
27143
27144 ALL_MAKEFILES="$ALL_MAKEFILES \\
27145         dlls/svrapi/Makefile"
27146 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27147         svrapi"
27148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27149 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
27150 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
27151
27152 ALL_MAKEFILES="$ALL_MAKEFILES \\
27153         dlls/sxs/Makefile"
27154 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27155         sxs"
27156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27157 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
27158 ac_config_files="$ac_config_files dlls/sxs/Makefile"
27159
27160 ALL_MAKEFILES="$ALL_MAKEFILES \\
27161         dlls/tapi32/Makefile"
27162 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27163         tapi32"
27164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27165 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
27166 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
27167
27168 ALL_MAKEFILES="$ALL_MAKEFILES \\
27169         dlls/traffic/Makefile"
27170 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27171         traffic"
27172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27173 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
27174 ac_config_files="$ac_config_files dlls/traffic/Makefile"
27175
27176 ALL_MAKEFILES="$ALL_MAKEFILES \\
27177         dlls/twain_32/Makefile"
27178 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27179         twain_32"
27180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27181 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
27182 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
27183
27184 ALL_MAKEFILES="$ALL_MAKEFILES \\
27185         dlls/twain_32/tests/Makefile"
27186 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27187         twain_32/tests"
27188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27189 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
27190 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
27191
27192 ALL_MAKEFILES="$ALL_MAKEFILES \\
27193         dlls/unicows/Makefile"
27194 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27195         unicows"
27196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27197 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
27198 ac_config_files="$ac_config_files dlls/unicows/Makefile"
27199
27200 ALL_MAKEFILES="$ALL_MAKEFILES \\
27201         dlls/updspapi/Makefile"
27202 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27203         updspapi"
27204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27205 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
27206 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
27207
27208 ALL_MAKEFILES="$ALL_MAKEFILES \\
27209         dlls/url/Makefile"
27210 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27211         url"
27212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27213 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
27214 ac_config_files="$ac_config_files dlls/url/Makefile"
27215
27216 ALL_MAKEFILES="$ALL_MAKEFILES \\
27217         dlls/urlmon/Makefile"
27218 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27219         urlmon"
27220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27221 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
27222 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
27223
27224 ALL_MAKEFILES="$ALL_MAKEFILES \\
27225         dlls/urlmon/tests/Makefile"
27226 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27227         urlmon/tests"
27228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27229 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
27230 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
27231
27232 ALL_MAKEFILES="$ALL_MAKEFILES \\
27233         dlls/user32/Makefile"
27234 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27235         user32"
27236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27237 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
27238 ac_config_files="$ac_config_files dlls/user32/Makefile"
27239
27240 ALL_MAKEFILES="$ALL_MAKEFILES \\
27241         dlls/user32/tests/Makefile"
27242 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27243         user32/tests"
27244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27245 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
27246 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
27247
27248 ALL_MAKEFILES="$ALL_MAKEFILES \\
27249         dlls/userenv/Makefile"
27250 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27251         userenv"
27252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27253 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
27254 ac_config_files="$ac_config_files dlls/userenv/Makefile"
27255
27256 ALL_MAKEFILES="$ALL_MAKEFILES \\
27257         dlls/userenv/tests/Makefile"
27258 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27259         userenv/tests"
27260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27261 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
27262 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
27263
27264 ALL_MAKEFILES="$ALL_MAKEFILES \\
27265         dlls/usp10/Makefile"
27266 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27267         usp10"
27268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27269 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
27270 ac_config_files="$ac_config_files dlls/usp10/Makefile"
27271
27272 ALL_MAKEFILES="$ALL_MAKEFILES \\
27273         dlls/usp10/tests/Makefile"
27274 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27275         usp10/tests"
27276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27277 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
27278 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
27279
27280 ALL_MAKEFILES="$ALL_MAKEFILES \\
27281         dlls/uuid/Makefile"
27282 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27283         uuid"
27284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27285 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
27286 ac_config_files="$ac_config_files dlls/uuid/Makefile"
27287
27288 ALL_MAKEFILES="$ALL_MAKEFILES \\
27289         dlls/uxtheme/Makefile"
27290 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27291         uxtheme"
27292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27293 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
27294 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
27295
27296 ALL_MAKEFILES="$ALL_MAKEFILES \\
27297         dlls/uxtheme/tests/Makefile"
27298 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27299         uxtheme/tests"
27300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27301 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
27302 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
27303
27304 ALL_MAKEFILES="$ALL_MAKEFILES \\
27305         dlls/vdhcp.vxd/Makefile"
27306 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27307         vdhcp.vxd"
27308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27309 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27310 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27311
27312 ALL_MAKEFILES="$ALL_MAKEFILES \\
27313         dlls/vdmdbg/Makefile"
27314 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27315         vdmdbg"
27316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27317 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27318 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27319
27320 ALL_MAKEFILES="$ALL_MAKEFILES \\
27321         dlls/version/Makefile"
27322 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27323         version"
27324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27325 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27326 ac_config_files="$ac_config_files dlls/version/Makefile"
27327
27328 ALL_MAKEFILES="$ALL_MAKEFILES \\
27329         dlls/version/tests/Makefile"
27330 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27331         version/tests"
27332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27333 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27334 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27335
27336 ALL_MAKEFILES="$ALL_MAKEFILES \\
27337         dlls/vmm.vxd/Makefile"
27338 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27339         vmm.vxd"
27340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27341 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27342 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27343
27344 ALL_MAKEFILES="$ALL_MAKEFILES \\
27345         dlls/vnbt.vxd/Makefile"
27346 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27347         vnbt.vxd"
27348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27349 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27350 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27351
27352 ALL_MAKEFILES="$ALL_MAKEFILES \\
27353         dlls/vnetbios.vxd/Makefile"
27354 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27355         vnetbios.vxd"
27356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27357 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27358 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27359
27360 ALL_MAKEFILES="$ALL_MAKEFILES \\
27361         dlls/vtdapi.vxd/Makefile"
27362 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27363         vtdapi.vxd"
27364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27365 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27366 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27367
27368 ALL_MAKEFILES="$ALL_MAKEFILES \\
27369         dlls/vwin32.vxd/Makefile"
27370 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27371         vwin32.vxd"
27372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27373 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27374 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27375
27376 ALL_MAKEFILES="$ALL_MAKEFILES \\
27377         dlls/w32skrnl/Makefile"
27378 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27379         w32skrnl"
27380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27381 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27382 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27383
27384 ALL_MAKEFILES="$ALL_MAKEFILES \\
27385         dlls/win87em.dll16/Makefile"
27386 test "x$enable_win87em_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27387         win87em.dll16"
27388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27389 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
27390 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
27391
27392 ALL_MAKEFILES="$ALL_MAKEFILES \\
27393         dlls/windebug.dll16/Makefile"
27394 test "x$enable_windebug_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27395         windebug.dll16"
27396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27397 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
27398 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
27399
27400 ALL_MAKEFILES="$ALL_MAKEFILES \\
27401         dlls/winealsa.drv/Makefile"
27402 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27403         winealsa.drv"
27404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27405 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27406 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27407
27408 ALL_MAKEFILES="$ALL_MAKEFILES \\
27409         dlls/wineaudioio.drv/Makefile"
27410 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27411         wineaudioio.drv"
27412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27413 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27414 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27415
27416 ALL_MAKEFILES="$ALL_MAKEFILES \\
27417         dlls/winecoreaudio.drv/Makefile"
27418 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27419         winecoreaudio.drv"
27420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27421 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27422 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27423
27424 ALL_MAKEFILES="$ALL_MAKEFILES \\
27425         dlls/winecrt0/Makefile"
27426 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27427         winecrt0"
27428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27429 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27430 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27431
27432 ALL_MAKEFILES="$ALL_MAKEFILES \\
27433         dlls/wined3d/Makefile"
27434 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27435         wined3d"
27436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27437 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27438 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27439
27440 ALL_MAKEFILES="$ALL_MAKEFILES \\
27441         dlls/winedos/Makefile"
27442 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27443         winedos"
27444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27445 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27446 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27447
27448 ALL_MAKEFILES="$ALL_MAKEFILES \\
27449         dlls/wineesd.drv/Makefile"
27450 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27451         wineesd.drv"
27452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27453 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27454 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27455
27456 ALL_MAKEFILES="$ALL_MAKEFILES \\
27457         dlls/winejack.drv/Makefile"
27458 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27459         winejack.drv"
27460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27461 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27462 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27463
27464 ALL_MAKEFILES="$ALL_MAKEFILES \\
27465         dlls/winejoystick.drv/Makefile"
27466 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27467         winejoystick.drv"
27468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27469 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27470 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27471
27472 ALL_MAKEFILES="$ALL_MAKEFILES \\
27473         dlls/winemp3.acm/Makefile"
27474 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27475         winemp3.acm"
27476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27477 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27478 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27479
27480 ALL_MAKEFILES="$ALL_MAKEFILES \\
27481         dlls/winenas.drv/Makefile"
27482 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27483         winenas.drv"
27484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27485 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27486 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27487
27488 ALL_MAKEFILES="$ALL_MAKEFILES \\
27489         dlls/wineoss.drv/Makefile"
27490 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27491         wineoss.drv"
27492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27493 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27494 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27495
27496 ALL_MAKEFILES="$ALL_MAKEFILES \\
27497         dlls/wineps.drv/Makefile"
27498 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27499         wineps.drv"
27500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27501 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27502 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27503
27504 ALL_MAKEFILES="$ALL_MAKEFILES \\
27505         dlls/winequartz.drv/Makefile"
27506 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27507         winequartz.drv"
27508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27509 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27510 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27511
27512 ALL_MAKEFILES="$ALL_MAKEFILES \\
27513         dlls/winex11.drv/Makefile"
27514 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27515         winex11.drv"
27516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27517 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27518 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27519
27520 ALL_MAKEFILES="$ALL_MAKEFILES \\
27521         dlls/wing32/Makefile"
27522 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27523         wing32"
27524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27525 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27526 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27527
27528 ALL_MAKEFILES="$ALL_MAKEFILES \\
27529         dlls/winhttp/Makefile"
27530 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27531         winhttp"
27532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27533 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27534 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27535
27536 ALL_MAKEFILES="$ALL_MAKEFILES \\
27537         dlls/winhttp/tests/Makefile"
27538 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27539         winhttp/tests"
27540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27541 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27542 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27543
27544 ALL_MAKEFILES="$ALL_MAKEFILES \\
27545         dlls/wininet/Makefile"
27546 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27547         wininet"
27548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27549 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27550 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27551
27552 ALL_MAKEFILES="$ALL_MAKEFILES \\
27553         dlls/wininet/tests/Makefile"
27554 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27555         wininet/tests"
27556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27557 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27558 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27559
27560 ALL_MAKEFILES="$ALL_MAKEFILES \\
27561         dlls/winmm/Makefile"
27562 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27563         winmm"
27564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27565 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27566 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27567
27568 ALL_MAKEFILES="$ALL_MAKEFILES \\
27569         dlls/winmm/tests/Makefile"
27570 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27571         winmm/tests"
27572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27573 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27574 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27575
27576 ALL_MAKEFILES="$ALL_MAKEFILES \\
27577         dlls/winnls32/Makefile"
27578 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27579         winnls32"
27580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27581 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27582 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27583
27584 ALL_MAKEFILES="$ALL_MAKEFILES \\
27585         dlls/winscard/Makefile"
27586 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27587         winscard"
27588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27589 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27590 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27591
27592 ALL_MAKEFILES="$ALL_MAKEFILES \\
27593         dlls/winspool.drv/Makefile"
27594 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27595         winspool.drv"
27596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27597 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27598 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27599
27600 ALL_MAKEFILES="$ALL_MAKEFILES \\
27601         dlls/winspool.drv/tests/Makefile"
27602 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27603         winspool.drv/tests"
27604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27605 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27606 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27607
27608 ALL_MAKEFILES="$ALL_MAKEFILES \\
27609         dlls/wintab32/Makefile"
27610 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27611         wintab32"
27612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27613 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27614 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27615
27616 ALL_MAKEFILES="$ALL_MAKEFILES \\
27617         dlls/wintrust/Makefile"
27618 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27619         wintrust"
27620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27621 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27622 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27623
27624 ALL_MAKEFILES="$ALL_MAKEFILES \\
27625         dlls/wintrust/tests/Makefile"
27626 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27627         wintrust/tests"
27628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27629 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27630 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27631
27632 ALL_MAKEFILES="$ALL_MAKEFILES \\
27633         dlls/wldap32/Makefile"
27634 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27635         wldap32"
27636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27637 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27638 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27639
27640 ALL_MAKEFILES="$ALL_MAKEFILES \\
27641         dlls/wldap32/tests/Makefile"
27642 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27643         wldap32/tests"
27644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27645 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27646 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27647
27648 ALL_MAKEFILES="$ALL_MAKEFILES \\
27649         dlls/wmi/Makefile"
27650 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27651         wmi"
27652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27653 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27654 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27655
27656 ALL_MAKEFILES="$ALL_MAKEFILES \\
27657         dlls/wnaspi32/Makefile"
27658 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27659         wnaspi32"
27660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27661 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27662 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27663
27664 ALL_MAKEFILES="$ALL_MAKEFILES \\
27665         dlls/wow32/Makefile"
27666 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27667         wow32"
27668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27669 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27670 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27671
27672 ALL_MAKEFILES="$ALL_MAKEFILES \\
27673         dlls/ws2_32/Makefile"
27674 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27675         ws2_32"
27676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27677 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27678 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27679
27680 ALL_MAKEFILES="$ALL_MAKEFILES \\
27681         dlls/ws2_32/tests/Makefile"
27682 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27683         ws2_32/tests"
27684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27685 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27686 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27687
27688 ALL_MAKEFILES="$ALL_MAKEFILES \\
27689         dlls/wsock32/Makefile"
27690 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27691         wsock32"
27692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27693 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27694 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27695
27696 ALL_MAKEFILES="$ALL_MAKEFILES \\
27697         dlls/wtsapi32/Makefile"
27698 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27699         wtsapi32"
27700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27701 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27702 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27703
27704 ALL_MAKEFILES="$ALL_MAKEFILES \\
27705         dlls/wuapi/Makefile"
27706 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27707         wuapi"
27708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27709 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27710 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27711
27712 ALL_MAKEFILES="$ALL_MAKEFILES \\
27713         dlls/xinput1_1/Makefile"
27714 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27715         xinput1_1"
27716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27717 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27718 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27719
27720 ALL_MAKEFILES="$ALL_MAKEFILES \\
27721         dlls/xinput1_2/Makefile"
27722 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27723         xinput1_2"
27724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27725 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27726 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27727
27728 ALL_MAKEFILES="$ALL_MAKEFILES \\
27729         dlls/xinput1_3/Makefile"
27730 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27731         xinput1_3"
27732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27733 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27734 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27735
27736 ALL_MAKEFILES="$ALL_MAKEFILES \\
27737         dlls/xinput1_3/tests/Makefile"
27738 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27739         xinput1_3/tests"
27740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27741 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27742 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27743
27744 ALL_MAKEFILES="$ALL_MAKEFILES \\
27745         dlls/xinput9_1_0/Makefile"
27746 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27747         xinput9_1_0"
27748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27749 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27750 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27751
27752 ALL_MAKEFILES="$ALL_MAKEFILES \\
27753         documentation/Makefile"
27754 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27755         documentation"
27756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27757 documentation/Makefile: documentation/Makefile.in Make.rules"
27758 ac_config_files="$ac_config_files documentation/Makefile"
27759
27760 ALL_MAKEFILES="$ALL_MAKEFILES \\
27761         fonts/Makefile"
27762 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27763         fonts"
27764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27765 fonts/Makefile: fonts/Makefile.in Make.rules"
27766 ac_config_files="$ac_config_files fonts/Makefile"
27767
27768 ALL_MAKEFILES="$ALL_MAKEFILES \\
27769         include/Makefile"
27770 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27771         include"
27772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27773 include/Makefile: include/Makefile.in Make.rules"
27774 ac_config_files="$ac_config_files include/Makefile"
27775
27776 ALL_MAKEFILES="$ALL_MAKEFILES \\
27777         libs/Makefile"
27778 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27779         libs"
27780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27781 libs/Makefile: libs/Makefile.in Make.rules"
27782 ac_config_files="$ac_config_files libs/Makefile"
27783
27784 ALL_MAKEFILES="$ALL_MAKEFILES \\
27785         libs/port/Makefile"
27786
27787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27788 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27789 ac_config_files="$ac_config_files libs/port/Makefile"
27790
27791 ALL_MAKEFILES="$ALL_MAKEFILES \\
27792         libs/wine/Makefile"
27793
27794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27795 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27796 ac_config_files="$ac_config_files libs/wine/Makefile"
27797
27798 ALL_MAKEFILES="$ALL_MAKEFILES \\
27799         libs/wpp/Makefile"
27800
27801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27802 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27803 ac_config_files="$ac_config_files libs/wpp/Makefile"
27804
27805 ALL_MAKEFILES="$ALL_MAKEFILES \\
27806         loader/Makefile"
27807 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27808         loader"
27809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27810 loader/Makefile: loader/Makefile.in Make.rules"
27811 ac_config_files="$ac_config_files loader/Makefile"
27812
27813 ALL_MAKEFILES="$ALL_MAKEFILES \\
27814         programs/Makefile"
27815 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27816         programs"
27817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27818 programs/Makefile: programs/Makefile.in Make.rules"
27819 ac_config_files="$ac_config_files programs/Makefile"
27820
27821 ALL_MAKEFILES="$ALL_MAKEFILES \\
27822         programs/cacls/Makefile"
27823 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27824         cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27825         cacls"
27826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27827 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27828 ac_config_files="$ac_config_files programs/cacls/Makefile"
27829
27830 ALL_MAKEFILES="$ALL_MAKEFILES \\
27831         programs/clock/Makefile"
27832 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27833         clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27834         clock"
27835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27836 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27837 ac_config_files="$ac_config_files programs/clock/Makefile"
27838
27839 ALL_MAKEFILES="$ALL_MAKEFILES \\
27840         programs/cmd/Makefile"
27841 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27842         cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27843         cmd"
27844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27845 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27846 ac_config_files="$ac_config_files programs/cmd/Makefile"
27847
27848 ALL_MAKEFILES="$ALL_MAKEFILES \\
27849         programs/cmdlgtst/Makefile"
27850 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27851         cmdlgtst"
27852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27853 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27854 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27855
27856 ALL_MAKEFILES="$ALL_MAKEFILES \\
27857         programs/control/Makefile"
27858 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27859         control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27860         control"
27861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27862 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27863 ac_config_files="$ac_config_files programs/control/Makefile"
27864
27865 ALL_MAKEFILES="$ALL_MAKEFILES \\
27866         programs/eject/Makefile"
27867 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27868         eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27869         eject"
27870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27871 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27872 ac_config_files="$ac_config_files programs/eject/Makefile"
27873
27874 ALL_MAKEFILES="$ALL_MAKEFILES \\
27875         programs/expand/Makefile"
27876 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27877         expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27878         expand"
27879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27880 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27881 ac_config_files="$ac_config_files programs/expand/Makefile"
27882
27883 ALL_MAKEFILES="$ALL_MAKEFILES \\
27884         programs/explorer/Makefile"
27885 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27886         explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27887         explorer"
27888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27889 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27890 ac_config_files="$ac_config_files programs/explorer/Makefile"
27891
27892 ALL_MAKEFILES="$ALL_MAKEFILES \\
27893         programs/hh/Makefile"
27894 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27895         hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27896         hh"
27897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27898 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27899 ac_config_files="$ac_config_files programs/hh/Makefile"
27900
27901 ALL_MAKEFILES="$ALL_MAKEFILES \\
27902         programs/icinfo/Makefile"
27903 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27904         icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27905         icinfo"
27906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27907 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27908 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27909
27910 ALL_MAKEFILES="$ALL_MAKEFILES \\
27911         programs/iexplore/Makefile"
27912 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27913         iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27914         iexplore"
27915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27916 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27917 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27918
27919 ALL_MAKEFILES="$ALL_MAKEFILES \\
27920         programs/lodctr/Makefile"
27921 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27922         lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27923         lodctr"
27924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27925 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27926 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27927
27928 ALL_MAKEFILES="$ALL_MAKEFILES \\
27929         programs/msiexec/Makefile"
27930 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27931         msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27932         msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27933         msiexec"
27934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27935 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27936 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27937
27938 ALL_MAKEFILES="$ALL_MAKEFILES \\
27939         programs/net/Makefile"
27940 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27941         net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27942         net"
27943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27944 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27945 ac_config_files="$ac_config_files programs/net/Makefile"
27946
27947 ALL_MAKEFILES="$ALL_MAKEFILES \\
27948         programs/notepad/Makefile"
27949 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27950         notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27951         notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27952         notepad"
27953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27954 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27955 ac_config_files="$ac_config_files programs/notepad/Makefile"
27956
27957 ALL_MAKEFILES="$ALL_MAKEFILES \\
27958         programs/oleview/Makefile"
27959 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27960         oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27961         oleview"
27962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27963 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27964 ac_config_files="$ac_config_files programs/oleview/Makefile"
27965
27966 ALL_MAKEFILES="$ALL_MAKEFILES \\
27967         programs/progman/Makefile"
27968 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27969         progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27970         progman"
27971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27972 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27973 ac_config_files="$ac_config_files programs/progman/Makefile"
27974
27975 ALL_MAKEFILES="$ALL_MAKEFILES \\
27976         programs/reg/Makefile"
27977 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27978         reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27979         reg"
27980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27981 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27982 ac_config_files="$ac_config_files programs/reg/Makefile"
27983
27984 ALL_MAKEFILES="$ALL_MAKEFILES \\
27985         programs/regedit/Makefile"
27986 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27987         regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27988         regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27989         regedit"
27990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27991 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27992 ac_config_files="$ac_config_files programs/regedit/Makefile"
27993
27994 ALL_MAKEFILES="$ALL_MAKEFILES \\
27995         programs/regsvr32/Makefile"
27996 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27997         regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27998         regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27999         regsvr32"
28000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28001 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
28002 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
28003
28004 ALL_MAKEFILES="$ALL_MAKEFILES \\
28005         programs/rpcss/Makefile"
28006 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28007         rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28008         rpcss"
28009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28010 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
28011 ac_config_files="$ac_config_files programs/rpcss/Makefile"
28012
28013 ALL_MAKEFILES="$ALL_MAKEFILES \\
28014         programs/rundll32/Makefile"
28015 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28016         rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28017         rundll32"
28018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28019 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
28020 ac_config_files="$ac_config_files programs/rundll32/Makefile"
28021
28022 ALL_MAKEFILES="$ALL_MAKEFILES \\
28023         programs/secedit/Makefile"
28024 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28025         secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28026         secedit"
28027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28028 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
28029 ac_config_files="$ac_config_files programs/secedit/Makefile"
28030
28031 ALL_MAKEFILES="$ALL_MAKEFILES \\
28032         programs/services/Makefile"
28033 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28034         services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28035         services"
28036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28037 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
28038 ac_config_files="$ac_config_files programs/services/Makefile"
28039
28040 ALL_MAKEFILES="$ALL_MAKEFILES \\
28041         programs/spoolsv/Makefile"
28042 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28043         spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28044         spoolsv"
28045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28046 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
28047 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
28048
28049 ALL_MAKEFILES="$ALL_MAKEFILES \\
28050         programs/start/Makefile"
28051 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28052         start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28053         start"
28054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28055 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
28056 ac_config_files="$ac_config_files programs/start/Makefile"
28057
28058 ALL_MAKEFILES="$ALL_MAKEFILES \\
28059         programs/svchost/Makefile"
28060 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28061         svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28062         svchost"
28063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28064 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
28065 ac_config_files="$ac_config_files programs/svchost/Makefile"
28066
28067 ALL_MAKEFILES="$ALL_MAKEFILES \\
28068         programs/taskmgr/Makefile"
28069 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28070         taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28071         taskmgr"
28072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28073 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
28074 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
28075
28076 ALL_MAKEFILES="$ALL_MAKEFILES \\
28077         programs/uninstaller/Makefile"
28078 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28079         uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28080         uninstaller"
28081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28082 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
28083 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
28084
28085 ALL_MAKEFILES="$ALL_MAKEFILES \\
28086         programs/unlodctr/Makefile"
28087 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28088         unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28089         unlodctr"
28090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28091 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
28092 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
28093
28094 ALL_MAKEFILES="$ALL_MAKEFILES \\
28095         programs/view/Makefile"
28096 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28097         view"
28098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28099 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
28100 ac_config_files="$ac_config_files programs/view/Makefile"
28101
28102 ALL_MAKEFILES="$ALL_MAKEFILES \\
28103         programs/wineboot/Makefile"
28104 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28105         wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28106         wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28107         wineboot"
28108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28109 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
28110 ac_config_files="$ac_config_files programs/wineboot/Makefile"
28111
28112 ALL_MAKEFILES="$ALL_MAKEFILES \\
28113         programs/winebrowser/Makefile"
28114 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28115         winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28116         winebrowser"
28117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28118 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
28119 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
28120
28121 ALL_MAKEFILES="$ALL_MAKEFILES \\
28122         programs/winecfg/Makefile"
28123 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28124         winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28125         winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28126         winecfg"
28127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28128 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
28129 ac_config_files="$ac_config_files programs/winecfg/Makefile"
28130
28131 ALL_MAKEFILES="$ALL_MAKEFILES \\
28132         programs/wineconsole/Makefile"
28133 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28134         wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28135         wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28136         wineconsole"
28137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28138 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
28139 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
28140
28141 ALL_MAKEFILES="$ALL_MAKEFILES \\
28142         programs/winedbg/Makefile"
28143 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28144         winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28145         winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28146         winedbg"
28147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28148 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
28149 ac_config_files="$ac_config_files programs/winedbg/Makefile"
28150
28151 ALL_MAKEFILES="$ALL_MAKEFILES \\
28152         programs/winedevice/Makefile"
28153 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28154         winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28155         winedevice"
28156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28157 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
28158 ac_config_files="$ac_config_files programs/winedevice/Makefile"
28159
28160 ALL_MAKEFILES="$ALL_MAKEFILES \\
28161         programs/winefile/Makefile"
28162 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28163         winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28164         winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28165         winefile"
28166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28167 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
28168 ac_config_files="$ac_config_files programs/winefile/Makefile"
28169
28170 ALL_MAKEFILES="$ALL_MAKEFILES \\
28171         programs/winemenubuilder/Makefile"
28172 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28173         winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28174         winemenubuilder"
28175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28176 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
28177 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
28178
28179 ALL_MAKEFILES="$ALL_MAKEFILES \\
28180         programs/winemine/Makefile"
28181 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28182         winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28183         winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28184         winemine"
28185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28186 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
28187 ac_config_files="$ac_config_files programs/winemine/Makefile"
28188
28189 ALL_MAKEFILES="$ALL_MAKEFILES \\
28190         programs/winepath/Makefile"
28191 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28192         winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28193         winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28194         winepath"
28195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28196 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
28197 ac_config_files="$ac_config_files programs/winepath/Makefile"
28198
28199 ALL_MAKEFILES="$ALL_MAKEFILES \\
28200         programs/winetest/Makefile"
28201 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28202         winetest"
28203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28204 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
28205 ac_config_files="$ac_config_files programs/winetest/Makefile"
28206
28207 ALL_MAKEFILES="$ALL_MAKEFILES \\
28208         programs/winevdm/Makefile"
28209 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28210         winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28211         winevdm"
28212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28213 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
28214 ac_config_files="$ac_config_files programs/winevdm/Makefile"
28215
28216 ALL_MAKEFILES="$ALL_MAKEFILES \\
28217         programs/winhelp.exe16/Makefile"
28218 test "x$enable_winhelp_exe16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28219         winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28220         winhelp.exe16"
28221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28222 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
28223 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
28224
28225 ALL_MAKEFILES="$ALL_MAKEFILES \\
28226         programs/winhlp32/Makefile"
28227 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28228         winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28229         winhlp32"
28230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28231 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
28232 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
28233
28234 ALL_MAKEFILES="$ALL_MAKEFILES \\
28235         programs/winoldap.mod16/Makefile"
28236 test "x$enable_winoldap_mod16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28237         winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28238         winoldap.mod16"
28239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28240 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
28241 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
28242
28243 ALL_MAKEFILES="$ALL_MAKEFILES \\
28244         programs/winver/Makefile"
28245 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28246         winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28247         winver"
28248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28249 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
28250 ac_config_files="$ac_config_files programs/winver/Makefile"
28251
28252 ALL_MAKEFILES="$ALL_MAKEFILES \\
28253         programs/wordpad/Makefile"
28254 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28255         wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28256         wordpad"
28257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28258 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
28259 ac_config_files="$ac_config_files programs/wordpad/Makefile"
28260
28261 ALL_MAKEFILES="$ALL_MAKEFILES \\
28262         programs/write/Makefile"
28263 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28264         write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28265         write"
28266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28267 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
28268 ac_config_files="$ac_config_files programs/write/Makefile"
28269
28270 ALL_MAKEFILES="$ALL_MAKEFILES \\
28271         programs/xcopy/Makefile"
28272 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28273         xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28274         xcopy"
28275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28276 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
28277 ac_config_files="$ac_config_files programs/xcopy/Makefile"
28278
28279 ALL_MAKEFILES="$ALL_MAKEFILES \\
28280         server/Makefile"
28281 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28282         server"
28283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28284 server/Makefile: server/Makefile.in Make.rules"
28285 ac_config_files="$ac_config_files server/Makefile"
28286
28287 ALL_MAKEFILES="$ALL_MAKEFILES \\
28288         tools/Makefile"
28289 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28290         tools"
28291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28292 tools/Makefile: tools/Makefile.in Make.rules"
28293 ac_config_files="$ac_config_files tools/Makefile"
28294
28295 ALL_MAKEFILES="$ALL_MAKEFILES \\
28296         tools/widl/Makefile"
28297
28298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28299 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
28300 ac_config_files="$ac_config_files tools/widl/Makefile"
28301
28302 ALL_MAKEFILES="$ALL_MAKEFILES \\
28303         tools/winebuild/Makefile"
28304
28305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28306 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
28307 ac_config_files="$ac_config_files tools/winebuild/Makefile"
28308
28309 ALL_MAKEFILES="$ALL_MAKEFILES \\
28310         tools/winedump/Makefile"
28311
28312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28313 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
28314 ac_config_files="$ac_config_files tools/winedump/Makefile"
28315
28316 ALL_MAKEFILES="$ALL_MAKEFILES \\
28317         tools/winegcc/Makefile"
28318
28319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28320 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
28321 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28322
28323 ALL_MAKEFILES="$ALL_MAKEFILES \\
28324         tools/wmc/Makefile"
28325
28326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28327 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28328 ac_config_files="$ac_config_files tools/wmc/Makefile"
28329
28330 ALL_MAKEFILES="$ALL_MAKEFILES \\
28331         tools/wrc/Makefile"
28332
28333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28334 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28335 ac_config_files="$ac_config_files tools/wrc/Makefile"
28336
28337
28338
28339 ALL_WINETEST_DEPENDS="# Test binaries"
28340
28341 for dir in $ALL_TEST_DIRS
28342 do
28343     if test "$dir" != "\\"
28344     then
28345         testname=`expr $dir : '\(.*\)/tests'`_test.exe
28346         ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28347 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
28348         cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
28349     fi
28350 done
28351
28352 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28353
28354 cat >confcache <<\_ACEOF
28355 # This file is a shell script that caches the results of configure
28356 # tests run on this system so they can be shared between configure
28357 # scripts and configure runs, see configure's option --config-cache.
28358 # It is not useful on other systems.  If it contains results you don't
28359 # want to keep, you may remove or edit it.
28360 #
28361 # config.status only pays attention to the cache file if you give it
28362 # the --recheck option to rerun configure.
28363 #
28364 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28365 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28366 # following values.
28367
28368 _ACEOF
28369
28370 # The following way of writing the cache mishandles newlines in values,
28371 # but we know of no workaround that is simple, portable, and efficient.
28372 # So, we kill variables containing newlines.
28373 # Ultrix sh set writes to stderr and can't be redirected directly,
28374 # and sets the high bit in the cache file unless we assign to the vars.
28375 (
28376   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28377     eval ac_val=\$$ac_var
28378     case $ac_val in #(
28379     *${as_nl}*)
28380       case $ac_var in #(
28381       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28382 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28383       esac
28384       case $ac_var in #(
28385       _ | IFS | as_nl) ;; #(
28386       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28387       *) $as_unset $ac_var ;;
28388       esac ;;
28389     esac
28390   done
28391
28392   (set) 2>&1 |
28393     case $as_nl`(ac_space=' '; set) 2>&1` in #(
28394     *${as_nl}ac_space=\ *)
28395       # `set' does not quote correctly, so add quotes (double-quote
28396       # substitution turns \\\\ into \\, and sed turns \\ into \).
28397       sed -n \
28398         "s/'/'\\\\''/g;
28399           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28400       ;; #(
28401     *)
28402       # `set' quotes correctly as required by POSIX, so do not add quotes.
28403       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28404       ;;
28405     esac |
28406     sort
28407 ) |
28408   sed '
28409      /^ac_cv_env_/b end
28410      t clear
28411      :clear
28412      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28413      t end
28414      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28415      :end' >>confcache
28416 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28417   if test -w "$cache_file"; then
28418     test "x$cache_file" != "x/dev/null" &&
28419       { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28420 $as_echo "$as_me: updating cache $cache_file" >&6;}
28421     cat confcache >$cache_file
28422   else
28423     { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28424 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28425   fi
28426 fi
28427 rm -f confcache
28428
28429 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28430 # Let make expand exec_prefix.
28431 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28432
28433 DEFS=-DHAVE_CONFIG_H
28434
28435 ac_libobjs=
28436 ac_ltlibobjs=
28437 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28438   # 1. Remove the extension, and $U if already installed.
28439   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28440   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28441   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
28442   #    will be set to the directory where LIBOBJS objects are built.
28443   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28444   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28445 done
28446 LIBOBJS=$ac_libobjs
28447
28448 LTLIBOBJS=$ac_ltlibobjs
28449
28450
28451
28452 : ${CONFIG_STATUS=./config.status}
28453 ac_write_fail=0
28454 ac_clean_files_save=$ac_clean_files
28455 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28456 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28457 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28458 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28459 #! $SHELL
28460 # Generated by $as_me.
28461 # Run this file to recreate the current configuration.
28462 # Compiler output produced by configure, useful for debugging
28463 # configure, is in config.log if it exists.
28464
28465 debug=false
28466 ac_cs_recheck=false
28467 ac_cs_silent=false
28468 SHELL=\${CONFIG_SHELL-$SHELL}
28469 _ACEOF
28470
28471 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28472 ## --------------------- ##
28473 ## M4sh Initialization.  ##
28474 ## --------------------- ##
28475
28476 # Be more Bourne compatible
28477 DUALCASE=1; export DUALCASE # for MKS sh
28478 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28479   emulate sh
28480   NULLCMD=:
28481   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28482   # is contrary to our usage.  Disable this feature.
28483   alias -g '${1+"$@"}'='"$@"'
28484   setopt NO_GLOB_SUBST
28485 else
28486   case `(set -o) 2>/dev/null` in
28487   *posix*) set -o posix ;;
28488 esac
28489
28490 fi
28491
28492
28493
28494
28495 # PATH needs CR
28496 # Avoid depending upon Character Ranges.
28497 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28498 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28499 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28500 as_cr_digits='0123456789'
28501 as_cr_alnum=$as_cr_Letters$as_cr_digits
28502
28503 as_nl='
28504 '
28505 export as_nl
28506 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28507 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28508 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28509 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28510 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28511   as_echo='printf %s\n'
28512   as_echo_n='printf %s'
28513 else
28514   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28515     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28516     as_echo_n='/usr/ucb/echo -n'
28517   else
28518     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28519     as_echo_n_body='eval
28520       arg=$1;
28521       case $arg in
28522       *"$as_nl"*)
28523         expr "X$arg" : "X\\(.*\\)$as_nl";
28524         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28525       esac;
28526       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28527     '
28528     export as_echo_n_body
28529     as_echo_n='sh -c $as_echo_n_body as_echo'
28530   fi
28531   export as_echo_body
28532   as_echo='sh -c $as_echo_body as_echo'
28533 fi
28534
28535 # The user is always right.
28536 if test "${PATH_SEPARATOR+set}" != set; then
28537   PATH_SEPARATOR=:
28538   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28539     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28540       PATH_SEPARATOR=';'
28541   }
28542 fi
28543
28544 # Support unset when possible.
28545 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28546   as_unset=unset
28547 else
28548   as_unset=false
28549 fi
28550
28551
28552 # IFS
28553 # We need space, tab and new line, in precisely that order.  Quoting is
28554 # there to prevent editors from complaining about space-tab.
28555 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28556 # splitting by setting IFS to empty value.)
28557 IFS=" ""        $as_nl"
28558
28559 # Find who we are.  Look in the path if we contain no directory separator.
28560 case $0 in
28561   *[\\/]* ) as_myself=$0 ;;
28562   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28563 for as_dir in $PATH
28564 do
28565   IFS=$as_save_IFS
28566   test -z "$as_dir" && as_dir=.
28567   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28568 done
28569 IFS=$as_save_IFS
28570
28571      ;;
28572 esac
28573 # We did not find ourselves, most probably we were run as `sh COMMAND'
28574 # in which case we are not to be found in the path.
28575 if test "x$as_myself" = x; then
28576   as_myself=$0
28577 fi
28578 if test ! -f "$as_myself"; then
28579   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28580   { (exit 1); exit 1; }
28581 fi
28582
28583 # Work around bugs in pre-3.0 UWIN ksh.
28584 for as_var in ENV MAIL MAILPATH
28585 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28586 done
28587 PS1='$ '
28588 PS2='> '
28589 PS4='+ '
28590
28591 # NLS nuisances.
28592 LC_ALL=C
28593 export LC_ALL
28594 LANGUAGE=C
28595 export LANGUAGE
28596
28597 # Required to use basename.
28598 if expr a : '\(a\)' >/dev/null 2>&1 &&
28599    test "X`expr 00001 : '.*\(...\)'`" = X001; then
28600   as_expr=expr
28601 else
28602   as_expr=false
28603 fi
28604
28605 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28606   as_basename=basename
28607 else
28608   as_basename=false
28609 fi
28610
28611
28612 # Name of the executable.
28613 as_me=`$as_basename -- "$0" ||
28614 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28615          X"$0" : 'X\(//\)$' \| \
28616          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28617 $as_echo X/"$0" |
28618     sed '/^.*\/\([^/][^/]*\)\/*$/{
28619             s//\1/
28620             q
28621           }
28622           /^X\/\(\/\/\)$/{
28623             s//\1/
28624             q
28625           }
28626           /^X\/\(\/\).*/{
28627             s//\1/
28628             q
28629           }
28630           s/.*/./; q'`
28631
28632 # CDPATH.
28633 $as_unset CDPATH
28634
28635
28636
28637   as_lineno_1=$LINENO
28638   as_lineno_2=$LINENO
28639   test "x$as_lineno_1" != "x$as_lineno_2" &&
28640   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28641
28642   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28643   # uniformly replaced by the line number.  The first 'sed' inserts a
28644   # line-number line after each line using $LINENO; the second 'sed'
28645   # does the real work.  The second script uses 'N' to pair each
28646   # line-number line with the line containing $LINENO, and appends
28647   # trailing '-' during substitution so that $LINENO is not a special
28648   # case at line end.
28649   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28650   # scripts with optimization help from Paolo Bonzini.  Blame Lee
28651   # E. McMahon (1931-1989) for sed's syntax.  :-)
28652   sed -n '
28653     p
28654     /[$]LINENO/=
28655   ' <$as_myself |
28656     sed '
28657       s/[$]LINENO.*/&-/
28658       t lineno
28659       b
28660       :lineno
28661       N
28662       :loop
28663       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28664       t loop
28665       s/-\n.*//
28666     ' >$as_me.lineno &&
28667   chmod +x "$as_me.lineno" ||
28668     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28669    { (exit 1); exit 1; }; }
28670
28671   # Don't try to exec as it changes $[0], causing all sort of problems
28672   # (the dirname of $[0] is not the place where we might find the
28673   # original and so on.  Autoconf is especially sensitive to this).
28674   . "./$as_me.lineno"
28675   # Exit status is that of the last command.
28676   exit
28677 }
28678
28679
28680 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28681   as_dirname=dirname
28682 else
28683   as_dirname=false
28684 fi
28685
28686 ECHO_C= ECHO_N= ECHO_T=
28687 case `echo -n x` in
28688 -n*)
28689   case `echo 'x\c'` in
28690   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
28691   *)   ECHO_C='\c';;
28692   esac;;
28693 *)
28694   ECHO_N='-n';;
28695 esac
28696 if expr a : '\(a\)' >/dev/null 2>&1 &&
28697    test "X`expr 00001 : '.*\(...\)'`" = X001; then
28698   as_expr=expr
28699 else
28700   as_expr=false
28701 fi
28702
28703 rm -f conf$$ conf$$.exe conf$$.file
28704 if test -d conf$$.dir; then
28705   rm -f conf$$.dir/conf$$.file
28706 else
28707   rm -f conf$$.dir
28708   mkdir conf$$.dir 2>/dev/null
28709 fi
28710 if (echo >conf$$.file) 2>/dev/null; then
28711   if ln -s conf$$.file conf$$ 2>/dev/null; then
28712     as_ln_s='ln -s'
28713     # ... but there are two gotchas:
28714     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28715     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28716     # In both cases, we have to default to `cp -p'.
28717     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28718       as_ln_s='cp -p'
28719   elif ln conf$$.file conf$$ 2>/dev/null; then
28720     as_ln_s=ln
28721   else
28722     as_ln_s='cp -p'
28723   fi
28724 else
28725   as_ln_s='cp -p'
28726 fi
28727 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28728 rmdir conf$$.dir 2>/dev/null
28729
28730 if mkdir -p . 2>/dev/null; then
28731   as_mkdir_p=:
28732 else
28733   test -d ./-p && rmdir ./-p
28734   as_mkdir_p=false
28735 fi
28736
28737 if test -x / >/dev/null 2>&1; then
28738   as_test_x='test -x'
28739 else
28740   if ls -dL / >/dev/null 2>&1; then
28741     as_ls_L_option=L
28742   else
28743     as_ls_L_option=
28744   fi
28745   as_test_x='
28746     eval sh -c '\''
28747       if test -d "$1"; then
28748         test -d "$1/.";
28749       else
28750         case $1 in
28751         -*)set "./$1";;
28752         esac;
28753         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28754         ???[sx]*):;;*)false;;esac;fi
28755     '\'' sh
28756   '
28757 fi
28758 as_executable_p=$as_test_x
28759
28760 # Sed expression to map a string onto a valid CPP name.
28761 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28762
28763 # Sed expression to map a string onto a valid variable name.
28764 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28765
28766
28767 exec 6>&1
28768
28769 # Save the log message, to keep $[0] and so on meaningful, and to
28770 # report actual input values of CONFIG_FILES etc. instead of their
28771 # values after options handling.
28772 ac_log="
28773 This file was extended by Wine $as_me 1.1.16, which was
28774 generated by GNU Autoconf 2.63.  Invocation command line was
28775
28776   CONFIG_FILES    = $CONFIG_FILES
28777   CONFIG_HEADERS  = $CONFIG_HEADERS
28778   CONFIG_LINKS    = $CONFIG_LINKS
28779   CONFIG_COMMANDS = $CONFIG_COMMANDS
28780   $ $0 $@
28781
28782 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28783 "
28784
28785 _ACEOF
28786
28787 case $ac_config_files in *"
28788 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28789 esac
28790
28791 case $ac_config_headers in *"
28792 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28793 esac
28794
28795
28796 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28797 # Files that config.status was made for.
28798 config_files="$ac_config_files"
28799 config_headers="$ac_config_headers"
28800 config_commands="$ac_config_commands"
28801
28802 _ACEOF
28803
28804 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28805 ac_cs_usage="\
28806 \`$as_me' instantiates files from templates according to the
28807 current configuration.
28808
28809 Usage: $0 [OPTION]... [FILE]...
28810
28811   -h, --help       print this help, then exit
28812   -V, --version    print version number and configuration settings, then exit
28813   -q, --quiet, --silent
28814                    do not print progress messages
28815   -d, --debug      don't remove temporary files
28816       --recheck    update $as_me by reconfiguring in the same conditions
28817       --file=FILE[:TEMPLATE]
28818                    instantiate the configuration file FILE
28819       --header=FILE[:TEMPLATE]
28820                    instantiate the configuration header FILE
28821
28822 Configuration files:
28823 $config_files
28824
28825 Configuration headers:
28826 $config_headers
28827
28828 Configuration commands:
28829 $config_commands
28830
28831 Report bugs to <bug-autoconf@gnu.org>."
28832
28833 _ACEOF
28834 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28835 ac_cs_version="\\
28836 Wine config.status 1.1.16
28837 configured by $0, generated by GNU Autoconf 2.63,
28838   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28839
28840 Copyright (C) 2008 Free Software Foundation, Inc.
28841 This config.status script is free software; the Free Software Foundation
28842 gives unlimited permission to copy, distribute and modify it."
28843
28844 ac_pwd='$ac_pwd'
28845 srcdir='$srcdir'
28846 INSTALL='$INSTALL'
28847 test -n "\$AWK" || AWK=awk
28848 _ACEOF
28849
28850 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28851 # The default lists apply if the user does not specify any file.
28852 ac_need_defaults=:
28853 while test $# != 0
28854 do
28855   case $1 in
28856   --*=*)
28857     ac_option=`expr "X$1" : 'X\([^=]*\)='`
28858     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28859     ac_shift=:
28860     ;;
28861   *)
28862     ac_option=$1
28863     ac_optarg=$2
28864     ac_shift=shift
28865     ;;
28866   esac
28867
28868   case $ac_option in
28869   # Handling of the options.
28870   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28871     ac_cs_recheck=: ;;
28872   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28873     $as_echo "$ac_cs_version"; exit ;;
28874   --debug | --debu | --deb | --de | --d | -d )
28875     debug=: ;;
28876   --file | --fil | --fi | --f )
28877     $ac_shift
28878     case $ac_optarg in
28879     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28880     esac
28881     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28882     ac_need_defaults=false;;
28883   --header | --heade | --head | --hea )
28884     $ac_shift
28885     case $ac_optarg in
28886     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28887     esac
28888     CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28889     ac_need_defaults=false;;
28890   --he | --h)
28891     # Conflict between --help and --header
28892     { $as_echo "$as_me: error: ambiguous option: $1
28893 Try \`$0 --help' for more information." >&2
28894    { (exit 1); exit 1; }; };;
28895   --help | --hel | -h )
28896     $as_echo "$ac_cs_usage"; exit ;;
28897   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28898   | -silent | --silent | --silen | --sile | --sil | --si | --s)
28899     ac_cs_silent=: ;;
28900
28901   # This is an error.
28902   -*) { $as_echo "$as_me: error: unrecognized option: $1
28903 Try \`$0 --help' for more information." >&2
28904    { (exit 1); exit 1; }; } ;;
28905
28906   *) ac_config_targets="$ac_config_targets $1"
28907      ac_need_defaults=false ;;
28908
28909   esac
28910   shift
28911 done
28912
28913 ac_configure_extra_args=
28914
28915 if $ac_cs_silent; then
28916   exec 6>/dev/null
28917   ac_configure_extra_args="$ac_configure_extra_args --silent"
28918 fi
28919
28920 _ACEOF
28921 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28922 if \$ac_cs_recheck; then
28923   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28924   shift
28925   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28926   CONFIG_SHELL='$SHELL'
28927   export CONFIG_SHELL
28928   exec "\$@"
28929 fi
28930
28931 _ACEOF
28932 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28933 exec 5>>config.log
28934 {
28935   echo
28936   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28937 ## Running $as_me. ##
28938 _ASBOX
28939   $as_echo "$ac_log"
28940 } >&5
28941
28942 _ACEOF
28943 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28944 _ACEOF
28945
28946 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28947
28948 # Handling of arguments.
28949 for ac_config_target in $ac_config_targets
28950 do
28951   case $ac_config_target in
28952     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28953     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28954     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28955     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28956     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28957     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28958     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28959     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28960     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28961     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28962     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28963     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28964     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28965     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28966     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28967     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28968     "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28969     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28970     "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28971     "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28972     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28973     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28974     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28975     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28976     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28977     "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28978     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28979     "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
28980     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28981     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28982     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28983     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28984     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28985     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28986     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28987     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28988     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28989     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28990     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28991     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28992     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28993     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28994     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28995     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28996     "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
28997     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28998     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28999     "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
29000     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
29001     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
29002     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
29003     "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
29004     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
29005     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
29006     "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
29007     "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
29008     "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
29009     "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
29010     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
29011     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
29012     "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
29013     "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
29014     "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
29015     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
29016     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
29017     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
29018     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
29019     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
29020     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
29021     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
29022     "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
29023     "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
29024     "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
29025     "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
29026     "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
29027     "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
29028     "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
29029     "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
29030     "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
29031     "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
29032     "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
29033     "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
29034     "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
29035     "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
29036     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
29037     "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
29038     "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
29039     "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
29040     "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
29041     "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
29042     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
29043     "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
29044     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
29045     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
29046     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
29047     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
29048     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
29049     "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
29050     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
29051     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
29052     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
29053     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
29054     "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
29055     "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
29056     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
29057     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
29058     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
29059     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
29060     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
29061     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
29062     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
29063     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
29064     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
29065     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
29066     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
29067     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
29068     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
29069     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
29070     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
29071     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
29072     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
29073     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
29074     "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
29075     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
29076     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
29077     "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
29078     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
29079     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
29080     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
29081     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
29082     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
29083     "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
29084     "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
29085     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
29086     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
29087     "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
29088     "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
29089     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
29090     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
29091     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
29092     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
29093     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
29094     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
29095     "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
29096     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
29097     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
29098     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
29099     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
29100     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
29101     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
29102     "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
29103     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
29104     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
29105     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
29106     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
29107     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
29108     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
29109     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
29110     "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
29111     "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
29112     "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
29113     "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
29114     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
29115     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
29116     "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
29117     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
29118     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
29119     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
29120     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
29121     "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
29122     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
29123     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
29124     "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
29125     "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
29126     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
29127     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
29128     "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
29129     "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
29130     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
29131     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
29132     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
29133     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
29134     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
29135     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
29136     "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
29137     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
29138     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
29139     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
29140     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
29141     "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
29142     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
29143     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
29144     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
29145     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
29146     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
29147     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
29148     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
29149     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
29150     "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
29151     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
29152     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
29153     "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
29154     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
29155     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
29156     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
29157     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
29158     "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
29159     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
29160     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
29161     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
29162     "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
29163     "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
29164     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
29165     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
29166     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
29167     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
29168     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
29169     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
29170     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
29171     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
29172     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
29173     "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
29174     "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
29175     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
29176     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
29177     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
29178     "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
29179     "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
29180     "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
29181     "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
29182     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
29183     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
29184     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
29185     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
29186     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
29187     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
29188     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
29189     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
29190     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
29191     "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
29192     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
29193     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
29194     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
29195     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
29196     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
29197     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
29198     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
29199     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
29200     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
29201     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
29202     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
29203     "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
29204     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
29205     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
29206     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
29207     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
29208     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
29209     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
29210     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
29211     "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
29212     "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
29213     "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
29214     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
29215     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
29216     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
29217     "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
29218     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
29219     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
29220     "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
29221     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
29222     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
29223     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
29224     "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
29225     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
29226     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
29227     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
29228     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
29229     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
29230     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
29231     "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
29232     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
29233     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
29234     "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
29235     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
29236     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
29237     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
29238     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
29239     "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
29240     "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
29241     "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
29242     "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
29243     "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
29244     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
29245     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
29246     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
29247     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
29248     "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
29249     "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
29250     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
29251     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
29252     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
29253     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
29254     "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
29255     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
29256     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
29257     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
29258     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
29259     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
29260     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
29261     "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
29262     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
29263     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
29264     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
29265     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
29266     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
29267     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
29268     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
29269     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
29270     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
29271     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
29272     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
29273     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
29274     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
29275     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
29276     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
29277     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
29278     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
29279     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
29280     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
29281     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
29282     "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
29283     "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
29284     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
29285     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
29286     "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
29287     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
29288     "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
29289     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
29290     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
29291     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
29292     "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
29293     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
29294     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
29295     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
29296     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
29297     "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
29298     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
29299     "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
29300     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
29301     "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
29302     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
29303     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
29304     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
29305     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
29306     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
29307     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
29308     "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
29309     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
29310     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
29311     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
29312     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
29313     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
29314     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
29315     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
29316     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
29317     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
29318     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
29319     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
29320     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
29321     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
29322     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
29323     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
29324     "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
29325     "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
29326     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
29327     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
29328     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
29329     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
29330     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
29331     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
29332     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
29333     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
29334     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
29335     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
29336     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
29337     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29338     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29339     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29340     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29341     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29342     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29343     "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29344     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29345     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29346     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29347     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29348     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29349     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29350     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29351     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29352     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29353     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29354     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29355     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29356     "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29357     "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29358     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29359     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29360     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29361     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29362     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29363     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29364     "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29365     "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29366     "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29367     "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29368     "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29369     "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29370     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29371     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29372     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29373     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29374     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29375     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29376     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29377     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29378     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29379     "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29380     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29381     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29382     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29383     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29384     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29385     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29386     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29387     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29388     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29389     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29390     "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29391     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29392     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29393     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29394     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29395     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29396     "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29397     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29398     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29399     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29400     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29401     "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29402     "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29403     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29404     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29405     "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29406     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29407     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29408     "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29409     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29410     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29411     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29412     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29413     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29414     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29415     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29416     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29417     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29418     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29419     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29420     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29421     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29422     "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29423     "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29424     "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29425     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29426     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29427     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29428     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29429     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29430     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29431     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29432     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29433     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29434     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29435     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29436     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29437
29438   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29439 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29440    { (exit 1); exit 1; }; };;
29441   esac
29442 done
29443
29444
29445 # If the user did not use the arguments to specify the items to instantiate,
29446 # then the envvar interface is used.  Set only those that are not.
29447 # We use the long form for the default assignment because of an extremely
29448 # bizarre bug on SunOS 4.1.3.
29449 if $ac_need_defaults; then
29450   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29451   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29452   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29453 fi
29454
29455 # Have a temporary directory for convenience.  Make it in the build tree
29456 # simply because there is no reason against having it here, and in addition,
29457 # creating and moving files from /tmp can sometimes cause problems.
29458 # Hook for its removal unless debugging.
29459 # Note that there is a small window in which the directory will not be cleaned:
29460 # after its creation but before its name has been assigned to `$tmp'.
29461 $debug ||
29462 {
29463   tmp=
29464   trap 'exit_status=$?
29465   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29466 ' 0
29467   trap '{ (exit 1); exit 1; }' 1 2 13 15
29468 }
29469 # Create a (secure) tmp directory for tmp files.
29470
29471 {
29472   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29473   test -n "$tmp" && test -d "$tmp"
29474 }  ||
29475 {
29476   tmp=./conf$$-$RANDOM
29477   (umask 077 && mkdir "$tmp")
29478 } ||
29479 {
29480    $as_echo "$as_me: cannot create a temporary directory in ." >&2
29481    { (exit 1); exit 1; }
29482 }
29483
29484 # Set up the scripts for CONFIG_FILES section.
29485 # No need to generate them if there are no CONFIG_FILES.
29486 # This happens for instance with `./config.status config.h'.
29487 if test -n "$CONFIG_FILES"; then
29488
29489 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29490   ac_cs_awk_getline=:
29491   ac_cs_awk_pipe_init=
29492   ac_cs_awk_read_file='
29493       while ((getline aline < (F[key])) > 0)
29494         print(aline)
29495       close(F[key])'
29496   ac_cs_awk_pipe_fini=
29497 else
29498   ac_cs_awk_getline=false
29499   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29500   ac_cs_awk_read_file='
29501       print "|#_!!_#|"
29502       print "cat " F[key] " &&"
29503       '$ac_cs_awk_pipe_init
29504   # The final `:' finishes the AND list.
29505   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29506 fi
29507 ac_cr='\r'
29508 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29509 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29510   ac_cs_awk_cr='\\r'
29511 else
29512   ac_cs_awk_cr=$ac_cr
29513 fi
29514
29515 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29516 _ACEOF
29517
29518 # Create commands to substitute file output variables.
29519 {
29520   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29521   echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29522   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29523   echo "_ACAWK" &&
29524   echo "_ACEOF"
29525 } >conf$$files.sh &&
29526 . ./conf$$files.sh ||
29527   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29528 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29529    { (exit 1); exit 1; }; }
29530 rm -f conf$$files.sh
29531
29532 {
29533   echo "cat >conf$$subs.awk <<_ACEOF" &&
29534   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29535   echo "_ACEOF"
29536 } >conf$$subs.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 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29541 ac_delim='%!_!# '
29542 for ac_last_try in false false false false false :; do
29543   . ./conf$$subs.sh ||
29544     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29545 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29546    { (exit 1); exit 1; }; }
29547
29548   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29549   if test $ac_delim_n = $ac_delim_num; then
29550     break
29551   elif $ac_last_try; then
29552     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29553 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29554    { (exit 1); exit 1; }; }
29555   else
29556     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29557   fi
29558 done
29559 rm -f conf$$subs.sh
29560
29561 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29562 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29563 _ACEOF
29564 sed -n '
29565 h
29566 s/^/S["/; s/!.*/"]=/
29567 p
29568 g
29569 s/^[^!]*!//
29570 :repl
29571 t repl
29572 s/'"$ac_delim"'$//
29573 t delim
29574 :nl
29575 h
29576 s/\(.\{148\}\).*/\1/
29577 t more1
29578 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29579 p
29580 n
29581 b repl
29582 :more1
29583 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29584 p
29585 g
29586 s/.\{148\}//
29587 t nl
29588 :delim
29589 h
29590 s/\(.\{148\}\).*/\1/
29591 t more2
29592 s/["\\]/\\&/g; s/^/"/; s/$/"/
29593 p
29594 b
29595 :more2
29596 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29597 p
29598 g
29599 s/.\{148\}//
29600 t delim
29601 ' <conf$$subs.awk | sed '
29602 /^[^""]/{
29603   N
29604   s/\n//
29605 }
29606 ' >>$CONFIG_STATUS || ac_write_fail=1
29607 rm -f conf$$subs.awk
29608 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29609 _ACAWK
29610 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29611   for (key in S) S_is_set[key] = 1
29612   FS = "\a"
29613   \$ac_cs_awk_pipe_init
29614 }
29615 {
29616   line = $ 0
29617   nfields = split(line, field, "@")
29618   substed = 0
29619   len = length(field[1])
29620   for (i = 2; i < nfields; i++) {
29621     key = field[i]
29622     keylen = length(key)
29623     if (S_is_set[key]) {
29624       value = S[key]
29625       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29626       len += length(value) + length(field[++i])
29627       substed = 1
29628     } else
29629       len += 1 + keylen
29630   }
29631   if (nfields == 3 && !substed) {
29632     key = field[2]
29633     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
29634       \$ac_cs_awk_read_file
29635       next
29636     }
29637   }
29638   print line
29639 }
29640 \$ac_cs_awk_pipe_fini
29641 _ACAWK
29642 _ACEOF
29643 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29644 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29645   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29646 else
29647   cat
29648 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29649   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29650 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29651    { (exit 1); exit 1; }; }
29652 _ACEOF
29653
29654 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29655 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29656 # trailing colons and then remove the whole line if VPATH becomes empty
29657 # (actually we leave an empty line to preserve line numbers).
29658 if test "x$srcdir" = x.; then
29659   ac_vpsub='/^[  ]*VPATH[        ]*=/{
29660 s/:*\$(srcdir):*/:/
29661 s/:*\${srcdir}:*/:/
29662 s/:*@srcdir@:*/:/
29663 s/^\([^=]*=[     ]*\):*/\1/
29664 s/:*$//
29665 s/^[^=]*=[       ]*$//
29666 }'
29667 fi
29668
29669 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29670 fi # test -n "$CONFIG_FILES"
29671
29672 # Set up the scripts for CONFIG_HEADERS section.
29673 # No need to generate them if there are no CONFIG_HEADERS.
29674 # This happens for instance with `./config.status Makefile'.
29675 if test -n "$CONFIG_HEADERS"; then
29676 cat >"$tmp/defines.awk" <<\_ACAWK ||
29677 BEGIN {
29678 _ACEOF
29679
29680 # Transform confdefs.h into an awk script `defines.awk', embedded as
29681 # here-document in config.status, that substitutes the proper values into
29682 # config.h.in to produce config.h.
29683
29684 # Create a delimiter string that does not exist in confdefs.h, to ease
29685 # handling of long lines.
29686 ac_delim='%!_!# '
29687 for ac_last_try in false false :; do
29688   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29689   if test -z "$ac_t"; then
29690     break
29691   elif $ac_last_try; then
29692     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
29693 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
29694    { (exit 1); exit 1; }; }
29695   else
29696     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29697   fi
29698 done
29699
29700 # For the awk script, D is an array of macro values keyed by name,
29701 # likewise P contains macro parameters if any.  Preserve backslash
29702 # newline sequences.
29703
29704 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29705 sed -n '
29706 s/.\{148\}/&'"$ac_delim"'/g
29707 t rset
29708 :rset
29709 s/^[     ]*#[    ]*define[       ][      ]*/ /
29710 t def
29711 d
29712 :def
29713 s/\\$//
29714 t bsnl
29715 s/["\\]/\\&/g
29716 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
29717 D["\1"]=" \3"/p
29718 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
29719 d
29720 :bsnl
29721 s/["\\]/\\&/g
29722 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
29723 D["\1"]=" \3\\\\\\n"\\/p
29724 t cont
29725 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29726 t cont
29727 d
29728 :cont
29729 n
29730 s/.\{148\}/&'"$ac_delim"'/g
29731 t clear
29732 :clear
29733 s/\\$//
29734 t bsnlc
29735 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29736 d
29737 :bsnlc
29738 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
29739 b cont
29740 ' <confdefs.h | sed '
29741 s/'"$ac_delim"'/"\\\
29742 "/g' >>$CONFIG_STATUS || ac_write_fail=1
29743
29744 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29745   for (key in D) D_is_set[key] = 1
29746   FS = "\a"
29747 }
29748 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
29749   line = \$ 0
29750   split(line, arg, " ")
29751   if (arg[1] == "#") {
29752     defundef = arg[2]
29753     mac1 = arg[3]
29754   } else {
29755     defundef = substr(arg[1], 2)
29756     mac1 = arg[2]
29757   }
29758   split(mac1, mac2, "(") #)
29759   macro = mac2[1]
29760   prefix = substr(line, 1, index(line, defundef) - 1)
29761   if (D_is_set[macro]) {
29762     # Preserve the white space surrounding the "#".
29763     print prefix "define", macro P[macro] D[macro]
29764     next
29765   } else {
29766     # Replace #undef with comments.  This is necessary, for example,
29767     # in the case of _POSIX_SOURCE, which is predefined and required
29768     # on some systems where configure will not decide to define it.
29769     if (defundef == "undef") {
29770       print "/*", prefix defundef, macro, "*/"
29771       next
29772     }
29773   }
29774 }
29775 { print }
29776 _ACAWK
29777 _ACEOF
29778 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29779   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29780 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29781    { (exit 1); exit 1; }; }
29782 fi # test -n "$CONFIG_HEADERS"
29783
29784
29785 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
29786 shift
29787 for ac_tag
29788 do
29789   case $ac_tag in
29790   :[FHLC]) ac_mode=$ac_tag; continue;;
29791   esac
29792   case $ac_mode$ac_tag in
29793   :[FHL]*:*);;
29794   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29795 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29796    { (exit 1); exit 1; }; };;
29797   :[FH]-) ac_tag=-:-;;
29798   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29799   esac
29800   ac_save_IFS=$IFS
29801   IFS=:
29802   set x $ac_tag
29803   IFS=$ac_save_IFS
29804   shift
29805   ac_file=$1
29806   shift
29807
29808   case $ac_mode in
29809   :L) ac_source=$1;;
29810   :[FH])
29811     ac_file_inputs=
29812     for ac_f
29813     do
29814       case $ac_f in
29815       -) ac_f="$tmp/stdin";;
29816       *) # Look for the file first in the build tree, then in the source tree
29817          # (if the path is not absolute).  The absolute path cannot be DOS-style,
29818          # because $ac_f cannot contain `:'.
29819          test -f "$ac_f" ||
29820            case $ac_f in
29821            [\\/$]*) false;;
29822            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29823            esac ||
29824            { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29825 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29826    { (exit 1); exit 1; }; };;
29827       esac
29828       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29829       ac_file_inputs="$ac_file_inputs '$ac_f'"
29830     done
29831
29832     # Let's still pretend it is `configure' which instantiates (i.e., don't
29833     # use $as_me), people would be surprised to read:
29834     #    /* config.h.  Generated by config.status.  */
29835     configure_input='Generated from '`
29836           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29837         `' by configure.'
29838     if test x"$ac_file" != x-; then
29839       configure_input="$ac_file.  $configure_input"
29840       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29841 $as_echo "$as_me: creating $ac_file" >&6;}
29842     fi
29843     # Neutralize special characters interpreted by sed in replacement strings.
29844     case $configure_input in #(
29845     *\&* | *\|* | *\\* )
29846        ac_sed_conf_input=`$as_echo "$configure_input" |
29847        sed 's/[\\\\&|]/\\\\&/g'`;; #(
29848     *) ac_sed_conf_input=$configure_input;;
29849     esac
29850
29851     case $ac_tag in
29852     *:-:* | *:-) cat >"$tmp/stdin" \
29853       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29854 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29855    { (exit 1); exit 1; }; } ;;
29856     esac
29857     ;;
29858   esac
29859
29860   ac_dir=`$as_dirname -- "$ac_file" ||
29861 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29862          X"$ac_file" : 'X\(//\)[^/]' \| \
29863          X"$ac_file" : 'X\(//\)$' \| \
29864          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29865 $as_echo X"$ac_file" |
29866     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29867             s//\1/
29868             q
29869           }
29870           /^X\(\/\/\)[^/].*/{
29871             s//\1/
29872             q
29873           }
29874           /^X\(\/\/\)$/{
29875             s//\1/
29876             q
29877           }
29878           /^X\(\/\).*/{
29879             s//\1/
29880             q
29881           }
29882           s/.*/./; q'`
29883   { as_dir="$ac_dir"
29884   case $as_dir in #(
29885   -*) as_dir=./$as_dir;;
29886   esac
29887   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29888     as_dirs=
29889     while :; do
29890       case $as_dir in #(
29891       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29892       *) as_qdir=$as_dir;;
29893       esac
29894       as_dirs="'$as_qdir' $as_dirs"
29895       as_dir=`$as_dirname -- "$as_dir" ||
29896 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29897          X"$as_dir" : 'X\(//\)[^/]' \| \
29898          X"$as_dir" : 'X\(//\)$' \| \
29899          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29900 $as_echo X"$as_dir" |
29901     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29902             s//\1/
29903             q
29904           }
29905           /^X\(\/\/\)[^/].*/{
29906             s//\1/
29907             q
29908           }
29909           /^X\(\/\/\)$/{
29910             s//\1/
29911             q
29912           }
29913           /^X\(\/\).*/{
29914             s//\1/
29915             q
29916           }
29917           s/.*/./; q'`
29918       test -d "$as_dir" && break
29919     done
29920     test -z "$as_dirs" || eval "mkdir $as_dirs"
29921   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29922 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29923    { (exit 1); exit 1; }; }; }
29924   ac_builddir=.
29925
29926 case "$ac_dir" in
29927 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29928 *)
29929   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29930   # A ".." for each directory in $ac_dir_suffix.
29931   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29932   case $ac_top_builddir_sub in
29933   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29934   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29935   esac ;;
29936 esac
29937 ac_abs_top_builddir=$ac_pwd
29938 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29939 # for backward compatibility:
29940 ac_top_builddir=$ac_top_build_prefix
29941
29942 case $srcdir in
29943   .)  # We are building in place.
29944     ac_srcdir=.
29945     ac_top_srcdir=$ac_top_builddir_sub
29946     ac_abs_top_srcdir=$ac_pwd ;;
29947   [\\/]* | ?:[\\/]* )  # Absolute name.
29948     ac_srcdir=$srcdir$ac_dir_suffix;
29949     ac_top_srcdir=$srcdir
29950     ac_abs_top_srcdir=$srcdir ;;
29951   *) # Relative name.
29952     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29953     ac_top_srcdir=$ac_top_build_prefix$srcdir
29954     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29955 esac
29956 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29957
29958
29959   case $ac_mode in
29960   :F)
29961   #
29962   # CONFIG_FILE
29963   #
29964
29965   case $INSTALL in
29966   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29967   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29968   esac
29969 _ACEOF
29970
29971 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29972 # If the template does not know about datarootdir, expand it.
29973 # FIXME: This hack should be removed a few years after 2.60.
29974 ac_datarootdir_hack=; ac_datarootdir_seen=
29975
29976 ac_sed_dataroot='
29977 /datarootdir/ {
29978   p
29979   q
29980 }
29981 /@datadir@/p
29982 /@docdir@/p
29983 /@infodir@/p
29984 /@localedir@/p
29985 /@mandir@/p
29986 '
29987 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
29988 *datarootdir*) ac_datarootdir_seen=yes;;
29989 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
29990   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
29991 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
29992 _ACEOF
29993 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29994   ac_datarootdir_hack='
29995   s&@datadir@&$datadir&g
29996   s&@docdir@&$docdir&g
29997   s&@infodir@&$infodir&g
29998   s&@localedir@&$localedir&g
29999   s&@mandir@&$mandir&g
30000     s&\\\${datarootdir}&$datarootdir&g' ;;
30001 esac
30002 _ACEOF
30003
30004 # Neutralize VPATH when `$srcdir' = `.'.
30005 # Shell code in configure.ac might set extrasub.
30006 # FIXME: do we really want to maintain this feature?
30007 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30008 ac_sed_extra="$ac_vpsub
30009 $extrasub
30010 _ACEOF
30011 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30012 :t
30013 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
30014 s|@configure_input@|$ac_sed_conf_input|;t t
30015 s&@top_builddir@&$ac_top_builddir_sub&;t t
30016 s&@top_build_prefix@&$ac_top_build_prefix&;t t
30017 s&@srcdir@&$ac_srcdir&;t t
30018 s&@abs_srcdir@&$ac_abs_srcdir&;t t
30019 s&@top_srcdir@&$ac_top_srcdir&;t t
30020 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
30021 s&@builddir@&$ac_builddir&;t t
30022 s&@abs_builddir@&$ac_abs_builddir&;t t
30023 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
30024 s&@INSTALL@&$ac_INSTALL&;t t
30025 $ac_datarootdir_hack
30026 "
30027 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
30028 if $ac_cs_awk_getline; then
30029   $AWK -f "$tmp/subs.awk"
30030 else
30031   $AWK -f "$tmp/subs.awk" | $SHELL
30032 fi >$tmp/out \
30033   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30034 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30035    { (exit 1); exit 1; }; }
30036
30037 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
30038   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
30039   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
30040   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30041 which seems to be undefined.  Please make sure it is defined." >&5
30042 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30043 which seems to be undefined.  Please make sure it is defined." >&2;}
30044
30045   rm -f "$tmp/stdin"
30046   case $ac_file in
30047   -) cat "$tmp/out" && rm -f "$tmp/out";;
30048   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
30049   esac \
30050   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30051 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30052    { (exit 1); exit 1; }; }
30053  ;;
30054   :H)
30055   #
30056   # CONFIG_HEADER
30057   #
30058   if test x"$ac_file" != x-; then
30059     {
30060       $as_echo "/* $configure_input  */" \
30061       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
30062     } >"$tmp/config.h" \
30063       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30064 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30065    { (exit 1); exit 1; }; }
30066     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
30067       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
30068 $as_echo "$as_me: $ac_file is unchanged" >&6;}
30069     else
30070       rm -f "$ac_file"
30071       mv "$tmp/config.h" "$ac_file" \
30072         || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30073 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30074    { (exit 1); exit 1; }; }
30075     fi
30076   else
30077     $as_echo "/* $configure_input  */" \
30078       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
30079       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
30080 $as_echo "$as_me: error: could not create -" >&2;}
30081    { (exit 1); exit 1; }; }
30082   fi
30083  ;;
30084
30085   :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
30086 $as_echo "$as_me: executing $ac_file commands" >&6;}
30087  ;;
30088   esac
30089
30090
30091   case $ac_file$ac_mode in
30092     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
30093     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
30094 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
30095     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
30096 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
30097     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
30098 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
30099     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
30100 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
30101     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
30102 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
30103     "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
30104 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
30105
30106   esac
30107 done # for ac_tag
30108
30109
30110 { (exit 0); exit 0; }
30111 _ACEOF
30112 chmod +x $CONFIG_STATUS
30113 ac_clean_files=$ac_clean_files_save
30114
30115 test $ac_write_fail = 0 ||
30116   { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
30117 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
30118    { (exit 1); exit 1; }; }
30119
30120
30121 # configure is writing to config.log, and then calls config.status.
30122 # config.status does its own redirection, appending to config.log.
30123 # Unfortunately, on DOS this fails, as config.log is still kept open
30124 # by configure, so config.status won't be able to write to it; its
30125 # output is simply discarded.  So we exec the FD to /dev/null,
30126 # effectively closing config.log, so it can be properly (re)opened and
30127 # appended to by config.status.  When coming back to configure, we
30128 # need to make the FD available again.
30129 if test "$no_create" != yes; then
30130   ac_cs_success=:
30131   ac_config_status_args=
30132   test "$silent" = yes &&
30133     ac_config_status_args="$ac_config_status_args --quiet"
30134   exec 5>/dev/null
30135   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
30136   exec 5>>config.log
30137   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
30138   # would make configure fail if this is the last instruction.
30139   $ac_cs_success || { (exit 1); exit 1; }
30140 fi
30141 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
30142   { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
30143 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
30144 fi
30145
30146
30147 if test "$no_create" = "yes"
30148 then
30149   exit 0
30150 fi
30151
30152 ac_save_IFS="$IFS"
30153 if test "x$wine_notices != "x; then
30154     echo >&6
30155     IFS="|"
30156     for msg in $wine_notices; do
30157         IFS="$ac_save_IFS"
30158         if test -n "$msg"; then
30159             { $as_echo "$as_me:$LINENO: $msg" >&5
30160 $as_echo "$as_me: $msg" >&6;}
30161         fi
30162     done
30163 fi
30164 IFS="|"
30165 for msg in $wine_warnings; do
30166     IFS="$ac_save_IFS"
30167     if test -n "$msg"; then
30168         echo >&2
30169         { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
30170 $as_echo "$as_me: WARNING: $msg" >&2;}
30171     fi
30172 done
30173 IFS="$ac_save_IFS"
30174
30175 echo "
30176 $as_me: Finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine.
30177 " >&6
30178