configure: Set default libs if ***-config is missing.
[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.13.
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.13'
600 PACKAGE_STRING='Wine 1.1.13'
601 PACKAGE_BUGREPORT='wine-devel@winehq.org'
602
603 ac_unique_file="server/atom.c"
604 # Factoring default headers for most tests.
605 ac_includes_default="\
606 #include <stdio.h>
607 #ifdef HAVE_SYS_TYPES_H
608 # include <sys/types.h>
609 #endif
610 #ifdef HAVE_SYS_STAT_H
611 # include <sys/stat.h>
612 #endif
613 #ifdef STDC_HEADERS
614 # include <stdlib.h>
615 # include <stddef.h>
616 #else
617 # ifdef HAVE_STDLIB_H
618 #  include <stdlib.h>
619 # endif
620 #endif
621 #ifdef HAVE_STRING_H
622 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
623 #  include <memory.h>
624 # endif
625 # include <string.h>
626 #endif
627 #ifdef HAVE_STRINGS_H
628 # include <strings.h>
629 #endif
630 #ifdef HAVE_INTTYPES_H
631 # include <inttypes.h>
632 #endif
633 #ifdef HAVE_STDINT_H
634 # include <stdint.h>
635 #endif
636 #ifdef HAVE_UNISTD_H
637 # include <unistd.h>
638 #endif"
639
640 ac_subst_vars='LTLIBOBJS
641 LIBOBJS
642 ALL_WINETEST_DEPENDS
643 ALL_PROGRAM_BIN_INSTALL_DIRS
644 ALL_PROGRAM_INSTALL_DIRS
645 ALL_PROGRAM_DIRS
646 ALL_TEST_DIRS
647 ALL_IMPLIB_DIRS
648 ALL_DLL_DIRS
649 ALL_TOP_DIRS
650 ALL_MAKEFILE_DEPENDS
651 ALL_MAKEFILES
652 ALL_MAKERULES
653 DEPENDENCIES
654 LDAPLIBS
655 LIBPOLL
656 LIBDL
657 EXTRA_BINARIES
658 MAIN_BINARY
659 SOCKETLIBS
660 CRTLIBS
661 LDPATH
662 BUILTINFLAG
663 EXTRACFLAGS
664 FONTCONFIGINCL
665 CUPSINCL
666 AUDIOIOLIBS
667 ALSALIBS
668 ESDLIBS
669 ESDINCL
670 ESDCONFIG
671 FREETYPEINCL
672 FREETYPELIBS
673 ft_devel
674 LCMSLIBS
675 RESOLVLIBS
676 GPHOTO2INCL
677 GPHOTO2LIBS
678 gphoto2port_devel
679 gphoto2_devel
680 SANEINCL
681 sane_devel
682 GNUTLSINCL
683 HALINCL
684 XSLTINCL
685 XML2INCL
686 XML2LIBS
687 NASLIBS
688 CROSSTEST
689 CROSSWINDRES
690 CROSSCC
691 CARBONLIB
692 COREAUDIO
693 DISKARBITRATIONLIB
694 LDEXECFLAGS
695 IOKITLIB
696 COREFOUNDATIONLIB
697 SECURITYLIB
698 MINGWAR
699 DLLWRAP
700 DLLTOOL
701 LDD
702 LDRPATH_LOCAL
703 LDRPATH_INSTALL
704 IMPLIBEXT
705 LIBEXT
706 LDDLLFLAGS
707 LDSHARED
708 DLLFLAGS
709 DLLEXT
710 OPENGL_LIBS
711 XLIB
712 LIBPTHREAD
713 PRELINK
714 ICOTOOL
715 RSVG
716 PKG_CONFIG
717 FONTFORGE
718 LINTFLAGS
719 LINT
720 INSTALL_DATA
721 INSTALL_SCRIPT
722 INSTALL_PROGRAM
723 LDCONFIG
724 EGREP
725 GREP
726 LN
727 LN_S
728 WINDRES
729 STRIP
730 RANLIB
731 ARFLAGS
732 ac_ct_AR
733 AR
734 ac_ct_NM
735 NM
736 ac_ct_LD
737 LD
738 ac_ct_AS
739 AS
740 BISON
741 FLEX
742 X_EXTRA_LIBS
743 X_LIBS
744 X_PRE_LIBS
745 X_CFLAGS
746 CPP
747 XMKMF
748 TOOLSDIR
749 WIN16_INSTALL
750 WIN16_FILES
751 TARGETFLAGS
752 CPPBIN
753 ac_ct_CXX
754 CXXFLAGS
755 CXX
756 OBJEXT
757 EXEEXT
758 ac_ct_CC
759 CPPFLAGS
760 LDFLAGS
761 CFLAGS
762 CC
763 SET_MAKE
764 host_os
765 host_vendor
766 host_cpu
767 host
768 build_os
769 build_vendor
770 build_cpu
771 build
772 MAINTAINER_MODE
773 target_alias
774 host_alias
775 build_alias
776 LIBS
777 ECHO_T
778 ECHO_N
779 ECHO_C
780 DEFS
781 mandir
782 localedir
783 libdir
784 psdir
785 pdfdir
786 dvidir
787 htmldir
788 infodir
789 docdir
790 oldincludedir
791 includedir
792 localstatedir
793 sharedstatedir
794 sysconfdir
795 datadir
796 datarootdir
797 libexecdir
798 sbindir
799 bindir
800 program_transform_name
801 prefix
802 exec_prefix
803 PACKAGE_BUGREPORT
804 PACKAGE_STRING
805 PACKAGE_VERSION
806 PACKAGE_TARNAME
807 PACKAGE_NAME
808 PATH_SEPARATOR
809 SHELL'
810 ac_subst_files='MAKE_RULES
811 MAKE_DLL_RULES
812 MAKE_IMPLIB_RULES
813 MAKE_TEST_RULES
814 MAKE_PROG_RULES'
815 ac_user_opts='
816 enable_option_checking
817 enable_win16
818 enable_win64
819 enable_tests
820 enable_maintainer_mode
821 with_alsa
822 with_audioio
823 with_capi
824 with_cms
825 with_coreaudio
826 with_cups
827 with_curses
828 with_esd
829 with_fontconfig
830 with_freetype
831 with_gphoto
832 with_glu
833 with_gnutls
834 with_hal
835 with_jack
836 with_jpeg
837 with_ldap
838 with_nas
839 with_opengl
840 with_openssl
841 with_oss
842 with_png
843 with_sane
844 with_xcomposite
845 with_xcursor
846 with_xinerama
847 with_xinput
848 with_xml
849 with_xrandr
850 with_xrender
851 with_xshape
852 with_xshm
853 with_xslt
854 with_xxf86vm
855 with_wine_tools
856 with_x
857 '
858       ac_precious_vars='build_alias
859 host_alias
860 target_alias
861 CC
862 CFLAGS
863 LDFLAGS
864 LIBS
865 CPPFLAGS
866 CXX
867 CXXFLAGS
868 CCC
869 XMKMF
870 CPP'
871
872
873 # Initialize some variables set by options.
874 ac_init_help=
875 ac_init_version=false
876 ac_unrecognized_opts=
877 ac_unrecognized_sep=
878 # The variables have the same names as the options, with
879 # dashes changed to underlines.
880 cache_file=/dev/null
881 exec_prefix=NONE
882 no_create=
883 no_recursion=
884 prefix=NONE
885 program_prefix=NONE
886 program_suffix=NONE
887 program_transform_name=s,x,x,
888 silent=
889 site=
890 srcdir=
891 verbose=
892 x_includes=NONE
893 x_libraries=NONE
894
895 # Installation directory options.
896 # These are left unexpanded so users can "make install exec_prefix=/foo"
897 # and all the variables that are supposed to be based on exec_prefix
898 # by default will actually change.
899 # Use braces instead of parens because sh, perl, etc. also accept them.
900 # (The list follows the same order as the GNU Coding Standards.)
901 bindir='${exec_prefix}/bin'
902 sbindir='${exec_prefix}/sbin'
903 libexecdir='${exec_prefix}/libexec'
904 datarootdir='${prefix}/share'
905 datadir='${datarootdir}'
906 sysconfdir='${prefix}/etc'
907 sharedstatedir='${prefix}/com'
908 localstatedir='${prefix}/var'
909 includedir='${prefix}/include'
910 oldincludedir='/usr/include'
911 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
912 infodir='${datarootdir}/info'
913 htmldir='${docdir}'
914 dvidir='${docdir}'
915 pdfdir='${docdir}'
916 psdir='${docdir}'
917 libdir='${exec_prefix}/lib'
918 localedir='${datarootdir}/locale'
919 mandir='${datarootdir}/man'
920
921 ac_prev=
922 ac_dashdash=
923 for ac_option
924 do
925   # If the previous option needs an argument, assign it.
926   if test -n "$ac_prev"; then
927     eval $ac_prev=\$ac_option
928     ac_prev=
929     continue
930   fi
931
932   case $ac_option in
933   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
934   *)    ac_optarg=yes ;;
935   esac
936
937   # Accept the important Cygnus configure options, so we can diagnose typos.
938
939   case $ac_dashdash$ac_option in
940   --)
941     ac_dashdash=yes ;;
942
943   -bindir | --bindir | --bindi | --bind | --bin | --bi)
944     ac_prev=bindir ;;
945   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
946     bindir=$ac_optarg ;;
947
948   -build | --build | --buil | --bui | --bu)
949     ac_prev=build_alias ;;
950   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
951     build_alias=$ac_optarg ;;
952
953   -cache-file | --cache-file | --cache-fil | --cache-fi \
954   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
955     ac_prev=cache_file ;;
956   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
957   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
958     cache_file=$ac_optarg ;;
959
960   --config-cache | -C)
961     cache_file=config.cache ;;
962
963   -datadir | --datadir | --datadi | --datad)
964     ac_prev=datadir ;;
965   -datadir=* | --datadir=* | --datadi=* | --datad=*)
966     datadir=$ac_optarg ;;
967
968   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
969   | --dataroo | --dataro | --datar)
970     ac_prev=datarootdir ;;
971   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
972   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
973     datarootdir=$ac_optarg ;;
974
975   -disable-* | --disable-*)
976     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
977     # Reject names that are not valid shell variable names.
978     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
979       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
980    { (exit 1); exit 1; }; }
981     ac_useropt_orig=$ac_useropt
982     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
983     case $ac_user_opts in
984       *"
985 "enable_$ac_useropt"
986 "*) ;;
987       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
988          ac_unrecognized_sep=', ';;
989     esac
990     eval enable_$ac_useropt=no ;;
991
992   -docdir | --docdir | --docdi | --doc | --do)
993     ac_prev=docdir ;;
994   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
995     docdir=$ac_optarg ;;
996
997   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
998     ac_prev=dvidir ;;
999   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1000     dvidir=$ac_optarg ;;
1001
1002   -enable-* | --enable-*)
1003     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1004     # Reject names that are not valid shell variable names.
1005     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1006       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1007    { (exit 1); exit 1; }; }
1008     ac_useropt_orig=$ac_useropt
1009     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1010     case $ac_user_opts in
1011       *"
1012 "enable_$ac_useropt"
1013 "*) ;;
1014       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1015          ac_unrecognized_sep=', ';;
1016     esac
1017     eval enable_$ac_useropt=\$ac_optarg ;;
1018
1019   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1020   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1021   | --exec | --exe | --ex)
1022     ac_prev=exec_prefix ;;
1023   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1024   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1025   | --exec=* | --exe=* | --ex=*)
1026     exec_prefix=$ac_optarg ;;
1027
1028   -gas | --gas | --ga | --g)
1029     # Obsolete; use --with-gas.
1030     with_gas=yes ;;
1031
1032   -help | --help | --hel | --he | -h)
1033     ac_init_help=long ;;
1034   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1035     ac_init_help=recursive ;;
1036   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1037     ac_init_help=short ;;
1038
1039   -host | --host | --hos | --ho)
1040     ac_prev=host_alias ;;
1041   -host=* | --host=* | --hos=* | --ho=*)
1042     host_alias=$ac_optarg ;;
1043
1044   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1045     ac_prev=htmldir ;;
1046   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1047   | --ht=*)
1048     htmldir=$ac_optarg ;;
1049
1050   -includedir | --includedir | --includedi | --included | --include \
1051   | --includ | --inclu | --incl | --inc)
1052     ac_prev=includedir ;;
1053   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1054   | --includ=* | --inclu=* | --incl=* | --inc=*)
1055     includedir=$ac_optarg ;;
1056
1057   -infodir | --infodir | --infodi | --infod | --info | --inf)
1058     ac_prev=infodir ;;
1059   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1060     infodir=$ac_optarg ;;
1061
1062   -libdir | --libdir | --libdi | --libd)
1063     ac_prev=libdir ;;
1064   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1065     libdir=$ac_optarg ;;
1066
1067   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1068   | --libexe | --libex | --libe)
1069     ac_prev=libexecdir ;;
1070   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1071   | --libexe=* | --libex=* | --libe=*)
1072     libexecdir=$ac_optarg ;;
1073
1074   -localedir | --localedir | --localedi | --localed | --locale)
1075     ac_prev=localedir ;;
1076   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1077     localedir=$ac_optarg ;;
1078
1079   -localstatedir | --localstatedir | --localstatedi | --localstated \
1080   | --localstate | --localstat | --localsta | --localst | --locals)
1081     ac_prev=localstatedir ;;
1082   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1083   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1084     localstatedir=$ac_optarg ;;
1085
1086   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1087     ac_prev=mandir ;;
1088   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1089     mandir=$ac_optarg ;;
1090
1091   -nfp | --nfp | --nf)
1092     # Obsolete; use --without-fp.
1093     with_fp=no ;;
1094
1095   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1096   | --no-cr | --no-c | -n)
1097     no_create=yes ;;
1098
1099   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1100   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1101     no_recursion=yes ;;
1102
1103   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1104   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1105   | --oldin | --oldi | --old | --ol | --o)
1106     ac_prev=oldincludedir ;;
1107   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1108   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1109   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1110     oldincludedir=$ac_optarg ;;
1111
1112   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1113     ac_prev=prefix ;;
1114   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1115     prefix=$ac_optarg ;;
1116
1117   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1118   | --program-pre | --program-pr | --program-p)
1119     ac_prev=program_prefix ;;
1120   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1121   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1122     program_prefix=$ac_optarg ;;
1123
1124   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1125   | --program-suf | --program-su | --program-s)
1126     ac_prev=program_suffix ;;
1127   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1128   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1129     program_suffix=$ac_optarg ;;
1130
1131   -program-transform-name | --program-transform-name \
1132   | --program-transform-nam | --program-transform-na \
1133   | --program-transform-n | --program-transform- \
1134   | --program-transform | --program-transfor \
1135   | --program-transfo | --program-transf \
1136   | --program-trans | --program-tran \
1137   | --progr-tra | --program-tr | --program-t)
1138     ac_prev=program_transform_name ;;
1139   -program-transform-name=* | --program-transform-name=* \
1140   | --program-transform-nam=* | --program-transform-na=* \
1141   | --program-transform-n=* | --program-transform-=* \
1142   | --program-transform=* | --program-transfor=* \
1143   | --program-transfo=* | --program-transf=* \
1144   | --program-trans=* | --program-tran=* \
1145   | --progr-tra=* | --program-tr=* | --program-t=*)
1146     program_transform_name=$ac_optarg ;;
1147
1148   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1149     ac_prev=pdfdir ;;
1150   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1151     pdfdir=$ac_optarg ;;
1152
1153   -psdir | --psdir | --psdi | --psd | --ps)
1154     ac_prev=psdir ;;
1155   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1156     psdir=$ac_optarg ;;
1157
1158   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1159   | -silent | --silent | --silen | --sile | --sil)
1160     silent=yes ;;
1161
1162   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1163     ac_prev=sbindir ;;
1164   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1165   | --sbi=* | --sb=*)
1166     sbindir=$ac_optarg ;;
1167
1168   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1169   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1170   | --sharedst | --shareds | --shared | --share | --shar \
1171   | --sha | --sh)
1172     ac_prev=sharedstatedir ;;
1173   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1174   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1175   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1176   | --sha=* | --sh=*)
1177     sharedstatedir=$ac_optarg ;;
1178
1179   -site | --site | --sit)
1180     ac_prev=site ;;
1181   -site=* | --site=* | --sit=*)
1182     site=$ac_optarg ;;
1183
1184   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1185     ac_prev=srcdir ;;
1186   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1187     srcdir=$ac_optarg ;;
1188
1189   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1190   | --syscon | --sysco | --sysc | --sys | --sy)
1191     ac_prev=sysconfdir ;;
1192   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1193   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1194     sysconfdir=$ac_optarg ;;
1195
1196   -target | --target | --targe | --targ | --tar | --ta | --t)
1197     ac_prev=target_alias ;;
1198   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1199     target_alias=$ac_optarg ;;
1200
1201   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1202     verbose=yes ;;
1203
1204   -version | --version | --versio | --versi | --vers | -V)
1205     ac_init_version=: ;;
1206
1207   -with-* | --with-*)
1208     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1209     # Reject names that are not valid shell variable names.
1210     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1211       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1212    { (exit 1); exit 1; }; }
1213     ac_useropt_orig=$ac_useropt
1214     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1215     case $ac_user_opts in
1216       *"
1217 "with_$ac_useropt"
1218 "*) ;;
1219       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1220          ac_unrecognized_sep=', ';;
1221     esac
1222     eval with_$ac_useropt=\$ac_optarg ;;
1223
1224   -without-* | --without-*)
1225     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1226     # Reject names that are not valid shell variable names.
1227     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1228       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1229    { (exit 1); exit 1; }; }
1230     ac_useropt_orig=$ac_useropt
1231     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1232     case $ac_user_opts in
1233       *"
1234 "with_$ac_useropt"
1235 "*) ;;
1236       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1237          ac_unrecognized_sep=', ';;
1238     esac
1239     eval with_$ac_useropt=no ;;
1240
1241   --x)
1242     # Obsolete; use --with-x.
1243     with_x=yes ;;
1244
1245   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1246   | --x-incl | --x-inc | --x-in | --x-i)
1247     ac_prev=x_includes ;;
1248   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1249   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1250     x_includes=$ac_optarg ;;
1251
1252   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1253   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1254     ac_prev=x_libraries ;;
1255   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1256   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1257     x_libraries=$ac_optarg ;;
1258
1259   -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1260 Try \`$0 --help' for more information." >&2
1261    { (exit 1); exit 1; }; }
1262     ;;
1263
1264   *=*)
1265     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1266     # Reject names that are not valid shell variable names.
1267     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1268       { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1269    { (exit 1); exit 1; }; }
1270     eval $ac_envvar=\$ac_optarg
1271     export $ac_envvar ;;
1272
1273   *)
1274     # FIXME: should be removed in autoconf 3.0.
1275     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1276     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1277       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1278     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1279     ;;
1280
1281   esac
1282 done
1283
1284 if test -n "$ac_prev"; then
1285   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1286   { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1287    { (exit 1); exit 1; }; }
1288 fi
1289
1290 if test -n "$ac_unrecognized_opts"; then
1291   case $enable_option_checking in
1292     no) ;;
1293     fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1294    { (exit 1); exit 1; }; } ;;
1295     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1296   esac
1297 fi
1298
1299 # Check all directory arguments for consistency.
1300 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1301                 datadir sysconfdir sharedstatedir localstatedir includedir \
1302                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1303                 libdir localedir mandir
1304 do
1305   eval ac_val=\$$ac_var
1306   # Remove trailing slashes.
1307   case $ac_val in
1308     */ )
1309       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1310       eval $ac_var=\$ac_val;;
1311   esac
1312   # Be sure to have absolute directory names.
1313   case $ac_val in
1314     [\\/$]* | ?:[\\/]* )  continue;;
1315     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1316   esac
1317   { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1318    { (exit 1); exit 1; }; }
1319 done
1320
1321 # There might be people who depend on the old broken behavior: `$host'
1322 # used to hold the argument of --host etc.
1323 # FIXME: To remove some day.
1324 build=$build_alias
1325 host=$host_alias
1326 target=$target_alias
1327
1328 # FIXME: To remove some day.
1329 if test "x$host_alias" != x; then
1330   if test "x$build_alias" = x; then
1331     cross_compiling=maybe
1332     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1333     If a cross compiler is detected then cross compile mode will be used." >&2
1334   elif test "x$build_alias" != "x$host_alias"; then
1335     cross_compiling=yes
1336   fi
1337 fi
1338
1339 ac_tool_prefix=
1340 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1341
1342 test "$silent" = yes && exec 6>/dev/null
1343
1344
1345 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1346 ac_ls_di=`ls -di .` &&
1347 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1348   { $as_echo "$as_me: error: working directory cannot be determined" >&2
1349    { (exit 1); exit 1; }; }
1350 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1351   { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1352    { (exit 1); exit 1; }; }
1353
1354
1355 # Find the source files, if location was not specified.
1356 if test -z "$srcdir"; then
1357   ac_srcdir_defaulted=yes
1358   # Try the directory containing this script, then the parent directory.
1359   ac_confdir=`$as_dirname -- "$as_myself" ||
1360 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1361          X"$as_myself" : 'X\(//\)[^/]' \| \
1362          X"$as_myself" : 'X\(//\)$' \| \
1363          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1364 $as_echo X"$as_myself" |
1365     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1366             s//\1/
1367             q
1368           }
1369           /^X\(\/\/\)[^/].*/{
1370             s//\1/
1371             q
1372           }
1373           /^X\(\/\/\)$/{
1374             s//\1/
1375             q
1376           }
1377           /^X\(\/\).*/{
1378             s//\1/
1379             q
1380           }
1381           s/.*/./; q'`
1382   srcdir=$ac_confdir
1383   if test ! -r "$srcdir/$ac_unique_file"; then
1384     srcdir=..
1385   fi
1386 else
1387   ac_srcdir_defaulted=no
1388 fi
1389 if test ! -r "$srcdir/$ac_unique_file"; then
1390   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1391   { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1392    { (exit 1); exit 1; }; }
1393 fi
1394 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1395 ac_abs_confdir=`(
1396         cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1397    { (exit 1); exit 1; }; }
1398         pwd)`
1399 # When building in place, set srcdir=.
1400 if test "$ac_abs_confdir" = "$ac_pwd"; then
1401   srcdir=.
1402 fi
1403 # Remove unnecessary trailing slashes from srcdir.
1404 # Double slashes in file names in object file debugging info
1405 # mess up M-x gdb in Emacs.
1406 case $srcdir in
1407 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1408 esac
1409 for ac_var in $ac_precious_vars; do
1410   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1411   eval ac_env_${ac_var}_value=\$${ac_var}
1412   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1413   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1414 done
1415
1416 #
1417 # Report the --help message.
1418 #
1419 if test "$ac_init_help" = "long"; then
1420   # Omit some internal or obsolete options to make the list less imposing.
1421   # This message is too long to be a string in the A/UX 3.1 sh.
1422   cat <<_ACEOF
1423 \`configure' configures Wine 1.1.13 to adapt to many kinds of systems.
1424
1425 Usage: $0 [OPTION]... [VAR=VALUE]...
1426
1427 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1428 VAR=VALUE.  See below for descriptions of some of the useful variables.
1429
1430 Defaults for the options are specified in brackets.
1431
1432 Configuration:
1433   -h, --help              display this help and exit
1434       --help=short        display options specific to this package
1435       --help=recursive    display the short help of all the included packages
1436   -V, --version           display version information and exit
1437   -q, --quiet, --silent   do not print \`checking...' messages
1438       --cache-file=FILE   cache test results in FILE [disabled]
1439   -C, --config-cache      alias for \`--cache-file=config.cache'
1440   -n, --no-create         do not create output files
1441       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1442
1443 Installation directories:
1444   --prefix=PREFIX         install architecture-independent files in PREFIX
1445                           [$ac_default_prefix]
1446   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1447                           [PREFIX]
1448
1449 By default, \`make install' will install all the files in
1450 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1451 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1452 for instance \`--prefix=\$HOME'.
1453
1454 For better control, use the options below.
1455
1456 Fine tuning of the installation directories:
1457   --bindir=DIR            user executables [EPREFIX/bin]
1458   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1459   --libexecdir=DIR        program executables [EPREFIX/libexec]
1460   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1461   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1462   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1463   --libdir=DIR            object code libraries [EPREFIX/lib]
1464   --includedir=DIR        C header files [PREFIX/include]
1465   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1466   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1467   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1468   --infodir=DIR           info documentation [DATAROOTDIR/info]
1469   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1470   --mandir=DIR            man documentation [DATAROOTDIR/man]
1471   --docdir=DIR            documentation root [DATAROOTDIR/doc/wine]
1472   --htmldir=DIR           html documentation [DOCDIR]
1473   --dvidir=DIR            dvi documentation [DOCDIR]
1474   --pdfdir=DIR            pdf documentation [DOCDIR]
1475   --psdir=DIR             ps documentation [DOCDIR]
1476 _ACEOF
1477
1478   cat <<\_ACEOF
1479
1480 X features:
1481   --x-includes=DIR    X include files are in DIR
1482   --x-libraries=DIR   X library files are in DIR
1483
1484 System types:
1485   --build=BUILD     configure for building on BUILD [guessed]
1486   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1487 _ACEOF
1488 fi
1489
1490 if test -n "$ac_init_help"; then
1491   case $ac_init_help in
1492      short | recursive ) echo "Configuration of Wine 1.1.13:";;
1493    esac
1494   cat <<\_ACEOF
1495
1496 Optional Features:
1497   --disable-option-checking  ignore unrecognized --enable/--with options
1498   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1499   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1500   --disable-win16         do not include Win16 support
1501   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
1502                           binaries)
1503   --disable-tests         do not build the regression tests
1504   --enable-maintainer-mode
1505                           enable maintainer-specific build rules
1506
1507 Optional Packages:
1508   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1509   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1510   --without-alsa          do not use the Alsa sound support
1511   --without-audioio       do not use the AudioIO sound support
1512   --without-capi          do not use CAPI (ISDN support)
1513   --without-cms           do not use CMS (color management support)
1514   --without-coreaudio     do not use the CoreAudio sound support
1515   --without-cups          do not use CUPS
1516   --without-curses        do not use (n)curses
1517   --without-esd           do not use the EsounD sound support
1518   --without-fontconfig    do not use fontconfig
1519   --without-freetype      do not use the FreeType library
1520   --without-gphoto        do not use gphoto (Digital Camera support)
1521   --without-glu           do not use the GLU library
1522   --without-gnutls        do not use GnuTLS (schannel support)
1523   --without-hal           do not use HAL (dynamic device support)
1524   --without-jack          do not use the Jack sound support
1525   --without-jpeg          do not use JPEG
1526   --without-ldap          do not use LDAP
1527   --without-nas           do not use the NAS sound support
1528   --without-opengl        do not use OpenGL
1529   --without-openssl       do not use OpenSSL
1530   --without-oss           do not use the OSS sound support
1531   --without-png           do not use PNG
1532   --without-sane          do not use SANE (scanner support)
1533   --without-xcomposite    do not use the Xcomposite extension
1534   --without-xcursor       do not use the Xcursor extension
1535   --without-xinerama      do not use Xinerama (multi-monitor support)
1536   --without-xinput        do not use the Xinput extension
1537   --without-xml           do not use XML
1538   --without-xrandr        do not use Xrandr (resolution changes)
1539   --without-xrender       do not use the Xrender extension
1540   --without-xshape        do not use the Xshape extension
1541   --without-xshm          do not use XShm (shared memory extension)
1542   --without-xslt          do not use XSLT
1543   --without-xxf86vm       do not use XFree video mode extension
1544   --with-wine-tools=DIR   use Wine tools from directory DIR
1545   --with-x                use the X Window System
1546
1547 Some influential environment variables:
1548   CC          C compiler command
1549   CFLAGS      C compiler flags
1550   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1551               nonstandard directory <lib dir>
1552   LIBS        libraries to pass to the linker, e.g. -l<library>
1553   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1554               you have headers in a nonstandard directory <include dir>
1555   CXX         C++ compiler command
1556   CXXFLAGS    C++ compiler flags
1557   XMKMF       Path to xmkmf, Makefile generator for X Window System
1558   CPP         C preprocessor
1559
1560 Use these variables to override the choices made by `configure' or to help
1561 it to find libraries and programs with nonstandard names/locations.
1562
1563 Report bugs to <wine-devel@winehq.org>.
1564 _ACEOF
1565 ac_status=$?
1566 fi
1567
1568 if test "$ac_init_help" = "recursive"; then
1569   # If there are subdirs, report their specific --help.
1570   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1571     test -d "$ac_dir" ||
1572       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1573       continue
1574     ac_builddir=.
1575
1576 case "$ac_dir" in
1577 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1578 *)
1579   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1580   # A ".." for each directory in $ac_dir_suffix.
1581   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1582   case $ac_top_builddir_sub in
1583   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1584   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1585   esac ;;
1586 esac
1587 ac_abs_top_builddir=$ac_pwd
1588 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1589 # for backward compatibility:
1590 ac_top_builddir=$ac_top_build_prefix
1591
1592 case $srcdir in
1593   .)  # We are building in place.
1594     ac_srcdir=.
1595     ac_top_srcdir=$ac_top_builddir_sub
1596     ac_abs_top_srcdir=$ac_pwd ;;
1597   [\\/]* | ?:[\\/]* )  # Absolute name.
1598     ac_srcdir=$srcdir$ac_dir_suffix;
1599     ac_top_srcdir=$srcdir
1600     ac_abs_top_srcdir=$srcdir ;;
1601   *) # Relative name.
1602     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1603     ac_top_srcdir=$ac_top_build_prefix$srcdir
1604     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1605 esac
1606 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1607
1608     cd "$ac_dir" || { ac_status=$?; continue; }
1609     # Check for guested configure.
1610     if test -f "$ac_srcdir/configure.gnu"; then
1611       echo &&
1612       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1613     elif test -f "$ac_srcdir/configure"; then
1614       echo &&
1615       $SHELL "$ac_srcdir/configure" --help=recursive
1616     else
1617       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1618     fi || ac_status=$?
1619     cd "$ac_pwd" || { ac_status=$?; break; }
1620   done
1621 fi
1622
1623 test -n "$ac_init_help" && exit $ac_status
1624 if $ac_init_version; then
1625   cat <<\_ACEOF
1626 Wine configure 1.1.13
1627 generated by GNU Autoconf 2.63
1628
1629 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1630 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1631 This configure script is free software; the Free Software Foundation
1632 gives unlimited permission to copy, distribute and modify it.
1633 _ACEOF
1634   exit
1635 fi
1636 cat >config.log <<_ACEOF
1637 This file contains any messages produced by compilers while
1638 running configure, to aid debugging if configure makes a mistake.
1639
1640 It was created by Wine $as_me 1.1.13, which was
1641 generated by GNU Autoconf 2.63.  Invocation command line was
1642
1643   $ $0 $@
1644
1645 _ACEOF
1646 exec 5>>config.log
1647 {
1648 cat <<_ASUNAME
1649 ## --------- ##
1650 ## Platform. ##
1651 ## --------- ##
1652
1653 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1654 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1655 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1656 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1657 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1658
1659 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1660 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1661
1662 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1663 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1664 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1665 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1666 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1667 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1668 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1669
1670 _ASUNAME
1671
1672 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1673 for as_dir in $PATH
1674 do
1675   IFS=$as_save_IFS
1676   test -z "$as_dir" && as_dir=.
1677   $as_echo "PATH: $as_dir"
1678 done
1679 IFS=$as_save_IFS
1680
1681 } >&5
1682
1683 cat >&5 <<_ACEOF
1684
1685
1686 ## ----------- ##
1687 ## Core tests. ##
1688 ## ----------- ##
1689
1690 _ACEOF
1691
1692
1693 # Keep a trace of the command line.
1694 # Strip out --no-create and --no-recursion so they do not pile up.
1695 # Strip out --silent because we don't want to record it for future runs.
1696 # Also quote any args containing shell meta-characters.
1697 # Make two passes to allow for proper duplicate-argument suppression.
1698 ac_configure_args=
1699 ac_configure_args0=
1700 ac_configure_args1=
1701 ac_must_keep_next=false
1702 for ac_pass in 1 2
1703 do
1704   for ac_arg
1705   do
1706     case $ac_arg in
1707     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1708     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1709     | -silent | --silent | --silen | --sile | --sil)
1710       continue ;;
1711     *\'*)
1712       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1713     esac
1714     case $ac_pass in
1715     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1716     2)
1717       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1718       if test $ac_must_keep_next = true; then
1719         ac_must_keep_next=false # Got value, back to normal.
1720       else
1721         case $ac_arg in
1722           *=* | --config-cache | -C | -disable-* | --disable-* \
1723           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1724           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1725           | -with-* | --with-* | -without-* | --without-* | --x)
1726             case "$ac_configure_args0 " in
1727               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1728             esac
1729             ;;
1730           -* ) ac_must_keep_next=true ;;
1731         esac
1732       fi
1733       ac_configure_args="$ac_configure_args '$ac_arg'"
1734       ;;
1735     esac
1736   done
1737 done
1738 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1739 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1740
1741 # When interrupted or exit'd, cleanup temporary files, and complete
1742 # config.log.  We remove comments because anyway the quotes in there
1743 # would cause problems or look ugly.
1744 # WARNING: Use '\'' to represent an apostrophe within the trap.
1745 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1746 trap 'exit_status=$?
1747   # Save into config.log some information that might help in debugging.
1748   {
1749     echo
1750
1751     cat <<\_ASBOX
1752 ## ---------------- ##
1753 ## Cache variables. ##
1754 ## ---------------- ##
1755 _ASBOX
1756     echo
1757     # The following way of writing the cache mishandles newlines in values,
1758 (
1759   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1760     eval ac_val=\$$ac_var
1761     case $ac_val in #(
1762     *${as_nl}*)
1763       case $ac_var in #(
1764       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1765 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1766       esac
1767       case $ac_var in #(
1768       _ | IFS | as_nl) ;; #(
1769       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1770       *) $as_unset $ac_var ;;
1771       esac ;;
1772     esac
1773   done
1774   (set) 2>&1 |
1775     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1776     *${as_nl}ac_space=\ *)
1777       sed -n \
1778         "s/'\''/'\''\\\\'\'''\''/g;
1779           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1780       ;; #(
1781     *)
1782       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1783       ;;
1784     esac |
1785     sort
1786 )
1787     echo
1788
1789     cat <<\_ASBOX
1790 ## ----------------- ##
1791 ## Output variables. ##
1792 ## ----------------- ##
1793 _ASBOX
1794     echo
1795     for ac_var in $ac_subst_vars
1796     do
1797       eval ac_val=\$$ac_var
1798       case $ac_val in
1799       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1800       esac
1801       $as_echo "$ac_var='\''$ac_val'\''"
1802     done | sort
1803     echo
1804
1805     if test -n "$ac_subst_files"; then
1806       cat <<\_ASBOX
1807 ## ------------------- ##
1808 ## File substitutions. ##
1809 ## ------------------- ##
1810 _ASBOX
1811       echo
1812       for ac_var in $ac_subst_files
1813       do
1814         eval ac_val=\$$ac_var
1815         case $ac_val in
1816         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1817         esac
1818         $as_echo "$ac_var='\''$ac_val'\''"
1819       done | sort
1820       echo
1821     fi
1822
1823     if test -s confdefs.h; then
1824       cat <<\_ASBOX
1825 ## ----------- ##
1826 ## confdefs.h. ##
1827 ## ----------- ##
1828 _ASBOX
1829       echo
1830       cat confdefs.h
1831       echo
1832     fi
1833     test "$ac_signal" != 0 &&
1834       $as_echo "$as_me: caught signal $ac_signal"
1835     $as_echo "$as_me: exit $exit_status"
1836   } >&5
1837   rm -f core *.core core.conftest.* &&
1838     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1839     exit $exit_status
1840 ' 0
1841 for ac_signal in 1 2 13 15; do
1842   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1843 done
1844 ac_signal=0
1845
1846 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1847 rm -f -r conftest* confdefs.h
1848
1849 # Predefined preprocessor variables.
1850
1851 cat >>confdefs.h <<_ACEOF
1852 #define PACKAGE_NAME "$PACKAGE_NAME"
1853 _ACEOF
1854
1855
1856 cat >>confdefs.h <<_ACEOF
1857 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1858 _ACEOF
1859
1860
1861 cat >>confdefs.h <<_ACEOF
1862 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1863 _ACEOF
1864
1865
1866 cat >>confdefs.h <<_ACEOF
1867 #define PACKAGE_STRING "$PACKAGE_STRING"
1868 _ACEOF
1869
1870
1871 cat >>confdefs.h <<_ACEOF
1872 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1873 _ACEOF
1874
1875
1876 # Let the site file select an alternate cache file if it wants to.
1877 # Prefer an explicitly selected file to automatically selected ones.
1878 ac_site_file1=NONE
1879 ac_site_file2=NONE
1880 if test -n "$CONFIG_SITE"; then
1881   ac_site_file1=$CONFIG_SITE
1882 elif test "x$prefix" != xNONE; then
1883   ac_site_file1=$prefix/share/config.site
1884   ac_site_file2=$prefix/etc/config.site
1885 else
1886   ac_site_file1=$ac_default_prefix/share/config.site
1887   ac_site_file2=$ac_default_prefix/etc/config.site
1888 fi
1889 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1890 do
1891   test "x$ac_site_file" = xNONE && continue
1892   if test -r "$ac_site_file"; then
1893     { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1894 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1895     sed 's/^/| /' "$ac_site_file" >&5
1896     . "$ac_site_file"
1897   fi
1898 done
1899
1900 if test -r "$cache_file"; then
1901   # Some versions of bash will fail to source /dev/null (special
1902   # files actually), so we avoid doing that.
1903   if test -f "$cache_file"; then
1904     { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1905 $as_echo "$as_me: loading cache $cache_file" >&6;}
1906     case $cache_file in
1907       [\\/]* | ?:[\\/]* ) . "$cache_file";;
1908       *)                      . "./$cache_file";;
1909     esac
1910   fi
1911 else
1912   { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1913 $as_echo "$as_me: creating cache $cache_file" >&6;}
1914   >$cache_file
1915 fi
1916
1917 # Check that the precious variables saved in the cache have kept the same
1918 # value.
1919 ac_cache_corrupted=false
1920 for ac_var in $ac_precious_vars; do
1921   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1922   eval ac_new_set=\$ac_env_${ac_var}_set
1923   eval ac_old_val=\$ac_cv_env_${ac_var}_value
1924   eval ac_new_val=\$ac_env_${ac_var}_value
1925   case $ac_old_set,$ac_new_set in
1926     set,)
1927       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1928 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1929       ac_cache_corrupted=: ;;
1930     ,set)
1931       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1932 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1933       ac_cache_corrupted=: ;;
1934     ,);;
1935     *)
1936       if test "x$ac_old_val" != "x$ac_new_val"; then
1937         # differences in whitespace do not lead to failure.
1938         ac_old_val_w=`echo x $ac_old_val`
1939         ac_new_val_w=`echo x $ac_new_val`
1940         if test "$ac_old_val_w" != "$ac_new_val_w"; then
1941           { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1942 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1943           ac_cache_corrupted=:
1944         else
1945           { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1946 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1947           eval $ac_var=\$ac_old_val
1948         fi
1949         { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
1950 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1951         { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
1952 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1953       fi;;
1954   esac
1955   # Pass precious variables to config.status.
1956   if test "$ac_new_set" = set; then
1957     case $ac_new_val in
1958     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1959     *) ac_arg=$ac_var=$ac_new_val ;;
1960     esac
1961     case " $ac_configure_args " in
1962       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1963       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1964     esac
1965   fi
1966 done
1967 if $ac_cache_corrupted; then
1968   { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1969 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1970   { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1971 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1972   { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1973 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1974    { (exit 1); exit 1; }; }
1975 fi
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001 ac_ext=c
2002 ac_cpp='$CPP $CPPFLAGS'
2003 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2004 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2005 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2006
2007
2008
2009 ac_config_headers="$ac_config_headers include/config.h"
2010
2011 ac_aux_dir=
2012 for ac_dir in tools "$srcdir"/tools; do
2013   if test -f "$ac_dir/install-sh"; then
2014     ac_aux_dir=$ac_dir
2015     ac_install_sh="$ac_aux_dir/install-sh -c"
2016     break
2017   elif test -f "$ac_dir/install.sh"; then
2018     ac_aux_dir=$ac_dir
2019     ac_install_sh="$ac_aux_dir/install.sh -c"
2020     break
2021   elif test -f "$ac_dir/shtool"; then
2022     ac_aux_dir=$ac_dir
2023     ac_install_sh="$ac_aux_dir/shtool install -c"
2024     break
2025   fi
2026 done
2027 if test -z "$ac_aux_dir"; then
2028   { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2029 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2030    { (exit 1); exit 1; }; }
2031 fi
2032
2033 # These three variables are undocumented and unsupported,
2034 # and are intended to be withdrawn in a future Autoconf release.
2035 # They can cause serious problems if a builder's source tree is in a directory
2036 # whose full name contains unusual characters.
2037 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2038 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2039 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2040
2041
2042
2043
2044 # Check whether --enable-win16 was given.
2045 if test "${enable_win16+set}" = set; then
2046   enableval=$enable_win16;
2047 fi
2048
2049 # Check whether --enable-win64 was given.
2050 if test "${enable_win64+set}" = set; then
2051   enableval=$enable_win64;
2052 fi
2053
2054 # Check whether --enable-tests was given.
2055 if test "${enable_tests+set}" = set; then
2056   enableval=$enable_tests;
2057 fi
2058
2059 # Check whether --enable-maintainer-mode was given.
2060 if test "${enable_maintainer_mode+set}" = set; then
2061   enableval=$enable_maintainer_mode;
2062 else
2063   MAINTAINER_MODE=\#
2064
2065 fi
2066
2067
2068
2069 # Check whether --with-alsa was given.
2070 if test "${with_alsa+set}" = set; then
2071   withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2072 fi
2073
2074
2075 # Check whether --with-audioio was given.
2076 if test "${with_audioio+set}" = set; then
2077   withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2078 fi
2079
2080
2081 # Check whether --with-capi was given.
2082 if test "${with_capi+set}" = set; then
2083   withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2084 fi
2085
2086
2087 # Check whether --with-cms was given.
2088 if test "${with_cms+set}" = set; then
2089   withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2090 fi
2091
2092
2093 # Check whether --with-coreaudio was given.
2094 if test "${with_coreaudio+set}" = set; then
2095   withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2096 fi
2097
2098
2099 # Check whether --with-cups was given.
2100 if test "${with_cups+set}" = set; then
2101   withval=$with_cups;
2102 fi
2103
2104
2105 # Check whether --with-curses was given.
2106 if test "${with_curses+set}" = set; then
2107   withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2108 fi
2109
2110
2111 # Check whether --with-esd was given.
2112 if test "${with_esd+set}" = set; then
2113   withval=$with_esd;
2114 fi
2115
2116
2117 # Check whether --with-fontconfig was given.
2118 if test "${with_fontconfig+set}" = set; then
2119   withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2120 fi
2121
2122
2123 # Check whether --with-freetype was given.
2124 if test "${with_freetype+set}" = set; then
2125   withval=$with_freetype;
2126 fi
2127
2128
2129 # Check whether --with-gphoto was given.
2130 if test "${with_gphoto+set}" = set; then
2131   withval=$with_gphoto;
2132 fi
2133
2134
2135 # Check whether --with-glu was given.
2136 if test "${with_glu+set}" = set; then
2137   withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2138 fi
2139
2140
2141 # Check whether --with-gnutls was given.
2142 if test "${with_gnutls+set}" = set; then
2143   withval=$with_gnutls;
2144 fi
2145
2146
2147 # Check whether --with-hal was given.
2148 if test "${with_hal+set}" = set; then
2149   withval=$with_hal;
2150 fi
2151
2152
2153 # Check whether --with-jack was given.
2154 if test "${with_jack+set}" = set; then
2155   withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2156 fi
2157
2158
2159 # Check whether --with-jpeg was given.
2160 if test "${with_jpeg+set}" = set; then
2161   withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2162 fi
2163
2164
2165 # Check whether --with-ldap was given.
2166 if test "${with_ldap+set}" = set; then
2167   withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2168 fi
2169
2170
2171 # Check whether --with-nas was given.
2172 if test "${with_nas+set}" = set; then
2173   withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2174 fi
2175
2176
2177 # Check whether --with-opengl was given.
2178 if test "${with_opengl+set}" = set; then
2179   withval=$with_opengl;
2180 fi
2181
2182
2183 # Check whether --with-openssl was given.
2184 if test "${with_openssl+set}" = set; then
2185   withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2186 fi
2187
2188
2189 # Check whether --with-oss was given.
2190 if test "${with_oss+set}" = set; then
2191   withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2192 fi
2193
2194
2195 # Check whether --with-png was given.
2196 if test "${with_png+set}" = set; then
2197   withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2198 fi
2199
2200
2201 # Check whether --with-sane was given.
2202 if test "${with_sane+set}" = set; then
2203   withval=$with_sane;
2204 fi
2205
2206
2207 # Check whether --with-xcomposite was given.
2208 if test "${with_xcomposite+set}" = set; then
2209   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2210 fi
2211
2212
2213 # Check whether --with-xcursor was given.
2214 if test "${with_xcursor+set}" = set; then
2215   withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2216 fi
2217
2218
2219 # Check whether --with-xinerama was given.
2220 if test "${with_xinerama+set}" = set; then
2221   withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2222 fi
2223
2224
2225 # Check whether --with-xinput was given.
2226 if test "${with_xinput+set}" = set; then
2227   withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2228 fi
2229
2230
2231 # Check whether --with-xml was given.
2232 if test "${with_xml+set}" = set; then
2233   withval=$with_xml;
2234 fi
2235
2236
2237 # Check whether --with-xrandr was given.
2238 if test "${with_xrandr+set}" = set; then
2239   withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2240 fi
2241
2242
2243 # Check whether --with-xrender was given.
2244 if test "${with_xrender+set}" = set; then
2245   withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2246 fi
2247
2248
2249 # Check whether --with-xshape was given.
2250 if test "${with_xshape+set}" = set; then
2251   withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2252 fi
2253
2254
2255 # Check whether --with-xshm was given.
2256 if test "${with_xshm+set}" = set; then
2257   withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2258 fi
2259
2260
2261 # Check whether --with-xslt was given.
2262 if test "${with_xslt+set}" = set; then
2263   withval=$with_xslt;
2264 fi
2265
2266
2267 # Check whether --with-xxf86vm was given.
2268 if test "${with_xxf86vm+set}" = set; then
2269   withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2270 fi
2271
2272
2273
2274 # Check whether --with-wine-tools was given.
2275 if test "${with_wine_tools+set}" = set; then
2276   withval=$with_wine_tools;
2277 fi
2278
2279
2280 # Make sure we can run config.sub.
2281 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2282   { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2283 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2284    { (exit 1); exit 1; }; }
2285
2286 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2287 $as_echo_n "checking build system type... " >&6; }
2288 if test "${ac_cv_build+set}" = set; then
2289   $as_echo_n "(cached) " >&6
2290 else
2291   ac_build_alias=$build_alias
2292 test "x$ac_build_alias" = x &&
2293   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2294 test "x$ac_build_alias" = x &&
2295   { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2296 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2297    { (exit 1); exit 1; }; }
2298 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2299   { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2300 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2301    { (exit 1); exit 1; }; }
2302
2303 fi
2304 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2305 $as_echo "$ac_cv_build" >&6; }
2306 case $ac_cv_build in
2307 *-*-*) ;;
2308 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2309 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2310    { (exit 1); exit 1; }; };;
2311 esac
2312 build=$ac_cv_build
2313 ac_save_IFS=$IFS; IFS='-'
2314 set x $ac_cv_build
2315 shift
2316 build_cpu=$1
2317 build_vendor=$2
2318 shift; shift
2319 # Remember, the first character of IFS is used to create $*,
2320 # except with old shells:
2321 build_os=$*
2322 IFS=$ac_save_IFS
2323 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2324
2325
2326 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2327 $as_echo_n "checking host system type... " >&6; }
2328 if test "${ac_cv_host+set}" = set; then
2329   $as_echo_n "(cached) " >&6
2330 else
2331   if test "x$host_alias" = x; then
2332   ac_cv_host=$ac_cv_build
2333 else
2334   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2335     { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2336 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2337    { (exit 1); exit 1; }; }
2338 fi
2339
2340 fi
2341 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2342 $as_echo "$ac_cv_host" >&6; }
2343 case $ac_cv_host in
2344 *-*-*) ;;
2345 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2346 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2347    { (exit 1); exit 1; }; };;
2348 esac
2349 host=$ac_cv_host
2350 ac_save_IFS=$IFS; IFS='-'
2351 set x $ac_cv_host
2352 shift
2353 host_cpu=$1
2354 host_vendor=$2
2355 shift; shift
2356 # Remember, the first character of IFS is used to create $*,
2357 # except with old shells:
2358 host_os=$*
2359 IFS=$ac_save_IFS
2360 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2361
2362
2363
2364 case "$srcdir" in
2365  .) ;;
2366  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2367       { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2368 You need to run 'make distclean' in the source tree first." >&5
2369 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2370 You need to run 'make distclean' in the source tree first." >&2;}
2371    { (exit 1); exit 1; }; }
2372     fi ;;
2373 esac
2374
2375
2376 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2377 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2378 set x ${MAKE-make}
2379 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2380 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2381   $as_echo_n "(cached) " >&6
2382 else
2383   cat >conftest.make <<\_ACEOF
2384 SHELL = /bin/sh
2385 all:
2386         @echo '@@@%%%=$(MAKE)=@@@%%%'
2387 _ACEOF
2388 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2389 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2390   *@@@%%%=?*=@@@%%%*)
2391     eval ac_cv_prog_make_${ac_make}_set=yes;;
2392   *)
2393     eval ac_cv_prog_make_${ac_make}_set=no;;
2394 esac
2395 rm -f conftest.make
2396 fi
2397 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2398   { $as_echo "$as_me:$LINENO: result: yes" >&5
2399 $as_echo "yes" >&6; }
2400   SET_MAKE=
2401 else
2402   { $as_echo "$as_me:$LINENO: result: no" >&5
2403 $as_echo "no" >&6; }
2404   SET_MAKE="MAKE=${MAKE-make}"
2405 fi
2406
2407 ac_ext=c
2408 ac_cpp='$CPP $CPPFLAGS'
2409 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2410 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2411 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2412 if test -n "$ac_tool_prefix"; then
2413   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2414 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2415 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2416 $as_echo_n "checking for $ac_word... " >&6; }
2417 if test "${ac_cv_prog_CC+set}" = set; then
2418   $as_echo_n "(cached) " >&6
2419 else
2420   if test -n "$CC"; then
2421   ac_cv_prog_CC="$CC" # Let the user override the test.
2422 else
2423 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2424 for as_dir in $PATH
2425 do
2426   IFS=$as_save_IFS
2427   test -z "$as_dir" && as_dir=.
2428   for ac_exec_ext in '' $ac_executable_extensions; do
2429   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2430     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2431     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2432     break 2
2433   fi
2434 done
2435 done
2436 IFS=$as_save_IFS
2437
2438 fi
2439 fi
2440 CC=$ac_cv_prog_CC
2441 if test -n "$CC"; then
2442   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2443 $as_echo "$CC" >&6; }
2444 else
2445   { $as_echo "$as_me:$LINENO: result: no" >&5
2446 $as_echo "no" >&6; }
2447 fi
2448
2449
2450 fi
2451 if test -z "$ac_cv_prog_CC"; then
2452   ac_ct_CC=$CC
2453   # Extract the first word of "gcc", so it can be a program name with args.
2454 set dummy gcc; ac_word=$2
2455 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2456 $as_echo_n "checking for $ac_word... " >&6; }
2457 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2458   $as_echo_n "(cached) " >&6
2459 else
2460   if test -n "$ac_ct_CC"; then
2461   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2462 else
2463 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2464 for as_dir in $PATH
2465 do
2466   IFS=$as_save_IFS
2467   test -z "$as_dir" && as_dir=.
2468   for ac_exec_ext in '' $ac_executable_extensions; do
2469   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2470     ac_cv_prog_ac_ct_CC="gcc"
2471     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2472     break 2
2473   fi
2474 done
2475 done
2476 IFS=$as_save_IFS
2477
2478 fi
2479 fi
2480 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2481 if test -n "$ac_ct_CC"; then
2482   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2483 $as_echo "$ac_ct_CC" >&6; }
2484 else
2485   { $as_echo "$as_me:$LINENO: result: no" >&5
2486 $as_echo "no" >&6; }
2487 fi
2488
2489   if test "x$ac_ct_CC" = x; then
2490     CC=""
2491   else
2492     case $cross_compiling:$ac_tool_warned in
2493 yes:)
2494 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2495 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2496 ac_tool_warned=yes ;;
2497 esac
2498     CC=$ac_ct_CC
2499   fi
2500 else
2501   CC="$ac_cv_prog_CC"
2502 fi
2503
2504 if test -z "$CC"; then
2505           if test -n "$ac_tool_prefix"; then
2506     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2507 set dummy ${ac_tool_prefix}cc; ac_word=$2
2508 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2509 $as_echo_n "checking for $ac_word... " >&6; }
2510 if test "${ac_cv_prog_CC+set}" = set; then
2511   $as_echo_n "(cached) " >&6
2512 else
2513   if test -n "$CC"; then
2514   ac_cv_prog_CC="$CC" # Let the user override the test.
2515 else
2516 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2517 for as_dir in $PATH
2518 do
2519   IFS=$as_save_IFS
2520   test -z "$as_dir" && as_dir=.
2521   for ac_exec_ext in '' $ac_executable_extensions; do
2522   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2523     ac_cv_prog_CC="${ac_tool_prefix}cc"
2524     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2525     break 2
2526   fi
2527 done
2528 done
2529 IFS=$as_save_IFS
2530
2531 fi
2532 fi
2533 CC=$ac_cv_prog_CC
2534 if test -n "$CC"; then
2535   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2536 $as_echo "$CC" >&6; }
2537 else
2538   { $as_echo "$as_me:$LINENO: result: no" >&5
2539 $as_echo "no" >&6; }
2540 fi
2541
2542
2543   fi
2544 fi
2545 if test -z "$CC"; then
2546   # Extract the first word of "cc", so it can be a program name with args.
2547 set dummy cc; ac_word=$2
2548 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2549 $as_echo_n "checking for $ac_word... " >&6; }
2550 if test "${ac_cv_prog_CC+set}" = set; then
2551   $as_echo_n "(cached) " >&6
2552 else
2553   if test -n "$CC"; then
2554   ac_cv_prog_CC="$CC" # Let the user override the test.
2555 else
2556   ac_prog_rejected=no
2557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2558 for as_dir in $PATH
2559 do
2560   IFS=$as_save_IFS
2561   test -z "$as_dir" && as_dir=.
2562   for ac_exec_ext in '' $ac_executable_extensions; do
2563   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2564     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2565        ac_prog_rejected=yes
2566        continue
2567      fi
2568     ac_cv_prog_CC="cc"
2569     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2570     break 2
2571   fi
2572 done
2573 done
2574 IFS=$as_save_IFS
2575
2576 if test $ac_prog_rejected = yes; then
2577   # We found a bogon in the path, so make sure we never use it.
2578   set dummy $ac_cv_prog_CC
2579   shift
2580   if test $# != 0; then
2581     # We chose a different compiler from the bogus one.
2582     # However, it has the same basename, so the bogon will be chosen
2583     # first if we set CC to just the basename; use the full file name.
2584     shift
2585     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2586   fi
2587 fi
2588 fi
2589 fi
2590 CC=$ac_cv_prog_CC
2591 if test -n "$CC"; then
2592   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2593 $as_echo "$CC" >&6; }
2594 else
2595   { $as_echo "$as_me:$LINENO: result: no" >&5
2596 $as_echo "no" >&6; }
2597 fi
2598
2599
2600 fi
2601 if test -z "$CC"; then
2602   if test -n "$ac_tool_prefix"; then
2603   for ac_prog in cl.exe
2604   do
2605     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2606 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2607 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2608 $as_echo_n "checking for $ac_word... " >&6; }
2609 if test "${ac_cv_prog_CC+set}" = set; then
2610   $as_echo_n "(cached) " >&6
2611 else
2612   if test -n "$CC"; then
2613   ac_cv_prog_CC="$CC" # Let the user override the test.
2614 else
2615 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2616 for as_dir in $PATH
2617 do
2618   IFS=$as_save_IFS
2619   test -z "$as_dir" && as_dir=.
2620   for ac_exec_ext in '' $ac_executable_extensions; do
2621   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2622     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2623     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2624     break 2
2625   fi
2626 done
2627 done
2628 IFS=$as_save_IFS
2629
2630 fi
2631 fi
2632 CC=$ac_cv_prog_CC
2633 if test -n "$CC"; then
2634   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2635 $as_echo "$CC" >&6; }
2636 else
2637   { $as_echo "$as_me:$LINENO: result: no" >&5
2638 $as_echo "no" >&6; }
2639 fi
2640
2641
2642     test -n "$CC" && break
2643   done
2644 fi
2645 if test -z "$CC"; then
2646   ac_ct_CC=$CC
2647   for ac_prog in cl.exe
2648 do
2649   # Extract the first word of "$ac_prog", so it can be a program name with args.
2650 set dummy $ac_prog; ac_word=$2
2651 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2652 $as_echo_n "checking for $ac_word... " >&6; }
2653 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2654   $as_echo_n "(cached) " >&6
2655 else
2656   if test -n "$ac_ct_CC"; then
2657   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2658 else
2659 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2660 for as_dir in $PATH
2661 do
2662   IFS=$as_save_IFS
2663   test -z "$as_dir" && as_dir=.
2664   for ac_exec_ext in '' $ac_executable_extensions; do
2665   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2666     ac_cv_prog_ac_ct_CC="$ac_prog"
2667     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2668     break 2
2669   fi
2670 done
2671 done
2672 IFS=$as_save_IFS
2673
2674 fi
2675 fi
2676 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2677 if test -n "$ac_ct_CC"; then
2678   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2679 $as_echo "$ac_ct_CC" >&6; }
2680 else
2681   { $as_echo "$as_me:$LINENO: result: no" >&5
2682 $as_echo "no" >&6; }
2683 fi
2684
2685
2686   test -n "$ac_ct_CC" && break
2687 done
2688
2689   if test "x$ac_ct_CC" = x; then
2690     CC=""
2691   else
2692     case $cross_compiling:$ac_tool_warned in
2693 yes:)
2694 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2695 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2696 ac_tool_warned=yes ;;
2697 esac
2698     CC=$ac_ct_CC
2699   fi
2700 fi
2701
2702 fi
2703
2704
2705 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2706 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2707 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2708 See \`config.log' for more details." >&5
2709 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2710 See \`config.log' for more details." >&2;}
2711    { (exit 1); exit 1; }; }; }
2712
2713 # Provide some information about the compiler.
2714 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2715 set X $ac_compile
2716 ac_compiler=$2
2717 { (ac_try="$ac_compiler --version >&5"
2718 case "(($ac_try" in
2719   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2720   *) ac_try_echo=$ac_try;;
2721 esac
2722 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2723 $as_echo "$ac_try_echo") >&5
2724   (eval "$ac_compiler --version >&5") 2>&5
2725   ac_status=$?
2726   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2727   (exit $ac_status); }
2728 { (ac_try="$ac_compiler -v >&5"
2729 case "(($ac_try" in
2730   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2731   *) ac_try_echo=$ac_try;;
2732 esac
2733 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2734 $as_echo "$ac_try_echo") >&5
2735   (eval "$ac_compiler -v >&5") 2>&5
2736   ac_status=$?
2737   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2738   (exit $ac_status); }
2739 { (ac_try="$ac_compiler -V >&5"
2740 case "(($ac_try" in
2741   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2742   *) ac_try_echo=$ac_try;;
2743 esac
2744 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2745 $as_echo "$ac_try_echo") >&5
2746   (eval "$ac_compiler -V >&5") 2>&5
2747   ac_status=$?
2748   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2749   (exit $ac_status); }
2750
2751 cat >conftest.$ac_ext <<_ACEOF
2752 /* confdefs.h.  */
2753 _ACEOF
2754 cat confdefs.h >>conftest.$ac_ext
2755 cat >>conftest.$ac_ext <<_ACEOF
2756 /* end confdefs.h.  */
2757
2758 int
2759 main ()
2760 {
2761
2762   ;
2763   return 0;
2764 }
2765 _ACEOF
2766 ac_clean_files_save=$ac_clean_files
2767 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2768 # Try to create an executable without -o first, disregard a.out.
2769 # It will help us diagnose broken compilers, and finding out an intuition
2770 # of exeext.
2771 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2772 $as_echo_n "checking for C compiler default output file name... " >&6; }
2773 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2774
2775 # The possible output files:
2776 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2777
2778 ac_rmfiles=
2779 for ac_file in $ac_files
2780 do
2781   case $ac_file in
2782     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2783     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2784   esac
2785 done
2786 rm -f $ac_rmfiles
2787
2788 if { (ac_try="$ac_link_default"
2789 case "(($ac_try" in
2790   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2791   *) ac_try_echo=$ac_try;;
2792 esac
2793 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2794 $as_echo "$ac_try_echo") >&5
2795   (eval "$ac_link_default") 2>&5
2796   ac_status=$?
2797   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2798   (exit $ac_status); }; then
2799   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2800 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2801 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
2802 # so that the user can short-circuit this test for compilers unknown to
2803 # Autoconf.
2804 for ac_file in $ac_files ''
2805 do
2806   test -f "$ac_file" || continue
2807   case $ac_file in
2808     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2809         ;;
2810     [ab].out )
2811         # We found the default executable, but exeext='' is most
2812         # certainly right.
2813         break;;
2814     *.* )
2815         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2816         then :; else
2817            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2818         fi
2819         # We set ac_cv_exeext here because the later test for it is not
2820         # safe: cross compilers may not add the suffix if given an `-o'
2821         # argument, so we may need to know it at that point already.
2822         # Even if this section looks crufty: it has the advantage of
2823         # actually working.
2824         break;;
2825     * )
2826         break;;
2827   esac
2828 done
2829 test "$ac_cv_exeext" = no && ac_cv_exeext=
2830
2831 else
2832   ac_file=''
2833 fi
2834
2835 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2836 $as_echo "$ac_file" >&6; }
2837 if test -z "$ac_file"; then
2838   $as_echo "$as_me: failed program was:" >&5
2839 sed 's/^/| /' conftest.$ac_ext >&5
2840
2841 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2842 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2843 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2844 See \`config.log' for more details." >&5
2845 $as_echo "$as_me: error: C compiler cannot create executables
2846 See \`config.log' for more details." >&2;}
2847    { (exit 77); exit 77; }; }; }
2848 fi
2849
2850 ac_exeext=$ac_cv_exeext
2851
2852 # Check that the compiler produces executables we can run.  If not, either
2853 # the compiler is broken, or we cross compile.
2854 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2855 $as_echo_n "checking whether the C compiler works... " >&6; }
2856 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2857 # If not cross compiling, check that we can run a simple program.
2858 if test "$cross_compiling" != yes; then
2859   if { ac_try='./$ac_file'
2860   { (case "(($ac_try" in
2861   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2862   *) ac_try_echo=$ac_try;;
2863 esac
2864 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2865 $as_echo "$ac_try_echo") >&5
2866   (eval "$ac_try") 2>&5
2867   ac_status=$?
2868   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2869   (exit $ac_status); }; }; then
2870     cross_compiling=no
2871   else
2872     if test "$cross_compiling" = maybe; then
2873         cross_compiling=yes
2874     else
2875         { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2876 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2877 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2878 If you meant to cross compile, use \`--host'.
2879 See \`config.log' for more details." >&5
2880 $as_echo "$as_me: error: cannot run C compiled programs.
2881 If you meant to cross compile, use \`--host'.
2882 See \`config.log' for more details." >&2;}
2883    { (exit 1); exit 1; }; }; }
2884     fi
2885   fi
2886 fi
2887 { $as_echo "$as_me:$LINENO: result: yes" >&5
2888 $as_echo "yes" >&6; }
2889
2890 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2891 ac_clean_files=$ac_clean_files_save
2892 # Check that the compiler produces executables we can run.  If not, either
2893 # the compiler is broken, or we cross compile.
2894 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2895 $as_echo_n "checking whether we are cross compiling... " >&6; }
2896 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2897 $as_echo "$cross_compiling" >&6; }
2898
2899 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2900 $as_echo_n "checking for suffix of executables... " >&6; }
2901 if { (ac_try="$ac_link"
2902 case "(($ac_try" in
2903   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2904   *) ac_try_echo=$ac_try;;
2905 esac
2906 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2907 $as_echo "$ac_try_echo") >&5
2908   (eval "$ac_link") 2>&5
2909   ac_status=$?
2910   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2911   (exit $ac_status); }; then
2912   # If both `conftest.exe' and `conftest' are `present' (well, observable)
2913 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2914 # work properly (i.e., refer to `conftest.exe'), while it won't with
2915 # `rm'.
2916 for ac_file in conftest.exe conftest conftest.*; do
2917   test -f "$ac_file" || continue
2918   case $ac_file in
2919     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2920     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2921           break;;
2922     * ) break;;
2923   esac
2924 done
2925 else
2926   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2927 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2928 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2929 See \`config.log' for more details." >&5
2930 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2931 See \`config.log' for more details." >&2;}
2932    { (exit 1); exit 1; }; }; }
2933 fi
2934
2935 rm -f conftest$ac_cv_exeext
2936 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2937 $as_echo "$ac_cv_exeext" >&6; }
2938
2939 rm -f conftest.$ac_ext
2940 EXEEXT=$ac_cv_exeext
2941 ac_exeext=$EXEEXT
2942 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2943 $as_echo_n "checking for suffix of object files... " >&6; }
2944 if test "${ac_cv_objext+set}" = set; then
2945   $as_echo_n "(cached) " >&6
2946 else
2947   cat >conftest.$ac_ext <<_ACEOF
2948 /* confdefs.h.  */
2949 _ACEOF
2950 cat confdefs.h >>conftest.$ac_ext
2951 cat >>conftest.$ac_ext <<_ACEOF
2952 /* end confdefs.h.  */
2953
2954 int
2955 main ()
2956 {
2957
2958   ;
2959   return 0;
2960 }
2961 _ACEOF
2962 rm -f conftest.o conftest.obj
2963 if { (ac_try="$ac_compile"
2964 case "(($ac_try" in
2965   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2966   *) ac_try_echo=$ac_try;;
2967 esac
2968 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2969 $as_echo "$ac_try_echo") >&5
2970   (eval "$ac_compile") 2>&5
2971   ac_status=$?
2972   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2973   (exit $ac_status); }; then
2974   for ac_file in conftest.o conftest.obj conftest.*; do
2975   test -f "$ac_file" || continue;
2976   case $ac_file in
2977     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2978     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2979        break;;
2980   esac
2981 done
2982 else
2983   $as_echo "$as_me: failed program was:" >&5
2984 sed 's/^/| /' conftest.$ac_ext >&5
2985
2986 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2987 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2988 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2989 See \`config.log' for more details." >&5
2990 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
2991 See \`config.log' for more details." >&2;}
2992    { (exit 1); exit 1; }; }; }
2993 fi
2994
2995 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2996 fi
2997 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2998 $as_echo "$ac_cv_objext" >&6; }
2999 OBJEXT=$ac_cv_objext
3000 ac_objext=$OBJEXT
3001 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3002 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3003 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3004   $as_echo_n "(cached) " >&6
3005 else
3006   cat >conftest.$ac_ext <<_ACEOF
3007 /* confdefs.h.  */
3008 _ACEOF
3009 cat confdefs.h >>conftest.$ac_ext
3010 cat >>conftest.$ac_ext <<_ACEOF
3011 /* end confdefs.h.  */
3012
3013 int
3014 main ()
3015 {
3016 #ifndef __GNUC__
3017        choke me
3018 #endif
3019
3020   ;
3021   return 0;
3022 }
3023 _ACEOF
3024 rm -f conftest.$ac_objext
3025 if { (ac_try="$ac_compile"
3026 case "(($ac_try" in
3027   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3028   *) ac_try_echo=$ac_try;;
3029 esac
3030 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3031 $as_echo "$ac_try_echo") >&5
3032   (eval "$ac_compile") 2>conftest.er1
3033   ac_status=$?
3034   grep -v '^ *+' conftest.er1 >conftest.err
3035   rm -f conftest.er1
3036   cat conftest.err >&5
3037   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3038   (exit $ac_status); } && {
3039          test -z "$ac_c_werror_flag" ||
3040          test ! -s conftest.err
3041        } && test -s conftest.$ac_objext; then
3042   ac_compiler_gnu=yes
3043 else
3044   $as_echo "$as_me: failed program was:" >&5
3045 sed 's/^/| /' conftest.$ac_ext >&5
3046
3047         ac_compiler_gnu=no
3048 fi
3049
3050 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3051 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3052
3053 fi
3054 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3055 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3056 if test $ac_compiler_gnu = yes; then
3057   GCC=yes
3058 else
3059   GCC=
3060 fi
3061 ac_test_CFLAGS=${CFLAGS+set}
3062 ac_save_CFLAGS=$CFLAGS
3063 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3064 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3065 if test "${ac_cv_prog_cc_g+set}" = set; then
3066   $as_echo_n "(cached) " >&6
3067 else
3068   ac_save_c_werror_flag=$ac_c_werror_flag
3069    ac_c_werror_flag=yes
3070    ac_cv_prog_cc_g=no
3071    CFLAGS="-g"
3072    cat >conftest.$ac_ext <<_ACEOF
3073 /* confdefs.h.  */
3074 _ACEOF
3075 cat confdefs.h >>conftest.$ac_ext
3076 cat >>conftest.$ac_ext <<_ACEOF
3077 /* end confdefs.h.  */
3078
3079 int
3080 main ()
3081 {
3082
3083   ;
3084   return 0;
3085 }
3086 _ACEOF
3087 rm -f conftest.$ac_objext
3088 if { (ac_try="$ac_compile"
3089 case "(($ac_try" in
3090   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3091   *) ac_try_echo=$ac_try;;
3092 esac
3093 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3094 $as_echo "$ac_try_echo") >&5
3095   (eval "$ac_compile") 2>conftest.er1
3096   ac_status=$?
3097   grep -v '^ *+' conftest.er1 >conftest.err
3098   rm -f conftest.er1
3099   cat conftest.err >&5
3100   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3101   (exit $ac_status); } && {
3102          test -z "$ac_c_werror_flag" ||
3103          test ! -s conftest.err
3104        } && test -s conftest.$ac_objext; then
3105   ac_cv_prog_cc_g=yes
3106 else
3107   $as_echo "$as_me: failed program was:" >&5
3108 sed 's/^/| /' conftest.$ac_ext >&5
3109
3110         CFLAGS=""
3111       cat >conftest.$ac_ext <<_ACEOF
3112 /* confdefs.h.  */
3113 _ACEOF
3114 cat confdefs.h >>conftest.$ac_ext
3115 cat >>conftest.$ac_ext <<_ACEOF
3116 /* end confdefs.h.  */
3117
3118 int
3119 main ()
3120 {
3121
3122   ;
3123   return 0;
3124 }
3125 _ACEOF
3126 rm -f conftest.$ac_objext
3127 if { (ac_try="$ac_compile"
3128 case "(($ac_try" in
3129   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3130   *) ac_try_echo=$ac_try;;
3131 esac
3132 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3133 $as_echo "$ac_try_echo") >&5
3134   (eval "$ac_compile") 2>conftest.er1
3135   ac_status=$?
3136   grep -v '^ *+' conftest.er1 >conftest.err
3137   rm -f conftest.er1
3138   cat conftest.err >&5
3139   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3140   (exit $ac_status); } && {
3141          test -z "$ac_c_werror_flag" ||
3142          test ! -s conftest.err
3143        } && test -s conftest.$ac_objext; then
3144   :
3145 else
3146   $as_echo "$as_me: failed program was:" >&5
3147 sed 's/^/| /' conftest.$ac_ext >&5
3148
3149         ac_c_werror_flag=$ac_save_c_werror_flag
3150          CFLAGS="-g"
3151          cat >conftest.$ac_ext <<_ACEOF
3152 /* confdefs.h.  */
3153 _ACEOF
3154 cat confdefs.h >>conftest.$ac_ext
3155 cat >>conftest.$ac_ext <<_ACEOF
3156 /* end confdefs.h.  */
3157
3158 int
3159 main ()
3160 {
3161
3162   ;
3163   return 0;
3164 }
3165 _ACEOF
3166 rm -f conftest.$ac_objext
3167 if { (ac_try="$ac_compile"
3168 case "(($ac_try" in
3169   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3170   *) ac_try_echo=$ac_try;;
3171 esac
3172 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3173 $as_echo "$ac_try_echo") >&5
3174   (eval "$ac_compile") 2>conftest.er1
3175   ac_status=$?
3176   grep -v '^ *+' conftest.er1 >conftest.err
3177   rm -f conftest.er1
3178   cat conftest.err >&5
3179   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3180   (exit $ac_status); } && {
3181          test -z "$ac_c_werror_flag" ||
3182          test ! -s conftest.err
3183        } && test -s conftest.$ac_objext; then
3184   ac_cv_prog_cc_g=yes
3185 else
3186   $as_echo "$as_me: failed program was:" >&5
3187 sed 's/^/| /' conftest.$ac_ext >&5
3188
3189
3190 fi
3191
3192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3193 fi
3194
3195 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3196 fi
3197
3198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3199    ac_c_werror_flag=$ac_save_c_werror_flag
3200 fi
3201 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3202 $as_echo "$ac_cv_prog_cc_g" >&6; }
3203 if test "$ac_test_CFLAGS" = set; then
3204   CFLAGS=$ac_save_CFLAGS
3205 elif test $ac_cv_prog_cc_g = yes; then
3206   if test "$GCC" = yes; then
3207     CFLAGS="-g -O2"
3208   else
3209     CFLAGS="-g"
3210   fi
3211 else
3212   if test "$GCC" = yes; then
3213     CFLAGS="-O2"
3214   else
3215     CFLAGS=
3216   fi
3217 fi
3218 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3219 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3220 if test "${ac_cv_prog_cc_c89+set}" = set; then
3221   $as_echo_n "(cached) " >&6
3222 else
3223   ac_cv_prog_cc_c89=no
3224 ac_save_CC=$CC
3225 cat >conftest.$ac_ext <<_ACEOF
3226 /* confdefs.h.  */
3227 _ACEOF
3228 cat confdefs.h >>conftest.$ac_ext
3229 cat >>conftest.$ac_ext <<_ACEOF
3230 /* end confdefs.h.  */
3231 #include <stdarg.h>
3232 #include <stdio.h>
3233 #include <sys/types.h>
3234 #include <sys/stat.h>
3235 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3236 struct buf { int x; };
3237 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3238 static char *e (p, i)
3239      char **p;
3240      int i;
3241 {
3242   return p[i];
3243 }
3244 static char *f (char * (*g) (char **, int), char **p, ...)
3245 {
3246   char *s;
3247   va_list v;
3248   va_start (v,p);
3249   s = g (p, va_arg (v,int));
3250   va_end (v);
3251   return s;
3252 }
3253
3254 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3255    function prototypes and stuff, but not '\xHH' hex character constants.
3256    These don't provoke an error unfortunately, instead are silently treated
3257    as 'x'.  The following induces an error, until -std is added to get
3258    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3259    array size at least.  It's necessary to write '\x00'==0 to get something
3260    that's true only with -std.  */
3261 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3262
3263 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3264    inside strings and character constants.  */
3265 #define FOO(x) 'x'
3266 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3267
3268 int test (int i, double x);
3269 struct s1 {int (*f) (int a);};
3270 struct s2 {int (*f) (double a);};
3271 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3272 int argc;
3273 char **argv;
3274 int
3275 main ()
3276 {
3277 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3278   ;
3279   return 0;
3280 }
3281 _ACEOF
3282 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3283         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3284 do
3285   CC="$ac_save_CC $ac_arg"
3286   rm -f conftest.$ac_objext
3287 if { (ac_try="$ac_compile"
3288 case "(($ac_try" in
3289   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3290   *) ac_try_echo=$ac_try;;
3291 esac
3292 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3293 $as_echo "$ac_try_echo") >&5
3294   (eval "$ac_compile") 2>conftest.er1
3295   ac_status=$?
3296   grep -v '^ *+' conftest.er1 >conftest.err
3297   rm -f conftest.er1
3298   cat conftest.err >&5
3299   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3300   (exit $ac_status); } && {
3301          test -z "$ac_c_werror_flag" ||
3302          test ! -s conftest.err
3303        } && test -s conftest.$ac_objext; then
3304   ac_cv_prog_cc_c89=$ac_arg
3305 else
3306   $as_echo "$as_me: failed program was:" >&5
3307 sed 's/^/| /' conftest.$ac_ext >&5
3308
3309
3310 fi
3311
3312 rm -f core conftest.err conftest.$ac_objext
3313   test "x$ac_cv_prog_cc_c89" != "xno" && break
3314 done
3315 rm -f conftest.$ac_ext
3316 CC=$ac_save_CC
3317
3318 fi
3319 # AC_CACHE_VAL
3320 case "x$ac_cv_prog_cc_c89" in
3321   x)
3322     { $as_echo "$as_me:$LINENO: result: none needed" >&5
3323 $as_echo "none needed" >&6; } ;;
3324   xno)
3325     { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3326 $as_echo "unsupported" >&6; } ;;
3327   *)
3328     CC="$CC $ac_cv_prog_cc_c89"
3329     { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3330 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3331 esac
3332
3333
3334 ac_ext=c
3335 ac_cpp='$CPP $CPPFLAGS'
3336 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3337 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3338 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3339
3340 ac_ext=cpp
3341 ac_cpp='$CXXCPP $CPPFLAGS'
3342 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3343 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3344 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3345 if test -z "$CXX"; then
3346   if test -n "$CCC"; then
3347     CXX=$CCC
3348   else
3349     if test -n "$ac_tool_prefix"; then
3350   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3351   do
3352     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3353 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3354 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3355 $as_echo_n "checking for $ac_word... " >&6; }
3356 if test "${ac_cv_prog_CXX+set}" = set; then
3357   $as_echo_n "(cached) " >&6
3358 else
3359   if test -n "$CXX"; then
3360   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3361 else
3362 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3363 for as_dir in $PATH
3364 do
3365   IFS=$as_save_IFS
3366   test -z "$as_dir" && as_dir=.
3367   for ac_exec_ext in '' $ac_executable_extensions; do
3368   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3369     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3370     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3371     break 2
3372   fi
3373 done
3374 done
3375 IFS=$as_save_IFS
3376
3377 fi
3378 fi
3379 CXX=$ac_cv_prog_CXX
3380 if test -n "$CXX"; then
3381   { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3382 $as_echo "$CXX" >&6; }
3383 else
3384   { $as_echo "$as_me:$LINENO: result: no" >&5
3385 $as_echo "no" >&6; }
3386 fi
3387
3388
3389     test -n "$CXX" && break
3390   done
3391 fi
3392 if test -z "$CXX"; then
3393   ac_ct_CXX=$CXX
3394   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3395 do
3396   # Extract the first word of "$ac_prog", so it can be a program name with args.
3397 set dummy $ac_prog; ac_word=$2
3398 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3399 $as_echo_n "checking for $ac_word... " >&6; }
3400 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3401   $as_echo_n "(cached) " >&6
3402 else
3403   if test -n "$ac_ct_CXX"; then
3404   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3405 else
3406 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3407 for as_dir in $PATH
3408 do
3409   IFS=$as_save_IFS
3410   test -z "$as_dir" && as_dir=.
3411   for ac_exec_ext in '' $ac_executable_extensions; do
3412   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3413     ac_cv_prog_ac_ct_CXX="$ac_prog"
3414     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3415     break 2
3416   fi
3417 done
3418 done
3419 IFS=$as_save_IFS
3420
3421 fi
3422 fi
3423 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3424 if test -n "$ac_ct_CXX"; then
3425   { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3426 $as_echo "$ac_ct_CXX" >&6; }
3427 else
3428   { $as_echo "$as_me:$LINENO: result: no" >&5
3429 $as_echo "no" >&6; }
3430 fi
3431
3432
3433   test -n "$ac_ct_CXX" && break
3434 done
3435
3436   if test "x$ac_ct_CXX" = x; then
3437     CXX="g++"
3438   else
3439     case $cross_compiling:$ac_tool_warned in
3440 yes:)
3441 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3442 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3443 ac_tool_warned=yes ;;
3444 esac
3445     CXX=$ac_ct_CXX
3446   fi
3447 fi
3448
3449   fi
3450 fi
3451 # Provide some information about the compiler.
3452 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3453 set X $ac_compile
3454 ac_compiler=$2
3455 { (ac_try="$ac_compiler --version >&5"
3456 case "(($ac_try" in
3457   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3458   *) ac_try_echo=$ac_try;;
3459 esac
3460 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3461 $as_echo "$ac_try_echo") >&5
3462   (eval "$ac_compiler --version >&5") 2>&5
3463   ac_status=$?
3464   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3465   (exit $ac_status); }
3466 { (ac_try="$ac_compiler -v >&5"
3467 case "(($ac_try" in
3468   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3469   *) ac_try_echo=$ac_try;;
3470 esac
3471 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3472 $as_echo "$ac_try_echo") >&5
3473   (eval "$ac_compiler -v >&5") 2>&5
3474   ac_status=$?
3475   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3476   (exit $ac_status); }
3477 { (ac_try="$ac_compiler -V >&5"
3478 case "(($ac_try" in
3479   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3480   *) ac_try_echo=$ac_try;;
3481 esac
3482 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3483 $as_echo "$ac_try_echo") >&5
3484   (eval "$ac_compiler -V >&5") 2>&5
3485   ac_status=$?
3486   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3487   (exit $ac_status); }
3488
3489 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3490 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3491 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3492   $as_echo_n "(cached) " >&6
3493 else
3494   cat >conftest.$ac_ext <<_ACEOF
3495 /* confdefs.h.  */
3496 _ACEOF
3497 cat confdefs.h >>conftest.$ac_ext
3498 cat >>conftest.$ac_ext <<_ACEOF
3499 /* end confdefs.h.  */
3500
3501 int
3502 main ()
3503 {
3504 #ifndef __GNUC__
3505        choke me
3506 #endif
3507
3508   ;
3509   return 0;
3510 }
3511 _ACEOF
3512 rm -f conftest.$ac_objext
3513 if { (ac_try="$ac_compile"
3514 case "(($ac_try" in
3515   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3516   *) ac_try_echo=$ac_try;;
3517 esac
3518 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3519 $as_echo "$ac_try_echo") >&5
3520   (eval "$ac_compile") 2>conftest.er1
3521   ac_status=$?
3522   grep -v '^ *+' conftest.er1 >conftest.err
3523   rm -f conftest.er1
3524   cat conftest.err >&5
3525   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3526   (exit $ac_status); } && {
3527          test -z "$ac_cxx_werror_flag" ||
3528          test ! -s conftest.err
3529        } && test -s conftest.$ac_objext; then
3530   ac_compiler_gnu=yes
3531 else
3532   $as_echo "$as_me: failed program was:" >&5
3533 sed 's/^/| /' conftest.$ac_ext >&5
3534
3535         ac_compiler_gnu=no
3536 fi
3537
3538 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3539 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3540
3541 fi
3542 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3543 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3544 if test $ac_compiler_gnu = yes; then
3545   GXX=yes
3546 else
3547   GXX=
3548 fi
3549 ac_test_CXXFLAGS=${CXXFLAGS+set}
3550 ac_save_CXXFLAGS=$CXXFLAGS
3551 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3552 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3553 if test "${ac_cv_prog_cxx_g+set}" = set; then
3554   $as_echo_n "(cached) " >&6
3555 else
3556   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3557    ac_cxx_werror_flag=yes
3558    ac_cv_prog_cxx_g=no
3559    CXXFLAGS="-g"
3560    cat >conftest.$ac_ext <<_ACEOF
3561 /* confdefs.h.  */
3562 _ACEOF
3563 cat confdefs.h >>conftest.$ac_ext
3564 cat >>conftest.$ac_ext <<_ACEOF
3565 /* end confdefs.h.  */
3566
3567 int
3568 main ()
3569 {
3570
3571   ;
3572   return 0;
3573 }
3574 _ACEOF
3575 rm -f conftest.$ac_objext
3576 if { (ac_try="$ac_compile"
3577 case "(($ac_try" in
3578   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3579   *) ac_try_echo=$ac_try;;
3580 esac
3581 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3582 $as_echo "$ac_try_echo") >&5
3583   (eval "$ac_compile") 2>conftest.er1
3584   ac_status=$?
3585   grep -v '^ *+' conftest.er1 >conftest.err
3586   rm -f conftest.er1
3587   cat conftest.err >&5
3588   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3589   (exit $ac_status); } && {
3590          test -z "$ac_cxx_werror_flag" ||
3591          test ! -s conftest.err
3592        } && test -s conftest.$ac_objext; then
3593   ac_cv_prog_cxx_g=yes
3594 else
3595   $as_echo "$as_me: failed program was:" >&5
3596 sed 's/^/| /' conftest.$ac_ext >&5
3597
3598         CXXFLAGS=""
3599       cat >conftest.$ac_ext <<_ACEOF
3600 /* confdefs.h.  */
3601 _ACEOF
3602 cat confdefs.h >>conftest.$ac_ext
3603 cat >>conftest.$ac_ext <<_ACEOF
3604 /* end confdefs.h.  */
3605
3606 int
3607 main ()
3608 {
3609
3610   ;
3611   return 0;
3612 }
3613 _ACEOF
3614 rm -f conftest.$ac_objext
3615 if { (ac_try="$ac_compile"
3616 case "(($ac_try" in
3617   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3618   *) ac_try_echo=$ac_try;;
3619 esac
3620 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3621 $as_echo "$ac_try_echo") >&5
3622   (eval "$ac_compile") 2>conftest.er1
3623   ac_status=$?
3624   grep -v '^ *+' conftest.er1 >conftest.err
3625   rm -f conftest.er1
3626   cat conftest.err >&5
3627   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3628   (exit $ac_status); } && {
3629          test -z "$ac_cxx_werror_flag" ||
3630          test ! -s conftest.err
3631        } && test -s conftest.$ac_objext; then
3632   :
3633 else
3634   $as_echo "$as_me: failed program was:" >&5
3635 sed 's/^/| /' conftest.$ac_ext >&5
3636
3637         ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3638          CXXFLAGS="-g"
3639          cat >conftest.$ac_ext <<_ACEOF
3640 /* confdefs.h.  */
3641 _ACEOF
3642 cat confdefs.h >>conftest.$ac_ext
3643 cat >>conftest.$ac_ext <<_ACEOF
3644 /* end confdefs.h.  */
3645
3646 int
3647 main ()
3648 {
3649
3650   ;
3651   return 0;
3652 }
3653 _ACEOF
3654 rm -f conftest.$ac_objext
3655 if { (ac_try="$ac_compile"
3656 case "(($ac_try" in
3657   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3658   *) ac_try_echo=$ac_try;;
3659 esac
3660 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3661 $as_echo "$ac_try_echo") >&5
3662   (eval "$ac_compile") 2>conftest.er1
3663   ac_status=$?
3664   grep -v '^ *+' conftest.er1 >conftest.err
3665   rm -f conftest.er1
3666   cat conftest.err >&5
3667   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3668   (exit $ac_status); } && {
3669          test -z "$ac_cxx_werror_flag" ||
3670          test ! -s conftest.err
3671        } && test -s conftest.$ac_objext; then
3672   ac_cv_prog_cxx_g=yes
3673 else
3674   $as_echo "$as_me: failed program was:" >&5
3675 sed 's/^/| /' conftest.$ac_ext >&5
3676
3677
3678 fi
3679
3680 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3681 fi
3682
3683 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3684 fi
3685
3686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3687    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3688 fi
3689 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3690 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3691 if test "$ac_test_CXXFLAGS" = set; then
3692   CXXFLAGS=$ac_save_CXXFLAGS
3693 elif test $ac_cv_prog_cxx_g = yes; then
3694   if test "$GXX" = yes; then
3695     CXXFLAGS="-g -O2"
3696   else
3697     CXXFLAGS="-g"
3698   fi
3699 else
3700   if test "$GXX" = yes; then
3701     CXXFLAGS="-O2"
3702   else
3703     CXXFLAGS=
3704   fi
3705 fi
3706 ac_ext=c
3707 ac_cpp='$CPP $CPPFLAGS'
3708 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3709 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3710 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3711
3712 if test -n "$ac_tool_prefix"; then
3713   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3714 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3715 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3716 $as_echo_n "checking for $ac_word... " >&6; }
3717 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3718   $as_echo_n "(cached) " >&6
3719 else
3720   if test -n "$CPPBIN"; then
3721   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3722 else
3723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3724 for as_dir in $PATH
3725 do
3726   IFS=$as_save_IFS
3727   test -z "$as_dir" && as_dir=.
3728   for ac_exec_ext in '' $ac_executable_extensions; do
3729   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3730     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3731     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3732     break 2
3733   fi
3734 done
3735 done
3736 IFS=$as_save_IFS
3737
3738 fi
3739 fi
3740 CPPBIN=$ac_cv_prog_CPPBIN
3741 if test -n "$CPPBIN"; then
3742   { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3743 $as_echo "$CPPBIN" >&6; }
3744 else
3745   { $as_echo "$as_me:$LINENO: result: no" >&5
3746 $as_echo "no" >&6; }
3747 fi
3748
3749
3750 fi
3751 if test -z "$ac_cv_prog_CPPBIN"; then
3752   ac_ct_CPPBIN=$CPPBIN
3753   # Extract the first word of "cpp", so it can be a program name with args.
3754 set dummy cpp; ac_word=$2
3755 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3756 $as_echo_n "checking for $ac_word... " >&6; }
3757 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3758   $as_echo_n "(cached) " >&6
3759 else
3760   if test -n "$ac_ct_CPPBIN"; then
3761   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3762 else
3763 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3764 for as_dir in $PATH
3765 do
3766   IFS=$as_save_IFS
3767   test -z "$as_dir" && as_dir=.
3768   for ac_exec_ext in '' $ac_executable_extensions; do
3769   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3770     ac_cv_prog_ac_ct_CPPBIN="cpp"
3771     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3772     break 2
3773   fi
3774 done
3775 done
3776 IFS=$as_save_IFS
3777
3778 fi
3779 fi
3780 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3781 if test -n "$ac_ct_CPPBIN"; then
3782   { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3783 $as_echo "$ac_ct_CPPBIN" >&6; }
3784 else
3785   { $as_echo "$as_me:$LINENO: result: no" >&5
3786 $as_echo "no" >&6; }
3787 fi
3788
3789   if test "x$ac_ct_CPPBIN" = x; then
3790     CPPBIN="cpp"
3791   else
3792     case $cross_compiling:$ac_tool_warned in
3793 yes:)
3794 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3795 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3796 ac_tool_warned=yes ;;
3797 esac
3798     CPPBIN=$ac_ct_CPPBIN
3799   fi
3800 else
3801   CPPBIN="$ac_cv_prog_CPPBIN"
3802 fi
3803
3804
3805 case $host in
3806   x86_64*)
3807     if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3808     then
3809       CC="$CC -m32"
3810       CXX="$CXX -m32"
3811       { $as_echo "$as_me:$LINENO: checking whether $CC works" >&5
3812 $as_echo_n "checking whether $CC works... " >&6; }
3813
3814 cat >conftest.$ac_ext <<_ACEOF
3815 /* confdefs.h.  */
3816 _ACEOF
3817 cat confdefs.h >>conftest.$ac_ext
3818 cat >>conftest.$ac_ext <<_ACEOF
3819 /* end confdefs.h.  */
3820
3821 int
3822 main ()
3823 {
3824
3825   ;
3826   return 0;
3827 }
3828 _ACEOF
3829 rm -f conftest.$ac_objext conftest$ac_exeext
3830 if { (ac_try="$ac_link"
3831 case "(($ac_try" in
3832   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3833   *) ac_try_echo=$ac_try;;
3834 esac
3835 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3836 $as_echo "$ac_try_echo") >&5
3837   (eval "$ac_link") 2>conftest.er1
3838   ac_status=$?
3839   grep -v '^ *+' conftest.er1 >conftest.err
3840   rm -f conftest.er1
3841   cat conftest.err >&5
3842   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3843   (exit $ac_status); } && {
3844          test -z "$ac_c_werror_flag" ||
3845          test ! -s conftest.err
3846        } && test -s conftest$ac_exeext && {
3847          test "$cross_compiling" = yes ||
3848          $as_test_x conftest$ac_exeext
3849        }; then
3850   { $as_echo "$as_me:$LINENO: result: yes" >&5
3851 $as_echo "yes" >&6; }
3852 else
3853   $as_echo "$as_me: failed program was:" >&5
3854 sed 's/^/| /' conftest.$ac_ext >&5
3855
3856         { $as_echo "$as_me:$LINENO: result: no" >&5
3857 $as_echo "no" >&6; }
3858                       { { $as_echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3859 $as_echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3860    { (exit 1); exit 1; }; }
3861 fi
3862
3863 rm -rf conftest.dSYM
3864 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3865       conftest$ac_exeext conftest.$ac_ext
3866       LD="${LD:-ld} -m elf_i386"
3867       AS="${AS:-as} --32"
3868       host_cpu="i386"
3869       notice_platform="32-bit "
3870       TARGETFLAGS="-m32"
3871
3872     else
3873       TARGETFLAGS="-m64"
3874
3875     fi
3876     ;;
3877 esac
3878
3879 case $host_cpu in
3880   *i[3456789]86*)
3881     enable_win16=${enable_win16:-yes}
3882     ;;
3883   *)
3884     enable_win16=${enable_win16:-no}
3885     enable_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
3886     enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
3887     enable_monodebg_vxd=${enable_monodebg_vxd:-no}
3888     enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
3889     enable_vmm_vxd=${enable_vmm_vxd:-no}
3890     enable_vnbt_vxd=${enable_vnbt_vxd:-no}
3891     enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
3892     enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
3893     enable_vwin32_vxd=${enable_vwin32_vxd:-no}
3894     enable_w32skrnl=${enable_w32skrnl:-no}
3895     enable_winedos=${enable_winedos:-no}
3896     enable_winevdm=${enable_winevdm:-no}
3897     ;;
3898 esac
3899
3900 WIN16_FILES="\$(WIN16_FILES)"
3901
3902 WIN16_INSTALL="\$(WIN16_INSTALL)"
3903
3904 if test "x$enable_win16" != "xyes"
3905 then
3906   WIN16_FILES=""
3907   WIN16_INSTALL=""
3908 fi
3909
3910 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3911 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3912 if test "${wine_cv_toolsdir+set}" = set; then
3913   $as_echo_n "(cached) " >&6
3914 else
3915   if test -z "$with_wine_tools"; then
3916      if test "$cross_compiling" = "yes"; then
3917        { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3918 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3919    { (exit 1); exit 1; }; }
3920      else
3921        wine_cv_toolsdir="\$(TOPOBJDIR)"
3922      fi
3923    elif test -d "$with_wine_tools/tools/winebuild"; then
3924      case $with_wine_tools in
3925        /*) wine_cv_toolsdir="$with_wine_tools" ;;
3926        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3927      esac
3928    else
3929      { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3930 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3931    { (exit 1); exit 1; }; }
3932    fi
3933 fi
3934 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3935 $as_echo "$wine_cv_toolsdir" >&6; }
3936 TOOLSDIR=$wine_cv_toolsdir
3937
3938 if test "$cross_compiling" = "yes"
3939 then
3940     TARGETFLAGS="-b $host_alias"
3941
3942 fi
3943
3944 ac_ext=c
3945 ac_cpp='$CPP $CPPFLAGS'
3946 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3947 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3948 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3949 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3950 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3951 # On Suns, sometimes $CPP names a directory.
3952 if test -n "$CPP" && test -d "$CPP"; then
3953   CPP=
3954 fi
3955 if test -z "$CPP"; then
3956   if test "${ac_cv_prog_CPP+set}" = set; then
3957   $as_echo_n "(cached) " >&6
3958 else
3959       # Double quotes because CPP needs to be expanded
3960     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3961     do
3962       ac_preproc_ok=false
3963 for ac_c_preproc_warn_flag in '' yes
3964 do
3965   # Use a header file that comes with gcc, so configuring glibc
3966   # with a fresh cross-compiler works.
3967   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3968   # <limits.h> exists even on freestanding compilers.
3969   # On the NeXT, cc -E runs the code through the compiler's parser,
3970   # not just through cpp. "Syntax error" is here to catch this case.
3971   cat >conftest.$ac_ext <<_ACEOF
3972 /* confdefs.h.  */
3973 _ACEOF
3974 cat confdefs.h >>conftest.$ac_ext
3975 cat >>conftest.$ac_ext <<_ACEOF
3976 /* end confdefs.h.  */
3977 #ifdef __STDC__
3978 # include <limits.h>
3979 #else
3980 # include <assert.h>
3981 #endif
3982                      Syntax error
3983 _ACEOF
3984 if { (ac_try="$ac_cpp conftest.$ac_ext"
3985 case "(($ac_try" in
3986   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3987   *) ac_try_echo=$ac_try;;
3988 esac
3989 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3990 $as_echo "$ac_try_echo") >&5
3991   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3992   ac_status=$?
3993   grep -v '^ *+' conftest.er1 >conftest.err
3994   rm -f conftest.er1
3995   cat conftest.err >&5
3996   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3997   (exit $ac_status); } >/dev/null && {
3998          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3999          test ! -s conftest.err
4000        }; then
4001   :
4002 else
4003   $as_echo "$as_me: failed program was:" >&5
4004 sed 's/^/| /' conftest.$ac_ext >&5
4005
4006   # Broken: fails on valid input.
4007 continue
4008 fi
4009
4010 rm -f conftest.err conftest.$ac_ext
4011
4012   # OK, works on sane cases.  Now check whether nonexistent headers
4013   # can be detected and how.
4014   cat >conftest.$ac_ext <<_ACEOF
4015 /* confdefs.h.  */
4016 _ACEOF
4017 cat confdefs.h >>conftest.$ac_ext
4018 cat >>conftest.$ac_ext <<_ACEOF
4019 /* end confdefs.h.  */
4020 #include <ac_nonexistent.h>
4021 _ACEOF
4022 if { (ac_try="$ac_cpp conftest.$ac_ext"
4023 case "(($ac_try" in
4024   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4025   *) ac_try_echo=$ac_try;;
4026 esac
4027 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4028 $as_echo "$ac_try_echo") >&5
4029   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4030   ac_status=$?
4031   grep -v '^ *+' conftest.er1 >conftest.err
4032   rm -f conftest.er1
4033   cat conftest.err >&5
4034   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4035   (exit $ac_status); } >/dev/null && {
4036          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4037          test ! -s conftest.err
4038        }; then
4039   # Broken: success on invalid input.
4040 continue
4041 else
4042   $as_echo "$as_me: failed program was:" >&5
4043 sed 's/^/| /' conftest.$ac_ext >&5
4044
4045   # Passes both tests.
4046 ac_preproc_ok=:
4047 break
4048 fi
4049
4050 rm -f conftest.err conftest.$ac_ext
4051
4052 done
4053 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4054 rm -f conftest.err conftest.$ac_ext
4055 if $ac_preproc_ok; then
4056   break
4057 fi
4058
4059     done
4060     ac_cv_prog_CPP=$CPP
4061
4062 fi
4063   CPP=$ac_cv_prog_CPP
4064 else
4065   ac_cv_prog_CPP=$CPP
4066 fi
4067 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
4068 $as_echo "$CPP" >&6; }
4069 ac_preproc_ok=false
4070 for ac_c_preproc_warn_flag in '' yes
4071 do
4072   # Use a header file that comes with gcc, so configuring glibc
4073   # with a fresh cross-compiler works.
4074   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4075   # <limits.h> exists even on freestanding compilers.
4076   # On the NeXT, cc -E runs the code through the compiler's parser,
4077   # not just through cpp. "Syntax error" is here to catch this case.
4078   cat >conftest.$ac_ext <<_ACEOF
4079 /* confdefs.h.  */
4080 _ACEOF
4081 cat confdefs.h >>conftest.$ac_ext
4082 cat >>conftest.$ac_ext <<_ACEOF
4083 /* end confdefs.h.  */
4084 #ifdef __STDC__
4085 # include <limits.h>
4086 #else
4087 # include <assert.h>
4088 #endif
4089                      Syntax error
4090 _ACEOF
4091 if { (ac_try="$ac_cpp conftest.$ac_ext"
4092 case "(($ac_try" in
4093   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4094   *) ac_try_echo=$ac_try;;
4095 esac
4096 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4097 $as_echo "$ac_try_echo") >&5
4098   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4099   ac_status=$?
4100   grep -v '^ *+' conftest.er1 >conftest.err
4101   rm -f conftest.er1
4102   cat conftest.err >&5
4103   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4104   (exit $ac_status); } >/dev/null && {
4105          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4106          test ! -s conftest.err
4107        }; then
4108   :
4109 else
4110   $as_echo "$as_me: failed program was:" >&5
4111 sed 's/^/| /' conftest.$ac_ext >&5
4112
4113   # Broken: fails on valid input.
4114 continue
4115 fi
4116
4117 rm -f conftest.err conftest.$ac_ext
4118
4119   # OK, works on sane cases.  Now check whether nonexistent headers
4120   # can be detected and how.
4121   cat >conftest.$ac_ext <<_ACEOF
4122 /* confdefs.h.  */
4123 _ACEOF
4124 cat confdefs.h >>conftest.$ac_ext
4125 cat >>conftest.$ac_ext <<_ACEOF
4126 /* end confdefs.h.  */
4127 #include <ac_nonexistent.h>
4128 _ACEOF
4129 if { (ac_try="$ac_cpp conftest.$ac_ext"
4130 case "(($ac_try" in
4131   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4132   *) ac_try_echo=$ac_try;;
4133 esac
4134 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4135 $as_echo "$ac_try_echo") >&5
4136   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4137   ac_status=$?
4138   grep -v '^ *+' conftest.er1 >conftest.err
4139   rm -f conftest.er1
4140   cat conftest.err >&5
4141   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4142   (exit $ac_status); } >/dev/null && {
4143          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4144          test ! -s conftest.err
4145        }; then
4146   # Broken: success on invalid input.
4147 continue
4148 else
4149   $as_echo "$as_me: failed program was:" >&5
4150 sed 's/^/| /' conftest.$ac_ext >&5
4151
4152   # Passes both tests.
4153 ac_preproc_ok=:
4154 break
4155 fi
4156
4157 rm -f conftest.err conftest.$ac_ext
4158
4159 done
4160 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4161 rm -f conftest.err conftest.$ac_ext
4162 if $ac_preproc_ok; then
4163   :
4164 else
4165   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
4166 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4167 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4168 See \`config.log' for more details." >&5
4169 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4170 See \`config.log' for more details." >&2;}
4171    { (exit 1); exit 1; }; }; }
4172 fi
4173
4174 ac_ext=c
4175 ac_cpp='$CPP $CPPFLAGS'
4176 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4177 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4178 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4179
4180
4181 { $as_echo "$as_me:$LINENO: checking for X" >&5
4182 $as_echo_n "checking for X... " >&6; }
4183
4184
4185 # Check whether --with-x was given.
4186 if test "${with_x+set}" = set; then
4187   withval=$with_x;
4188 fi
4189
4190 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
4191 if test "x$with_x" = xno; then
4192   # The user explicitly disabled X.
4193   have_x=disabled
4194 else
4195   case $x_includes,$x_libraries in #(
4196     *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
4197 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
4198    { (exit 1); exit 1; }; };; #(
4199     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
4200   $as_echo_n "(cached) " >&6
4201 else
4202   # One or both of the vars are not set, and there is no cached value.
4203 ac_x_includes=no ac_x_libraries=no
4204 rm -f -r conftest.dir
4205 if mkdir conftest.dir; then
4206   cd conftest.dir
4207   cat >Imakefile <<'_ACEOF'
4208 incroot:
4209         @echo incroot='${INCROOT}'
4210 usrlibdir:
4211         @echo usrlibdir='${USRLIBDIR}'
4212 libdir:
4213         @echo libdir='${LIBDIR}'
4214 _ACEOF
4215   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
4216     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4217     for ac_var in incroot usrlibdir libdir; do
4218       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
4219     done
4220     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
4221     for ac_extension in a so sl dylib la dll; do
4222       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
4223          test -f "$ac_im_libdir/libX11.$ac_extension"; then
4224         ac_im_usrlibdir=$ac_im_libdir; break
4225       fi
4226     done
4227     # Screen out bogus values from the imake configuration.  They are
4228     # bogus both because they are the default anyway, and because
4229     # using them would break gcc on systems where it needs fixed includes.
4230     case $ac_im_incroot in
4231         /usr/include) ac_x_includes= ;;
4232         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
4233     esac
4234     case $ac_im_usrlibdir in
4235         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
4236         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4237     esac
4238   fi
4239   cd ..
4240   rm -f -r conftest.dir
4241 fi
4242
4243 # Standard set of common directories for X headers.
4244 # Check X11 before X11Rn because it is often a symlink to the current release.
4245 ac_x_header_dirs='
4246 /usr/X11/include
4247 /usr/X11R6/include
4248 /usr/X11R5/include
4249 /usr/X11R4/include
4250
4251 /usr/include/X11
4252 /usr/include/X11R6
4253 /usr/include/X11R5
4254 /usr/include/X11R4
4255
4256 /usr/local/X11/include
4257 /usr/local/X11R6/include
4258 /usr/local/X11R5/include
4259 /usr/local/X11R4/include
4260
4261 /usr/local/include/X11
4262 /usr/local/include/X11R6
4263 /usr/local/include/X11R5
4264 /usr/local/include/X11R4
4265
4266 /usr/X386/include
4267 /usr/x386/include
4268 /usr/XFree86/include/X11
4269
4270 /usr/include
4271 /usr/local/include
4272 /usr/unsupported/include
4273 /usr/athena/include
4274 /usr/local/x11r5/include
4275 /usr/lpp/Xamples/include
4276
4277 /usr/openwin/include
4278 /usr/openwin/share/include'
4279
4280 if test "$ac_x_includes" = no; then
4281   # Guess where to find include files, by looking for Xlib.h.
4282   # First, try using that file with no special directory specified.
4283   cat >conftest.$ac_ext <<_ACEOF
4284 /* confdefs.h.  */
4285 _ACEOF
4286 cat confdefs.h >>conftest.$ac_ext
4287 cat >>conftest.$ac_ext <<_ACEOF
4288 /* end confdefs.h.  */
4289 #include <X11/Xlib.h>
4290 _ACEOF
4291 if { (ac_try="$ac_cpp conftest.$ac_ext"
4292 case "(($ac_try" in
4293   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4294   *) ac_try_echo=$ac_try;;
4295 esac
4296 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4297 $as_echo "$ac_try_echo") >&5
4298   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4299   ac_status=$?
4300   grep -v '^ *+' conftest.er1 >conftest.err
4301   rm -f conftest.er1
4302   cat conftest.err >&5
4303   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4304   (exit $ac_status); } >/dev/null && {
4305          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4306          test ! -s conftest.err
4307        }; then
4308   # We can compile using X headers with no special include directory.
4309 ac_x_includes=
4310 else
4311   $as_echo "$as_me: failed program was:" >&5
4312 sed 's/^/| /' conftest.$ac_ext >&5
4313
4314   for ac_dir in $ac_x_header_dirs; do
4315   if test -r "$ac_dir/X11/Xlib.h"; then
4316     ac_x_includes=$ac_dir
4317     break
4318   fi
4319 done
4320 fi
4321
4322 rm -f conftest.err conftest.$ac_ext
4323 fi # $ac_x_includes = no
4324
4325 if test "$ac_x_libraries" = no; then
4326   # Check for the libraries.
4327   # See if we find them without any special options.
4328   # Don't add to $LIBS permanently.
4329   ac_save_LIBS=$LIBS
4330   LIBS="-lX11 $LIBS"
4331   cat >conftest.$ac_ext <<_ACEOF
4332 /* confdefs.h.  */
4333 _ACEOF
4334 cat confdefs.h >>conftest.$ac_ext
4335 cat >>conftest.$ac_ext <<_ACEOF
4336 /* end confdefs.h.  */
4337 #include <X11/Xlib.h>
4338 int
4339 main ()
4340 {
4341 XrmInitialize ()
4342   ;
4343   return 0;
4344 }
4345 _ACEOF
4346 rm -f conftest.$ac_objext conftest$ac_exeext
4347 if { (ac_try="$ac_link"
4348 case "(($ac_try" in
4349   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4350   *) ac_try_echo=$ac_try;;
4351 esac
4352 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4353 $as_echo "$ac_try_echo") >&5
4354   (eval "$ac_link") 2>conftest.er1
4355   ac_status=$?
4356   grep -v '^ *+' conftest.er1 >conftest.err
4357   rm -f conftest.er1
4358   cat conftest.err >&5
4359   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4360   (exit $ac_status); } && {
4361          test -z "$ac_c_werror_flag" ||
4362          test ! -s conftest.err
4363        } && test -s conftest$ac_exeext && {
4364          test "$cross_compiling" = yes ||
4365          $as_test_x conftest$ac_exeext
4366        }; then
4367   LIBS=$ac_save_LIBS
4368 # We can link X programs with no special library path.
4369 ac_x_libraries=
4370 else
4371   $as_echo "$as_me: failed program was:" >&5
4372 sed 's/^/| /' conftest.$ac_ext >&5
4373
4374         LIBS=$ac_save_LIBS
4375 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4376 do
4377   # Don't even attempt the hair of trying to link an X program!
4378   for ac_extension in a so sl dylib la dll; do
4379     if test -r "$ac_dir/libX11.$ac_extension"; then
4380       ac_x_libraries=$ac_dir
4381       break 2
4382     fi
4383   done
4384 done
4385 fi
4386
4387 rm -rf conftest.dSYM
4388 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4389       conftest$ac_exeext conftest.$ac_ext
4390 fi # $ac_x_libraries = no
4391
4392 case $ac_x_includes,$ac_x_libraries in #(
4393   no,* | *,no | *\'*)
4394     # Didn't find X, or a directory has "'" in its name.
4395     ac_cv_have_x="have_x=no";; #(
4396   *)
4397     # Record where we found X for the cache.
4398     ac_cv_have_x="have_x=yes\
4399         ac_x_includes='$ac_x_includes'\
4400         ac_x_libraries='$ac_x_libraries'"
4401 esac
4402 fi
4403 ;; #(
4404     *) have_x=yes;;
4405   esac
4406   eval "$ac_cv_have_x"
4407 fi # $with_x != no
4408
4409 if test "$have_x" != yes; then
4410   { $as_echo "$as_me:$LINENO: result: $have_x" >&5
4411 $as_echo "$have_x" >&6; }
4412   no_x=yes
4413 else
4414   # If each of the values was on the command line, it overrides each guess.
4415   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4416   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4417   # Update the cache value to reflect the command line values.
4418   ac_cv_have_x="have_x=yes\
4419         ac_x_includes='$x_includes'\
4420         ac_x_libraries='$x_libraries'"
4421   { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4422 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
4423 fi
4424
4425 if test "$no_x" = yes; then
4426   # Not all programs may use this symbol, but it does not hurt to define it.
4427
4428 cat >>confdefs.h <<\_ACEOF
4429 #define X_DISPLAY_MISSING 1
4430 _ACEOF
4431
4432   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4433 else
4434   if test -n "$x_includes"; then
4435     X_CFLAGS="$X_CFLAGS -I$x_includes"
4436   fi
4437
4438   # It would also be nice to do this for all -L options, not just this one.
4439   if test -n "$x_libraries"; then
4440     X_LIBS="$X_LIBS -L$x_libraries"
4441     # For Solaris; some versions of Sun CC require a space after -R and
4442     # others require no space.  Words are not sufficient . . . .
4443     { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4444 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
4445     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4446     ac_xsave_c_werror_flag=$ac_c_werror_flag
4447     ac_c_werror_flag=yes
4448     cat >conftest.$ac_ext <<_ACEOF
4449 /* confdefs.h.  */
4450 _ACEOF
4451 cat confdefs.h >>conftest.$ac_ext
4452 cat >>conftest.$ac_ext <<_ACEOF
4453 /* end confdefs.h.  */
4454
4455 int
4456 main ()
4457 {
4458
4459   ;
4460   return 0;
4461 }
4462 _ACEOF
4463 rm -f conftest.$ac_objext conftest$ac_exeext
4464 if { (ac_try="$ac_link"
4465 case "(($ac_try" in
4466   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4467   *) ac_try_echo=$ac_try;;
4468 esac
4469 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4470 $as_echo "$ac_try_echo") >&5
4471   (eval "$ac_link") 2>conftest.er1
4472   ac_status=$?
4473   grep -v '^ *+' conftest.er1 >conftest.err
4474   rm -f conftest.er1
4475   cat conftest.err >&5
4476   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4477   (exit $ac_status); } && {
4478          test -z "$ac_c_werror_flag" ||
4479          test ! -s conftest.err
4480        } && test -s conftest$ac_exeext && {
4481          test "$cross_compiling" = yes ||
4482          $as_test_x conftest$ac_exeext
4483        }; then
4484   { $as_echo "$as_me:$LINENO: result: no" >&5
4485 $as_echo "no" >&6; }
4486        X_LIBS="$X_LIBS -R$x_libraries"
4487 else
4488   $as_echo "$as_me: failed program was:" >&5
4489 sed 's/^/| /' conftest.$ac_ext >&5
4490
4491         LIBS="$ac_xsave_LIBS -R $x_libraries"
4492        cat >conftest.$ac_ext <<_ACEOF
4493 /* confdefs.h.  */
4494 _ACEOF
4495 cat confdefs.h >>conftest.$ac_ext
4496 cat >>conftest.$ac_ext <<_ACEOF
4497 /* end confdefs.h.  */
4498
4499 int
4500 main ()
4501 {
4502
4503   ;
4504   return 0;
4505 }
4506 _ACEOF
4507 rm -f conftest.$ac_objext conftest$ac_exeext
4508 if { (ac_try="$ac_link"
4509 case "(($ac_try" in
4510   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4511   *) ac_try_echo=$ac_try;;
4512 esac
4513 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4514 $as_echo "$ac_try_echo") >&5
4515   (eval "$ac_link") 2>conftest.er1
4516   ac_status=$?
4517   grep -v '^ *+' conftest.er1 >conftest.err
4518   rm -f conftest.er1
4519   cat conftest.err >&5
4520   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4521   (exit $ac_status); } && {
4522          test -z "$ac_c_werror_flag" ||
4523          test ! -s conftest.err
4524        } && test -s conftest$ac_exeext && {
4525          test "$cross_compiling" = yes ||
4526          $as_test_x conftest$ac_exeext
4527        }; then
4528   { $as_echo "$as_me:$LINENO: result: yes" >&5
4529 $as_echo "yes" >&6; }
4530           X_LIBS="$X_LIBS -R $x_libraries"
4531 else
4532   $as_echo "$as_me: failed program was:" >&5
4533 sed 's/^/| /' conftest.$ac_ext >&5
4534
4535         { $as_echo "$as_me:$LINENO: result: neither works" >&5
4536 $as_echo "neither works" >&6; }
4537 fi
4538
4539 rm -rf conftest.dSYM
4540 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4541       conftest$ac_exeext conftest.$ac_ext
4542 fi
4543
4544 rm -rf conftest.dSYM
4545 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4546       conftest$ac_exeext conftest.$ac_ext
4547     ac_c_werror_flag=$ac_xsave_c_werror_flag
4548     LIBS=$ac_xsave_LIBS
4549   fi
4550
4551   # Check for system-dependent libraries X programs must link with.
4552   # Do this before checking for the system-independent R6 libraries
4553   # (-lICE), since we may need -lsocket or whatever for X linking.
4554
4555   if test "$ISC" = yes; then
4556     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4557   else
4558     # Martyn Johnson says this is needed for Ultrix, if the X
4559     # libraries were built with DECnet support.  And Karl Berry says
4560     # the Alpha needs dnet_stub (dnet does not exist).
4561     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4562     cat >conftest.$ac_ext <<_ACEOF
4563 /* confdefs.h.  */
4564 _ACEOF
4565 cat confdefs.h >>conftest.$ac_ext
4566 cat >>conftest.$ac_ext <<_ACEOF
4567 /* end confdefs.h.  */
4568
4569 /* Override any GCC internal prototype to avoid an error.
4570    Use char because int might match the return type of a GCC
4571    builtin and then its argument prototype would still apply.  */
4572 #ifdef __cplusplus
4573 extern "C"
4574 #endif
4575 char XOpenDisplay ();
4576 int
4577 main ()
4578 {
4579 return XOpenDisplay ();
4580   ;
4581   return 0;
4582 }
4583 _ACEOF
4584 rm -f conftest.$ac_objext conftest$ac_exeext
4585 if { (ac_try="$ac_link"
4586 case "(($ac_try" in
4587   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4588   *) ac_try_echo=$ac_try;;
4589 esac
4590 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4591 $as_echo "$ac_try_echo") >&5
4592   (eval "$ac_link") 2>conftest.er1
4593   ac_status=$?
4594   grep -v '^ *+' conftest.er1 >conftest.err
4595   rm -f conftest.er1
4596   cat conftest.err >&5
4597   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4598   (exit $ac_status); } && {
4599          test -z "$ac_c_werror_flag" ||
4600          test ! -s conftest.err
4601        } && test -s conftest$ac_exeext && {
4602          test "$cross_compiling" = yes ||
4603          $as_test_x conftest$ac_exeext
4604        }; then
4605   :
4606 else
4607   $as_echo "$as_me: failed program was:" >&5
4608 sed 's/^/| /' conftest.$ac_ext >&5
4609
4610         { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4611 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
4612 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4613   $as_echo_n "(cached) " >&6
4614 else
4615   ac_check_lib_save_LIBS=$LIBS
4616 LIBS="-ldnet  $LIBS"
4617 cat >conftest.$ac_ext <<_ACEOF
4618 /* confdefs.h.  */
4619 _ACEOF
4620 cat confdefs.h >>conftest.$ac_ext
4621 cat >>conftest.$ac_ext <<_ACEOF
4622 /* end confdefs.h.  */
4623
4624 /* Override any GCC internal prototype to avoid an error.
4625    Use char because int might match the return type of a GCC
4626    builtin and then its argument prototype would still apply.  */
4627 #ifdef __cplusplus
4628 extern "C"
4629 #endif
4630 char dnet_ntoa ();
4631 int
4632 main ()
4633 {
4634 return dnet_ntoa ();
4635   ;
4636   return 0;
4637 }
4638 _ACEOF
4639 rm -f conftest.$ac_objext conftest$ac_exeext
4640 if { (ac_try="$ac_link"
4641 case "(($ac_try" in
4642   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4643   *) ac_try_echo=$ac_try;;
4644 esac
4645 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4646 $as_echo "$ac_try_echo") >&5
4647   (eval "$ac_link") 2>conftest.er1
4648   ac_status=$?
4649   grep -v '^ *+' conftest.er1 >conftest.err
4650   rm -f conftest.er1
4651   cat conftest.err >&5
4652   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4653   (exit $ac_status); } && {
4654          test -z "$ac_c_werror_flag" ||
4655          test ! -s conftest.err
4656        } && test -s conftest$ac_exeext && {
4657          test "$cross_compiling" = yes ||
4658          $as_test_x conftest$ac_exeext
4659        }; then
4660   ac_cv_lib_dnet_dnet_ntoa=yes
4661 else
4662   $as_echo "$as_me: failed program was:" >&5
4663 sed 's/^/| /' conftest.$ac_ext >&5
4664
4665         ac_cv_lib_dnet_dnet_ntoa=no
4666 fi
4667
4668 rm -rf conftest.dSYM
4669 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4670       conftest$ac_exeext conftest.$ac_ext
4671 LIBS=$ac_check_lib_save_LIBS
4672 fi
4673 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4674 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4675 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
4676   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4677 fi
4678
4679     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4680       { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4681 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
4682 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4683   $as_echo_n "(cached) " >&6
4684 else
4685   ac_check_lib_save_LIBS=$LIBS
4686 LIBS="-ldnet_stub  $LIBS"
4687 cat >conftest.$ac_ext <<_ACEOF
4688 /* confdefs.h.  */
4689 _ACEOF
4690 cat confdefs.h >>conftest.$ac_ext
4691 cat >>conftest.$ac_ext <<_ACEOF
4692 /* end confdefs.h.  */
4693
4694 /* Override any GCC internal prototype to avoid an error.
4695    Use char because int might match the return type of a GCC
4696    builtin and then its argument prototype would still apply.  */
4697 #ifdef __cplusplus
4698 extern "C"
4699 #endif
4700 char dnet_ntoa ();
4701 int
4702 main ()
4703 {
4704 return dnet_ntoa ();
4705   ;
4706   return 0;
4707 }
4708 _ACEOF
4709 rm -f conftest.$ac_objext conftest$ac_exeext
4710 if { (ac_try="$ac_link"
4711 case "(($ac_try" in
4712   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4713   *) ac_try_echo=$ac_try;;
4714 esac
4715 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4716 $as_echo "$ac_try_echo") >&5
4717   (eval "$ac_link") 2>conftest.er1
4718   ac_status=$?
4719   grep -v '^ *+' conftest.er1 >conftest.err
4720   rm -f conftest.er1
4721   cat conftest.err >&5
4722   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4723   (exit $ac_status); } && {
4724          test -z "$ac_c_werror_flag" ||
4725          test ! -s conftest.err
4726        } && test -s conftest$ac_exeext && {
4727          test "$cross_compiling" = yes ||
4728          $as_test_x conftest$ac_exeext
4729        }; then
4730   ac_cv_lib_dnet_stub_dnet_ntoa=yes
4731 else
4732   $as_echo "$as_me: failed program was:" >&5
4733 sed 's/^/| /' conftest.$ac_ext >&5
4734
4735         ac_cv_lib_dnet_stub_dnet_ntoa=no
4736 fi
4737
4738 rm -rf conftest.dSYM
4739 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4740       conftest$ac_exeext conftest.$ac_ext
4741 LIBS=$ac_check_lib_save_LIBS
4742 fi
4743 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4744 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4745 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
4746   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4747 fi
4748
4749     fi
4750 fi
4751
4752 rm -rf conftest.dSYM
4753 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4754       conftest$ac_exeext conftest.$ac_ext
4755     LIBS="$ac_xsave_LIBS"
4756
4757     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4758     # to get the SysV transport functions.
4759     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4760     # needs -lnsl.
4761     # The nsl library prevents programs from opening the X display
4762     # on Irix 5.2, according to T.E. Dickey.
4763     # The functions gethostbyname, getservbyname, and inet_addr are
4764     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4765     { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
4766 $as_echo_n "checking for gethostbyname... " >&6; }
4767 if test "${ac_cv_func_gethostbyname+set}" = set; then
4768   $as_echo_n "(cached) " >&6
4769 else
4770   cat >conftest.$ac_ext <<_ACEOF
4771 /* confdefs.h.  */
4772 _ACEOF
4773 cat confdefs.h >>conftest.$ac_ext
4774 cat >>conftest.$ac_ext <<_ACEOF
4775 /* end confdefs.h.  */
4776 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4777    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4778 #define gethostbyname innocuous_gethostbyname
4779
4780 /* System header to define __stub macros and hopefully few prototypes,
4781     which can conflict with char gethostbyname (); below.
4782     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4783     <limits.h> exists even on freestanding compilers.  */
4784
4785 #ifdef __STDC__
4786 # include <limits.h>
4787 #else
4788 # include <assert.h>
4789 #endif
4790
4791 #undef gethostbyname
4792
4793 /* Override any GCC internal prototype to avoid an error.
4794    Use char because int might match the return type of a GCC
4795    builtin and then its argument prototype would still apply.  */
4796 #ifdef __cplusplus
4797 extern "C"
4798 #endif
4799 char gethostbyname ();
4800 /* The GNU C library defines this for functions which it implements
4801     to always fail with ENOSYS.  Some functions are actually named
4802     something starting with __ and the normal name is an alias.  */
4803 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4804 choke me
4805 #endif
4806
4807 int
4808 main ()
4809 {
4810 return gethostbyname ();
4811   ;
4812   return 0;
4813 }
4814 _ACEOF
4815 rm -f conftest.$ac_objext conftest$ac_exeext
4816 if { (ac_try="$ac_link"
4817 case "(($ac_try" in
4818   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4819   *) ac_try_echo=$ac_try;;
4820 esac
4821 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4822 $as_echo "$ac_try_echo") >&5
4823   (eval "$ac_link") 2>conftest.er1
4824   ac_status=$?
4825   grep -v '^ *+' conftest.er1 >conftest.err
4826   rm -f conftest.er1
4827   cat conftest.err >&5
4828   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4829   (exit $ac_status); } && {
4830          test -z "$ac_c_werror_flag" ||
4831          test ! -s conftest.err
4832        } && test -s conftest$ac_exeext && {
4833          test "$cross_compiling" = yes ||
4834          $as_test_x conftest$ac_exeext
4835        }; then
4836   ac_cv_func_gethostbyname=yes
4837 else
4838   $as_echo "$as_me: failed program was:" >&5
4839 sed 's/^/| /' conftest.$ac_ext >&5
4840
4841         ac_cv_func_gethostbyname=no
4842 fi
4843
4844 rm -rf conftest.dSYM
4845 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4846       conftest$ac_exeext conftest.$ac_ext
4847 fi
4848 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4849 $as_echo "$ac_cv_func_gethostbyname" >&6; }
4850
4851     if test $ac_cv_func_gethostbyname = no; then
4852       { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4853 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
4854 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4855   $as_echo_n "(cached) " >&6
4856 else
4857   ac_check_lib_save_LIBS=$LIBS
4858 LIBS="-lnsl  $LIBS"
4859 cat >conftest.$ac_ext <<_ACEOF
4860 /* confdefs.h.  */
4861 _ACEOF
4862 cat confdefs.h >>conftest.$ac_ext
4863 cat >>conftest.$ac_ext <<_ACEOF
4864 /* end confdefs.h.  */
4865
4866 /* Override any GCC internal prototype to avoid an error.
4867    Use char because int might match the return type of a GCC
4868    builtin and then its argument prototype would still apply.  */
4869 #ifdef __cplusplus
4870 extern "C"
4871 #endif
4872 char gethostbyname ();
4873 int
4874 main ()
4875 {
4876 return gethostbyname ();
4877   ;
4878   return 0;
4879 }
4880 _ACEOF
4881 rm -f conftest.$ac_objext conftest$ac_exeext
4882 if { (ac_try="$ac_link"
4883 case "(($ac_try" in
4884   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4885   *) ac_try_echo=$ac_try;;
4886 esac
4887 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4888 $as_echo "$ac_try_echo") >&5
4889   (eval "$ac_link") 2>conftest.er1
4890   ac_status=$?
4891   grep -v '^ *+' conftest.er1 >conftest.err
4892   rm -f conftest.er1
4893   cat conftest.err >&5
4894   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4895   (exit $ac_status); } && {
4896          test -z "$ac_c_werror_flag" ||
4897          test ! -s conftest.err
4898        } && test -s conftest$ac_exeext && {
4899          test "$cross_compiling" = yes ||
4900          $as_test_x conftest$ac_exeext
4901        }; then
4902   ac_cv_lib_nsl_gethostbyname=yes
4903 else
4904   $as_echo "$as_me: failed program was:" >&5
4905 sed 's/^/| /' conftest.$ac_ext >&5
4906
4907         ac_cv_lib_nsl_gethostbyname=no
4908 fi
4909
4910 rm -rf conftest.dSYM
4911 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4912       conftest$ac_exeext conftest.$ac_ext
4913 LIBS=$ac_check_lib_save_LIBS
4914 fi
4915 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4916 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
4917 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
4918   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4919 fi
4920
4921       if test $ac_cv_lib_nsl_gethostbyname = no; then
4922         { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4923 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
4924 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4925   $as_echo_n "(cached) " >&6
4926 else
4927   ac_check_lib_save_LIBS=$LIBS
4928 LIBS="-lbsd  $LIBS"
4929 cat >conftest.$ac_ext <<_ACEOF
4930 /* confdefs.h.  */
4931 _ACEOF
4932 cat confdefs.h >>conftest.$ac_ext
4933 cat >>conftest.$ac_ext <<_ACEOF
4934 /* end confdefs.h.  */
4935
4936 /* Override any GCC internal prototype to avoid an error.
4937    Use char because int might match the return type of a GCC
4938    builtin and then its argument prototype would still apply.  */
4939 #ifdef __cplusplus
4940 extern "C"
4941 #endif
4942 char gethostbyname ();
4943 int
4944 main ()
4945 {
4946 return gethostbyname ();
4947   ;
4948   return 0;
4949 }
4950 _ACEOF
4951 rm -f conftest.$ac_objext conftest$ac_exeext
4952 if { (ac_try="$ac_link"
4953 case "(($ac_try" in
4954   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4955   *) ac_try_echo=$ac_try;;
4956 esac
4957 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4958 $as_echo "$ac_try_echo") >&5
4959   (eval "$ac_link") 2>conftest.er1
4960   ac_status=$?
4961   grep -v '^ *+' conftest.er1 >conftest.err
4962   rm -f conftest.er1
4963   cat conftest.err >&5
4964   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4965   (exit $ac_status); } && {
4966          test -z "$ac_c_werror_flag" ||
4967          test ! -s conftest.err
4968        } && test -s conftest$ac_exeext && {
4969          test "$cross_compiling" = yes ||
4970          $as_test_x conftest$ac_exeext
4971        }; then
4972   ac_cv_lib_bsd_gethostbyname=yes
4973 else
4974   $as_echo "$as_me: failed program was:" >&5
4975 sed 's/^/| /' conftest.$ac_ext >&5
4976
4977         ac_cv_lib_bsd_gethostbyname=no
4978 fi
4979
4980 rm -rf conftest.dSYM
4981 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4982       conftest$ac_exeext conftest.$ac_ext
4983 LIBS=$ac_check_lib_save_LIBS
4984 fi
4985 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4986 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
4987 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
4988   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4989 fi
4990
4991       fi
4992     fi
4993
4994     # lieder@skyler.mavd.honeywell.com says without -lsocket,
4995     # socket/setsockopt and other routines are undefined under SCO ODT
4996     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
4997     # on later versions), says Simon Leinen: it contains gethostby*
4998     # variants that don't use the name server (or something).  -lsocket
4999     # must be given before -lnsl if both are needed.  We assume that
5000     # if connect needs -lnsl, so does gethostbyname.
5001     { $as_echo "$as_me:$LINENO: checking for connect" >&5
5002 $as_echo_n "checking for connect... " >&6; }
5003 if test "${ac_cv_func_connect+set}" = set; then
5004   $as_echo_n "(cached) " >&6
5005 else
5006   cat >conftest.$ac_ext <<_ACEOF
5007 /* confdefs.h.  */
5008 _ACEOF
5009 cat confdefs.h >>conftest.$ac_ext
5010 cat >>conftest.$ac_ext <<_ACEOF
5011 /* end confdefs.h.  */
5012 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
5013    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5014 #define connect innocuous_connect
5015
5016 /* System header to define __stub macros and hopefully few prototypes,
5017     which can conflict with char connect (); below.
5018     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5019     <limits.h> exists even on freestanding compilers.  */
5020
5021 #ifdef __STDC__
5022 # include <limits.h>
5023 #else
5024 # include <assert.h>
5025 #endif
5026
5027 #undef connect
5028
5029 /* Override any GCC internal prototype to avoid an error.
5030    Use char because int might match the return type of a GCC
5031    builtin and then its argument prototype would still apply.  */
5032 #ifdef __cplusplus
5033 extern "C"
5034 #endif
5035 char connect ();
5036 /* The GNU C library defines this for functions which it implements
5037     to always fail with ENOSYS.  Some functions are actually named
5038     something starting with __ and the normal name is an alias.  */
5039 #if defined __stub_connect || defined __stub___connect
5040 choke me
5041 #endif
5042
5043 int
5044 main ()
5045 {
5046 return connect ();
5047   ;
5048   return 0;
5049 }
5050 _ACEOF
5051 rm -f conftest.$ac_objext conftest$ac_exeext
5052 if { (ac_try="$ac_link"
5053 case "(($ac_try" in
5054   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5055   *) ac_try_echo=$ac_try;;
5056 esac
5057 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5058 $as_echo "$ac_try_echo") >&5
5059   (eval "$ac_link") 2>conftest.er1
5060   ac_status=$?
5061   grep -v '^ *+' conftest.er1 >conftest.err
5062   rm -f conftest.er1
5063   cat conftest.err >&5
5064   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5065   (exit $ac_status); } && {
5066          test -z "$ac_c_werror_flag" ||
5067          test ! -s conftest.err
5068        } && test -s conftest$ac_exeext && {
5069          test "$cross_compiling" = yes ||
5070          $as_test_x conftest$ac_exeext
5071        }; then
5072   ac_cv_func_connect=yes
5073 else
5074   $as_echo "$as_me: failed program was:" >&5
5075 sed 's/^/| /' conftest.$ac_ext >&5
5076
5077         ac_cv_func_connect=no
5078 fi
5079
5080 rm -rf conftest.dSYM
5081 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5082       conftest$ac_exeext conftest.$ac_ext
5083 fi
5084 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
5085 $as_echo "$ac_cv_func_connect" >&6; }
5086
5087     if test $ac_cv_func_connect = no; then
5088       { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
5089 $as_echo_n "checking for connect in -lsocket... " >&6; }
5090 if test "${ac_cv_lib_socket_connect+set}" = set; then
5091   $as_echo_n "(cached) " >&6
5092 else
5093   ac_check_lib_save_LIBS=$LIBS
5094 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
5095 cat >conftest.$ac_ext <<_ACEOF
5096 /* confdefs.h.  */
5097 _ACEOF
5098 cat confdefs.h >>conftest.$ac_ext
5099 cat >>conftest.$ac_ext <<_ACEOF
5100 /* end confdefs.h.  */
5101
5102 /* Override any GCC internal prototype to avoid an error.
5103    Use char because int might match the return type of a GCC
5104    builtin and then its argument prototype would still apply.  */
5105 #ifdef __cplusplus
5106 extern "C"
5107 #endif
5108 char connect ();
5109 int
5110 main ()
5111 {
5112 return connect ();
5113   ;
5114   return 0;
5115 }
5116 _ACEOF
5117 rm -f conftest.$ac_objext conftest$ac_exeext
5118 if { (ac_try="$ac_link"
5119 case "(($ac_try" in
5120   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5121   *) ac_try_echo=$ac_try;;
5122 esac
5123 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5124 $as_echo "$ac_try_echo") >&5
5125   (eval "$ac_link") 2>conftest.er1
5126   ac_status=$?
5127   grep -v '^ *+' conftest.er1 >conftest.err
5128   rm -f conftest.er1
5129   cat conftest.err >&5
5130   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5131   (exit $ac_status); } && {
5132          test -z "$ac_c_werror_flag" ||
5133          test ! -s conftest.err
5134        } && test -s conftest$ac_exeext && {
5135          test "$cross_compiling" = yes ||
5136          $as_test_x conftest$ac_exeext
5137        }; then
5138   ac_cv_lib_socket_connect=yes
5139 else
5140   $as_echo "$as_me: failed program was:" >&5
5141 sed 's/^/| /' conftest.$ac_ext >&5
5142
5143         ac_cv_lib_socket_connect=no
5144 fi
5145
5146 rm -rf conftest.dSYM
5147 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5148       conftest$ac_exeext conftest.$ac_ext
5149 LIBS=$ac_check_lib_save_LIBS
5150 fi
5151 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
5152 $as_echo "$ac_cv_lib_socket_connect" >&6; }
5153 if test "x$ac_cv_lib_socket_connect" = x""yes; then
5154   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
5155 fi
5156
5157     fi
5158
5159     # Guillermo Gomez says -lposix is necessary on A/UX.
5160     { $as_echo "$as_me:$LINENO: checking for remove" >&5
5161 $as_echo_n "checking for remove... " >&6; }
5162 if test "${ac_cv_func_remove+set}" = set; then
5163   $as_echo_n "(cached) " >&6
5164 else
5165   cat >conftest.$ac_ext <<_ACEOF
5166 /* confdefs.h.  */
5167 _ACEOF
5168 cat confdefs.h >>conftest.$ac_ext
5169 cat >>conftest.$ac_ext <<_ACEOF
5170 /* end confdefs.h.  */
5171 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
5172    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5173 #define remove innocuous_remove
5174
5175 /* System header to define __stub macros and hopefully few prototypes,
5176     which can conflict with char remove (); below.
5177     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5178     <limits.h> exists even on freestanding compilers.  */
5179
5180 #ifdef __STDC__
5181 # include <limits.h>
5182 #else
5183 # include <assert.h>
5184 #endif
5185
5186 #undef remove
5187
5188 /* Override any GCC internal prototype to avoid an error.
5189    Use char because int might match the return type of a GCC
5190    builtin and then its argument prototype would still apply.  */
5191 #ifdef __cplusplus
5192 extern "C"
5193 #endif
5194 char remove ();
5195 /* The GNU C library defines this for functions which it implements
5196     to always fail with ENOSYS.  Some functions are actually named
5197     something starting with __ and the normal name is an alias.  */
5198 #if defined __stub_remove || defined __stub___remove
5199 choke me
5200 #endif
5201
5202 int
5203 main ()
5204 {
5205 return remove ();
5206   ;
5207   return 0;
5208 }
5209 _ACEOF
5210 rm -f conftest.$ac_objext conftest$ac_exeext
5211 if { (ac_try="$ac_link"
5212 case "(($ac_try" in
5213   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5214   *) ac_try_echo=$ac_try;;
5215 esac
5216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5217 $as_echo "$ac_try_echo") >&5
5218   (eval "$ac_link") 2>conftest.er1
5219   ac_status=$?
5220   grep -v '^ *+' conftest.er1 >conftest.err
5221   rm -f conftest.er1
5222   cat conftest.err >&5
5223   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5224   (exit $ac_status); } && {
5225          test -z "$ac_c_werror_flag" ||
5226          test ! -s conftest.err
5227        } && test -s conftest$ac_exeext && {
5228          test "$cross_compiling" = yes ||
5229          $as_test_x conftest$ac_exeext
5230        }; then
5231   ac_cv_func_remove=yes
5232 else
5233   $as_echo "$as_me: failed program was:" >&5
5234 sed 's/^/| /' conftest.$ac_ext >&5
5235
5236         ac_cv_func_remove=no
5237 fi
5238
5239 rm -rf conftest.dSYM
5240 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5241       conftest$ac_exeext conftest.$ac_ext
5242 fi
5243 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
5244 $as_echo "$ac_cv_func_remove" >&6; }
5245
5246     if test $ac_cv_func_remove = no; then
5247       { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
5248 $as_echo_n "checking for remove in -lposix... " >&6; }
5249 if test "${ac_cv_lib_posix_remove+set}" = set; then
5250   $as_echo_n "(cached) " >&6
5251 else
5252   ac_check_lib_save_LIBS=$LIBS
5253 LIBS="-lposix  $LIBS"
5254 cat >conftest.$ac_ext <<_ACEOF
5255 /* confdefs.h.  */
5256 _ACEOF
5257 cat confdefs.h >>conftest.$ac_ext
5258 cat >>conftest.$ac_ext <<_ACEOF
5259 /* end confdefs.h.  */
5260
5261 /* Override any GCC internal prototype to avoid an error.
5262    Use char because int might match the return type of a GCC
5263    builtin and then its argument prototype would still apply.  */
5264 #ifdef __cplusplus
5265 extern "C"
5266 #endif
5267 char remove ();
5268 int
5269 main ()
5270 {
5271 return remove ();
5272   ;
5273   return 0;
5274 }
5275 _ACEOF
5276 rm -f conftest.$ac_objext conftest$ac_exeext
5277 if { (ac_try="$ac_link"
5278 case "(($ac_try" in
5279   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5280   *) ac_try_echo=$ac_try;;
5281 esac
5282 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5283 $as_echo "$ac_try_echo") >&5
5284   (eval "$ac_link") 2>conftest.er1
5285   ac_status=$?
5286   grep -v '^ *+' conftest.er1 >conftest.err
5287   rm -f conftest.er1
5288   cat conftest.err >&5
5289   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5290   (exit $ac_status); } && {
5291          test -z "$ac_c_werror_flag" ||
5292          test ! -s conftest.err
5293        } && test -s conftest$ac_exeext && {
5294          test "$cross_compiling" = yes ||
5295          $as_test_x conftest$ac_exeext
5296        }; then
5297   ac_cv_lib_posix_remove=yes
5298 else
5299   $as_echo "$as_me: failed program was:" >&5
5300 sed 's/^/| /' conftest.$ac_ext >&5
5301
5302         ac_cv_lib_posix_remove=no
5303 fi
5304
5305 rm -rf conftest.dSYM
5306 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5307       conftest$ac_exeext conftest.$ac_ext
5308 LIBS=$ac_check_lib_save_LIBS
5309 fi
5310 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5311 $as_echo "$ac_cv_lib_posix_remove" >&6; }
5312 if test "x$ac_cv_lib_posix_remove" = x""yes; then
5313   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5314 fi
5315
5316     fi
5317
5318     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5319     { $as_echo "$as_me:$LINENO: checking for shmat" >&5
5320 $as_echo_n "checking for shmat... " >&6; }
5321 if test "${ac_cv_func_shmat+set}" = set; then
5322   $as_echo_n "(cached) " >&6
5323 else
5324   cat >conftest.$ac_ext <<_ACEOF
5325 /* confdefs.h.  */
5326 _ACEOF
5327 cat confdefs.h >>conftest.$ac_ext
5328 cat >>conftest.$ac_ext <<_ACEOF
5329 /* end confdefs.h.  */
5330 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5331    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5332 #define shmat innocuous_shmat
5333
5334 /* System header to define __stub macros and hopefully few prototypes,
5335     which can conflict with char shmat (); below.
5336     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5337     <limits.h> exists even on freestanding compilers.  */
5338
5339 #ifdef __STDC__
5340 # include <limits.h>
5341 #else
5342 # include <assert.h>
5343 #endif
5344
5345 #undef shmat
5346
5347 /* Override any GCC internal prototype to avoid an error.
5348    Use char because int might match the return type of a GCC
5349    builtin and then its argument prototype would still apply.  */
5350 #ifdef __cplusplus
5351 extern "C"
5352 #endif
5353 char shmat ();
5354 /* The GNU C library defines this for functions which it implements
5355     to always fail with ENOSYS.  Some functions are actually named
5356     something starting with __ and the normal name is an alias.  */
5357 #if defined __stub_shmat || defined __stub___shmat
5358 choke me
5359 #endif
5360
5361 int
5362 main ()
5363 {
5364 return shmat ();
5365   ;
5366   return 0;
5367 }
5368 _ACEOF
5369 rm -f conftest.$ac_objext conftest$ac_exeext
5370 if { (ac_try="$ac_link"
5371 case "(($ac_try" in
5372   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5373   *) ac_try_echo=$ac_try;;
5374 esac
5375 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5376 $as_echo "$ac_try_echo") >&5
5377   (eval "$ac_link") 2>conftest.er1
5378   ac_status=$?
5379   grep -v '^ *+' conftest.er1 >conftest.err
5380   rm -f conftest.er1
5381   cat conftest.err >&5
5382   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5383   (exit $ac_status); } && {
5384          test -z "$ac_c_werror_flag" ||
5385          test ! -s conftest.err
5386        } && test -s conftest$ac_exeext && {
5387          test "$cross_compiling" = yes ||
5388          $as_test_x conftest$ac_exeext
5389        }; then
5390   ac_cv_func_shmat=yes
5391 else
5392   $as_echo "$as_me: failed program was:" >&5
5393 sed 's/^/| /' conftest.$ac_ext >&5
5394
5395         ac_cv_func_shmat=no
5396 fi
5397
5398 rm -rf conftest.dSYM
5399 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5400       conftest$ac_exeext conftest.$ac_ext
5401 fi
5402 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5403 $as_echo "$ac_cv_func_shmat" >&6; }
5404
5405     if test $ac_cv_func_shmat = no; then
5406       { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5407 $as_echo_n "checking for shmat in -lipc... " >&6; }
5408 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5409   $as_echo_n "(cached) " >&6
5410 else
5411   ac_check_lib_save_LIBS=$LIBS
5412 LIBS="-lipc  $LIBS"
5413 cat >conftest.$ac_ext <<_ACEOF
5414 /* confdefs.h.  */
5415 _ACEOF
5416 cat confdefs.h >>conftest.$ac_ext
5417 cat >>conftest.$ac_ext <<_ACEOF
5418 /* end confdefs.h.  */
5419
5420 /* Override any GCC internal prototype to avoid an error.
5421    Use char because int might match the return type of a GCC
5422    builtin and then its argument prototype would still apply.  */
5423 #ifdef __cplusplus
5424 extern "C"
5425 #endif
5426 char shmat ();
5427 int
5428 main ()
5429 {
5430 return shmat ();
5431   ;
5432   return 0;
5433 }
5434 _ACEOF
5435 rm -f conftest.$ac_objext conftest$ac_exeext
5436 if { (ac_try="$ac_link"
5437 case "(($ac_try" in
5438   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5439   *) ac_try_echo=$ac_try;;
5440 esac
5441 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5442 $as_echo "$ac_try_echo") >&5
5443   (eval "$ac_link") 2>conftest.er1
5444   ac_status=$?
5445   grep -v '^ *+' conftest.er1 >conftest.err
5446   rm -f conftest.er1
5447   cat conftest.err >&5
5448   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5449   (exit $ac_status); } && {
5450          test -z "$ac_c_werror_flag" ||
5451          test ! -s conftest.err
5452        } && test -s conftest$ac_exeext && {
5453          test "$cross_compiling" = yes ||
5454          $as_test_x conftest$ac_exeext
5455        }; then
5456   ac_cv_lib_ipc_shmat=yes
5457 else
5458   $as_echo "$as_me: failed program was:" >&5
5459 sed 's/^/| /' conftest.$ac_ext >&5
5460
5461         ac_cv_lib_ipc_shmat=no
5462 fi
5463
5464 rm -rf conftest.dSYM
5465 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5466       conftest$ac_exeext conftest.$ac_ext
5467 LIBS=$ac_check_lib_save_LIBS
5468 fi
5469 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5470 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
5471 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
5472   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5473 fi
5474
5475     fi
5476   fi
5477
5478   # Check for libraries that X11R6 Xt/Xaw programs need.
5479   ac_save_LDFLAGS=$LDFLAGS
5480   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5481   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5482   # check for ICE first), but we must link in the order -lSM -lICE or
5483   # we get undefined symbols.  So assume we have SM if we have ICE.
5484   # These have to be linked with before -lX11, unlike the other
5485   # libraries we check for below, so use a different variable.
5486   # John Interrante, Karl Berry
5487   { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5488 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
5489 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5490   $as_echo_n "(cached) " >&6
5491 else
5492   ac_check_lib_save_LIBS=$LIBS
5493 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5494 cat >conftest.$ac_ext <<_ACEOF
5495 /* confdefs.h.  */
5496 _ACEOF
5497 cat confdefs.h >>conftest.$ac_ext
5498 cat >>conftest.$ac_ext <<_ACEOF
5499 /* end confdefs.h.  */
5500
5501 /* Override any GCC internal prototype to avoid an error.
5502    Use char because int might match the return type of a GCC
5503    builtin and then its argument prototype would still apply.  */
5504 #ifdef __cplusplus
5505 extern "C"
5506 #endif
5507 char IceConnectionNumber ();
5508 int
5509 main ()
5510 {
5511 return IceConnectionNumber ();
5512   ;
5513   return 0;
5514 }
5515 _ACEOF
5516 rm -f conftest.$ac_objext conftest$ac_exeext
5517 if { (ac_try="$ac_link"
5518 case "(($ac_try" in
5519   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5520   *) ac_try_echo=$ac_try;;
5521 esac
5522 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5523 $as_echo "$ac_try_echo") >&5
5524   (eval "$ac_link") 2>conftest.er1
5525   ac_status=$?
5526   grep -v '^ *+' conftest.er1 >conftest.err
5527   rm -f conftest.er1
5528   cat conftest.err >&5
5529   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5530   (exit $ac_status); } && {
5531          test -z "$ac_c_werror_flag" ||
5532          test ! -s conftest.err
5533        } && test -s conftest$ac_exeext && {
5534          test "$cross_compiling" = yes ||
5535          $as_test_x conftest$ac_exeext
5536        }; then
5537   ac_cv_lib_ICE_IceConnectionNumber=yes
5538 else
5539   $as_echo "$as_me: failed program was:" >&5
5540 sed 's/^/| /' conftest.$ac_ext >&5
5541
5542         ac_cv_lib_ICE_IceConnectionNumber=no
5543 fi
5544
5545 rm -rf conftest.dSYM
5546 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5547       conftest$ac_exeext conftest.$ac_ext
5548 LIBS=$ac_check_lib_save_LIBS
5549 fi
5550 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5551 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5552 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
5553   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5554 fi
5555
5556   LDFLAGS=$ac_save_LDFLAGS
5557
5558 fi
5559
5560
5561 for ac_prog in flex
5562 do
5563   # Extract the first word of "$ac_prog", so it can be a program name with args.
5564 set dummy $ac_prog; ac_word=$2
5565 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5566 $as_echo_n "checking for $ac_word... " >&6; }
5567 if test "${ac_cv_prog_FLEX+set}" = set; then
5568   $as_echo_n "(cached) " >&6
5569 else
5570   if test -n "$FLEX"; then
5571   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5572 else
5573 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5574 for as_dir in $PATH
5575 do
5576   IFS=$as_save_IFS
5577   test -z "$as_dir" && as_dir=.
5578   for ac_exec_ext in '' $ac_executable_extensions; do
5579   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5580     ac_cv_prog_FLEX="$ac_prog"
5581     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5582     break 2
5583   fi
5584 done
5585 done
5586 IFS=$as_save_IFS
5587
5588 fi
5589 fi
5590 FLEX=$ac_cv_prog_FLEX
5591 if test -n "$FLEX"; then
5592   { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
5593 $as_echo "$FLEX" >&6; }
5594 else
5595   { $as_echo "$as_me:$LINENO: result: no" >&5
5596 $as_echo "no" >&6; }
5597 fi
5598
5599
5600   test -n "$FLEX" && break
5601 done
5602 test -n "$FLEX" || FLEX="none"
5603
5604 if test "$FLEX" = "none"
5605 then
5606   { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5607 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5608    { (exit 1); exit 1; }; }
5609 fi
5610
5611 for ac_prog in bison
5612 do
5613   # Extract the first word of "$ac_prog", so it can be a program name with args.
5614 set dummy $ac_prog; ac_word=$2
5615 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5616 $as_echo_n "checking for $ac_word... " >&6; }
5617 if test "${ac_cv_prog_BISON+set}" = set; then
5618   $as_echo_n "(cached) " >&6
5619 else
5620   if test -n "$BISON"; then
5621   ac_cv_prog_BISON="$BISON" # Let the user override the test.
5622 else
5623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5624 for as_dir in $PATH
5625 do
5626   IFS=$as_save_IFS
5627   test -z "$as_dir" && as_dir=.
5628   for ac_exec_ext in '' $ac_executable_extensions; do
5629   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5630     ac_cv_prog_BISON="$ac_prog"
5631     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5632     break 2
5633   fi
5634 done
5635 done
5636 IFS=$as_save_IFS
5637
5638 fi
5639 fi
5640 BISON=$ac_cv_prog_BISON
5641 if test -n "$BISON"; then
5642   { $as_echo "$as_me:$LINENO: result: $BISON" >&5
5643 $as_echo "$BISON" >&6; }
5644 else
5645   { $as_echo "$as_me:$LINENO: result: no" >&5
5646 $as_echo "no" >&6; }
5647 fi
5648
5649
5650   test -n "$BISON" && break
5651 done
5652 test -n "$BISON" || BISON="none"
5653
5654 if test "$BISON" = "none"
5655 then
5656   { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5657 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5658    { (exit 1); exit 1; }; }
5659 fi
5660
5661 if test -n "$ac_tool_prefix"; then
5662   for ac_prog in gas as
5663   do
5664     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5665 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5666 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5667 $as_echo_n "checking for $ac_word... " >&6; }
5668 if test "${ac_cv_prog_AS+set}" = set; then
5669   $as_echo_n "(cached) " >&6
5670 else
5671   if test -n "$AS"; then
5672   ac_cv_prog_AS="$AS" # Let the user override the test.
5673 else
5674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5675 for as_dir in $PATH
5676 do
5677   IFS=$as_save_IFS
5678   test -z "$as_dir" && as_dir=.
5679   for ac_exec_ext in '' $ac_executable_extensions; do
5680   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5681     ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5682     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5683     break 2
5684   fi
5685 done
5686 done
5687 IFS=$as_save_IFS
5688
5689 fi
5690 fi
5691 AS=$ac_cv_prog_AS
5692 if test -n "$AS"; then
5693   { $as_echo "$as_me:$LINENO: result: $AS" >&5
5694 $as_echo "$AS" >&6; }
5695 else
5696   { $as_echo "$as_me:$LINENO: result: no" >&5
5697 $as_echo "no" >&6; }
5698 fi
5699
5700
5701     test -n "$AS" && break
5702   done
5703 fi
5704 if test -z "$AS"; then
5705   ac_ct_AS=$AS
5706   for ac_prog in gas as
5707 do
5708   # Extract the first word of "$ac_prog", so it can be a program name with args.
5709 set dummy $ac_prog; ac_word=$2
5710 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5711 $as_echo_n "checking for $ac_word... " >&6; }
5712 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5713   $as_echo_n "(cached) " >&6
5714 else
5715   if test -n "$ac_ct_AS"; then
5716   ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5717 else
5718 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5719 for as_dir in $PATH
5720 do
5721   IFS=$as_save_IFS
5722   test -z "$as_dir" && as_dir=.
5723   for ac_exec_ext in '' $ac_executable_extensions; do
5724   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5725     ac_cv_prog_ac_ct_AS="$ac_prog"
5726     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5727     break 2
5728   fi
5729 done
5730 done
5731 IFS=$as_save_IFS
5732
5733 fi
5734 fi
5735 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5736 if test -n "$ac_ct_AS"; then
5737   { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5738 $as_echo "$ac_ct_AS" >&6; }
5739 else
5740   { $as_echo "$as_me:$LINENO: result: no" >&5
5741 $as_echo "no" >&6; }
5742 fi
5743
5744
5745   test -n "$ac_ct_AS" && break
5746 done
5747
5748   if test "x$ac_ct_AS" = x; then
5749     AS="as"
5750   else
5751     case $cross_compiling:$ac_tool_warned in
5752 yes:)
5753 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5754 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5755 ac_tool_warned=yes ;;
5756 esac
5757     AS=$ac_ct_AS
5758   fi
5759 fi
5760
5761 if test -n "$ac_tool_prefix"; then
5762   for ac_prog in ld gld
5763   do
5764     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5765 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5766 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5767 $as_echo_n "checking for $ac_word... " >&6; }
5768 if test "${ac_cv_prog_LD+set}" = set; then
5769   $as_echo_n "(cached) " >&6
5770 else
5771   if test -n "$LD"; then
5772   ac_cv_prog_LD="$LD" # Let the user override the test.
5773 else
5774 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5775 for as_dir in $PATH
5776 do
5777   IFS=$as_save_IFS
5778   test -z "$as_dir" && as_dir=.
5779   for ac_exec_ext in '' $ac_executable_extensions; do
5780   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5781     ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5782     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5783     break 2
5784   fi
5785 done
5786 done
5787 IFS=$as_save_IFS
5788
5789 fi
5790 fi
5791 LD=$ac_cv_prog_LD
5792 if test -n "$LD"; then
5793   { $as_echo "$as_me:$LINENO: result: $LD" >&5
5794 $as_echo "$LD" >&6; }
5795 else
5796   { $as_echo "$as_me:$LINENO: result: no" >&5
5797 $as_echo "no" >&6; }
5798 fi
5799
5800
5801     test -n "$LD" && break
5802   done
5803 fi
5804 if test -z "$LD"; then
5805   ac_ct_LD=$LD
5806   for ac_prog in ld gld
5807 do
5808   # Extract the first word of "$ac_prog", so it can be a program name with args.
5809 set dummy $ac_prog; ac_word=$2
5810 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5811 $as_echo_n "checking for $ac_word... " >&6; }
5812 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5813   $as_echo_n "(cached) " >&6
5814 else
5815   if test -n "$ac_ct_LD"; then
5816   ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5817 else
5818 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5819 for as_dir in $PATH
5820 do
5821   IFS=$as_save_IFS
5822   test -z "$as_dir" && as_dir=.
5823   for ac_exec_ext in '' $ac_executable_extensions; do
5824   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5825     ac_cv_prog_ac_ct_LD="$ac_prog"
5826     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5827     break 2
5828   fi
5829 done
5830 done
5831 IFS=$as_save_IFS
5832
5833 fi
5834 fi
5835 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5836 if test -n "$ac_ct_LD"; then
5837   { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5838 $as_echo "$ac_ct_LD" >&6; }
5839 else
5840   { $as_echo "$as_me:$LINENO: result: no" >&5
5841 $as_echo "no" >&6; }
5842 fi
5843
5844
5845   test -n "$ac_ct_LD" && break
5846 done
5847
5848   if test "x$ac_ct_LD" = x; then
5849     LD="ld"
5850   else
5851     case $cross_compiling:$ac_tool_warned in
5852 yes:)
5853 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5854 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5855 ac_tool_warned=yes ;;
5856 esac
5857     LD=$ac_ct_LD
5858   fi
5859 fi
5860
5861 if test -n "$ac_tool_prefix"; then
5862   for ac_prog in nm gnm
5863   do
5864     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5865 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5866 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5867 $as_echo_n "checking for $ac_word... " >&6; }
5868 if test "${ac_cv_prog_NM+set}" = set; then
5869   $as_echo_n "(cached) " >&6
5870 else
5871   if test -n "$NM"; then
5872   ac_cv_prog_NM="$NM" # Let the user override the test.
5873 else
5874 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5875 for as_dir in $PATH
5876 do
5877   IFS=$as_save_IFS
5878   test -z "$as_dir" && as_dir=.
5879   for ac_exec_ext in '' $ac_executable_extensions; do
5880   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5881     ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5882     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5883     break 2
5884   fi
5885 done
5886 done
5887 IFS=$as_save_IFS
5888
5889 fi
5890 fi
5891 NM=$ac_cv_prog_NM
5892 if test -n "$NM"; then
5893   { $as_echo "$as_me:$LINENO: result: $NM" >&5
5894 $as_echo "$NM" >&6; }
5895 else
5896   { $as_echo "$as_me:$LINENO: result: no" >&5
5897 $as_echo "no" >&6; }
5898 fi
5899
5900
5901     test -n "$NM" && break
5902   done
5903 fi
5904 if test -z "$NM"; then
5905   ac_ct_NM=$NM
5906   for ac_prog in nm gnm
5907 do
5908   # Extract the first word of "$ac_prog", so it can be a program name with args.
5909 set dummy $ac_prog; ac_word=$2
5910 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5911 $as_echo_n "checking for $ac_word... " >&6; }
5912 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5913   $as_echo_n "(cached) " >&6
5914 else
5915   if test -n "$ac_ct_NM"; then
5916   ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5917 else
5918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5919 for as_dir in $PATH
5920 do
5921   IFS=$as_save_IFS
5922   test -z "$as_dir" && as_dir=.
5923   for ac_exec_ext in '' $ac_executable_extensions; do
5924   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5925     ac_cv_prog_ac_ct_NM="$ac_prog"
5926     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5927     break 2
5928   fi
5929 done
5930 done
5931 IFS=$as_save_IFS
5932
5933 fi
5934 fi
5935 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5936 if test -n "$ac_ct_NM"; then
5937   { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5938 $as_echo "$ac_ct_NM" >&6; }
5939 else
5940   { $as_echo "$as_me:$LINENO: result: no" >&5
5941 $as_echo "no" >&6; }
5942 fi
5943
5944
5945   test -n "$ac_ct_NM" && break
5946 done
5947
5948   if test "x$ac_ct_NM" = x; then
5949     NM="nm"
5950   else
5951     case $cross_compiling:$ac_tool_warned in
5952 yes:)
5953 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5954 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5955 ac_tool_warned=yes ;;
5956 esac
5957     NM=$ac_ct_NM
5958   fi
5959 fi
5960
5961 if test -n "$ac_tool_prefix"; then
5962   for ac_prog in ar gar
5963   do
5964     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5965 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5966 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5967 $as_echo_n "checking for $ac_word... " >&6; }
5968 if test "${ac_cv_prog_AR+set}" = set; then
5969   $as_echo_n "(cached) " >&6
5970 else
5971   if test -n "$AR"; then
5972   ac_cv_prog_AR="$AR" # Let the user override the test.
5973 else
5974 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5975 for as_dir in $PATH
5976 do
5977   IFS=$as_save_IFS
5978   test -z "$as_dir" && as_dir=.
5979   for ac_exec_ext in '' $ac_executable_extensions; do
5980   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5981     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5982     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5983     break 2
5984   fi
5985 done
5986 done
5987 IFS=$as_save_IFS
5988
5989 fi
5990 fi
5991 AR=$ac_cv_prog_AR
5992 if test -n "$AR"; then
5993   { $as_echo "$as_me:$LINENO: result: $AR" >&5
5994 $as_echo "$AR" >&6; }
5995 else
5996   { $as_echo "$as_me:$LINENO: result: no" >&5
5997 $as_echo "no" >&6; }
5998 fi
5999
6000
6001     test -n "$AR" && break
6002   done
6003 fi
6004 if test -z "$AR"; then
6005   ac_ct_AR=$AR
6006   for ac_prog in ar gar
6007 do
6008   # Extract the first word of "$ac_prog", so it can be a program name with args.
6009 set dummy $ac_prog; ac_word=$2
6010 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6011 $as_echo_n "checking for $ac_word... " >&6; }
6012 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
6013   $as_echo_n "(cached) " >&6
6014 else
6015   if test -n "$ac_ct_AR"; then
6016   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6017 else
6018 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6019 for as_dir in $PATH
6020 do
6021   IFS=$as_save_IFS
6022   test -z "$as_dir" && as_dir=.
6023   for ac_exec_ext in '' $ac_executable_extensions; do
6024   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6025     ac_cv_prog_ac_ct_AR="$ac_prog"
6026     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6027     break 2
6028   fi
6029 done
6030 done
6031 IFS=$as_save_IFS
6032
6033 fi
6034 fi
6035 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6036 if test -n "$ac_ct_AR"; then
6037   { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
6038 $as_echo "$ac_ct_AR" >&6; }
6039 else
6040   { $as_echo "$as_me:$LINENO: result: no" >&5
6041 $as_echo "no" >&6; }
6042 fi
6043
6044
6045   test -n "$ac_ct_AR" && break
6046 done
6047
6048   if test "x$ac_ct_AR" = x; then
6049     AR="ar"
6050   else
6051     case $cross_compiling:$ac_tool_warned in
6052 yes:)
6053 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6054 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6055 ac_tool_warned=yes ;;
6056 esac
6057     AR=$ac_ct_AR
6058   fi
6059 fi
6060
6061 ARFLAGS=rc
6062
6063 if test -n "$ac_tool_prefix"; then
6064   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6065 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6066 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6067 $as_echo_n "checking for $ac_word... " >&6; }
6068 if test "${ac_cv_prog_RANLIB+set}" = set; then
6069   $as_echo_n "(cached) " >&6
6070 else
6071   if test -n "$RANLIB"; then
6072   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6073 else
6074 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6075 for as_dir in $PATH
6076 do
6077   IFS=$as_save_IFS
6078   test -z "$as_dir" && as_dir=.
6079   for ac_exec_ext in '' $ac_executable_extensions; do
6080   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6081     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6082     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6083     break 2
6084   fi
6085 done
6086 done
6087 IFS=$as_save_IFS
6088
6089 fi
6090 fi
6091 RANLIB=$ac_cv_prog_RANLIB
6092 if test -n "$RANLIB"; then
6093   { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
6094 $as_echo "$RANLIB" >&6; }
6095 else
6096   { $as_echo "$as_me:$LINENO: result: no" >&5
6097 $as_echo "no" >&6; }
6098 fi
6099
6100
6101 fi
6102 if test -z "$ac_cv_prog_RANLIB"; then
6103   ac_ct_RANLIB=$RANLIB
6104   # Extract the first word of "ranlib", so it can be a program name with args.
6105 set dummy ranlib; ac_word=$2
6106 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6107 $as_echo_n "checking for $ac_word... " >&6; }
6108 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6109   $as_echo_n "(cached) " >&6
6110 else
6111   if test -n "$ac_ct_RANLIB"; then
6112   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6113 else
6114 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6115 for as_dir in $PATH
6116 do
6117   IFS=$as_save_IFS
6118   test -z "$as_dir" && as_dir=.
6119   for ac_exec_ext in '' $ac_executable_extensions; do
6120   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6121     ac_cv_prog_ac_ct_RANLIB="ranlib"
6122     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6123     break 2
6124   fi
6125 done
6126 done
6127 IFS=$as_save_IFS
6128
6129 fi
6130 fi
6131 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6132 if test -n "$ac_ct_RANLIB"; then
6133   { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6134 $as_echo "$ac_ct_RANLIB" >&6; }
6135 else
6136   { $as_echo "$as_me:$LINENO: result: no" >&5
6137 $as_echo "no" >&6; }
6138 fi
6139
6140   if test "x$ac_ct_RANLIB" = x; then
6141     RANLIB=":"
6142   else
6143     case $cross_compiling:$ac_tool_warned in
6144 yes:)
6145 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6146 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6147 ac_tool_warned=yes ;;
6148 esac
6149     RANLIB=$ac_ct_RANLIB
6150   fi
6151 else
6152   RANLIB="$ac_cv_prog_RANLIB"
6153 fi
6154
6155 if test -n "$ac_tool_prefix"; then
6156   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6157 set dummy ${ac_tool_prefix}strip; ac_word=$2
6158 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6159 $as_echo_n "checking for $ac_word... " >&6; }
6160 if test "${ac_cv_prog_STRIP+set}" = set; then
6161   $as_echo_n "(cached) " >&6
6162 else
6163   if test -n "$STRIP"; then
6164   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6165 else
6166 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6167 for as_dir in $PATH
6168 do
6169   IFS=$as_save_IFS
6170   test -z "$as_dir" && as_dir=.
6171   for ac_exec_ext in '' $ac_executable_extensions; do
6172   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6173     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6174     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6175     break 2
6176   fi
6177 done
6178 done
6179 IFS=$as_save_IFS
6180
6181 fi
6182 fi
6183 STRIP=$ac_cv_prog_STRIP
6184 if test -n "$STRIP"; then
6185   { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
6186 $as_echo "$STRIP" >&6; }
6187 else
6188   { $as_echo "$as_me:$LINENO: result: no" >&5
6189 $as_echo "no" >&6; }
6190 fi
6191
6192
6193 fi
6194 if test -z "$ac_cv_prog_STRIP"; then
6195   ac_ct_STRIP=$STRIP
6196   # Extract the first word of "strip", so it can be a program name with args.
6197 set dummy strip; ac_word=$2
6198 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6199 $as_echo_n "checking for $ac_word... " >&6; }
6200 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
6201   $as_echo_n "(cached) " >&6
6202 else
6203   if test -n "$ac_ct_STRIP"; then
6204   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6205 else
6206 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6207 for as_dir in $PATH
6208 do
6209   IFS=$as_save_IFS
6210   test -z "$as_dir" && as_dir=.
6211   for ac_exec_ext in '' $ac_executable_extensions; do
6212   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6213     ac_cv_prog_ac_ct_STRIP="strip"
6214     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6215     break 2
6216   fi
6217 done
6218 done
6219 IFS=$as_save_IFS
6220
6221 fi
6222 fi
6223 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6224 if test -n "$ac_ct_STRIP"; then
6225   { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
6226 $as_echo "$ac_ct_STRIP" >&6; }
6227 else
6228   { $as_echo "$as_me:$LINENO: result: no" >&5
6229 $as_echo "no" >&6; }
6230 fi
6231
6232   if test "x$ac_ct_STRIP" = x; then
6233     STRIP="strip"
6234   else
6235     case $cross_compiling:$ac_tool_warned in
6236 yes:)
6237 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6238 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6239 ac_tool_warned=yes ;;
6240 esac
6241     STRIP=$ac_ct_STRIP
6242   fi
6243 else
6244   STRIP="$ac_cv_prog_STRIP"
6245 fi
6246
6247 if test -n "$ac_tool_prefix"; then
6248   # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
6249 set dummy ${ac_tool_prefix}windres; ac_word=$2
6250 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6251 $as_echo_n "checking for $ac_word... " >&6; }
6252 if test "${ac_cv_prog_WINDRES+set}" = set; then
6253   $as_echo_n "(cached) " >&6
6254 else
6255   if test -n "$WINDRES"; then
6256   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
6257 else
6258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6259 for as_dir in $PATH
6260 do
6261   IFS=$as_save_IFS
6262   test -z "$as_dir" && as_dir=.
6263   for ac_exec_ext in '' $ac_executable_extensions; do
6264   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6265     ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
6266     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6267     break 2
6268   fi
6269 done
6270 done
6271 IFS=$as_save_IFS
6272
6273 fi
6274 fi
6275 WINDRES=$ac_cv_prog_WINDRES
6276 if test -n "$WINDRES"; then
6277   { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
6278 $as_echo "$WINDRES" >&6; }
6279 else
6280   { $as_echo "$as_me:$LINENO: result: no" >&5
6281 $as_echo "no" >&6; }
6282 fi
6283
6284
6285 fi
6286 if test -z "$ac_cv_prog_WINDRES"; then
6287   ac_ct_WINDRES=$WINDRES
6288   # Extract the first word of "windres", so it can be a program name with args.
6289 set dummy windres; ac_word=$2
6290 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6291 $as_echo_n "checking for $ac_word... " >&6; }
6292 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6293   $as_echo_n "(cached) " >&6
6294 else
6295   if test -n "$ac_ct_WINDRES"; then
6296   ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6297 else
6298 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6299 for as_dir in $PATH
6300 do
6301   IFS=$as_save_IFS
6302   test -z "$as_dir" && as_dir=.
6303   for ac_exec_ext in '' $ac_executable_extensions; do
6304   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6305     ac_cv_prog_ac_ct_WINDRES="windres"
6306     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6307     break 2
6308   fi
6309 done
6310 done
6311 IFS=$as_save_IFS
6312
6313 fi
6314 fi
6315 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6316 if test -n "$ac_ct_WINDRES"; then
6317   { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6318 $as_echo "$ac_ct_WINDRES" >&6; }
6319 else
6320   { $as_echo "$as_me:$LINENO: result: no" >&5
6321 $as_echo "no" >&6; }
6322 fi
6323
6324   if test "x$ac_ct_WINDRES" = x; then
6325     WINDRES="false"
6326   else
6327     case $cross_compiling:$ac_tool_warned in
6328 yes:)
6329 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6330 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6331 ac_tool_warned=yes ;;
6332 esac
6333     WINDRES=$ac_ct_WINDRES
6334   fi
6335 else
6336   WINDRES="$ac_cv_prog_WINDRES"
6337 fi
6338
6339 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
6340 $as_echo_n "checking whether ln -s works... " >&6; }
6341 LN_S=$as_ln_s
6342 if test "$LN_S" = "ln -s"; then
6343   { $as_echo "$as_me:$LINENO: result: yes" >&5
6344 $as_echo "yes" >&6; }
6345 else
6346   { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6347 $as_echo "no, using $LN_S" >&6; }
6348 fi
6349
6350 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
6351 $as_echo_n "checking whether ln works... " >&6; }
6352 rm -f conf$$ conf$$.file
6353 echo >conf$$.file
6354 if ln conf$$.file conf$$ 2>/dev/null; then
6355   LN=ln
6356
6357   { $as_echo "$as_me:$LINENO: result: yes" >&5
6358 $as_echo "yes" >&6; }
6359 else
6360   LN="cp -p"
6361
6362   { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
6363 $as_echo "no, using $LN" >&6; }
6364 fi
6365 rm -f conf$$ conf$$.file
6366 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6367 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
6368 if test "${ac_cv_path_GREP+set}" = set; then
6369   $as_echo_n "(cached) " >&6
6370 else
6371   if test -z "$GREP"; then
6372   ac_path_GREP_found=false
6373   # Loop through the user's path and test for each of PROGNAME-LIST
6374   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6375 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6376 do
6377   IFS=$as_save_IFS
6378   test -z "$as_dir" && as_dir=.
6379   for ac_prog in grep ggrep; do
6380     for ac_exec_ext in '' $ac_executable_extensions; do
6381       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6382       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6383 # Check for GNU ac_path_GREP and select it if it is found.
6384   # Check for GNU $ac_path_GREP
6385 case `"$ac_path_GREP" --version 2>&1` in
6386 *GNU*)
6387   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6388 *)
6389   ac_count=0
6390   $as_echo_n 0123456789 >"conftest.in"
6391   while :
6392   do
6393     cat "conftest.in" "conftest.in" >"conftest.tmp"
6394     mv "conftest.tmp" "conftest.in"
6395     cp "conftest.in" "conftest.nl"
6396     $as_echo 'GREP' >> "conftest.nl"
6397     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6398     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6399     ac_count=`expr $ac_count + 1`
6400     if test $ac_count -gt ${ac_path_GREP_max-0}; then
6401       # Best one so far, save it but keep looking for a better one
6402       ac_cv_path_GREP="$ac_path_GREP"
6403       ac_path_GREP_max=$ac_count
6404     fi
6405     # 10*(2^10) chars as input seems more than enough
6406     test $ac_count -gt 10 && break
6407   done
6408   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6409 esac
6410
6411       $ac_path_GREP_found && break 3
6412     done
6413   done
6414 done
6415 IFS=$as_save_IFS
6416   if test -z "$ac_cv_path_GREP"; then
6417     { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6418 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6419    { (exit 1); exit 1; }; }
6420   fi
6421 else
6422   ac_cv_path_GREP=$GREP
6423 fi
6424
6425 fi
6426 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6427 $as_echo "$ac_cv_path_GREP" >&6; }
6428  GREP="$ac_cv_path_GREP"
6429
6430
6431 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
6432 $as_echo_n "checking for egrep... " >&6; }
6433 if test "${ac_cv_path_EGREP+set}" = set; then
6434   $as_echo_n "(cached) " >&6
6435 else
6436   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6437    then ac_cv_path_EGREP="$GREP -E"
6438    else
6439      if test -z "$EGREP"; then
6440   ac_path_EGREP_found=false
6441   # Loop through the user's path and test for each of PROGNAME-LIST
6442   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6443 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6444 do
6445   IFS=$as_save_IFS
6446   test -z "$as_dir" && as_dir=.
6447   for ac_prog in egrep; do
6448     for ac_exec_ext in '' $ac_executable_extensions; do
6449       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6450       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6451 # Check for GNU ac_path_EGREP and select it if it is found.
6452   # Check for GNU $ac_path_EGREP
6453 case `"$ac_path_EGREP" --version 2>&1` in
6454 *GNU*)
6455   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6456 *)
6457   ac_count=0
6458   $as_echo_n 0123456789 >"conftest.in"
6459   while :
6460   do
6461     cat "conftest.in" "conftest.in" >"conftest.tmp"
6462     mv "conftest.tmp" "conftest.in"
6463     cp "conftest.in" "conftest.nl"
6464     $as_echo 'EGREP' >> "conftest.nl"
6465     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6466     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6467     ac_count=`expr $ac_count + 1`
6468     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6469       # Best one so far, save it but keep looking for a better one
6470       ac_cv_path_EGREP="$ac_path_EGREP"
6471       ac_path_EGREP_max=$ac_count
6472     fi
6473     # 10*(2^10) chars as input seems more than enough
6474     test $ac_count -gt 10 && break
6475   done
6476   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6477 esac
6478
6479       $ac_path_EGREP_found && break 3
6480     done
6481   done
6482 done
6483 IFS=$as_save_IFS
6484   if test -z "$ac_cv_path_EGREP"; then
6485     { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6486 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6487    { (exit 1); exit 1; }; }
6488   fi
6489 else
6490   ac_cv_path_EGREP=$EGREP
6491 fi
6492
6493    fi
6494 fi
6495 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6496 $as_echo "$ac_cv_path_EGREP" >&6; }
6497  EGREP="$ac_cv_path_EGREP"
6498
6499
6500 # Extract the first word of "ldconfig", so it can be a program name with args.
6501 set dummy ldconfig; ac_word=$2
6502 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6503 $as_echo_n "checking for $ac_word... " >&6; }
6504 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6505   $as_echo_n "(cached) " >&6
6506 else
6507   case $LDCONFIG in
6508   [\\/]* | ?:[\\/]*)
6509   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6510   ;;
6511   *)
6512   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6513 for as_dir in /sbin /usr/sbin $PATH
6514 do
6515   IFS=$as_save_IFS
6516   test -z "$as_dir" && as_dir=.
6517   for ac_exec_ext in '' $ac_executable_extensions; do
6518   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6519     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6520     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6521     break 2
6522   fi
6523 done
6524 done
6525 IFS=$as_save_IFS
6526
6527   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6528   ;;
6529 esac
6530 fi
6531 LDCONFIG=$ac_cv_path_LDCONFIG
6532 if test -n "$LDCONFIG"; then
6533   { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6534 $as_echo "$LDCONFIG" >&6; }
6535 else
6536   { $as_echo "$as_me:$LINENO: result: no" >&5
6537 $as_echo "no" >&6; }
6538 fi
6539
6540
6541 # Find a good install program.  We prefer a C program (faster),
6542 # so one script is as good as another.  But avoid the broken or
6543 # incompatible versions:
6544 # SysV /etc/install, /usr/sbin/install
6545 # SunOS /usr/etc/install
6546 # IRIX /sbin/install
6547 # AIX /bin/install
6548 # AmigaOS /C/install, which installs bootblocks on floppy discs
6549 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6550 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6551 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6552 # OS/2's system install, which has a completely different semantic
6553 # ./install, which can be erroneously created by make from ./install.sh.
6554 # Reject install programs that cannot install multiple files.
6555 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6556 $as_echo_n "checking for a BSD-compatible install... " >&6; }
6557 if test -z "$INSTALL"; then
6558 if test "${ac_cv_path_install+set}" = set; then
6559   $as_echo_n "(cached) " >&6
6560 else
6561   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6562 for as_dir in $PATH
6563 do
6564   IFS=$as_save_IFS
6565   test -z "$as_dir" && as_dir=.
6566   # Account for people who put trailing slashes in PATH elements.
6567 case $as_dir/ in
6568   ./ | .// | /cC/* | \
6569   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6570   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6571   /usr/ucb/* ) ;;
6572   *)
6573     # OSF1 and SCO ODT 3.0 have their own names for install.
6574     # Don't use installbsd from OSF since it installs stuff as root
6575     # by default.
6576     for ac_prog in ginstall scoinst install; do
6577       for ac_exec_ext in '' $ac_executable_extensions; do
6578         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6579           if test $ac_prog = install &&
6580             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6581             # AIX install.  It has an incompatible calling convention.
6582             :
6583           elif test $ac_prog = install &&
6584             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6585             # program-specific install script used by HP pwplus--don't use.
6586             :
6587           else
6588             rm -rf conftest.one conftest.two conftest.dir
6589             echo one > conftest.one
6590             echo two > conftest.two
6591             mkdir conftest.dir
6592             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
6593               test -s conftest.one && test -s conftest.two &&
6594               test -s conftest.dir/conftest.one &&
6595               test -s conftest.dir/conftest.two
6596             then
6597               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6598               break 3
6599             fi
6600           fi
6601         fi
6602       done
6603     done
6604     ;;
6605 esac
6606
6607 done
6608 IFS=$as_save_IFS
6609
6610 rm -rf conftest.one conftest.two conftest.dir
6611
6612 fi
6613   if test "${ac_cv_path_install+set}" = set; then
6614     INSTALL=$ac_cv_path_install
6615   else
6616     # As a last resort, use the slow shell script.  Don't cache a
6617     # value for INSTALL within a source directory, because that will
6618     # break other packages using the cache if that directory is
6619     # removed, or if the value is a relative name.
6620     INSTALL=$ac_install_sh
6621   fi
6622 fi
6623 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
6624 $as_echo "$INSTALL" >&6; }
6625
6626 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6627 # It thinks the first close brace ends the variable substitution.
6628 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6629
6630 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6631
6632 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6633
6634 case "$INSTALL" in
6635   [\\/$]* | ?:[\\/]* ) ;;
6636   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6637 esac
6638
6639 for ac_prog in lclint lint
6640 do
6641   # Extract the first word of "$ac_prog", so it can be a program name with args.
6642 set dummy $ac_prog; ac_word=$2
6643 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6644 $as_echo_n "checking for $ac_word... " >&6; }
6645 if test "${ac_cv_prog_LINT+set}" = set; then
6646   $as_echo_n "(cached) " >&6
6647 else
6648   if test -n "$LINT"; then
6649   ac_cv_prog_LINT="$LINT" # Let the user override the test.
6650 else
6651 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6652 for as_dir in $PATH
6653 do
6654   IFS=$as_save_IFS
6655   test -z "$as_dir" && as_dir=.
6656   for ac_exec_ext in '' $ac_executable_extensions; do
6657   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6658     ac_cv_prog_LINT="$ac_prog"
6659     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6660     break 2
6661   fi
6662 done
6663 done
6664 IFS=$as_save_IFS
6665
6666 fi
6667 fi
6668 LINT=$ac_cv_prog_LINT
6669 if test -n "$LINT"; then
6670   { $as_echo "$as_me:$LINENO: result: $LINT" >&5
6671 $as_echo "$LINT" >&6; }
6672 else
6673   { $as_echo "$as_me:$LINENO: result: no" >&5
6674 $as_echo "no" >&6; }
6675 fi
6676
6677
6678   test -n "$LINT" && break
6679 done
6680
6681 if test "$LINT" = "lint"
6682 then
6683   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6684   fi
6685
6686
6687
6688 for ac_prog in fontforge
6689 do
6690   # Extract the first word of "$ac_prog", so it can be a program name with args.
6691 set dummy $ac_prog; ac_word=$2
6692 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6693 $as_echo_n "checking for $ac_word... " >&6; }
6694 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6695   $as_echo_n "(cached) " >&6
6696 else
6697   if test -n "$FONTFORGE"; then
6698   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6699 else
6700 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6701 for as_dir in $PATH
6702 do
6703   IFS=$as_save_IFS
6704   test -z "$as_dir" && as_dir=.
6705   for ac_exec_ext in '' $ac_executable_extensions; do
6706   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6707     ac_cv_prog_FONTFORGE="$ac_prog"
6708     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6709     break 2
6710   fi
6711 done
6712 done
6713 IFS=$as_save_IFS
6714
6715 fi
6716 fi
6717 FONTFORGE=$ac_cv_prog_FONTFORGE
6718 if test -n "$FONTFORGE"; then
6719   { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6720 $as_echo "$FONTFORGE" >&6; }
6721 else
6722   { $as_echo "$as_me:$LINENO: result: no" >&5
6723 $as_echo "no" >&6; }
6724 fi
6725
6726
6727   test -n "$FONTFORGE" && break
6728 done
6729 test -n "$FONTFORGE" || FONTFORGE="false"
6730
6731 for ac_prog in pkg-config
6732 do
6733   # Extract the first word of "$ac_prog", so it can be a program name with args.
6734 set dummy $ac_prog; ac_word=$2
6735 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6736 $as_echo_n "checking for $ac_word... " >&6; }
6737 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6738   $as_echo_n "(cached) " >&6
6739 else
6740   if test -n "$PKG_CONFIG"; then
6741   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6742 else
6743 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6744 for as_dir in $PATH
6745 do
6746   IFS=$as_save_IFS
6747   test -z "$as_dir" && as_dir=.
6748   for ac_exec_ext in '' $ac_executable_extensions; do
6749   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6750     ac_cv_prog_PKG_CONFIG="$ac_prog"
6751     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6752     break 2
6753   fi
6754 done
6755 done
6756 IFS=$as_save_IFS
6757
6758 fi
6759 fi
6760 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6761 if test -n "$PKG_CONFIG"; then
6762   { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6763 $as_echo "$PKG_CONFIG" >&6; }
6764 else
6765   { $as_echo "$as_me:$LINENO: result: no" >&5
6766 $as_echo "no" >&6; }
6767 fi
6768
6769
6770   test -n "$PKG_CONFIG" && break
6771 done
6772 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6773
6774 for ac_prog in rsvg
6775 do
6776   # Extract the first word of "$ac_prog", so it can be a program name with args.
6777 set dummy $ac_prog; ac_word=$2
6778 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6779 $as_echo_n "checking for $ac_word... " >&6; }
6780 if test "${ac_cv_prog_RSVG+set}" = set; then
6781   $as_echo_n "(cached) " >&6
6782 else
6783   if test -n "$RSVG"; then
6784   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6785 else
6786 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6787 for as_dir in $PATH
6788 do
6789   IFS=$as_save_IFS
6790   test -z "$as_dir" && as_dir=.
6791   for ac_exec_ext in '' $ac_executable_extensions; do
6792   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6793     ac_cv_prog_RSVG="$ac_prog"
6794     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6795     break 2
6796   fi
6797 done
6798 done
6799 IFS=$as_save_IFS
6800
6801 fi
6802 fi
6803 RSVG=$ac_cv_prog_RSVG
6804 if test -n "$RSVG"; then
6805   { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
6806 $as_echo "$RSVG" >&6; }
6807 else
6808   { $as_echo "$as_me:$LINENO: result: no" >&5
6809 $as_echo "no" >&6; }
6810 fi
6811
6812
6813   test -n "$RSVG" && break
6814 done
6815 test -n "$RSVG" || RSVG="false"
6816
6817 for ac_prog in icotool
6818 do
6819   # Extract the first word of "$ac_prog", so it can be a program name with args.
6820 set dummy $ac_prog; ac_word=$2
6821 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6822 $as_echo_n "checking for $ac_word... " >&6; }
6823 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6824   $as_echo_n "(cached) " >&6
6825 else
6826   if test -n "$ICOTOOL"; then
6827   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6828 else
6829 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6830 for as_dir in $PATH
6831 do
6832   IFS=$as_save_IFS
6833   test -z "$as_dir" && as_dir=.
6834   for ac_exec_ext in '' $ac_executable_extensions; do
6835   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6836     ac_cv_prog_ICOTOOL="$ac_prog"
6837     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6838     break 2
6839   fi
6840 done
6841 done
6842 IFS=$as_save_IFS
6843
6844 fi
6845 fi
6846 ICOTOOL=$ac_cv_prog_ICOTOOL
6847 if test -n "$ICOTOOL"; then
6848   { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6849 $as_echo "$ICOTOOL" >&6; }
6850 else
6851   { $as_echo "$as_me:$LINENO: result: no" >&5
6852 $as_echo "no" >&6; }
6853 fi
6854
6855
6856   test -n "$ICOTOOL" && break
6857 done
6858 test -n "$ICOTOOL" || ICOTOOL="false"
6859
6860
6861 if test "${enable_maintainer_mode+set}" = set
6862 then
6863   if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6864   if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6865   if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6866 fi
6867
6868 case $host_cpu in
6869   *i[3456789]86*)
6870     # Extract the first word of "prelink", so it can be a program name with args.
6871 set dummy prelink; ac_word=$2
6872 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6873 $as_echo_n "checking for $ac_word... " >&6; }
6874 if test "${ac_cv_path_PRELINK+set}" = set; then
6875   $as_echo_n "(cached) " >&6
6876 else
6877   case $PRELINK in
6878   [\\/]* | ?:[\\/]*)
6879   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6880   ;;
6881   *)
6882   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6883 for as_dir in /sbin /usr/sbin $PATH
6884 do
6885   IFS=$as_save_IFS
6886   test -z "$as_dir" && as_dir=.
6887   for ac_exec_ext in '' $ac_executable_extensions; do
6888   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6889     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6890     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6891     break 2
6892   fi
6893 done
6894 done
6895 IFS=$as_save_IFS
6896
6897   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6898   ;;
6899 esac
6900 fi
6901 PRELINK=$ac_cv_path_PRELINK
6902 if test -n "$PRELINK"; then
6903   { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
6904 $as_echo "$PRELINK" >&6; }
6905 else
6906   { $as_echo "$as_me:$LINENO: result: no" >&5
6907 $as_echo "no" >&6; }
6908 fi
6909
6910
6911     ;;
6912 esac
6913
6914
6915
6916 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6917 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6918 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6919   $as_echo_n "(cached) " >&6
6920 else
6921   ac_check_lib_save_LIBS=$LIBS
6922 LIBS="-li386  $LIBS"
6923 cat >conftest.$ac_ext <<_ACEOF
6924 /* confdefs.h.  */
6925 _ACEOF
6926 cat confdefs.h >>conftest.$ac_ext
6927 cat >>conftest.$ac_ext <<_ACEOF
6928 /* end confdefs.h.  */
6929
6930 /* Override any GCC internal prototype to avoid an error.
6931    Use char because int might match the return type of a GCC
6932    builtin and then its argument prototype would still apply.  */
6933 #ifdef __cplusplus
6934 extern "C"
6935 #endif
6936 char i386_set_ldt ();
6937 int
6938 main ()
6939 {
6940 return i386_set_ldt ();
6941   ;
6942   return 0;
6943 }
6944 _ACEOF
6945 rm -f conftest.$ac_objext conftest$ac_exeext
6946 if { (ac_try="$ac_link"
6947 case "(($ac_try" in
6948   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6949   *) ac_try_echo=$ac_try;;
6950 esac
6951 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6952 $as_echo "$ac_try_echo") >&5
6953   (eval "$ac_link") 2>conftest.er1
6954   ac_status=$?
6955   grep -v '^ *+' conftest.er1 >conftest.err
6956   rm -f conftest.er1
6957   cat conftest.err >&5
6958   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6959   (exit $ac_status); } && {
6960          test -z "$ac_c_werror_flag" ||
6961          test ! -s conftest.err
6962        } && test -s conftest$ac_exeext && {
6963          test "$cross_compiling" = yes ||
6964          $as_test_x conftest$ac_exeext
6965        }; then
6966   ac_cv_lib_i386_i386_set_ldt=yes
6967 else
6968   $as_echo "$as_me: failed program was:" >&5
6969 sed 's/^/| /' conftest.$ac_ext >&5
6970
6971         ac_cv_lib_i386_i386_set_ldt=no
6972 fi
6973
6974 rm -rf conftest.dSYM
6975 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6976       conftest$ac_exeext conftest.$ac_ext
6977 LIBS=$ac_check_lib_save_LIBS
6978 fi
6979 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6980 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6981 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
6982   cat >>confdefs.h <<_ACEOF
6983 #define HAVE_LIBI386 1
6984 _ACEOF
6985
6986   LIBS="-li386 $LIBS"
6987
6988 fi
6989
6990
6991 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6992 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6993 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6994   $as_echo_n "(cached) " >&6
6995 else
6996   ac_check_lib_save_LIBS=$LIBS
6997 LIBS="-lossaudio  $LIBS"
6998 cat >conftest.$ac_ext <<_ACEOF
6999 /* confdefs.h.  */
7000 _ACEOF
7001 cat confdefs.h >>conftest.$ac_ext
7002 cat >>conftest.$ac_ext <<_ACEOF
7003 /* end confdefs.h.  */
7004
7005 /* Override any GCC internal prototype to avoid an error.
7006    Use char because int might match the return type of a GCC
7007    builtin and then its argument prototype would still apply.  */
7008 #ifdef __cplusplus
7009 extern "C"
7010 #endif
7011 char _oss_ioctl ();
7012 int
7013 main ()
7014 {
7015 return _oss_ioctl ();
7016   ;
7017   return 0;
7018 }
7019 _ACEOF
7020 rm -f conftest.$ac_objext conftest$ac_exeext
7021 if { (ac_try="$ac_link"
7022 case "(($ac_try" in
7023   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7024   *) ac_try_echo=$ac_try;;
7025 esac
7026 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7027 $as_echo "$ac_try_echo") >&5
7028   (eval "$ac_link") 2>conftest.er1
7029   ac_status=$?
7030   grep -v '^ *+' conftest.er1 >conftest.err
7031   rm -f conftest.er1
7032   cat conftest.err >&5
7033   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7034   (exit $ac_status); } && {
7035          test -z "$ac_c_werror_flag" ||
7036          test ! -s conftest.err
7037        } && test -s conftest$ac_exeext && {
7038          test "$cross_compiling" = yes ||
7039          $as_test_x conftest$ac_exeext
7040        }; then
7041   ac_cv_lib_ossaudio__oss_ioctl=yes
7042 else
7043   $as_echo "$as_me: failed program was:" >&5
7044 sed 's/^/| /' conftest.$ac_ext >&5
7045
7046         ac_cv_lib_ossaudio__oss_ioctl=no
7047 fi
7048
7049 rm -rf conftest.dSYM
7050 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7051       conftest$ac_exeext conftest.$ac_ext
7052 LIBS=$ac_check_lib_save_LIBS
7053 fi
7054 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
7055 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
7056 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
7057   cat >>confdefs.h <<_ACEOF
7058 #define HAVE_LIBOSSAUDIO 1
7059 _ACEOF
7060
7061   LIBS="-lossaudio $LIBS"
7062
7063 fi
7064
7065 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
7066 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7067 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
7068   $as_echo_n "(cached) " >&6
7069 else
7070   ac_check_lib_save_LIBS=$LIBS
7071 LIBS="-lpthread  $LIBS"
7072 cat >conftest.$ac_ext <<_ACEOF
7073 /* confdefs.h.  */
7074 _ACEOF
7075 cat confdefs.h >>conftest.$ac_ext
7076 cat >>conftest.$ac_ext <<_ACEOF
7077 /* end confdefs.h.  */
7078
7079 /* Override any GCC internal prototype to avoid an error.
7080    Use char because int might match the return type of a GCC
7081    builtin and then its argument prototype would still apply.  */
7082 #ifdef __cplusplus
7083 extern "C"
7084 #endif
7085 char pthread_create ();
7086 int
7087 main ()
7088 {
7089 return pthread_create ();
7090   ;
7091   return 0;
7092 }
7093 _ACEOF
7094 rm -f conftest.$ac_objext conftest$ac_exeext
7095 if { (ac_try="$ac_link"
7096 case "(($ac_try" in
7097   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7098   *) ac_try_echo=$ac_try;;
7099 esac
7100 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7101 $as_echo "$ac_try_echo") >&5
7102   (eval "$ac_link") 2>conftest.er1
7103   ac_status=$?
7104   grep -v '^ *+' conftest.er1 >conftest.err
7105   rm -f conftest.er1
7106   cat conftest.err >&5
7107   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7108   (exit $ac_status); } && {
7109          test -z "$ac_c_werror_flag" ||
7110          test ! -s conftest.err
7111        } && test -s conftest$ac_exeext && {
7112          test "$cross_compiling" = yes ||
7113          $as_test_x conftest$ac_exeext
7114        }; then
7115   ac_cv_lib_pthread_pthread_create=yes
7116 else
7117   $as_echo "$as_me: failed program was:" >&5
7118 sed 's/^/| /' conftest.$ac_ext >&5
7119
7120         ac_cv_lib_pthread_pthread_create=no
7121 fi
7122
7123 rm -rf conftest.dSYM
7124 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7125       conftest$ac_exeext conftest.$ac_ext
7126 LIBS=$ac_check_lib_save_LIBS
7127 fi
7128 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
7129 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7130 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
7131   LIBPTHREAD="-lpthread"
7132
7133 fi
7134
7135
7136 XLIB=""
7137
7138 OPENGL_LIBS=""
7139
7140
7141
7142 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7143 $as_echo_n "checking for ANSI C header files... " >&6; }
7144 if test "${ac_cv_header_stdc+set}" = set; then
7145   $as_echo_n "(cached) " >&6
7146 else
7147   cat >conftest.$ac_ext <<_ACEOF
7148 /* confdefs.h.  */
7149 _ACEOF
7150 cat confdefs.h >>conftest.$ac_ext
7151 cat >>conftest.$ac_ext <<_ACEOF
7152 /* end confdefs.h.  */
7153 #include <stdlib.h>
7154 #include <stdarg.h>
7155 #include <string.h>
7156 #include <float.h>
7157
7158 int
7159 main ()
7160 {
7161
7162   ;
7163   return 0;
7164 }
7165 _ACEOF
7166 rm -f conftest.$ac_objext
7167 if { (ac_try="$ac_compile"
7168 case "(($ac_try" in
7169   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7170   *) ac_try_echo=$ac_try;;
7171 esac
7172 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7173 $as_echo "$ac_try_echo") >&5
7174   (eval "$ac_compile") 2>conftest.er1
7175   ac_status=$?
7176   grep -v '^ *+' conftest.er1 >conftest.err
7177   rm -f conftest.er1
7178   cat conftest.err >&5
7179   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7180   (exit $ac_status); } && {
7181          test -z "$ac_c_werror_flag" ||
7182          test ! -s conftest.err
7183        } && test -s conftest.$ac_objext; then
7184   ac_cv_header_stdc=yes
7185 else
7186   $as_echo "$as_me: failed program was:" >&5
7187 sed 's/^/| /' conftest.$ac_ext >&5
7188
7189         ac_cv_header_stdc=no
7190 fi
7191
7192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7193
7194 if test $ac_cv_header_stdc = yes; then
7195   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7196   cat >conftest.$ac_ext <<_ACEOF
7197 /* confdefs.h.  */
7198 _ACEOF
7199 cat confdefs.h >>conftest.$ac_ext
7200 cat >>conftest.$ac_ext <<_ACEOF
7201 /* end confdefs.h.  */
7202 #include <string.h>
7203
7204 _ACEOF
7205 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7206   $EGREP "memchr" >/dev/null 2>&1; then
7207   :
7208 else
7209   ac_cv_header_stdc=no
7210 fi
7211 rm -f conftest*
7212
7213 fi
7214
7215 if test $ac_cv_header_stdc = yes; then
7216   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7217   cat >conftest.$ac_ext <<_ACEOF
7218 /* confdefs.h.  */
7219 _ACEOF
7220 cat confdefs.h >>conftest.$ac_ext
7221 cat >>conftest.$ac_ext <<_ACEOF
7222 /* end confdefs.h.  */
7223 #include <stdlib.h>
7224
7225 _ACEOF
7226 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7227   $EGREP "free" >/dev/null 2>&1; then
7228   :
7229 else
7230   ac_cv_header_stdc=no
7231 fi
7232 rm -f conftest*
7233
7234 fi
7235
7236 if test $ac_cv_header_stdc = yes; then
7237   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7238   if test "$cross_compiling" = yes; then
7239   :
7240 else
7241   cat >conftest.$ac_ext <<_ACEOF
7242 /* confdefs.h.  */
7243 _ACEOF
7244 cat confdefs.h >>conftest.$ac_ext
7245 cat >>conftest.$ac_ext <<_ACEOF
7246 /* end confdefs.h.  */
7247 #include <ctype.h>
7248 #include <stdlib.h>
7249 #if ((' ' & 0x0FF) == 0x020)
7250 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7251 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7252 #else
7253 # define ISLOWER(c) \
7254                    (('a' <= (c) && (c) <= 'i') \
7255                      || ('j' <= (c) && (c) <= 'r') \
7256                      || ('s' <= (c) && (c) <= 'z'))
7257 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7258 #endif
7259
7260 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7261 int
7262 main ()
7263 {
7264   int i;
7265   for (i = 0; i < 256; i++)
7266     if (XOR (islower (i), ISLOWER (i))
7267         || toupper (i) != TOUPPER (i))
7268       return 2;
7269   return 0;
7270 }
7271 _ACEOF
7272 rm -f conftest$ac_exeext
7273 if { (ac_try="$ac_link"
7274 case "(($ac_try" in
7275   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7276   *) ac_try_echo=$ac_try;;
7277 esac
7278 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7279 $as_echo "$ac_try_echo") >&5
7280   (eval "$ac_link") 2>&5
7281   ac_status=$?
7282   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7283   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7284   { (case "(($ac_try" in
7285   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7286   *) ac_try_echo=$ac_try;;
7287 esac
7288 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7289 $as_echo "$ac_try_echo") >&5
7290   (eval "$ac_try") 2>&5
7291   ac_status=$?
7292   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7293   (exit $ac_status); }; }; then
7294   :
7295 else
7296   $as_echo "$as_me: program exited with status $ac_status" >&5
7297 $as_echo "$as_me: failed program was:" >&5
7298 sed 's/^/| /' conftest.$ac_ext >&5
7299
7300 ( exit $ac_status )
7301 ac_cv_header_stdc=no
7302 fi
7303 rm -rf conftest.dSYM
7304 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7305 fi
7306
7307
7308 fi
7309 fi
7310 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7311 $as_echo "$ac_cv_header_stdc" >&6; }
7312 if test $ac_cv_header_stdc = yes; then
7313
7314 cat >>confdefs.h <<\_ACEOF
7315 #define STDC_HEADERS 1
7316 _ACEOF
7317
7318 fi
7319
7320 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7321
7322
7323
7324
7325
7326
7327
7328
7329
7330 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7331                   inttypes.h stdint.h unistd.h
7332 do
7333 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7334 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7335 $as_echo_n "checking for $ac_header... " >&6; }
7336 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7337   $as_echo_n "(cached) " >&6
7338 else
7339   cat >conftest.$ac_ext <<_ACEOF
7340 /* confdefs.h.  */
7341 _ACEOF
7342 cat confdefs.h >>conftest.$ac_ext
7343 cat >>conftest.$ac_ext <<_ACEOF
7344 /* end confdefs.h.  */
7345 $ac_includes_default
7346
7347 #include <$ac_header>
7348 _ACEOF
7349 rm -f conftest.$ac_objext
7350 if { (ac_try="$ac_compile"
7351 case "(($ac_try" in
7352   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7353   *) ac_try_echo=$ac_try;;
7354 esac
7355 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7356 $as_echo "$ac_try_echo") >&5
7357   (eval "$ac_compile") 2>conftest.er1
7358   ac_status=$?
7359   grep -v '^ *+' conftest.er1 >conftest.err
7360   rm -f conftest.er1
7361   cat conftest.err >&5
7362   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7363   (exit $ac_status); } && {
7364          test -z "$ac_c_werror_flag" ||
7365          test ! -s conftest.err
7366        } && test -s conftest.$ac_objext; then
7367   eval "$as_ac_Header=yes"
7368 else
7369   $as_echo "$as_me: failed program was:" >&5
7370 sed 's/^/| /' conftest.$ac_ext >&5
7371
7372         eval "$as_ac_Header=no"
7373 fi
7374
7375 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7376 fi
7377 ac_res=`eval 'as_val=${'$as_ac_Header'}
7378                  $as_echo "$as_val"'`
7379                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7380 $as_echo "$ac_res" >&6; }
7381 as_val=`eval 'as_val=${'$as_ac_Header'}
7382                  $as_echo "$as_val"'`
7383    if test "x$as_val" = x""yes; then
7384   cat >>confdefs.h <<_ACEOF
7385 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7386 _ACEOF
7387
7388 fi
7389
7390 done
7391
7392
7393
7394
7395
7396
7397
7398
7399
7400
7401
7402
7403
7404
7405
7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
7416
7417
7418
7419
7420
7421
7422
7423
7424
7425
7426
7427
7428
7429
7430
7431
7432
7433
7434
7435
7436
7437
7438
7439
7440
7441
7442
7443
7444
7445
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456
7457
7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
7480
7481
7482
7483
7484
7485
7486
7487
7488
7489
7490
7491
7492
7493
7494
7495
7496
7497
7498
7499
7500
7501
7502
7503
7504
7505
7506
7507 for ac_header in \
7508         AudioUnit/AudioUnit.h \
7509         Carbon/Carbon.h \
7510         CoreAudio/CoreAudio.h \
7511         DiskArbitration/DiskArbitration.h \
7512         IOKit/IOKitLib.h \
7513         alias.h \
7514         alsa/asoundlib.h \
7515         arpa/inet.h \
7516         arpa/nameser.h \
7517         asm/types.h \
7518         capi20.h \
7519         curses.h \
7520         direct.h \
7521         dirent.h \
7522         dlfcn.h \
7523         elf.h \
7524         float.h \
7525         fontconfig/fontconfig.h \
7526         getopt.h \
7527         grp.h \
7528         ieeefp.h \
7529         io.h \
7530         jack/jack.h \
7531         jpeglib.h \
7532         lber.h \
7533         lcms.h \
7534         lcms/lcms.h \
7535         ldap.h \
7536         libaudioio.h \
7537         link.h \
7538         linux/cdrom.h \
7539         linux/compiler.h \
7540         linux/hdreg.h \
7541         linux/input.h \
7542         linux/ioctl.h \
7543         linux/joystick.h \
7544         linux/major.h \
7545         linux/param.h \
7546         linux/serial.h \
7547         linux/types.h \
7548         linux/ucdrom.h \
7549         mach/mach.h \
7550         mach/machine.h \
7551         machine/cpu.h \
7552         machine/limits.h \
7553         machine/soundcard.h \
7554         mntent.h \
7555         ncurses.h \
7556         netdb.h \
7557         netinet/in.h \
7558         netinet/in_systm.h \
7559         netinet/tcp.h \
7560         netinet/tcp_fsm.h \
7561         openssl/err.h \
7562         openssl/ssl.h \
7563         png.h \
7564         poll.h \
7565         process.h \
7566         pthread.h \
7567         pwd.h \
7568         regex.h \
7569         sched.h \
7570         scsi/scsi.h \
7571         scsi/scsi_ioctl.h \
7572         scsi/sg.h \
7573         soundcard.h \
7574         stdint.h \
7575         strings.h \
7576         sys/asoundlib.h \
7577         sys/cdio.h \
7578         sys/elf32.h \
7579         sys/epoll.h \
7580         sys/errno.h \
7581         sys/event.h \
7582         sys/exec_elf.h \
7583         sys/filio.h \
7584         sys/ioctl.h \
7585         sys/ipc.h \
7586         sys/limits.h \
7587         sys/link.h \
7588         sys/lwp.h \
7589         sys/mman.h \
7590         sys/modem.h \
7591         sys/msg.h \
7592         sys/mtio.h \
7593         sys/param.h \
7594         sys/poll.h \
7595         sys/prctl.h \
7596         sys/ptrace.h \
7597         sys/reg.h \
7598         sys/resource.h \
7599         sys/scsiio.h \
7600         sys/shm.h \
7601         sys/signal.h \
7602         sys/socket.h \
7603         sys/socketvar.h \
7604         sys/sockio.h \
7605         sys/soundcard.h \
7606         sys/statvfs.h \
7607         sys/strtio.h \
7608         sys/syscall.h \
7609         sys/time.h \
7610         sys/times.h \
7611         sys/uio.h \
7612         sys/un.h \
7613         sys/utsname.h \
7614         sys/vm86.h \
7615         sys/wait.h \
7616         syscall.h \
7617         termios.h \
7618         unistd.h \
7619         utime.h \
7620         valgrind/memcheck.h \
7621         valgrind/valgrind.h
7622
7623 do
7624 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7625 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7626   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7627 $as_echo_n "checking for $ac_header... " >&6; }
7628 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7629   $as_echo_n "(cached) " >&6
7630 fi
7631 ac_res=`eval 'as_val=${'$as_ac_Header'}
7632                  $as_echo "$as_val"'`
7633                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7634 $as_echo "$ac_res" >&6; }
7635 else
7636   # Is the header compilable?
7637 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
7638 $as_echo_n "checking $ac_header usability... " >&6; }
7639 cat >conftest.$ac_ext <<_ACEOF
7640 /* confdefs.h.  */
7641 _ACEOF
7642 cat confdefs.h >>conftest.$ac_ext
7643 cat >>conftest.$ac_ext <<_ACEOF
7644 /* end confdefs.h.  */
7645 $ac_includes_default
7646 #include <$ac_header>
7647 _ACEOF
7648 rm -f conftest.$ac_objext
7649 if { (ac_try="$ac_compile"
7650 case "(($ac_try" in
7651   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7652   *) ac_try_echo=$ac_try;;
7653 esac
7654 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7655 $as_echo "$ac_try_echo") >&5
7656   (eval "$ac_compile") 2>conftest.er1
7657   ac_status=$?
7658   grep -v '^ *+' conftest.er1 >conftest.err
7659   rm -f conftest.er1
7660   cat conftest.err >&5
7661   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7662   (exit $ac_status); } && {
7663          test -z "$ac_c_werror_flag" ||
7664          test ! -s conftest.err
7665        } && test -s conftest.$ac_objext; then
7666   ac_header_compiler=yes
7667 else
7668   $as_echo "$as_me: failed program was:" >&5
7669 sed 's/^/| /' conftest.$ac_ext >&5
7670
7671         ac_header_compiler=no
7672 fi
7673
7674 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7675 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7676 $as_echo "$ac_header_compiler" >&6; }
7677
7678 # Is the header present?
7679 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
7680 $as_echo_n "checking $ac_header presence... " >&6; }
7681 cat >conftest.$ac_ext <<_ACEOF
7682 /* confdefs.h.  */
7683 _ACEOF
7684 cat confdefs.h >>conftest.$ac_ext
7685 cat >>conftest.$ac_ext <<_ACEOF
7686 /* end confdefs.h.  */
7687 #include <$ac_header>
7688 _ACEOF
7689 if { (ac_try="$ac_cpp conftest.$ac_ext"
7690 case "(($ac_try" in
7691   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7692   *) ac_try_echo=$ac_try;;
7693 esac
7694 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7695 $as_echo "$ac_try_echo") >&5
7696   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7697   ac_status=$?
7698   grep -v '^ *+' conftest.er1 >conftest.err
7699   rm -f conftest.er1
7700   cat conftest.err >&5
7701   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7702   (exit $ac_status); } >/dev/null && {
7703          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7704          test ! -s conftest.err
7705        }; then
7706   ac_header_preproc=yes
7707 else
7708   $as_echo "$as_me: failed program was:" >&5
7709 sed 's/^/| /' conftest.$ac_ext >&5
7710
7711   ac_header_preproc=no
7712 fi
7713
7714 rm -f conftest.err conftest.$ac_ext
7715 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7716 $as_echo "$ac_header_preproc" >&6; }
7717
7718 # So?  What about this header?
7719 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7720   yes:no: )
7721     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7722 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7723     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7724 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7725     ac_header_preproc=yes
7726     ;;
7727   no:yes:* )
7728     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7729 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7730     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
7731 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
7732     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7733 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7734     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
7735 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
7736     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7737 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7738     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7739 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7740     ( cat <<\_ASBOX
7741 ## ------------------------------------ ##
7742 ## Report this to wine-devel@winehq.org ##
7743 ## ------------------------------------ ##
7744 _ASBOX
7745      ) | sed "s/^/$as_me: WARNING:     /" >&2
7746     ;;
7747 esac
7748 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7749 $as_echo_n "checking for $ac_header... " >&6; }
7750 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7751   $as_echo_n "(cached) " >&6
7752 else
7753   eval "$as_ac_Header=\$ac_header_preproc"
7754 fi
7755 ac_res=`eval 'as_val=${'$as_ac_Header'}
7756                  $as_echo "$as_val"'`
7757                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7758 $as_echo "$ac_res" >&6; }
7759
7760 fi
7761 as_val=`eval 'as_val=${'$as_ac_Header'}
7762                  $as_echo "$as_val"'`
7763    if test "x$as_val" = x""yes; then
7764   cat >>confdefs.h <<_ACEOF
7765 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7766 _ACEOF
7767
7768 fi
7769
7770 done
7771
7772 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7773 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7774 if test "${ac_cv_header_stat_broken+set}" = set; then
7775   $as_echo_n "(cached) " >&6
7776 else
7777   cat >conftest.$ac_ext <<_ACEOF
7778 /* confdefs.h.  */
7779 _ACEOF
7780 cat confdefs.h >>conftest.$ac_ext
7781 cat >>conftest.$ac_ext <<_ACEOF
7782 /* end confdefs.h.  */
7783 #include <sys/types.h>
7784 #include <sys/stat.h>
7785
7786 #if defined S_ISBLK && defined S_IFDIR
7787 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7788 #endif
7789
7790 #if defined S_ISBLK && defined S_IFCHR
7791 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7792 #endif
7793
7794 #if defined S_ISLNK && defined S_IFREG
7795 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7796 #endif
7797
7798 #if defined S_ISSOCK && defined S_IFREG
7799 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7800 #endif
7801
7802 _ACEOF
7803 rm -f conftest.$ac_objext
7804 if { (ac_try="$ac_compile"
7805 case "(($ac_try" in
7806   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7807   *) ac_try_echo=$ac_try;;
7808 esac
7809 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7810 $as_echo "$ac_try_echo") >&5
7811   (eval "$ac_compile") 2>conftest.er1
7812   ac_status=$?
7813   grep -v '^ *+' conftest.er1 >conftest.err
7814   rm -f conftest.er1
7815   cat conftest.err >&5
7816   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7817   (exit $ac_status); } && {
7818          test -z "$ac_c_werror_flag" ||
7819          test ! -s conftest.err
7820        } && test -s conftest.$ac_objext; then
7821   ac_cv_header_stat_broken=no
7822 else
7823   $as_echo "$as_me: failed program was:" >&5
7824 sed 's/^/| /' conftest.$ac_ext >&5
7825
7826         ac_cv_header_stat_broken=yes
7827 fi
7828
7829 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7830 fi
7831 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7832 $as_echo "$ac_cv_header_stat_broken" >&6; }
7833 if test $ac_cv_header_stat_broken = yes; then
7834
7835 cat >>confdefs.h <<\_ACEOF
7836 #define STAT_MACROS_BROKEN 1
7837 _ACEOF
7838
7839 fi
7840
7841
7842
7843
7844
7845
7846
7847
7848 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
7849 do
7850 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7851 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7852 $as_echo_n "checking for $ac_header... " >&6; }
7853 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7854   $as_echo_n "(cached) " >&6
7855 else
7856   cat >conftest.$ac_ext <<_ACEOF
7857 /* confdefs.h.  */
7858 _ACEOF
7859 cat confdefs.h >>conftest.$ac_ext
7860 cat >>conftest.$ac_ext <<_ACEOF
7861 /* end confdefs.h.  */
7862 #include <sys/types.h>
7863      #ifdef HAVE_SYS_PARAM_H
7864      # include <sys/param.h>
7865      #endif
7866
7867 #include <$ac_header>
7868 _ACEOF
7869 rm -f conftest.$ac_objext
7870 if { (ac_try="$ac_compile"
7871 case "(($ac_try" in
7872   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7873   *) ac_try_echo=$ac_try;;
7874 esac
7875 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7876 $as_echo "$ac_try_echo") >&5
7877   (eval "$ac_compile") 2>conftest.er1
7878   ac_status=$?
7879   grep -v '^ *+' conftest.er1 >conftest.err
7880   rm -f conftest.er1
7881   cat conftest.err >&5
7882   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7883   (exit $ac_status); } && {
7884          test -z "$ac_c_werror_flag" ||
7885          test ! -s conftest.err
7886        } && test -s conftest.$ac_objext; then
7887   eval "$as_ac_Header=yes"
7888 else
7889   $as_echo "$as_me: failed program was:" >&5
7890 sed 's/^/| /' conftest.$ac_ext >&5
7891
7892         eval "$as_ac_Header=no"
7893 fi
7894
7895 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7896 fi
7897 ac_res=`eval 'as_val=${'$as_ac_Header'}
7898                  $as_echo "$as_val"'`
7899                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7900 $as_echo "$ac_res" >&6; }
7901 as_val=`eval 'as_val=${'$as_ac_Header'}
7902                  $as_echo "$as_val"'`
7903    if test "x$as_val" = x""yes; then
7904   cat >>confdefs.h <<_ACEOF
7905 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7906 _ACEOF
7907
7908 fi
7909
7910 done
7911
7912
7913
7914
7915
7916
7917
7918
7919
7920
7921
7922
7923
7924
7925 for ac_header in \
7926         netinet/ip.h \
7927         net/if.h \
7928         net/if_arp.h \
7929         net/if_dl.h \
7930         net/if_types.h \
7931         net/route.h \
7932         netinet/if_ether.h \
7933         netinet/in_pcb.h \
7934         netinet/ip_icmp.h \
7935         netinet/ip_var.h \
7936         netinet/udp.h \
7937         netipx/ipx.h \
7938
7939 do
7940 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7941 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7942 $as_echo_n "checking for $ac_header... " >&6; }
7943 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7944   $as_echo_n "(cached) " >&6
7945 else
7946   cat >conftest.$ac_ext <<_ACEOF
7947 /* confdefs.h.  */
7948 _ACEOF
7949 cat confdefs.h >>conftest.$ac_ext
7950 cat >>conftest.$ac_ext <<_ACEOF
7951 /* end confdefs.h.  */
7952 #include <sys/types.h>
7953      #ifdef HAVE_SYS_SOCKET_H
7954      # include <sys/socket.h>
7955      #endif
7956      #ifdef HAVE_SYS_SOCKETVAR_H
7957      # include <sys/socketvar.h>
7958      #endif
7959      #ifdef HAVE_NETINET_IN_H
7960      # include <netinet/in.h>
7961      #endif
7962      #ifdef HAVE_NETINET_IP_H
7963      # include <netinet/ip.h>
7964      #endif
7965
7966 #include <$ac_header>
7967 _ACEOF
7968 rm -f conftest.$ac_objext
7969 if { (ac_try="$ac_compile"
7970 case "(($ac_try" in
7971   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7972   *) ac_try_echo=$ac_try;;
7973 esac
7974 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7975 $as_echo "$ac_try_echo") >&5
7976   (eval "$ac_compile") 2>conftest.er1
7977   ac_status=$?
7978   grep -v '^ *+' conftest.er1 >conftest.err
7979   rm -f conftest.er1
7980   cat conftest.err >&5
7981   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7982   (exit $ac_status); } && {
7983          test -z "$ac_c_werror_flag" ||
7984          test ! -s conftest.err
7985        } && test -s conftest.$ac_objext; then
7986   eval "$as_ac_Header=yes"
7987 else
7988   $as_echo "$as_me: failed program was:" >&5
7989 sed 's/^/| /' conftest.$ac_ext >&5
7990
7991         eval "$as_ac_Header=no"
7992 fi
7993
7994 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7995 fi
7996 ac_res=`eval 'as_val=${'$as_ac_Header'}
7997                  $as_echo "$as_val"'`
7998                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7999 $as_echo "$ac_res" >&6; }
8000 as_val=`eval 'as_val=${'$as_ac_Header'}
8001                  $as_echo "$as_val"'`
8002    if test "x$as_val" = x""yes; then
8003   cat >>confdefs.h <<_ACEOF
8004 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8005 _ACEOF
8006
8007 fi
8008
8009 done
8010
8011
8012
8013
8014
8015
8016 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
8017 do
8018 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8019 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8020 $as_echo_n "checking for $ac_header... " >&6; }
8021 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8022   $as_echo_n "(cached) " >&6
8023 else
8024   cat >conftest.$ac_ext <<_ACEOF
8025 /* confdefs.h.  */
8026 _ACEOF
8027 cat confdefs.h >>conftest.$ac_ext
8028 cat >>conftest.$ac_ext <<_ACEOF
8029 /* end confdefs.h.  */
8030 #include <sys/types.h>
8031      #ifdef HAVE_ALIAS_H
8032      # include <alias.h>
8033      #endif
8034      #ifdef HAVE_SYS_SOCKET_H
8035      # include <sys/socket.h>
8036      #endif
8037      #ifdef HAVE_SYS_SOCKETVAR_H
8038      # include <sys/socketvar.h>
8039      #endif
8040      #ifdef HAVE_NETINET_IN_H
8041      # include <netinet/in.h>
8042      #endif
8043      #ifdef HAVE_NETINET_IP_H
8044      # include <netinet/ip.h>
8045      #endif
8046      #ifdef HAVE_NETINET_IP_VAR_H
8047      # include <netinet/ip_var.h>
8048      #endif
8049      #ifdef HAVE_NETINET_IP_ICMP_H
8050      # include <netinet/ip_icmp.h>
8051      #endif
8052      #ifdef HAVE_NETINET_UDP_H
8053      # include <netinet/udp.h>
8054      #endif
8055      #ifdef HAVE_NETINET_TCP_H
8056      # include <netinet/tcp.h>
8057      #endif
8058
8059 #include <$ac_header>
8060 _ACEOF
8061 rm -f conftest.$ac_objext
8062 if { (ac_try="$ac_compile"
8063 case "(($ac_try" in
8064   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8065   *) ac_try_echo=$ac_try;;
8066 esac
8067 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8068 $as_echo "$ac_try_echo") >&5
8069   (eval "$ac_compile") 2>conftest.er1
8070   ac_status=$?
8071   grep -v '^ *+' conftest.er1 >conftest.err
8072   rm -f conftest.er1
8073   cat conftest.err >&5
8074   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8075   (exit $ac_status); } && {
8076          test -z "$ac_c_werror_flag" ||
8077          test ! -s conftest.err
8078        } && test -s conftest.$ac_objext; then
8079   eval "$as_ac_Header=yes"
8080 else
8081   $as_echo "$as_me: failed program was:" >&5
8082 sed 's/^/| /' conftest.$ac_ext >&5
8083
8084         eval "$as_ac_Header=no"
8085 fi
8086
8087 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8088 fi
8089 ac_res=`eval 'as_val=${'$as_ac_Header'}
8090                  $as_echo "$as_val"'`
8091                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8092 $as_echo "$ac_res" >&6; }
8093 as_val=`eval 'as_val=${'$as_ac_Header'}
8094                  $as_echo "$as_val"'`
8095    if test "x$as_val" = x""yes; then
8096   cat >>confdefs.h <<_ACEOF
8097 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8098 _ACEOF
8099
8100 fi
8101
8102 done
8103
8104
8105
8106 for ac_header in linux/ipx.h
8107 do
8108 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8109 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8110 $as_echo_n "checking for $ac_header... " >&6; }
8111 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8112   $as_echo_n "(cached) " >&6
8113 else
8114   cat >conftest.$ac_ext <<_ACEOF
8115 /* confdefs.h.  */
8116 _ACEOF
8117 cat confdefs.h >>conftest.$ac_ext
8118 cat >>conftest.$ac_ext <<_ACEOF
8119 /* end confdefs.h.  */
8120 #include <sys/types.h>
8121      #ifdef HAVE_ASM_TYPES_H
8122      # include <asm/types.h>
8123      #endif
8124      #ifdef HAVE_SYS_SOCKET_H
8125      # include <sys/socket.h>
8126      #endif
8127      #ifdef HAVE_LINUX_TYPES_H
8128      # include <linux/types.h>
8129      #endif
8130
8131 #include <$ac_header>
8132 _ACEOF
8133 rm -f conftest.$ac_objext
8134 if { (ac_try="$ac_compile"
8135 case "(($ac_try" in
8136   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8137   *) ac_try_echo=$ac_try;;
8138 esac
8139 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8140 $as_echo "$ac_try_echo") >&5
8141   (eval "$ac_compile") 2>conftest.er1
8142   ac_status=$?
8143   grep -v '^ *+' conftest.er1 >conftest.err
8144   rm -f conftest.er1
8145   cat conftest.err >&5
8146   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8147   (exit $ac_status); } && {
8148          test -z "$ac_c_werror_flag" ||
8149          test ! -s conftest.err
8150        } && test -s conftest.$ac_objext; then
8151   eval "$as_ac_Header=yes"
8152 else
8153   $as_echo "$as_me: failed program was:" >&5
8154 sed 's/^/| /' conftest.$ac_ext >&5
8155
8156         eval "$as_ac_Header=no"
8157 fi
8158
8159 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8160 fi
8161 ac_res=`eval 'as_val=${'$as_ac_Header'}
8162                  $as_echo "$as_val"'`
8163                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8164 $as_echo "$ac_res" >&6; }
8165 as_val=`eval 'as_val=${'$as_ac_Header'}
8166                  $as_echo "$as_val"'`
8167    if test "x$as_val" = x""yes; then
8168   cat >>confdefs.h <<_ACEOF
8169 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8170 _ACEOF
8171
8172 fi
8173
8174 done
8175
8176
8177
8178 for ac_header in resolv.h
8179 do
8180 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8181 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8182 $as_echo_n "checking for $ac_header... " >&6; }
8183 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8184   $as_echo_n "(cached) " >&6
8185 else
8186   cat >conftest.$ac_ext <<_ACEOF
8187 /* confdefs.h.  */
8188 _ACEOF
8189 cat confdefs.h >>conftest.$ac_ext
8190 cat >>conftest.$ac_ext <<_ACEOF
8191 /* end confdefs.h.  */
8192 #include <sys/types.h>
8193      #ifdef HAVE_SYS_SOCKET_H
8194      # include <sys/socket.h>
8195      #endif
8196      #ifdef HAVE_NETINET_IN_H
8197      # include <netinet/in.h>
8198      #endif
8199      #ifdef HAVE_ARPA_NAMESER_H
8200      # include <arpa/nameser.h>
8201      #endif
8202
8203 #include <$ac_header>
8204 _ACEOF
8205 rm -f conftest.$ac_objext
8206 if { (ac_try="$ac_compile"
8207 case "(($ac_try" in
8208   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8209   *) ac_try_echo=$ac_try;;
8210 esac
8211 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8212 $as_echo "$ac_try_echo") >&5
8213   (eval "$ac_compile") 2>conftest.er1
8214   ac_status=$?
8215   grep -v '^ *+' conftest.er1 >conftest.err
8216   rm -f conftest.er1
8217   cat conftest.err >&5
8218   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8219   (exit $ac_status); } && {
8220          test -z "$ac_c_werror_flag" ||
8221          test ! -s conftest.err
8222        } && test -s conftest.$ac_objext; then
8223   eval "$as_ac_Header=yes"
8224 else
8225   $as_echo "$as_me: failed program was:" >&5
8226 sed 's/^/| /' conftest.$ac_ext >&5
8227
8228         eval "$as_ac_Header=no"
8229 fi
8230
8231 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8232 fi
8233 ac_res=`eval 'as_val=${'$as_ac_Header'}
8234                  $as_echo "$as_val"'`
8235                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8236 $as_echo "$ac_res" >&6; }
8237 as_val=`eval 'as_val=${'$as_ac_Header'}
8238                  $as_echo "$as_val"'`
8239    if test "x$as_val" = x""yes; then
8240   cat >>confdefs.h <<_ACEOF
8241 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8242 _ACEOF
8243
8244 fi
8245
8246 done
8247
8248
8249
8250 for ac_header in ucontext.h
8251 do
8252 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8253 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8254 $as_echo_n "checking for $ac_header... " >&6; }
8255 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8256   $as_echo_n "(cached) " >&6
8257 else
8258   cat >conftest.$ac_ext <<_ACEOF
8259 /* confdefs.h.  */
8260 _ACEOF
8261 cat confdefs.h >>conftest.$ac_ext
8262 cat >>conftest.$ac_ext <<_ACEOF
8263 /* end confdefs.h.  */
8264 #include <signal.h>
8265
8266 #include <$ac_header>
8267 _ACEOF
8268 rm -f conftest.$ac_objext
8269 if { (ac_try="$ac_compile"
8270 case "(($ac_try" in
8271   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8272   *) ac_try_echo=$ac_try;;
8273 esac
8274 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8275 $as_echo "$ac_try_echo") >&5
8276   (eval "$ac_compile") 2>conftest.er1
8277   ac_status=$?
8278   grep -v '^ *+' conftest.er1 >conftest.err
8279   rm -f conftest.er1
8280   cat conftest.err >&5
8281   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8282   (exit $ac_status); } && {
8283          test -z "$ac_c_werror_flag" ||
8284          test ! -s conftest.err
8285        } && test -s conftest.$ac_objext; then
8286   eval "$as_ac_Header=yes"
8287 else
8288   $as_echo "$as_me: failed program was:" >&5
8289 sed 's/^/| /' conftest.$ac_ext >&5
8290
8291         eval "$as_ac_Header=no"
8292 fi
8293
8294 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8295 fi
8296 ac_res=`eval 'as_val=${'$as_ac_Header'}
8297                  $as_echo "$as_val"'`
8298                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8299 $as_echo "$ac_res" >&6; }
8300 as_val=`eval 'as_val=${'$as_ac_Header'}
8301                  $as_echo "$as_val"'`
8302    if test "x$as_val" = x""yes; then
8303   cat >>confdefs.h <<_ACEOF
8304 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8305 _ACEOF
8306
8307 fi
8308
8309 done
8310
8311
8312
8313 for ac_header in sys/thr.h
8314 do
8315 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8316 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8317 $as_echo_n "checking for $ac_header... " >&6; }
8318 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8319   $as_echo_n "(cached) " >&6
8320 else
8321   cat >conftest.$ac_ext <<_ACEOF
8322 /* confdefs.h.  */
8323 _ACEOF
8324 cat confdefs.h >>conftest.$ac_ext
8325 cat >>conftest.$ac_ext <<_ACEOF
8326 /* end confdefs.h.  */
8327 #include <sys/types.h>
8328 #ifdef HAVE_UCONTEXT_H
8329 #include <ucontext.h>
8330 #endif
8331
8332 #include <$ac_header>
8333 _ACEOF
8334 rm -f conftest.$ac_objext
8335 if { (ac_try="$ac_compile"
8336 case "(($ac_try" in
8337   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8338   *) ac_try_echo=$ac_try;;
8339 esac
8340 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8341 $as_echo "$ac_try_echo") >&5
8342   (eval "$ac_compile") 2>conftest.er1
8343   ac_status=$?
8344   grep -v '^ *+' conftest.er1 >conftest.err
8345   rm -f conftest.er1
8346   cat conftest.err >&5
8347   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8348   (exit $ac_status); } && {
8349          test -z "$ac_c_werror_flag" ||
8350          test ! -s conftest.err
8351        } && test -s conftest.$ac_objext; then
8352   eval "$as_ac_Header=yes"
8353 else
8354   $as_echo "$as_me: failed program was:" >&5
8355 sed 's/^/| /' conftest.$ac_ext >&5
8356
8357         eval "$as_ac_Header=no"
8358 fi
8359
8360 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8361 fi
8362 ac_res=`eval 'as_val=${'$as_ac_Header'}
8363                  $as_echo "$as_val"'`
8364                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8365 $as_echo "$ac_res" >&6; }
8366 as_val=`eval 'as_val=${'$as_ac_Header'}
8367                  $as_echo "$as_val"'`
8368    if test "x$as_val" = x""yes; then
8369   cat >>confdefs.h <<_ACEOF
8370 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8371 _ACEOF
8372
8373 fi
8374
8375 done
8376
8377
8378
8379 for ac_header in pthread_np.h
8380 do
8381 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8382 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8383 $as_echo_n "checking for $ac_header... " >&6; }
8384 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8385   $as_echo_n "(cached) " >&6
8386 else
8387   cat >conftest.$ac_ext <<_ACEOF
8388 /* confdefs.h.  */
8389 _ACEOF
8390 cat confdefs.h >>conftest.$ac_ext
8391 cat >>conftest.$ac_ext <<_ACEOF
8392 /* end confdefs.h.  */
8393 #ifdef HAVE_PTHREAD_H
8394 #include <pthread.h>
8395 #endif
8396
8397 #include <$ac_header>
8398 _ACEOF
8399 rm -f conftest.$ac_objext
8400 if { (ac_try="$ac_compile"
8401 case "(($ac_try" in
8402   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8403   *) ac_try_echo=$ac_try;;
8404 esac
8405 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8406 $as_echo "$ac_try_echo") >&5
8407   (eval "$ac_compile") 2>conftest.er1
8408   ac_status=$?
8409   grep -v '^ *+' conftest.er1 >conftest.err
8410   rm -f conftest.er1
8411   cat conftest.err >&5
8412   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8413   (exit $ac_status); } && {
8414          test -z "$ac_c_werror_flag" ||
8415          test ! -s conftest.err
8416        } && test -s conftest.$ac_objext; then
8417   eval "$as_ac_Header=yes"
8418 else
8419   $as_echo "$as_me: failed program was:" >&5
8420 sed 's/^/| /' conftest.$ac_ext >&5
8421
8422         eval "$as_ac_Header=no"
8423 fi
8424
8425 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8426 fi
8427 ac_res=`eval 'as_val=${'$as_ac_Header'}
8428                  $as_echo "$as_val"'`
8429                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8430 $as_echo "$ac_res" >&6; }
8431 as_val=`eval 'as_val=${'$as_ac_Header'}
8432                  $as_echo "$as_val"'`
8433    if test "x$as_val" = x""yes; then
8434   cat >>confdefs.h <<_ACEOF
8435 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8436 _ACEOF
8437
8438 fi
8439
8440 done
8441
8442
8443
8444 for ac_header in linux/videodev.h
8445 do
8446 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8447 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8448 $as_echo_n "checking for $ac_header... " >&6; }
8449 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8450   $as_echo_n "(cached) " >&6
8451 else
8452   cat >conftest.$ac_ext <<_ACEOF
8453 /* confdefs.h.  */
8454 _ACEOF
8455 cat confdefs.h >>conftest.$ac_ext
8456 cat >>conftest.$ac_ext <<_ACEOF
8457 /* end confdefs.h.  */
8458 #ifdef HAVE_SYS_TIME_H
8459 #include <sys/time.h>
8460 #endif
8461 #include <sys/types.h>
8462 #ifdef HAVE_ASM_TYPES_H
8463 #include <asm/types.h>
8464 #endif
8465
8466 #include <$ac_header>
8467 _ACEOF
8468 rm -f conftest.$ac_objext
8469 if { (ac_try="$ac_compile"
8470 case "(($ac_try" in
8471   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8472   *) ac_try_echo=$ac_try;;
8473 esac
8474 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8475 $as_echo "$ac_try_echo") >&5
8476   (eval "$ac_compile") 2>conftest.er1
8477   ac_status=$?
8478   grep -v '^ *+' conftest.er1 >conftest.err
8479   rm -f conftest.er1
8480   cat conftest.err >&5
8481   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8482   (exit $ac_status); } && {
8483          test -z "$ac_c_werror_flag" ||
8484          test ! -s conftest.err
8485        } && test -s conftest.$ac_objext; then
8486   eval "$as_ac_Header=yes"
8487 else
8488   $as_echo "$as_me: failed program was:" >&5
8489 sed 's/^/| /' conftest.$ac_ext >&5
8490
8491         eval "$as_ac_Header=no"
8492 fi
8493
8494 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8495 fi
8496 ac_res=`eval 'as_val=${'$as_ac_Header'}
8497                  $as_echo "$as_val"'`
8498                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8499 $as_echo "$ac_res" >&6; }
8500 as_val=`eval 'as_val=${'$as_ac_Header'}
8501                  $as_echo "$as_val"'`
8502    if test "x$as_val" = x""yes; then
8503   cat >>confdefs.h <<_ACEOF
8504 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8505 _ACEOF
8506
8507 fi
8508
8509 done
8510
8511
8512
8513 for ac_header in linux/capi.h
8514 do
8515 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8516 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8517 $as_echo_n "checking for $ac_header... " >&6; }
8518 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8519   $as_echo_n "(cached) " >&6
8520 else
8521   cat >conftest.$ac_ext <<_ACEOF
8522 /* confdefs.h.  */
8523 _ACEOF
8524 cat confdefs.h >>conftest.$ac_ext
8525 cat >>conftest.$ac_ext <<_ACEOF
8526 /* end confdefs.h.  */
8527 #define __user
8528
8529 #include <$ac_header>
8530 _ACEOF
8531 rm -f conftest.$ac_objext
8532 if { (ac_try="$ac_compile"
8533 case "(($ac_try" in
8534   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8535   *) ac_try_echo=$ac_try;;
8536 esac
8537 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8538 $as_echo "$ac_try_echo") >&5
8539   (eval "$ac_compile") 2>conftest.er1
8540   ac_status=$?
8541   grep -v '^ *+' conftest.er1 >conftest.err
8542   rm -f conftest.er1
8543   cat conftest.err >&5
8544   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8545   (exit $ac_status); } && {
8546          test -z "$ac_c_werror_flag" ||
8547          test ! -s conftest.err
8548        } && test -s conftest.$ac_objext; then
8549   eval "$as_ac_Header=yes"
8550 else
8551   $as_echo "$as_me: failed program was:" >&5
8552 sed 's/^/| /' conftest.$ac_ext >&5
8553
8554         eval "$as_ac_Header=no"
8555 fi
8556
8557 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8558 fi
8559 ac_res=`eval 'as_val=${'$as_ac_Header'}
8560                  $as_echo "$as_val"'`
8561                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8562 $as_echo "$ac_res" >&6; }
8563 as_val=`eval 'as_val=${'$as_ac_Header'}
8564                  $as_echo "$as_val"'`
8565    if test "x$as_val" = x""yes; then
8566   cat >>confdefs.h <<_ACEOF
8567 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8568 _ACEOF
8569
8570 fi
8571
8572 done
8573
8574
8575
8576 DLLEXT=""
8577
8578 DLLFLAGS="-D_REENTRANT"
8579
8580 LDSHARED=""
8581
8582 LDDLLFLAGS=""
8583
8584 LIBEXT="so"
8585
8586 IMPLIBEXT="def"
8587
8588 LDRPATH_INSTALL=""
8589
8590 LDRPATH_LOCAL=""
8591
8592 # Extract the first word of "ldd", so it can be a program name with args.
8593 set dummy ldd; ac_word=$2
8594 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8595 $as_echo_n "checking for $ac_word... " >&6; }
8596 if test "${ac_cv_path_LDD+set}" = set; then
8597   $as_echo_n "(cached) " >&6
8598 else
8599   case $LDD in
8600   [\\/]* | ?:[\\/]*)
8601   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8602   ;;
8603   *)
8604   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8605 as_dummy="/sbin:/usr/sbin:$PATH"
8606 for as_dir in $as_dummy
8607 do
8608   IFS=$as_save_IFS
8609   test -z "$as_dir" && as_dir=.
8610   for ac_exec_ext in '' $ac_executable_extensions; do
8611   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8612     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8613     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8614     break 2
8615   fi
8616 done
8617 done
8618 IFS=$as_save_IFS
8619
8620   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8621   ;;
8622 esac
8623 fi
8624 LDD=$ac_cv_path_LDD
8625 if test -n "$LDD"; then
8626   { $as_echo "$as_me:$LINENO: result: $LDD" >&5
8627 $as_echo "$LDD" >&6; }
8628 else
8629   { $as_echo "$as_me:$LINENO: result: no" >&5
8630 $as_echo "no" >&6; }
8631 fi
8632
8633
8634
8635 case $host_os in
8636   cygwin*|mingw32*)
8637     if test -n "$ac_tool_prefix"; then
8638   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8639 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8640 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8641 $as_echo_n "checking for $ac_word... " >&6; }
8642 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8643   $as_echo_n "(cached) " >&6
8644 else
8645   if test -n "$DLLTOOL"; then
8646   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8647 else
8648 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8649 for as_dir in $PATH
8650 do
8651   IFS=$as_save_IFS
8652   test -z "$as_dir" && as_dir=.
8653   for ac_exec_ext in '' $ac_executable_extensions; do
8654   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8655     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8656     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8657     break 2
8658   fi
8659 done
8660 done
8661 IFS=$as_save_IFS
8662
8663 fi
8664 fi
8665 DLLTOOL=$ac_cv_prog_DLLTOOL
8666 if test -n "$DLLTOOL"; then
8667   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8668 $as_echo "$DLLTOOL" >&6; }
8669 else
8670   { $as_echo "$as_me:$LINENO: result: no" >&5
8671 $as_echo "no" >&6; }
8672 fi
8673
8674
8675 fi
8676 if test -z "$ac_cv_prog_DLLTOOL"; then
8677   ac_ct_DLLTOOL=$DLLTOOL
8678   # Extract the first word of "dlltool", so it can be a program name with args.
8679 set dummy dlltool; ac_word=$2
8680 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8681 $as_echo_n "checking for $ac_word... " >&6; }
8682 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8683   $as_echo_n "(cached) " >&6
8684 else
8685   if test -n "$ac_ct_DLLTOOL"; then
8686   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8687 else
8688 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8689 for as_dir in $PATH
8690 do
8691   IFS=$as_save_IFS
8692   test -z "$as_dir" && as_dir=.
8693   for ac_exec_ext in '' $ac_executable_extensions; do
8694   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8695     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8696     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8697     break 2
8698   fi
8699 done
8700 done
8701 IFS=$as_save_IFS
8702
8703 fi
8704 fi
8705 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8706 if test -n "$ac_ct_DLLTOOL"; then
8707   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8708 $as_echo "$ac_ct_DLLTOOL" >&6; }
8709 else
8710   { $as_echo "$as_me:$LINENO: result: no" >&5
8711 $as_echo "no" >&6; }
8712 fi
8713
8714   if test "x$ac_ct_DLLTOOL" = x; then
8715     DLLTOOL="false"
8716   else
8717     case $cross_compiling:$ac_tool_warned in
8718 yes:)
8719 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8720 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8721 ac_tool_warned=yes ;;
8722 esac
8723     DLLTOOL=$ac_ct_DLLTOOL
8724   fi
8725 else
8726   DLLTOOL="$ac_cv_prog_DLLTOOL"
8727 fi
8728
8729     if test -n "$ac_tool_prefix"; then
8730   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8731 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8732 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8733 $as_echo_n "checking for $ac_word... " >&6; }
8734 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8735   $as_echo_n "(cached) " >&6
8736 else
8737   if test -n "$DLLWRAP"; then
8738   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8739 else
8740 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8741 for as_dir in $PATH
8742 do
8743   IFS=$as_save_IFS
8744   test -z "$as_dir" && as_dir=.
8745   for ac_exec_ext in '' $ac_executable_extensions; do
8746   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8747     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8748     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8749     break 2
8750   fi
8751 done
8752 done
8753 IFS=$as_save_IFS
8754
8755 fi
8756 fi
8757 DLLWRAP=$ac_cv_prog_DLLWRAP
8758 if test -n "$DLLWRAP"; then
8759   { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8760 $as_echo "$DLLWRAP" >&6; }
8761 else
8762   { $as_echo "$as_me:$LINENO: result: no" >&5
8763 $as_echo "no" >&6; }
8764 fi
8765
8766
8767 fi
8768 if test -z "$ac_cv_prog_DLLWRAP"; then
8769   ac_ct_DLLWRAP=$DLLWRAP
8770   # Extract the first word of "dllwrap", so it can be a program name with args.
8771 set dummy dllwrap; ac_word=$2
8772 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8773 $as_echo_n "checking for $ac_word... " >&6; }
8774 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8775   $as_echo_n "(cached) " >&6
8776 else
8777   if test -n "$ac_ct_DLLWRAP"; then
8778   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8779 else
8780 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8781 for as_dir in $PATH
8782 do
8783   IFS=$as_save_IFS
8784   test -z "$as_dir" && as_dir=.
8785   for ac_exec_ext in '' $ac_executable_extensions; do
8786   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8787     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8788     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8789     break 2
8790   fi
8791 done
8792 done
8793 IFS=$as_save_IFS
8794
8795 fi
8796 fi
8797 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8798 if test -n "$ac_ct_DLLWRAP"; then
8799   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8800 $as_echo "$ac_ct_DLLWRAP" >&6; }
8801 else
8802   { $as_echo "$as_me:$LINENO: result: no" >&5
8803 $as_echo "no" >&6; }
8804 fi
8805
8806   if test "x$ac_ct_DLLWRAP" = x; then
8807     DLLWRAP="false"
8808   else
8809     case $cross_compiling:$ac_tool_warned in
8810 yes:)
8811 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8812 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8813 ac_tool_warned=yes ;;
8814 esac
8815     DLLWRAP=$ac_ct_DLLWRAP
8816   fi
8817 else
8818   DLLWRAP="$ac_cv_prog_DLLWRAP"
8819 fi
8820
8821     if test -n "$ac_tool_prefix"; then
8822   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8823 set dummy ${ac_tool_prefix}ar; ac_word=$2
8824 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8825 $as_echo_n "checking for $ac_word... " >&6; }
8826 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8827   $as_echo_n "(cached) " >&6
8828 else
8829   if test -n "$MINGWAR"; then
8830   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8831 else
8832 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8833 for as_dir in $PATH
8834 do
8835   IFS=$as_save_IFS
8836   test -z "$as_dir" && as_dir=.
8837   for ac_exec_ext in '' $ac_executable_extensions; do
8838   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8839     ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8840     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8841     break 2
8842   fi
8843 done
8844 done
8845 IFS=$as_save_IFS
8846
8847 fi
8848 fi
8849 MINGWAR=$ac_cv_prog_MINGWAR
8850 if test -n "$MINGWAR"; then
8851   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8852 $as_echo "$MINGWAR" >&6; }
8853 else
8854   { $as_echo "$as_me:$LINENO: result: no" >&5
8855 $as_echo "no" >&6; }
8856 fi
8857
8858
8859 fi
8860 if test -z "$ac_cv_prog_MINGWAR"; then
8861   ac_ct_MINGWAR=$MINGWAR
8862   # Extract the first word of "ar", so it can be a program name with args.
8863 set dummy ar; ac_word=$2
8864 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8865 $as_echo_n "checking for $ac_word... " >&6; }
8866 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8867   $as_echo_n "(cached) " >&6
8868 else
8869   if test -n "$ac_ct_MINGWAR"; then
8870   ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8871 else
8872 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8873 for as_dir in $PATH
8874 do
8875   IFS=$as_save_IFS
8876   test -z "$as_dir" && as_dir=.
8877   for ac_exec_ext in '' $ac_executable_extensions; do
8878   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8879     ac_cv_prog_ac_ct_MINGWAR="ar"
8880     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8881     break 2
8882   fi
8883 done
8884 done
8885 IFS=$as_save_IFS
8886
8887 fi
8888 fi
8889 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8890 if test -n "$ac_ct_MINGWAR"; then
8891   { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8892 $as_echo "$ac_ct_MINGWAR" >&6; }
8893 else
8894   { $as_echo "$as_me:$LINENO: result: no" >&5
8895 $as_echo "no" >&6; }
8896 fi
8897
8898   if test "x$ac_ct_MINGWAR" = x; then
8899     MINGWAR="false"
8900   else
8901     case $cross_compiling:$ac_tool_warned in
8902 yes:)
8903 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8904 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8905 ac_tool_warned=yes ;;
8906 esac
8907     MINGWAR=$ac_ct_MINGWAR
8908   fi
8909 else
8910   MINGWAR="$ac_cv_prog_MINGWAR"
8911 fi
8912
8913     if test "$DLLWRAP" = "false"; then
8914       LIBEXT="a"
8915     else
8916             LIBEXT="dll"
8917     fi
8918     IMPLIBEXT="a"
8919         WIN16_FILES=""
8920     WIN16_INSTALL=""
8921         enable_iphlpapi=${enable_iphlpapi:-no}
8922     enable_kernel32=${enable_kernel32:-no}
8923     enable_msvcrt=${enable_msvcrt:-no}
8924     enable_ntdll=${enable_ntdll:-no}
8925     enable_ws2_32=${enable_ws2_32:-no}
8926     enable_loader=${enable_loader:-no}
8927     enable_server=${enable_server:-no}
8928     ;;
8929   darwin*|macosx*)
8930     DLLEXT=".so"
8931     LIBEXT="dylib"
8932     DLLFLAGS="$DLLFLAGS -fPIC"
8933     LDDLLFLAGS="-bundle -multiply_defined suppress"
8934     LIBWINE_LDFLAGS="-multiply_defined suppress"
8935     LDSHARED="\$(CC) -dynamiclib"
8936     STRIP="$STRIP -x"
8937     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8938         SECURITYLIB="-framework Security -framework CoreFoundation"
8939
8940     COREFOUNDATIONLIB="-framework CoreFoundation"
8941
8942     IOKITLIB="-framework IOKit -framework CoreFoundation"
8943
8944     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8945
8946     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8947     then
8948                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8949
8950     fi
8951     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8952     then
8953                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8954
8955     fi
8956     case $host_cpu in
8957       *powerpc*)
8958         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
8959     esac
8960         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8961     then
8962         CARBONLIB="-framework Carbon"
8963
8964         enable_winequartz_drv=${enable_winequartz_drv:-yes}
8965     fi
8966     ;;
8967   *)
8968     DLLFLAGS="$DLLFLAGS -fPIC"
8969     DLLEXT=".so"
8970     { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8971 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8972 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8973   $as_echo_n "(cached) " >&6
8974 else
8975   ac_wine_try_cflags_saved=$CFLAGS
8976 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8977 cat >conftest.$ac_ext <<_ACEOF
8978 void myfunc() {}
8979 _ACEOF
8980 rm -f conftest.$ac_objext conftest$ac_exeext
8981 if { (ac_try="$ac_link"
8982 case "(($ac_try" in
8983   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8984   *) ac_try_echo=$ac_try;;
8985 esac
8986 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8987 $as_echo "$ac_try_echo") >&5
8988   (eval "$ac_link") 2>conftest.er1
8989   ac_status=$?
8990   grep -v '^ *+' conftest.er1 >conftest.err
8991   rm -f conftest.er1
8992   cat conftest.err >&5
8993   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8994   (exit $ac_status); } && {
8995          test -z "$ac_c_werror_flag" ||
8996          test ! -s conftest.err
8997        } && test -s conftest$ac_exeext && {
8998          test "$cross_compiling" = yes ||
8999          $as_test_x conftest$ac_exeext
9000        }; then
9001   ac_cv_c_dll_gnuelf="yes"
9002 else
9003   $as_echo "$as_me: failed program was:" >&5
9004 sed 's/^/| /' conftest.$ac_ext >&5
9005
9006         ac_cv_c_dll_gnuelf="no"
9007 fi
9008
9009 rm -rf conftest.dSYM
9010 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9011       conftest$ac_exeext conftest.$ac_ext
9012 CFLAGS=$ac_wine_try_cflags_saved
9013 fi
9014 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
9015 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
9016     if test "$ac_cv_c_dll_gnuelf" = "yes"
9017     then
9018       LDSHARED="\$(CC) -shared"
9019       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
9020       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
9021 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
9022 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
9023   $as_echo_n "(cached) " >&6
9024 else
9025   ac_wine_try_cflags_saved=$CFLAGS
9026 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
9027 cat >conftest.$ac_ext <<_ACEOF
9028 /* confdefs.h.  */
9029 _ACEOF
9030 cat confdefs.h >>conftest.$ac_ext
9031 cat >>conftest.$ac_ext <<_ACEOF
9032 /* end confdefs.h.  */
9033
9034 int
9035 main ()
9036 {
9037
9038   ;
9039   return 0;
9040 }
9041 _ACEOF
9042 rm -f conftest.$ac_objext conftest$ac_exeext
9043 if { (ac_try="$ac_link"
9044 case "(($ac_try" in
9045   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9046   *) ac_try_echo=$ac_try;;
9047 esac
9048 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9049 $as_echo "$ac_try_echo") >&5
9050   (eval "$ac_link") 2>conftest.er1
9051   ac_status=$?
9052   grep -v '^ *+' conftest.er1 >conftest.err
9053   rm -f conftest.er1
9054   cat conftest.err >&5
9055   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9056   (exit $ac_status); } && {
9057          test -z "$ac_c_werror_flag" ||
9058          test ! -s conftest.err
9059        } && test -s conftest$ac_exeext && {
9060          test "$cross_compiling" = yes ||
9061          $as_test_x conftest$ac_exeext
9062        }; then
9063   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
9064 else
9065   $as_echo "$as_me: failed program was:" >&5
9066 sed 's/^/| /' conftest.$ac_ext >&5
9067
9068         ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
9069 fi
9070
9071 rm -rf conftest.dSYM
9072 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9073       conftest$ac_exeext conftest.$ac_ext
9074 CFLAGS=$ac_wine_try_cflags_saved
9075 fi
9076 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
9077 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
9078 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
9079   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
9080 else
9081   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
9082 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
9083 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
9084   $as_echo_n "(cached) " >&6
9085 else
9086   ac_wine_try_cflags_saved=$CFLAGS
9087 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
9088 cat >conftest.$ac_ext <<_ACEOF
9089 /* confdefs.h.  */
9090 _ACEOF
9091 cat confdefs.h >>conftest.$ac_ext
9092 cat >>conftest.$ac_ext <<_ACEOF
9093 /* end confdefs.h.  */
9094
9095 int
9096 main ()
9097 {
9098
9099   ;
9100   return 0;
9101 }
9102 _ACEOF
9103 rm -f conftest.$ac_objext conftest$ac_exeext
9104 if { (ac_try="$ac_link"
9105 case "(($ac_try" in
9106   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9107   *) ac_try_echo=$ac_try;;
9108 esac
9109 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9110 $as_echo "$ac_try_echo") >&5
9111   (eval "$ac_link") 2>conftest.er1
9112   ac_status=$?
9113   grep -v '^ *+' conftest.er1 >conftest.err
9114   rm -f conftest.er1
9115   cat conftest.err >&5
9116   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9117   (exit $ac_status); } && {
9118          test -z "$ac_c_werror_flag" ||
9119          test ! -s conftest.err
9120        } && test -s conftest$ac_exeext && {
9121          test "$cross_compiling" = yes ||
9122          $as_test_x conftest$ac_exeext
9123        }; then
9124   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
9125 else
9126   $as_echo "$as_me: failed program was:" >&5
9127 sed 's/^/| /' conftest.$ac_ext >&5
9128
9129         ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
9130 fi
9131
9132 rm -rf conftest.dSYM
9133 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9134       conftest$ac_exeext conftest.$ac_ext
9135 CFLAGS=$ac_wine_try_cflags_saved
9136 fi
9137 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
9138 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
9139 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
9140   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
9141 fi
9142
9143 fi
9144
9145
9146       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
9147 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
9148 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
9149   $as_echo_n "(cached) " >&6
9150 else
9151   ac_wine_try_cflags_saved=$CFLAGS
9152 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
9153 cat >conftest.$ac_ext <<_ACEOF
9154 /* confdefs.h.  */
9155 _ACEOF
9156 cat confdefs.h >>conftest.$ac_ext
9157 cat >>conftest.$ac_ext <<_ACEOF
9158 /* end confdefs.h.  */
9159
9160 int
9161 main ()
9162 {
9163
9164   ;
9165   return 0;
9166 }
9167 _ACEOF
9168 rm -f conftest.$ac_objext conftest$ac_exeext
9169 if { (ac_try="$ac_link"
9170 case "(($ac_try" in
9171   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9172   *) ac_try_echo=$ac_try;;
9173 esac
9174 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9175 $as_echo "$ac_try_echo") >&5
9176   (eval "$ac_link") 2>conftest.er1
9177   ac_status=$?
9178   grep -v '^ *+' conftest.er1 >conftest.err
9179   rm -f conftest.er1
9180   cat conftest.err >&5
9181   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9182   (exit $ac_status); } && {
9183          test -z "$ac_c_werror_flag" ||
9184          test ! -s conftest.err
9185        } && test -s conftest$ac_exeext && {
9186          test "$cross_compiling" = yes ||
9187          $as_test_x conftest$ac_exeext
9188        }; then
9189   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
9190 else
9191   $as_echo "$as_me: failed program was:" >&5
9192 sed 's/^/| /' conftest.$ac_ext >&5
9193
9194         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
9195 fi
9196
9197 rm -rf conftest.dSYM
9198 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9199       conftest$ac_exeext conftest.$ac_ext
9200 CFLAGS=$ac_wine_try_cflags_saved
9201 fi
9202 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
9203 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
9204 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
9205   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
9206 fi
9207
9208
9209       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
9210 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
9211 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
9212   $as_echo_n "(cached) " >&6
9213 else
9214   ac_wine_try_cflags_saved=$CFLAGS
9215 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
9216 cat >conftest.$ac_ext <<_ACEOF
9217 /* confdefs.h.  */
9218 _ACEOF
9219 cat confdefs.h >>conftest.$ac_ext
9220 cat >>conftest.$ac_ext <<_ACEOF
9221 /* end confdefs.h.  */
9222
9223 int
9224 main ()
9225 {
9226
9227   ;
9228   return 0;
9229 }
9230 _ACEOF
9231 rm -f conftest.$ac_objext conftest$ac_exeext
9232 if { (ac_try="$ac_link"
9233 case "(($ac_try" in
9234   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9235   *) ac_try_echo=$ac_try;;
9236 esac
9237 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9238 $as_echo "$ac_try_echo") >&5
9239   (eval "$ac_link") 2>conftest.er1
9240   ac_status=$?
9241   grep -v '^ *+' conftest.er1 >conftest.err
9242   rm -f conftest.er1
9243   cat conftest.err >&5
9244   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9245   (exit $ac_status); } && {
9246          test -z "$ac_c_werror_flag" ||
9247          test ! -s conftest.err
9248        } && test -s conftest$ac_exeext && {
9249          test "$cross_compiling" = yes ||
9250          $as_test_x conftest$ac_exeext
9251        }; then
9252   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
9253 else
9254   $as_echo "$as_me: failed program was:" >&5
9255 sed 's/^/| /' conftest.$ac_ext >&5
9256
9257         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
9258 fi
9259
9260 rm -rf conftest.dSYM
9261 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9262       conftest$ac_exeext conftest.$ac_ext
9263 CFLAGS=$ac_wine_try_cflags_saved
9264 fi
9265 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
9266 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
9267 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
9268   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
9269 fi
9270
9271
9272       echo '{ global: *; };' >conftest.map
9273       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
9274 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
9275 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
9276   $as_echo_n "(cached) " >&6
9277 else
9278   ac_wine_try_cflags_saved=$CFLAGS
9279 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
9280 cat >conftest.$ac_ext <<_ACEOF
9281 /* confdefs.h.  */
9282 _ACEOF
9283 cat confdefs.h >>conftest.$ac_ext
9284 cat >>conftest.$ac_ext <<_ACEOF
9285 /* end confdefs.h.  */
9286
9287 int
9288 main ()
9289 {
9290
9291   ;
9292   return 0;
9293 }
9294 _ACEOF
9295 rm -f conftest.$ac_objext conftest$ac_exeext
9296 if { (ac_try="$ac_link"
9297 case "(($ac_try" in
9298   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9299   *) ac_try_echo=$ac_try;;
9300 esac
9301 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9302 $as_echo "$ac_try_echo") >&5
9303   (eval "$ac_link") 2>conftest.er1
9304   ac_status=$?
9305   grep -v '^ *+' conftest.er1 >conftest.err
9306   rm -f conftest.er1
9307   cat conftest.err >&5
9308   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9309   (exit $ac_status); } && {
9310          test -z "$ac_c_werror_flag" ||
9311          test ! -s conftest.err
9312        } && test -s conftest$ac_exeext && {
9313          test "$cross_compiling" = yes ||
9314          $as_test_x conftest$ac_exeext
9315        }; then
9316   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
9317 else
9318   $as_echo "$as_me: failed program was:" >&5
9319 sed 's/^/| /' conftest.$ac_ext >&5
9320
9321         ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
9322 fi
9323
9324 rm -rf conftest.dSYM
9325 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9326       conftest$ac_exeext conftest.$ac_ext
9327 CFLAGS=$ac_wine_try_cflags_saved
9328 fi
9329 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
9330 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
9331 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
9332   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
9333 fi
9334
9335       rm -f conftest.map
9336
9337       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9338 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
9339 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
9340   $as_echo_n "(cached) " >&6
9341 else
9342   ac_wine_try_cflags_saved=$CFLAGS
9343 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
9344 cat >conftest.$ac_ext <<_ACEOF
9345 /* confdefs.h.  */
9346 _ACEOF
9347 cat confdefs.h >>conftest.$ac_ext
9348 cat >>conftest.$ac_ext <<_ACEOF
9349 /* end confdefs.h.  */
9350
9351 int
9352 main ()
9353 {
9354
9355   ;
9356   return 0;
9357 }
9358 _ACEOF
9359 rm -f conftest.$ac_objext conftest$ac_exeext
9360 if { (ac_try="$ac_link"
9361 case "(($ac_try" in
9362   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9363   *) ac_try_echo=$ac_try;;
9364 esac
9365 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9366 $as_echo "$ac_try_echo") >&5
9367   (eval "$ac_link") 2>conftest.er1
9368   ac_status=$?
9369   grep -v '^ *+' conftest.er1 >conftest.err
9370   rm -f conftest.er1
9371   cat conftest.err >&5
9372   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9373   (exit $ac_status); } && {
9374          test -z "$ac_c_werror_flag" ||
9375          test ! -s conftest.err
9376        } && test -s conftest$ac_exeext && {
9377          test "$cross_compiling" = yes ||
9378          $as_test_x conftest$ac_exeext
9379        }; then
9380   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9381 else
9382   $as_echo "$as_me: failed program was:" >&5
9383 sed 's/^/| /' conftest.$ac_ext >&5
9384
9385         ac_cv_cflags__fPIC__Wl___export_dynamic=no
9386 fi
9387
9388 rm -rf conftest.dSYM
9389 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9390       conftest$ac_exeext conftest.$ac_ext
9391 CFLAGS=$ac_wine_try_cflags_saved
9392 fi
9393 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9394 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9395 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9396   LDEXECFLAGS="-Wl,--export-dynamic"
9397
9398 fi
9399
9400
9401       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9402 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9403 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
9404 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9405   $as_echo_n "(cached) " >&6
9406 else
9407   ac_wine_try_cflags_saved=$CFLAGS
9408 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9409 cat >conftest.$ac_ext <<_ACEOF
9410 /* confdefs.h.  */
9411 _ACEOF
9412 cat confdefs.h >>conftest.$ac_ext
9413 cat >>conftest.$ac_ext <<_ACEOF
9414 /* end confdefs.h.  */
9415
9416 int
9417 main ()
9418 {
9419
9420   ;
9421   return 0;
9422 }
9423 _ACEOF
9424 rm -f conftest.$ac_objext conftest$ac_exeext
9425 if { (ac_try="$ac_link"
9426 case "(($ac_try" in
9427   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9428   *) ac_try_echo=$ac_try;;
9429 esac
9430 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9431 $as_echo "$ac_try_echo") >&5
9432   (eval "$ac_link") 2>conftest.er1
9433   ac_status=$?
9434   grep -v '^ *+' conftest.er1 >conftest.err
9435   rm -f conftest.er1
9436   cat conftest.err >&5
9437   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9438   (exit $ac_status); } && {
9439          test -z "$ac_c_werror_flag" ||
9440          test ! -s conftest.err
9441        } && test -s conftest$ac_exeext && {
9442          test "$cross_compiling" = yes ||
9443          $as_test_x conftest$ac_exeext
9444        }; then
9445   eval "$as_ac_var=yes"
9446 else
9447   $as_echo "$as_me: failed program was:" >&5
9448 sed 's/^/| /' conftest.$ac_ext >&5
9449
9450         eval "$as_ac_var=no"
9451 fi
9452
9453 rm -rf conftest.dSYM
9454 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9455       conftest$ac_exeext conftest.$ac_ext
9456 CFLAGS=$ac_wine_try_cflags_saved
9457 fi
9458 ac_res=`eval 'as_val=${'$as_ac_var'}
9459                  $as_echo "$as_val"'`
9460                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9461 $as_echo "$ac_res" >&6; }
9462 if test `eval 'as_val=${'$as_ac_var'}
9463                  $as_echo "$as_val"'` = yes; then
9464   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9465                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9466 else
9467   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9468 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9469 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
9470 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9471   $as_echo_n "(cached) " >&6
9472 else
9473   ac_wine_try_cflags_saved=$CFLAGS
9474 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9475 cat >conftest.$ac_ext <<_ACEOF
9476 /* confdefs.h.  */
9477 _ACEOF
9478 cat confdefs.h >>conftest.$ac_ext
9479 cat >>conftest.$ac_ext <<_ACEOF
9480 /* end confdefs.h.  */
9481
9482 int
9483 main ()
9484 {
9485
9486   ;
9487   return 0;
9488 }
9489 _ACEOF
9490 rm -f conftest.$ac_objext conftest$ac_exeext
9491 if { (ac_try="$ac_link"
9492 case "(($ac_try" in
9493   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9494   *) ac_try_echo=$ac_try;;
9495 esac
9496 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9497 $as_echo "$ac_try_echo") >&5
9498   (eval "$ac_link") 2>conftest.er1
9499   ac_status=$?
9500   grep -v '^ *+' conftest.er1 >conftest.err
9501   rm -f conftest.er1
9502   cat conftest.err >&5
9503   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9504   (exit $ac_status); } && {
9505          test -z "$ac_c_werror_flag" ||
9506          test ! -s conftest.err
9507        } && test -s conftest$ac_exeext && {
9508          test "$cross_compiling" = yes ||
9509          $as_test_x conftest$ac_exeext
9510        }; then
9511   eval "$as_ac_var=yes"
9512 else
9513   $as_echo "$as_me: failed program was:" >&5
9514 sed 's/^/| /' conftest.$ac_ext >&5
9515
9516         eval "$as_ac_var=no"
9517 fi
9518
9519 rm -rf conftest.dSYM
9520 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9521       conftest$ac_exeext conftest.$ac_ext
9522 CFLAGS=$ac_wine_try_cflags_saved
9523 fi
9524 ac_res=`eval 'as_val=${'$as_ac_var'}
9525                  $as_echo "$as_val"'`
9526                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9527 $as_echo "$ac_res" >&6; }
9528 if test `eval 'as_val=${'$as_ac_var'}
9529                  $as_echo "$as_val"'` = yes; then
9530   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9531                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9532 fi
9533
9534 fi
9535
9536
9537       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9538 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
9539 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9540   $as_echo_n "(cached) " >&6
9541 else
9542   ac_wine_try_cflags_saved=$CFLAGS
9543 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9544 cat >conftest.$ac_ext <<_ACEOF
9545 /* confdefs.h.  */
9546 _ACEOF
9547 cat confdefs.h >>conftest.$ac_ext
9548 cat >>conftest.$ac_ext <<_ACEOF
9549 /* end confdefs.h.  */
9550
9551 int
9552 main ()
9553 {
9554
9555   ;
9556   return 0;
9557 }
9558 _ACEOF
9559 rm -f conftest.$ac_objext conftest$ac_exeext
9560 if { (ac_try="$ac_link"
9561 case "(($ac_try" in
9562   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9563   *) ac_try_echo=$ac_try;;
9564 esac
9565 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9566 $as_echo "$ac_try_echo") >&5
9567   (eval "$ac_link") 2>conftest.er1
9568   ac_status=$?
9569   grep -v '^ *+' conftest.er1 >conftest.err
9570   rm -f conftest.er1
9571   cat conftest.err >&5
9572   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9573   (exit $ac_status); } && {
9574          test -z "$ac_c_werror_flag" ||
9575          test ! -s conftest.err
9576        } && test -s conftest$ac_exeext && {
9577          test "$cross_compiling" = yes ||
9578          $as_test_x conftest$ac_exeext
9579        }; then
9580   ac_cv_cflags__Wl___enable_new_dtags=yes
9581 else
9582   $as_echo "$as_me: failed program was:" >&5
9583 sed 's/^/| /' conftest.$ac_ext >&5
9584
9585         ac_cv_cflags__Wl___enable_new_dtags=no
9586 fi
9587
9588 rm -rf conftest.dSYM
9589 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9590       conftest$ac_exeext conftest.$ac_ext
9591 CFLAGS=$ac_wine_try_cflags_saved
9592 fi
9593 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9594 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9595 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9596   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9597 fi
9598
9599
9600       case $host_cpu in
9601         *i[3456789]86* | x86_64)
9602           { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9603 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
9604 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9605   $as_echo_n "(cached) " >&6
9606 else
9607   ac_wine_try_cflags_saved=$CFLAGS
9608 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9609 cat >conftest.$ac_ext <<_ACEOF
9610 /* confdefs.h.  */
9611 _ACEOF
9612 cat confdefs.h >>conftest.$ac_ext
9613 cat >>conftest.$ac_ext <<_ACEOF
9614 /* end confdefs.h.  */
9615
9616 int
9617 main ()
9618 {
9619
9620   ;
9621   return 0;
9622 }
9623 _ACEOF
9624 rm -f conftest.$ac_objext conftest$ac_exeext
9625 if { (ac_try="$ac_link"
9626 case "(($ac_try" in
9627   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9628   *) ac_try_echo=$ac_try;;
9629 esac
9630 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9631 $as_echo "$ac_try_echo") >&5
9632   (eval "$ac_link") 2>conftest.er1
9633   ac_status=$?
9634   grep -v '^ *+' conftest.er1 >conftest.err
9635   rm -f conftest.er1
9636   cat conftest.err >&5
9637   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9638   (exit $ac_status); } && {
9639          test -z "$ac_c_werror_flag" ||
9640          test ! -s conftest.err
9641        } && test -s conftest$ac_exeext && {
9642          test "$cross_compiling" = yes ||
9643          $as_test_x conftest$ac_exeext
9644        }; then
9645   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9646 else
9647   $as_echo "$as_me: failed program was:" >&5
9648 sed 's/^/| /' conftest.$ac_ext >&5
9649
9650         ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9651 fi
9652
9653 rm -rf conftest.dSYM
9654 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9655       conftest$ac_exeext conftest.$ac_ext
9656 CFLAGS=$ac_wine_try_cflags_saved
9657 fi
9658 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9659 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9660 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9661   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9662 fi
9663
9664           ;;
9665       esac
9666
9667     else
9668       { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9669 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
9670 if test "${ac_cv_c_dll_unixware+set}" = set; then
9671   $as_echo_n "(cached) " >&6
9672 else
9673   ac_wine_try_cflags_saved=$CFLAGS
9674 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9675 cat >conftest.$ac_ext <<_ACEOF
9676 void myfunc() {}
9677 _ACEOF
9678 rm -f conftest.$ac_objext conftest$ac_exeext
9679 if { (ac_try="$ac_link"
9680 case "(($ac_try" in
9681   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9682   *) ac_try_echo=$ac_try;;
9683 esac
9684 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9685 $as_echo "$ac_try_echo") >&5
9686   (eval "$ac_link") 2>conftest.er1
9687   ac_status=$?
9688   grep -v '^ *+' conftest.er1 >conftest.err
9689   rm -f conftest.er1
9690   cat conftest.err >&5
9691   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9692   (exit $ac_status); } && {
9693          test -z "$ac_c_werror_flag" ||
9694          test ! -s conftest.err
9695        } && test -s conftest$ac_exeext && {
9696          test "$cross_compiling" = yes ||
9697          $as_test_x conftest$ac_exeext
9698        }; then
9699   ac_cv_c_dll_unixware="yes"
9700 else
9701   $as_echo "$as_me: failed program was:" >&5
9702 sed 's/^/| /' conftest.$ac_ext >&5
9703
9704         ac_cv_c_dll_unixware="no"
9705 fi
9706
9707 rm -rf conftest.dSYM
9708 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9709       conftest$ac_exeext conftest.$ac_ext
9710 CFLAGS=$ac_wine_try_cflags_saved
9711 fi
9712 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9713 $as_echo "$ac_cv_c_dll_unixware" >&6; }
9714       if test "$ac_cv_c_dll_unixware" = "yes"
9715       then
9716         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9717         LDDLLFLAGS="-Wl,-G,-B,symbolic"
9718
9719       else
9720         { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9721 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
9722 if test "${ac_cv_c_dll_hpux+set}" = set; then
9723   $as_echo_n "(cached) " >&6
9724 else
9725   ac_wine_try_cflags_saved=$CFLAGS
9726 CFLAGS="$CFLAGS -shared"
9727 cat >conftest.$ac_ext <<_ACEOF
9728 void myfunc() {}
9729 _ACEOF
9730 rm -f conftest.$ac_objext conftest$ac_exeext
9731 if { (ac_try="$ac_link"
9732 case "(($ac_try" in
9733   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9734   *) ac_try_echo=$ac_try;;
9735 esac
9736 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9737 $as_echo "$ac_try_echo") >&5
9738   (eval "$ac_link") 2>conftest.er1
9739   ac_status=$?
9740   grep -v '^ *+' conftest.er1 >conftest.err
9741   rm -f conftest.er1
9742   cat conftest.err >&5
9743   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9744   (exit $ac_status); } && {
9745          test -z "$ac_c_werror_flag" ||
9746          test ! -s conftest.err
9747        } && test -s conftest$ac_exeext && {
9748          test "$cross_compiling" = yes ||
9749          $as_test_x conftest$ac_exeext
9750        }; then
9751   ac_cv_c_dll_hpux="yes"
9752 else
9753   $as_echo "$as_me: failed program was:" >&5
9754 sed 's/^/| /' conftest.$ac_ext >&5
9755
9756         ac_cv_c_dll_hpux="no"
9757 fi
9758
9759 rm -rf conftest.dSYM
9760 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9761       conftest$ac_exeext conftest.$ac_ext
9762 CFLAGS=$ac_wine_try_cflags_saved
9763 fi
9764 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9765 $as_echo "$ac_cv_c_dll_hpux" >&6; }
9766         if test "$ac_cv_c_dll_hpux" = "yes"
9767         then
9768           LIBEXT="sl"
9769           DLLEXT=".sl"
9770           LDDLLFLAGS="-shared -fPIC"
9771           LDSHARED="\$(CC) -shared"
9772         fi
9773       fi
9774     fi
9775     ;;
9776 esac
9777
9778 enable_winequartz_drv=${enable_winequartz_drv:-no}
9779
9780 if test "$LIBEXT" = "a"; then
9781   { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9782 It is currently not possible to build Wine without shared library
9783 (.so) support to allow transparent switch between .so and .dll files.
9784 If you are using Linux, you will need a newer binutils.
9785 " >&5
9786 $as_echo "$as_me: error: could not find a way to build shared libraries.
9787 It is currently not possible to build Wine without shared library
9788 (.so) support to allow transparent switch between .so and .dll files.
9789 If you are using Linux, you will need a newer binutils.
9790 " >&2;}
9791    { (exit 1); exit 1; }; }
9792 fi
9793
9794 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
9795 then
9796     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
9797 do
9798   # Extract the first word of "$ac_prog", so it can be a program name with args.
9799 set dummy $ac_prog; ac_word=$2
9800 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9801 $as_echo_n "checking for $ac_word... " >&6; }
9802 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9803   $as_echo_n "(cached) " >&6
9804 else
9805   if test -n "$CROSSCC"; then
9806   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9807 else
9808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9809 for as_dir in $PATH
9810 do
9811   IFS=$as_save_IFS
9812   test -z "$as_dir" && as_dir=.
9813   for ac_exec_ext in '' $ac_executable_extensions; do
9814   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9815     ac_cv_prog_CROSSCC="$ac_prog"
9816     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9817     break 2
9818   fi
9819 done
9820 done
9821 IFS=$as_save_IFS
9822
9823 fi
9824 fi
9825 CROSSCC=$ac_cv_prog_CROSSCC
9826 if test -n "$CROSSCC"; then
9827   { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
9828 $as_echo "$CROSSCC" >&6; }
9829 else
9830   { $as_echo "$as_me:$LINENO: result: no" >&5
9831 $as_echo "no" >&6; }
9832 fi
9833
9834
9835   test -n "$CROSSCC" && break
9836 done
9837 test -n "$CROSSCC" || CROSSCC="false"
9838
9839     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
9840 do
9841   # Extract the first word of "$ac_prog", so it can be a program name with args.
9842 set dummy $ac_prog; ac_word=$2
9843 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9844 $as_echo_n "checking for $ac_word... " >&6; }
9845 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9846   $as_echo_n "(cached) " >&6
9847 else
9848   if test -n "$DLLTOOL"; then
9849   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9850 else
9851 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9852 for as_dir in $PATH
9853 do
9854   IFS=$as_save_IFS
9855   test -z "$as_dir" && as_dir=.
9856   for ac_exec_ext in '' $ac_executable_extensions; do
9857   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9858     ac_cv_prog_DLLTOOL="$ac_prog"
9859     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9860     break 2
9861   fi
9862 done
9863 done
9864 IFS=$as_save_IFS
9865
9866 fi
9867 fi
9868 DLLTOOL=$ac_cv_prog_DLLTOOL
9869 if test -n "$DLLTOOL"; then
9870   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9871 $as_echo "$DLLTOOL" >&6; }
9872 else
9873   { $as_echo "$as_me:$LINENO: result: no" >&5
9874 $as_echo "no" >&6; }
9875 fi
9876
9877
9878   test -n "$DLLTOOL" && break
9879 done
9880 test -n "$DLLTOOL" || DLLTOOL="false"
9881
9882     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
9883 do
9884   # Extract the first word of "$ac_prog", so it can be a program name with args.
9885 set dummy $ac_prog; ac_word=$2
9886 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9887 $as_echo_n "checking for $ac_word... " >&6; }
9888 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9889   $as_echo_n "(cached) " >&6
9890 else
9891   if test -n "$CROSSWINDRES"; then
9892   ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9893 else
9894 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9895 for as_dir in $PATH
9896 do
9897   IFS=$as_save_IFS
9898   test -z "$as_dir" && as_dir=.
9899   for ac_exec_ext in '' $ac_executable_extensions; do
9900   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9901     ac_cv_prog_CROSSWINDRES="$ac_prog"
9902     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9903     break 2
9904   fi
9905 done
9906 done
9907 IFS=$as_save_IFS
9908
9909 fi
9910 fi
9911 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9912 if test -n "$CROSSWINDRES"; then
9913   { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9914 $as_echo "$CROSSWINDRES" >&6; }
9915 else
9916   { $as_echo "$as_me:$LINENO: result: no" >&5
9917 $as_echo "no" >&6; }
9918 fi
9919
9920
9921   test -n "$CROSSWINDRES" && break
9922 done
9923 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9924
9925     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
9926 do
9927   # Extract the first word of "$ac_prog", so it can be a program name with args.
9928 set dummy $ac_prog; ac_word=$2
9929 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9930 $as_echo_n "checking for $ac_word... " >&6; }
9931 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9932   $as_echo_n "(cached) " >&6
9933 else
9934   if test -n "$MINGWAR"; then
9935   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9936 else
9937 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9938 for as_dir in $PATH
9939 do
9940   IFS=$as_save_IFS
9941   test -z "$as_dir" && as_dir=.
9942   for ac_exec_ext in '' $ac_executable_extensions; do
9943   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9944     ac_cv_prog_MINGWAR="$ac_prog"
9945     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9946     break 2
9947   fi
9948 done
9949 done
9950 IFS=$as_save_IFS
9951
9952 fi
9953 fi
9954 MINGWAR=$ac_cv_prog_MINGWAR
9955 if test -n "$MINGWAR"; then
9956   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
9957 $as_echo "$MINGWAR" >&6; }
9958 else
9959   { $as_echo "$as_me:$LINENO: result: no" >&5
9960 $as_echo "no" >&6; }
9961 fi
9962
9963
9964   test -n "$MINGWAR" && break
9965 done
9966 test -n "$MINGWAR" || MINGWAR="false"
9967
9968     if test "$CROSSCC" != "false"
9969     then
9970         CROSSTEST="\$(CROSSTEST)"
9971
9972     fi
9973 fi
9974
9975
9976 if test "$have_x" = "yes"
9977 then
9978     XLIB="-lXext -lX11"
9979     ac_save_CPPFLAGS="$CPPFLAGS"
9980     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9981
9982     { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
9983 $as_echo_n "checking for -lX11... " >&6; }
9984 if test "${ac_cv_lib_soname_X11+set}" = set; then
9985   $as_echo_n "(cached) " >&6
9986 else
9987   ac_check_soname_save_LIBS=$LIBS
9988 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9989   cat >conftest.$ac_ext <<_ACEOF
9990 /* confdefs.h.  */
9991 _ACEOF
9992 cat confdefs.h >>conftest.$ac_ext
9993 cat >>conftest.$ac_ext <<_ACEOF
9994 /* end confdefs.h.  */
9995
9996 /* Override any GCC internal prototype to avoid an error.
9997    Use char because int might match the return type of a GCC
9998    builtin and then its argument prototype would still apply.  */
9999 #ifdef __cplusplus
10000 extern "C"
10001 #endif
10002 char XCreateWindow ();
10003 int
10004 main ()
10005 {
10006 return XCreateWindow ();
10007   ;
10008   return 0;
10009 }
10010 _ACEOF
10011 rm -f conftest.$ac_objext conftest$ac_exeext
10012 if { (ac_try="$ac_link"
10013 case "(($ac_try" in
10014   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10015   *) ac_try_echo=$ac_try;;
10016 esac
10017 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10018 $as_echo "$ac_try_echo") >&5
10019   (eval "$ac_link") 2>conftest.er1
10020   ac_status=$?
10021   grep -v '^ *+' conftest.er1 >conftest.err
10022   rm -f conftest.er1
10023   cat conftest.err >&5
10024   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10025   (exit $ac_status); } && {
10026          test -z "$ac_c_werror_flag" ||
10027          test ! -s conftest.err
10028        } && test -s conftest$ac_exeext && {
10029          test "$cross_compiling" = yes ||
10030          $as_test_x conftest$ac_exeext
10031        }; then
10032   case "$LIBEXT" in
10033     dll) ;;
10034     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'` ;;
10035     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10036   esac
10037 else
10038   $as_echo "$as_me: failed program was:" >&5
10039 sed 's/^/| /' conftest.$ac_ext >&5
10040
10041
10042 fi
10043
10044 rm -rf conftest.dSYM
10045 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10046       conftest$ac_exeext conftest.$ac_ext
10047   LIBS=$ac_check_soname_save_LIBS
10048 fi
10049 if test "x$ac_cv_lib_soname_X11" = "x"; then
10050   { $as_echo "$as_me:$LINENO: result: not found" >&5
10051 $as_echo "not found" >&6; }
10052
10053 else
10054   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10055 $as_echo "$ac_cv_lib_soname_X11" >&6; }
10056
10057 cat >>confdefs.h <<_ACEOF
10058 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10059 _ACEOF
10060
10061
10062 fi
10063
10064     { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10065 $as_echo_n "checking for -lXext... " >&6; }
10066 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10067   $as_echo_n "(cached) " >&6
10068 else
10069   ac_check_soname_save_LIBS=$LIBS
10070 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10071   cat >conftest.$ac_ext <<_ACEOF
10072 /* confdefs.h.  */
10073 _ACEOF
10074 cat confdefs.h >>conftest.$ac_ext
10075 cat >>conftest.$ac_ext <<_ACEOF
10076 /* end confdefs.h.  */
10077
10078 /* Override any GCC internal prototype to avoid an error.
10079    Use char because int might match the return type of a GCC
10080    builtin and then its argument prototype would still apply.  */
10081 #ifdef __cplusplus
10082 extern "C"
10083 #endif
10084 char XextCreateExtension ();
10085 int
10086 main ()
10087 {
10088 return XextCreateExtension ();
10089   ;
10090   return 0;
10091 }
10092 _ACEOF
10093 rm -f conftest.$ac_objext conftest$ac_exeext
10094 if { (ac_try="$ac_link"
10095 case "(($ac_try" in
10096   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10097   *) ac_try_echo=$ac_try;;
10098 esac
10099 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10100 $as_echo "$ac_try_echo") >&5
10101   (eval "$ac_link") 2>conftest.er1
10102   ac_status=$?
10103   grep -v '^ *+' conftest.er1 >conftest.err
10104   rm -f conftest.er1
10105   cat conftest.err >&5
10106   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10107   (exit $ac_status); } && {
10108          test -z "$ac_c_werror_flag" ||
10109          test ! -s conftest.err
10110        } && test -s conftest$ac_exeext && {
10111          test "$cross_compiling" = yes ||
10112          $as_test_x conftest$ac_exeext
10113        }; then
10114   case "$LIBEXT" in
10115     dll) ;;
10116     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'` ;;
10117     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10118   esac
10119 else
10120   $as_echo "$as_me: failed program was:" >&5
10121 sed 's/^/| /' conftest.$ac_ext >&5
10122
10123
10124 fi
10125
10126 rm -rf conftest.dSYM
10127 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10128       conftest$ac_exeext conftest.$ac_ext
10129   LIBS=$ac_check_soname_save_LIBS
10130 fi
10131 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10132   { $as_echo "$as_me:$LINENO: result: not found" >&5
10133 $as_echo "not found" >&6; }
10134
10135 else
10136   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10137 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10138
10139 cat >>confdefs.h <<_ACEOF
10140 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10141 _ACEOF
10142
10143
10144 fi
10145
10146
10147
10148
10149
10150
10151
10152
10153
10154
10155
10156
10157
10158
10159 for ac_header in X11/Xlib.h \
10160                       X11/XKBlib.h \
10161                       X11/Xutil.h \
10162                       X11/Xcursor/Xcursor.h \
10163                       X11/extensions/shape.h \
10164                       X11/extensions/XInput.h \
10165                       X11/extensions/XShm.h \
10166                       X11/extensions/Xcomposite.h \
10167                       X11/extensions/Xinerama.h \
10168                       X11/extensions/Xrandr.h \
10169                       X11/extensions/Xrender.h \
10170                       X11/extensions/xf86vmode.h
10171 do
10172 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10173 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10174 $as_echo_n "checking for $ac_header... " >&6; }
10175 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10176   $as_echo_n "(cached) " >&6
10177 else
10178   cat >conftest.$ac_ext <<_ACEOF
10179 /* confdefs.h.  */
10180 _ACEOF
10181 cat confdefs.h >>conftest.$ac_ext
10182 cat >>conftest.$ac_ext <<_ACEOF
10183 /* end confdefs.h.  */
10184 #ifdef HAVE_X11_XLIB_H
10185 # include <X11/Xlib.h>
10186 #endif
10187 #ifdef HAVE_X11_XUTIL_H
10188 # include <X11/Xutil.h>
10189 #endif
10190
10191 #include <$ac_header>
10192 _ACEOF
10193 rm -f conftest.$ac_objext
10194 if { (ac_try="$ac_compile"
10195 case "(($ac_try" in
10196   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10197   *) ac_try_echo=$ac_try;;
10198 esac
10199 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10200 $as_echo "$ac_try_echo") >&5
10201   (eval "$ac_compile") 2>conftest.er1
10202   ac_status=$?
10203   grep -v '^ *+' conftest.er1 >conftest.err
10204   rm -f conftest.er1
10205   cat conftest.err >&5
10206   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10207   (exit $ac_status); } && {
10208          test -z "$ac_c_werror_flag" ||
10209          test ! -s conftest.err
10210        } && test -s conftest.$ac_objext; then
10211   eval "$as_ac_Header=yes"
10212 else
10213   $as_echo "$as_me: failed program was:" >&5
10214 sed 's/^/| /' conftest.$ac_ext >&5
10215
10216         eval "$as_ac_Header=no"
10217 fi
10218
10219 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10220 fi
10221 ac_res=`eval 'as_val=${'$as_ac_Header'}
10222                  $as_echo "$as_val"'`
10223                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10224 $as_echo "$ac_res" >&6; }
10225 as_val=`eval 'as_val=${'$as_ac_Header'}
10226                  $as_echo "$as_val"'`
10227    if test "x$as_val" = x""yes; then
10228   cat >>confdefs.h <<_ACEOF
10229 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10230 _ACEOF
10231
10232 fi
10233
10234 done
10235
10236
10237                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10238         then
10239               { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10240 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10241 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10242   $as_echo_n "(cached) " >&6
10243 else
10244   ac_check_lib_save_LIBS=$LIBS
10245 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10246 cat >conftest.$ac_ext <<_ACEOF
10247 /* confdefs.h.  */
10248 _ACEOF
10249 cat confdefs.h >>conftest.$ac_ext
10250 cat >>conftest.$ac_ext <<_ACEOF
10251 /* end confdefs.h.  */
10252
10253 /* Override any GCC internal prototype to avoid an error.
10254    Use char because int might match the return type of a GCC
10255    builtin and then its argument prototype would still apply.  */
10256 #ifdef __cplusplus
10257 extern "C"
10258 #endif
10259 char XkbQueryExtension ();
10260 int
10261 main ()
10262 {
10263 return XkbQueryExtension ();
10264   ;
10265   return 0;
10266 }
10267 _ACEOF
10268 rm -f conftest.$ac_objext conftest$ac_exeext
10269 if { (ac_try="$ac_link"
10270 case "(($ac_try" in
10271   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10272   *) ac_try_echo=$ac_try;;
10273 esac
10274 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10275 $as_echo "$ac_try_echo") >&5
10276   (eval "$ac_link") 2>conftest.er1
10277   ac_status=$?
10278   grep -v '^ *+' conftest.er1 >conftest.err
10279   rm -f conftest.er1
10280   cat conftest.err >&5
10281   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10282   (exit $ac_status); } && {
10283          test -z "$ac_c_werror_flag" ||
10284          test ! -s conftest.err
10285        } && test -s conftest$ac_exeext && {
10286          test "$cross_compiling" = yes ||
10287          $as_test_x conftest$ac_exeext
10288        }; then
10289   ac_cv_lib_X11_XkbQueryExtension=yes
10290 else
10291   $as_echo "$as_me: failed program was:" >&5
10292 sed 's/^/| /' conftest.$ac_ext >&5
10293
10294         ac_cv_lib_X11_XkbQueryExtension=no
10295 fi
10296
10297 rm -rf conftest.dSYM
10298 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10299       conftest$ac_exeext conftest.$ac_ext
10300 LIBS=$ac_check_lib_save_LIBS
10301 fi
10302 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10303 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10304 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10305
10306 cat >>confdefs.h <<\_ACEOF
10307 #define HAVE_XKB 1
10308 _ACEOF
10309
10310 fi
10311
10312         fi
10313
10314                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10315         then
10316             { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10317 $as_echo_n "checking for -lXcursor... " >&6; }
10318 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10319   $as_echo_n "(cached) " >&6
10320 else
10321   ac_check_soname_save_LIBS=$LIBS
10322 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10323   cat >conftest.$ac_ext <<_ACEOF
10324 /* confdefs.h.  */
10325 _ACEOF
10326 cat confdefs.h >>conftest.$ac_ext
10327 cat >>conftest.$ac_ext <<_ACEOF
10328 /* end confdefs.h.  */
10329
10330 /* Override any GCC internal prototype to avoid an error.
10331    Use char because int might match the return type of a GCC
10332    builtin and then its argument prototype would still apply.  */
10333 #ifdef __cplusplus
10334 extern "C"
10335 #endif
10336 char XcursorImageLoadCursor ();
10337 int
10338 main ()
10339 {
10340 return XcursorImageLoadCursor ();
10341   ;
10342   return 0;
10343 }
10344 _ACEOF
10345 rm -f conftest.$ac_objext conftest$ac_exeext
10346 if { (ac_try="$ac_link"
10347 case "(($ac_try" in
10348   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10349   *) ac_try_echo=$ac_try;;
10350 esac
10351 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10352 $as_echo "$ac_try_echo") >&5
10353   (eval "$ac_link") 2>conftest.er1
10354   ac_status=$?
10355   grep -v '^ *+' conftest.er1 >conftest.err
10356   rm -f conftest.er1
10357   cat conftest.err >&5
10358   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10359   (exit $ac_status); } && {
10360          test -z "$ac_c_werror_flag" ||
10361          test ! -s conftest.err
10362        } && test -s conftest$ac_exeext && {
10363          test "$cross_compiling" = yes ||
10364          $as_test_x conftest$ac_exeext
10365        }; then
10366   case "$LIBEXT" in
10367     dll) ;;
10368     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'` ;;
10369     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10370   esac
10371 else
10372   $as_echo "$as_me: failed program was:" >&5
10373 sed 's/^/| /' conftest.$ac_ext >&5
10374
10375
10376 fi
10377
10378 rm -rf conftest.dSYM
10379 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10380       conftest$ac_exeext conftest.$ac_ext
10381   LIBS=$ac_check_soname_save_LIBS
10382 fi
10383 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10384   { $as_echo "$as_me:$LINENO: result: not found" >&5
10385 $as_echo "not found" >&6; }
10386
10387 else
10388   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10389 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10390
10391 cat >>confdefs.h <<_ACEOF
10392 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10393 _ACEOF
10394
10395
10396 fi
10397
10398         fi
10399         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10400   case "x$with_xcursor" in
10401   x)   wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10402   xno) ;;
10403   *)   { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10404 This is an error since --with-xcursor was requested." >&5
10405 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10406 This is an error since --with-xcursor was requested." >&2;}
10407    { (exit 1); exit 1; }; } ;;
10408 esac
10409 fi
10410
10411
10412                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10413         then
10414             { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10415 $as_echo_n "checking for -lXi... " >&6; }
10416 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10417   $as_echo_n "(cached) " >&6
10418 else
10419   ac_check_soname_save_LIBS=$LIBS
10420 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10421   cat >conftest.$ac_ext <<_ACEOF
10422 /* confdefs.h.  */
10423 _ACEOF
10424 cat confdefs.h >>conftest.$ac_ext
10425 cat >>conftest.$ac_ext <<_ACEOF
10426 /* end confdefs.h.  */
10427
10428 /* Override any GCC internal prototype to avoid an error.
10429    Use char because int might match the return type of a GCC
10430    builtin and then its argument prototype would still apply.  */
10431 #ifdef __cplusplus
10432 extern "C"
10433 #endif
10434 char XOpenDevice ();
10435 int
10436 main ()
10437 {
10438 return XOpenDevice ();
10439   ;
10440   return 0;
10441 }
10442 _ACEOF
10443 rm -f conftest.$ac_objext conftest$ac_exeext
10444 if { (ac_try="$ac_link"
10445 case "(($ac_try" in
10446   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10447   *) ac_try_echo=$ac_try;;
10448 esac
10449 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10450 $as_echo "$ac_try_echo") >&5
10451   (eval "$ac_link") 2>conftest.er1
10452   ac_status=$?
10453   grep -v '^ *+' conftest.er1 >conftest.err
10454   rm -f conftest.er1
10455   cat conftest.err >&5
10456   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10457   (exit $ac_status); } && {
10458          test -z "$ac_c_werror_flag" ||
10459          test ! -s conftest.err
10460        } && test -s conftest$ac_exeext && {
10461          test "$cross_compiling" = yes ||
10462          $as_test_x conftest$ac_exeext
10463        }; then
10464   case "$LIBEXT" in
10465     dll) ;;
10466     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'` ;;
10467     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10468   esac
10469 else
10470   $as_echo "$as_me: failed program was:" >&5
10471 sed 's/^/| /' conftest.$ac_ext >&5
10472
10473
10474 fi
10475
10476 rm -rf conftest.dSYM
10477 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10478       conftest$ac_exeext conftest.$ac_ext
10479   LIBS=$ac_check_soname_save_LIBS
10480 fi
10481 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10482   { $as_echo "$as_me:$LINENO: result: not found" >&5
10483 $as_echo "not found" >&6; }
10484
10485 else
10486   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10487 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10488
10489 cat >>confdefs.h <<_ACEOF
10490 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10491 _ACEOF
10492
10493
10494 fi
10495
10496         fi
10497         if test "x$ac_cv_lib_soname_Xi" = "x"; then
10498   case "x$with_xinput" in
10499   x)   wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10500   xno) ;;
10501   *)   { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10502 This is an error since --with-xinput was requested." >&5
10503 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10504 This is an error since --with-xinput was requested." >&2;}
10505    { (exit 1); exit 1; }; } ;;
10506 esac
10507 fi
10508
10509
10510                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10511         then
10512               { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10513 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10514 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10515   $as_echo_n "(cached) " >&6
10516 else
10517   ac_check_lib_save_LIBS=$LIBS
10518 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10519 cat >conftest.$ac_ext <<_ACEOF
10520 /* confdefs.h.  */
10521 _ACEOF
10522 cat confdefs.h >>conftest.$ac_ext
10523 cat >>conftest.$ac_ext <<_ACEOF
10524 /* end confdefs.h.  */
10525
10526 /* Override any GCC internal prototype to avoid an error.
10527    Use char because int might match the return type of a GCC
10528    builtin and then its argument prototype would still apply.  */
10529 #ifdef __cplusplus
10530 extern "C"
10531 #endif
10532 char XShmQueryExtension ();
10533 int
10534 main ()
10535 {
10536 return XShmQueryExtension ();
10537   ;
10538   return 0;
10539 }
10540 _ACEOF
10541 rm -f conftest.$ac_objext conftest$ac_exeext
10542 if { (ac_try="$ac_link"
10543 case "(($ac_try" in
10544   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10545   *) ac_try_echo=$ac_try;;
10546 esac
10547 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10548 $as_echo "$ac_try_echo") >&5
10549   (eval "$ac_link") 2>conftest.er1
10550   ac_status=$?
10551   grep -v '^ *+' conftest.er1 >conftest.err
10552   rm -f conftest.er1
10553   cat conftest.err >&5
10554   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10555   (exit $ac_status); } && {
10556          test -z "$ac_c_werror_flag" ||
10557          test ! -s conftest.err
10558        } && test -s conftest$ac_exeext && {
10559          test "$cross_compiling" = yes ||
10560          $as_test_x conftest$ac_exeext
10561        }; then
10562   ac_cv_lib_Xext_XShmQueryExtension=yes
10563 else
10564   $as_echo "$as_me: failed program was:" >&5
10565 sed 's/^/| /' conftest.$ac_ext >&5
10566
10567         ac_cv_lib_Xext_XShmQueryExtension=no
10568 fi
10569
10570 rm -rf conftest.dSYM
10571 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10572       conftest$ac_exeext conftest.$ac_ext
10573 LIBS=$ac_check_lib_save_LIBS
10574 fi
10575 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10576 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10577 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10578
10579 cat >>confdefs.h <<\_ACEOF
10580 #define HAVE_LIBXXSHM 1
10581 _ACEOF
10582
10583 fi
10584
10585         fi
10586         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10587   case "x$with_xshm" in
10588   x)   wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10589   xno) ;;
10590   *)   { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10591 This is an error since --with-xshm was requested." >&5
10592 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10593 This is an error since --with-xshm was requested." >&2;}
10594    { (exit 1); exit 1; }; } ;;
10595 esac
10596 fi
10597
10598
10599                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10600         then
10601               { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10602 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10603 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10604   $as_echo_n "(cached) " >&6
10605 else
10606   ac_check_lib_save_LIBS=$LIBS
10607 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10608 cat >conftest.$ac_ext <<_ACEOF
10609 /* confdefs.h.  */
10610 _ACEOF
10611 cat confdefs.h >>conftest.$ac_ext
10612 cat >>conftest.$ac_ext <<_ACEOF
10613 /* end confdefs.h.  */
10614
10615 /* Override any GCC internal prototype to avoid an error.
10616    Use char because int might match the return type of a GCC
10617    builtin and then its argument prototype would still apply.  */
10618 #ifdef __cplusplus
10619 extern "C"
10620 #endif
10621 char XShapeQueryExtension ();
10622 int
10623 main ()
10624 {
10625 return XShapeQueryExtension ();
10626   ;
10627   return 0;
10628 }
10629 _ACEOF
10630 rm -f conftest.$ac_objext conftest$ac_exeext
10631 if { (ac_try="$ac_link"
10632 case "(($ac_try" in
10633   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10634   *) ac_try_echo=$ac_try;;
10635 esac
10636 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10637 $as_echo "$ac_try_echo") >&5
10638   (eval "$ac_link") 2>conftest.er1
10639   ac_status=$?
10640   grep -v '^ *+' conftest.er1 >conftest.err
10641   rm -f conftest.er1
10642   cat conftest.err >&5
10643   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10644   (exit $ac_status); } && {
10645          test -z "$ac_c_werror_flag" ||
10646          test ! -s conftest.err
10647        } && test -s conftest$ac_exeext && {
10648          test "$cross_compiling" = yes ||
10649          $as_test_x conftest$ac_exeext
10650        }; then
10651   ac_cv_lib_Xext_XShapeQueryExtension=yes
10652 else
10653   $as_echo "$as_me: failed program was:" >&5
10654 sed 's/^/| /' conftest.$ac_ext >&5
10655
10656         ac_cv_lib_Xext_XShapeQueryExtension=no
10657 fi
10658
10659 rm -rf conftest.dSYM
10660 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10661       conftest$ac_exeext conftest.$ac_ext
10662 LIBS=$ac_check_lib_save_LIBS
10663 fi
10664 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10665 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10666 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10667
10668 cat >>confdefs.h <<\_ACEOF
10669 #define HAVE_LIBXSHAPE 1
10670 _ACEOF
10671
10672 fi
10673
10674         fi
10675         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10676   case "x$with_xshape" in
10677   x)   wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10678   xno) ;;
10679   *)   { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10680 This is an error since --with-xshape was requested." >&5
10681 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10682 This is an error since --with-xshape was requested." >&2;}
10683    { (exit 1); exit 1; }; } ;;
10684 esac
10685 fi
10686
10687
10688                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10689         then
10690             { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10691 $as_echo_n "checking for -lXxf86vm... " >&6; }
10692 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10693   $as_echo_n "(cached) " >&6
10694 else
10695   ac_check_soname_save_LIBS=$LIBS
10696 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10697   cat >conftest.$ac_ext <<_ACEOF
10698 /* confdefs.h.  */
10699 _ACEOF
10700 cat confdefs.h >>conftest.$ac_ext
10701 cat >>conftest.$ac_ext <<_ACEOF
10702 /* end confdefs.h.  */
10703
10704 /* Override any GCC internal prototype to avoid an error.
10705    Use char because int might match the return type of a GCC
10706    builtin and then its argument prototype would still apply.  */
10707 #ifdef __cplusplus
10708 extern "C"
10709 #endif
10710 char XF86VidModeQueryExtension ();
10711 int
10712 main ()
10713 {
10714 return XF86VidModeQueryExtension ();
10715   ;
10716   return 0;
10717 }
10718 _ACEOF
10719 rm -f conftest.$ac_objext conftest$ac_exeext
10720 if { (ac_try="$ac_link"
10721 case "(($ac_try" in
10722   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10723   *) ac_try_echo=$ac_try;;
10724 esac
10725 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10726 $as_echo "$ac_try_echo") >&5
10727   (eval "$ac_link") 2>conftest.er1
10728   ac_status=$?
10729   grep -v '^ *+' conftest.er1 >conftest.err
10730   rm -f conftest.er1
10731   cat conftest.err >&5
10732   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10733   (exit $ac_status); } && {
10734          test -z "$ac_c_werror_flag" ||
10735          test ! -s conftest.err
10736        } && test -s conftest$ac_exeext && {
10737          test "$cross_compiling" = yes ||
10738          $as_test_x conftest$ac_exeext
10739        }; then
10740   case "$LIBEXT" in
10741     dll) ;;
10742     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'` ;;
10743     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10744   esac
10745 else
10746   $as_echo "$as_me: failed program was:" >&5
10747 sed 's/^/| /' conftest.$ac_ext >&5
10748
10749
10750 fi
10751
10752 rm -rf conftest.dSYM
10753 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10754       conftest$ac_exeext conftest.$ac_ext
10755   LIBS=$ac_check_soname_save_LIBS
10756 fi
10757 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10758   { $as_echo "$as_me:$LINENO: result: not found" >&5
10759 $as_echo "not found" >&6; }
10760
10761 else
10762   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10763 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10764
10765 cat >>confdefs.h <<_ACEOF
10766 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10767 _ACEOF
10768
10769
10770 fi
10771
10772         fi
10773         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10774   case "x$with_xxf86vm" in
10775   x)   wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10776   xno) ;;
10777   *)   { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10778 This is an error since --with-xxf86vm was requested." >&5
10779 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10780 This is an error since --with-xxf86vm was requested." >&2;}
10781    { (exit 1); exit 1; }; } ;;
10782 esac
10783 fi
10784
10785
10786                 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"
10787         then
10788             { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10789 $as_echo_n "checking for -lXrender... " >&6; }
10790 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10791   $as_echo_n "(cached) " >&6
10792 else
10793   ac_check_soname_save_LIBS=$LIBS
10794 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10795   cat >conftest.$ac_ext <<_ACEOF
10796 /* confdefs.h.  */
10797 _ACEOF
10798 cat confdefs.h >>conftest.$ac_ext
10799 cat >>conftest.$ac_ext <<_ACEOF
10800 /* end confdefs.h.  */
10801
10802 /* Override any GCC internal prototype to avoid an error.
10803    Use char because int might match the return type of a GCC
10804    builtin and then its argument prototype would still apply.  */
10805 #ifdef __cplusplus
10806 extern "C"
10807 #endif
10808 char XRenderQueryExtension ();
10809 int
10810 main ()
10811 {
10812 return XRenderQueryExtension ();
10813   ;
10814   return 0;
10815 }
10816 _ACEOF
10817 rm -f conftest.$ac_objext conftest$ac_exeext
10818 if { (ac_try="$ac_link"
10819 case "(($ac_try" in
10820   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10821   *) ac_try_echo=$ac_try;;
10822 esac
10823 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10824 $as_echo "$ac_try_echo") >&5
10825   (eval "$ac_link") 2>conftest.er1
10826   ac_status=$?
10827   grep -v '^ *+' conftest.er1 >conftest.err
10828   rm -f conftest.er1
10829   cat conftest.err >&5
10830   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10831   (exit $ac_status); } && {
10832          test -z "$ac_c_werror_flag" ||
10833          test ! -s conftest.err
10834        } && test -s conftest$ac_exeext && {
10835          test "$cross_compiling" = yes ||
10836          $as_test_x conftest$ac_exeext
10837        }; then
10838   case "$LIBEXT" in
10839     dll) ;;
10840     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'` ;;
10841     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10842   esac
10843 else
10844   $as_echo "$as_me: failed program was:" >&5
10845 sed 's/^/| /' conftest.$ac_ext >&5
10846
10847
10848 fi
10849
10850 rm -rf conftest.dSYM
10851 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10852       conftest$ac_exeext conftest.$ac_ext
10853   LIBS=$ac_check_soname_save_LIBS
10854 fi
10855 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10856   { $as_echo "$as_me:$LINENO: result: not found" >&5
10857 $as_echo "not found" >&6; }
10858
10859 else
10860   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10861 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10862
10863 cat >>confdefs.h <<_ACEOF
10864 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10865 _ACEOF
10866
10867        { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10868 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10869 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10870   $as_echo_n "(cached) " >&6
10871 else
10872   ac_check_lib_save_LIBS=$LIBS
10873 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10874 cat >conftest.$ac_ext <<_ACEOF
10875 /* confdefs.h.  */
10876 _ACEOF
10877 cat confdefs.h >>conftest.$ac_ext
10878 cat >>conftest.$ac_ext <<_ACEOF
10879 /* end confdefs.h.  */
10880
10881 /* Override any GCC internal prototype to avoid an error.
10882    Use char because int might match the return type of a GCC
10883    builtin and then its argument prototype would still apply.  */
10884 #ifdef __cplusplus
10885 extern "C"
10886 #endif
10887 char XRenderSetPictureTransform ();
10888 int
10889 main ()
10890 {
10891 return XRenderSetPictureTransform ();
10892   ;
10893   return 0;
10894 }
10895 _ACEOF
10896 rm -f conftest.$ac_objext conftest$ac_exeext
10897 if { (ac_try="$ac_link"
10898 case "(($ac_try" in
10899   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10900   *) ac_try_echo=$ac_try;;
10901 esac
10902 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10903 $as_echo "$ac_try_echo") >&5
10904   (eval "$ac_link") 2>conftest.er1
10905   ac_status=$?
10906   grep -v '^ *+' conftest.er1 >conftest.err
10907   rm -f conftest.er1
10908   cat conftest.err >&5
10909   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10910   (exit $ac_status); } && {
10911          test -z "$ac_c_werror_flag" ||
10912          test ! -s conftest.err
10913        } && test -s conftest$ac_exeext && {
10914          test "$cross_compiling" = yes ||
10915          $as_test_x conftest$ac_exeext
10916        }; then
10917   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10918 else
10919   $as_echo "$as_me: failed program was:" >&5
10920 sed 's/^/| /' conftest.$ac_ext >&5
10921
10922         ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10923 fi
10924
10925 rm -rf conftest.dSYM
10926 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10927       conftest$ac_exeext conftest.$ac_ext
10928 LIBS=$ac_check_lib_save_LIBS
10929 fi
10930 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10931 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10932 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10933
10934 cat >>confdefs.h <<\_ACEOF
10935 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10936 _ACEOF
10937
10938 fi
10939
10940 fi
10941
10942
10943         fi
10944         if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10945   case "x$with_xrender" in
10946   x)   wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10947   xno) ;;
10948   *)   { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10949 This is an error since --with-xrender was requested." >&5
10950 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10951 This is an error since --with-xrender was requested." >&2;}
10952    { (exit 1); exit 1; }; } ;;
10953 esac
10954 fi
10955
10956
10957                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10958         then
10959                 cat >conftest.$ac_ext <<_ACEOF
10960 /* confdefs.h.  */
10961 _ACEOF
10962 cat confdefs.h >>conftest.$ac_ext
10963 cat >>conftest.$ac_ext <<_ACEOF
10964 /* end confdefs.h.  */
10965 #include <X11/Xlib.h>
10966 #include <X11/extensions/Xrandr.h>
10967 int
10968 main ()
10969 {
10970 static typeof(XRRSetScreenConfigAndRate) * func;
10971   ;
10972   return 0;
10973 }
10974 _ACEOF
10975 rm -f conftest.$ac_objext
10976 if { (ac_try="$ac_compile"
10977 case "(($ac_try" in
10978   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10979   *) ac_try_echo=$ac_try;;
10980 esac
10981 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10982 $as_echo "$ac_try_echo") >&5
10983   (eval "$ac_compile") 2>conftest.er1
10984   ac_status=$?
10985   grep -v '^ *+' conftest.er1 >conftest.err
10986   rm -f conftest.er1
10987   cat conftest.err >&5
10988   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10989   (exit $ac_status); } && {
10990          test -z "$ac_c_werror_flag" ||
10991          test ! -s conftest.err
10992        } && test -s conftest.$ac_objext; then
10993   { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
10994 $as_echo_n "checking for -lXrandr... " >&6; }
10995 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10996   $as_echo_n "(cached) " >&6
10997 else
10998   ac_check_soname_save_LIBS=$LIBS
10999 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11000   cat >conftest.$ac_ext <<_ACEOF
11001 /* confdefs.h.  */
11002 _ACEOF
11003 cat confdefs.h >>conftest.$ac_ext
11004 cat >>conftest.$ac_ext <<_ACEOF
11005 /* end confdefs.h.  */
11006
11007 /* Override any GCC internal prototype to avoid an error.
11008    Use char because int might match the return type of a GCC
11009    builtin and then its argument prototype would still apply.  */
11010 #ifdef __cplusplus
11011 extern "C"
11012 #endif
11013 char XRRQueryExtension ();
11014 int
11015 main ()
11016 {
11017 return XRRQueryExtension ();
11018   ;
11019   return 0;
11020 }
11021 _ACEOF
11022 rm -f conftest.$ac_objext conftest$ac_exeext
11023 if { (ac_try="$ac_link"
11024 case "(($ac_try" in
11025   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11026   *) ac_try_echo=$ac_try;;
11027 esac
11028 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11029 $as_echo "$ac_try_echo") >&5
11030   (eval "$ac_link") 2>conftest.er1
11031   ac_status=$?
11032   grep -v '^ *+' conftest.er1 >conftest.err
11033   rm -f conftest.er1
11034   cat conftest.err >&5
11035   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11036   (exit $ac_status); } && {
11037          test -z "$ac_c_werror_flag" ||
11038          test ! -s conftest.err
11039        } && test -s conftest$ac_exeext && {
11040          test "$cross_compiling" = yes ||
11041          $as_test_x conftest$ac_exeext
11042        }; then
11043   case "$LIBEXT" in
11044     dll) ;;
11045     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'` ;;
11046     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
11047   esac
11048 else
11049   $as_echo "$as_me: failed program was:" >&5
11050 sed 's/^/| /' conftest.$ac_ext >&5
11051
11052
11053 fi
11054
11055 rm -rf conftest.dSYM
11056 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11057       conftest$ac_exeext conftest.$ac_ext
11058   LIBS=$ac_check_soname_save_LIBS
11059 fi
11060 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11061   { $as_echo "$as_me:$LINENO: result: not found" >&5
11062 $as_echo "not found" >&6; }
11063
11064 else
11065   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11066 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11067
11068 cat >>confdefs.h <<_ACEOF
11069 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11070 _ACEOF
11071
11072
11073 fi
11074
11075 else
11076   $as_echo "$as_me: failed program was:" >&5
11077 sed 's/^/| /' conftest.$ac_ext >&5
11078
11079
11080 fi
11081
11082 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11083         fi
11084         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11085   case "x$with_xrandr" in
11086   x)   wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11087   xno) ;;
11088   *)   { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11089 This is an error since --with-xrandr was requested." >&5
11090 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11091 This is an error since --with-xrandr was requested." >&2;}
11092    { (exit 1); exit 1; }; } ;;
11093 esac
11094 fi
11095
11096
11097                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11098         then
11099                 cat >conftest.$ac_ext <<_ACEOF
11100 /* confdefs.h.  */
11101 _ACEOF
11102 cat confdefs.h >>conftest.$ac_ext
11103 cat >>conftest.$ac_ext <<_ACEOF
11104 /* end confdefs.h.  */
11105 #include <X11/Xlib.h>
11106 #include <X11/extensions/Xinerama.h>
11107 int
11108 main ()
11109 {
11110 static typeof(XineramaQueryScreens) * func;
11111   ;
11112   return 0;
11113 }
11114 _ACEOF
11115 rm -f conftest.$ac_objext
11116 if { (ac_try="$ac_compile"
11117 case "(($ac_try" in
11118   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11119   *) ac_try_echo=$ac_try;;
11120 esac
11121 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11122 $as_echo "$ac_try_echo") >&5
11123   (eval "$ac_compile") 2>conftest.er1
11124   ac_status=$?
11125   grep -v '^ *+' conftest.er1 >conftest.err
11126   rm -f conftest.er1
11127   cat conftest.err >&5
11128   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11129   (exit $ac_status); } && {
11130          test -z "$ac_c_werror_flag" ||
11131          test ! -s conftest.err
11132        } && test -s conftest.$ac_objext; then
11133   { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11134 $as_echo_n "checking for -lXinerama... " >&6; }
11135 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11136   $as_echo_n "(cached) " >&6
11137 else
11138   ac_check_soname_save_LIBS=$LIBS
11139 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11140   cat >conftest.$ac_ext <<_ACEOF
11141 /* confdefs.h.  */
11142 _ACEOF
11143 cat confdefs.h >>conftest.$ac_ext
11144 cat >>conftest.$ac_ext <<_ACEOF
11145 /* end confdefs.h.  */
11146
11147 /* Override any GCC internal prototype to avoid an error.
11148    Use char because int might match the return type of a GCC
11149    builtin and then its argument prototype would still apply.  */
11150 #ifdef __cplusplus
11151 extern "C"
11152 #endif
11153 char XineramaQueryScreens ();
11154 int
11155 main ()
11156 {
11157 return XineramaQueryScreens ();
11158   ;
11159   return 0;
11160 }
11161 _ACEOF
11162 rm -f conftest.$ac_objext conftest$ac_exeext
11163 if { (ac_try="$ac_link"
11164 case "(($ac_try" in
11165   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11166   *) ac_try_echo=$ac_try;;
11167 esac
11168 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11169 $as_echo "$ac_try_echo") >&5
11170   (eval "$ac_link") 2>conftest.er1
11171   ac_status=$?
11172   grep -v '^ *+' conftest.er1 >conftest.err
11173   rm -f conftest.er1
11174   cat conftest.err >&5
11175   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11176   (exit $ac_status); } && {
11177          test -z "$ac_c_werror_flag" ||
11178          test ! -s conftest.err
11179        } && test -s conftest$ac_exeext && {
11180          test "$cross_compiling" = yes ||
11181          $as_test_x conftest$ac_exeext
11182        }; then
11183   case "$LIBEXT" in
11184     dll) ;;
11185     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'` ;;
11186     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
11187   esac
11188 else
11189   $as_echo "$as_me: failed program was:" >&5
11190 sed 's/^/| /' conftest.$ac_ext >&5
11191
11192
11193 fi
11194
11195 rm -rf conftest.dSYM
11196 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11197       conftest$ac_exeext conftest.$ac_ext
11198   LIBS=$ac_check_soname_save_LIBS
11199 fi
11200 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11201   { $as_echo "$as_me:$LINENO: result: not found" >&5
11202 $as_echo "not found" >&6; }
11203
11204 else
11205   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11206 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11207
11208 cat >>confdefs.h <<_ACEOF
11209 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11210 _ACEOF
11211
11212
11213 fi
11214
11215 else
11216   $as_echo "$as_me: failed program was:" >&5
11217 sed 's/^/| /' conftest.$ac_ext >&5
11218
11219
11220 fi
11221
11222 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11223         fi
11224         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11225   case "x$with_xinerama" in
11226   x)   wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11227   xno) ;;
11228   *)   { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11229 This is an error since --with-xinerama was requested." >&5
11230 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11231 This is an error since --with-xinerama was requested." >&2;}
11232    { (exit 1); exit 1; }; } ;;
11233 esac
11234 fi
11235
11236
11237                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11238         then
11239             { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11240 $as_echo_n "checking for -lXcomposite... " >&6; }
11241 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11242   $as_echo_n "(cached) " >&6
11243 else
11244   ac_check_soname_save_LIBS=$LIBS
11245 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11246   cat >conftest.$ac_ext <<_ACEOF
11247 /* confdefs.h.  */
11248 _ACEOF
11249 cat confdefs.h >>conftest.$ac_ext
11250 cat >>conftest.$ac_ext <<_ACEOF
11251 /* end confdefs.h.  */
11252
11253 /* Override any GCC internal prototype to avoid an error.
11254    Use char because int might match the return type of a GCC
11255    builtin and then its argument prototype would still apply.  */
11256 #ifdef __cplusplus
11257 extern "C"
11258 #endif
11259 char XCompositeRedirectWindow ();
11260 int
11261 main ()
11262 {
11263 return XCompositeRedirectWindow ();
11264   ;
11265   return 0;
11266 }
11267 _ACEOF
11268 rm -f conftest.$ac_objext conftest$ac_exeext
11269 if { (ac_try="$ac_link"
11270 case "(($ac_try" in
11271   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11272   *) ac_try_echo=$ac_try;;
11273 esac
11274 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11275 $as_echo "$ac_try_echo") >&5
11276   (eval "$ac_link") 2>conftest.er1
11277   ac_status=$?
11278   grep -v '^ *+' conftest.er1 >conftest.err
11279   rm -f conftest.er1
11280   cat conftest.err >&5
11281   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11282   (exit $ac_status); } && {
11283          test -z "$ac_c_werror_flag" ||
11284          test ! -s conftest.err
11285        } && test -s conftest$ac_exeext && {
11286          test "$cross_compiling" = yes ||
11287          $as_test_x conftest$ac_exeext
11288        }; then
11289   case "$LIBEXT" in
11290     dll) ;;
11291     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'` ;;
11292     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11293   esac
11294 else
11295   $as_echo "$as_me: failed program was:" >&5
11296 sed 's/^/| /' conftest.$ac_ext >&5
11297
11298
11299 fi
11300
11301 rm -rf conftest.dSYM
11302 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11303       conftest$ac_exeext conftest.$ac_ext
11304   LIBS=$ac_check_soname_save_LIBS
11305 fi
11306 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11307   { $as_echo "$as_me:$LINENO: result: not found" >&5
11308 $as_echo "not found" >&6; }
11309
11310 else
11311   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11312 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11313
11314 cat >>confdefs.h <<_ACEOF
11315 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11316 _ACEOF
11317
11318
11319 fi
11320
11321         fi
11322         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11323   case "x$with_xcomposite" in
11324   x)   wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11325   xno) ;;
11326   *)   { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11327 This is an error since --with-xcomposite was requested." >&5
11328 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11329 This is an error since --with-xcomposite was requested." >&2;}
11330    { (exit 1); exit 1; }; } ;;
11331 esac
11332 fi
11333
11334
11335                 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11336 $as_echo_n "checking for XICCallback.callback... " >&6; }
11337 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11338   $as_echo_n "(cached) " >&6
11339 else
11340   cat >conftest.$ac_ext <<_ACEOF
11341 /* confdefs.h.  */
11342 _ACEOF
11343 cat confdefs.h >>conftest.$ac_ext
11344 cat >>conftest.$ac_ext <<_ACEOF
11345 /* end confdefs.h.  */
11346 #ifdef HAVE_X11_XLIB_H
11347 #include <X11/Xlib.h>
11348 #endif
11349
11350 int
11351 main ()
11352 {
11353 static XICCallback ac_aggr;
11354 if (ac_aggr.callback)
11355 return 0;
11356   ;
11357   return 0;
11358 }
11359 _ACEOF
11360 rm -f conftest.$ac_objext
11361 if { (ac_try="$ac_compile"
11362 case "(($ac_try" in
11363   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11364   *) ac_try_echo=$ac_try;;
11365 esac
11366 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11367 $as_echo "$ac_try_echo") >&5
11368   (eval "$ac_compile") 2>conftest.er1
11369   ac_status=$?
11370   grep -v '^ *+' conftest.er1 >conftest.err
11371   rm -f conftest.er1
11372   cat conftest.err >&5
11373   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11374   (exit $ac_status); } && {
11375          test -z "$ac_c_werror_flag" ||
11376          test ! -s conftest.err
11377        } && test -s conftest.$ac_objext; then
11378   ac_cv_member_XICCallback_callback=yes
11379 else
11380   $as_echo "$as_me: failed program was:" >&5
11381 sed 's/^/| /' conftest.$ac_ext >&5
11382
11383         cat >conftest.$ac_ext <<_ACEOF
11384 /* confdefs.h.  */
11385 _ACEOF
11386 cat confdefs.h >>conftest.$ac_ext
11387 cat >>conftest.$ac_ext <<_ACEOF
11388 /* end confdefs.h.  */
11389 #ifdef HAVE_X11_XLIB_H
11390 #include <X11/Xlib.h>
11391 #endif
11392
11393 int
11394 main ()
11395 {
11396 static XICCallback ac_aggr;
11397 if (sizeof ac_aggr.callback)
11398 return 0;
11399   ;
11400   return 0;
11401 }
11402 _ACEOF
11403 rm -f conftest.$ac_objext
11404 if { (ac_try="$ac_compile"
11405 case "(($ac_try" in
11406   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11407   *) ac_try_echo=$ac_try;;
11408 esac
11409 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11410 $as_echo "$ac_try_echo") >&5
11411   (eval "$ac_compile") 2>conftest.er1
11412   ac_status=$?
11413   grep -v '^ *+' conftest.er1 >conftest.err
11414   rm -f conftest.er1
11415   cat conftest.err >&5
11416   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11417   (exit $ac_status); } && {
11418          test -z "$ac_c_werror_flag" ||
11419          test ! -s conftest.err
11420        } && test -s conftest.$ac_objext; then
11421   ac_cv_member_XICCallback_callback=yes
11422 else
11423   $as_echo "$as_me: failed program was:" >&5
11424 sed 's/^/| /' conftest.$ac_ext >&5
11425
11426         ac_cv_member_XICCallback_callback=no
11427 fi
11428
11429 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11430 fi
11431
11432 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11433 fi
11434 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11435 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11436 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11437
11438 cat >>confdefs.h <<_ACEOF
11439 #define HAVE_XICCALLBACK_CALLBACK 1
11440 _ACEOF
11441
11442
11443 fi
11444
11445
11446
11447         opengl_msg=""
11448     if test "x$with_opengl" != "xno"
11449     then
11450
11451
11452
11453
11454 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11455 do
11456 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11457 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11458 $as_echo_n "checking for $ac_header... " >&6; }
11459 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11460   $as_echo_n "(cached) " >&6
11461 else
11462   cat >conftest.$ac_ext <<_ACEOF
11463 /* confdefs.h.  */
11464 _ACEOF
11465 cat confdefs.h >>conftest.$ac_ext
11466 cat >>conftest.$ac_ext <<_ACEOF
11467 /* end confdefs.h.  */
11468 #ifdef HAVE_GL_GLX_H
11469 # include <GL/glx.h>
11470 #endif
11471
11472 #include <$ac_header>
11473 _ACEOF
11474 rm -f conftest.$ac_objext
11475 if { (ac_try="$ac_compile"
11476 case "(($ac_try" in
11477   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11478   *) ac_try_echo=$ac_try;;
11479 esac
11480 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11481 $as_echo "$ac_try_echo") >&5
11482   (eval "$ac_compile") 2>conftest.er1
11483   ac_status=$?
11484   grep -v '^ *+' conftest.er1 >conftest.err
11485   rm -f conftest.er1
11486   cat conftest.err >&5
11487   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11488   (exit $ac_status); } && {
11489          test -z "$ac_c_werror_flag" ||
11490          test ! -s conftest.err
11491        } && test -s conftest.$ac_objext; then
11492   eval "$as_ac_Header=yes"
11493 else
11494   $as_echo "$as_me: failed program was:" >&5
11495 sed 's/^/| /' conftest.$ac_ext >&5
11496
11497         eval "$as_ac_Header=no"
11498 fi
11499
11500 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11501 fi
11502 ac_res=`eval 'as_val=${'$as_ac_Header'}
11503                  $as_echo "$as_val"'`
11504                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11505 $as_echo "$ac_res" >&6; }
11506 as_val=`eval 'as_val=${'$as_ac_Header'}
11507                  $as_echo "$as_val"'`
11508    if test "x$as_val" = x""yes; then
11509   cat >>confdefs.h <<_ACEOF
11510 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11511 _ACEOF
11512
11513 fi
11514
11515 done
11516
11517         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11518         then
11519                     { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11520 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11521 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11522   $as_echo_n "(cached) " >&6
11523 else
11524   cat >conftest.$ac_ext <<_ACEOF
11525 /* confdefs.h.  */
11526 _ACEOF
11527 cat confdefs.h >>conftest.$ac_ext
11528 cat >>conftest.$ac_ext <<_ACEOF
11529 /* end confdefs.h.  */
11530 #include <GL/gl.h>
11531 int
11532 main ()
11533 {
11534 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11535   ;
11536   return 0;
11537 }
11538 _ACEOF
11539 rm -f conftest.$ac_objext
11540 if { (ac_try="$ac_compile"
11541 case "(($ac_try" in
11542   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11543   *) ac_try_echo=$ac_try;;
11544 esac
11545 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11546 $as_echo "$ac_try_echo") >&5
11547   (eval "$ac_compile") 2>conftest.er1
11548   ac_status=$?
11549   grep -v '^ *+' conftest.er1 >conftest.err
11550   rm -f conftest.er1
11551   cat conftest.err >&5
11552   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11553   (exit $ac_status); } && {
11554          test -z "$ac_c_werror_flag" ||
11555          test ! -s conftest.err
11556        } && test -s conftest.$ac_objext; then
11557   wine_cv_opengl_header_version_OK="yes"
11558 else
11559   $as_echo "$as_me: failed program was:" >&5
11560 sed 's/^/| /' conftest.$ac_ext >&5
11561
11562         wine_cv_opengl_header_version_OK="no"
11563 fi
11564
11565 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11566 fi
11567 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11568 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11569
11570             if test "$wine_cv_opengl_header_version_OK" = "yes"
11571             then
11572                                 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11573 $as_echo_n "checking for -lGL... " >&6; }
11574 if test "${ac_cv_lib_soname_GL+set}" = set; then
11575   $as_echo_n "(cached) " >&6
11576 else
11577   ac_check_soname_save_LIBS=$LIBS
11578 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11579   cat >conftest.$ac_ext <<_ACEOF
11580 /* confdefs.h.  */
11581 _ACEOF
11582 cat confdefs.h >>conftest.$ac_ext
11583 cat >>conftest.$ac_ext <<_ACEOF
11584 /* end confdefs.h.  */
11585
11586 /* Override any GCC internal prototype to avoid an error.
11587    Use char because int might match the return type of a GCC
11588    builtin and then its argument prototype would still apply.  */
11589 #ifdef __cplusplus
11590 extern "C"
11591 #endif
11592 char glXCreateContext ();
11593 int
11594 main ()
11595 {
11596 return glXCreateContext ();
11597   ;
11598   return 0;
11599 }
11600 _ACEOF
11601 rm -f conftest.$ac_objext conftest$ac_exeext
11602 if { (ac_try="$ac_link"
11603 case "(($ac_try" in
11604   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11605   *) ac_try_echo=$ac_try;;
11606 esac
11607 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11608 $as_echo "$ac_try_echo") >&5
11609   (eval "$ac_link") 2>conftest.er1
11610   ac_status=$?
11611   grep -v '^ *+' conftest.er1 >conftest.err
11612   rm -f conftest.er1
11613   cat conftest.err >&5
11614   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11615   (exit $ac_status); } && {
11616          test -z "$ac_c_werror_flag" ||
11617          test ! -s conftest.err
11618        } && test -s conftest$ac_exeext && {
11619          test "$cross_compiling" = yes ||
11620          $as_test_x conftest$ac_exeext
11621        }; then
11622   case "$LIBEXT" in
11623     dll) ;;
11624     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'` ;;
11625     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11626   esac
11627 else
11628   $as_echo "$as_me: failed program was:" >&5
11629 sed 's/^/| /' conftest.$ac_ext >&5
11630
11631
11632 fi
11633
11634 rm -rf conftest.dSYM
11635 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11636       conftest$ac_exeext conftest.$ac_ext
11637   LIBS=$ac_check_soname_save_LIBS
11638 fi
11639 if test "x$ac_cv_lib_soname_GL" = "x"; then
11640   { $as_echo "$as_me:$LINENO: result: not found" >&5
11641 $as_echo "not found" >&6; }
11642        { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11643 $as_echo_n "checking for -lGL... " >&6; }
11644 if test "${ac_cv_lib_soname_GL+set}" = set; then
11645   $as_echo_n "(cached) " >&6
11646 else
11647   ac_check_soname_save_LIBS=$LIBS
11648 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"
11649   cat >conftest.$ac_ext <<_ACEOF
11650 /* confdefs.h.  */
11651 _ACEOF
11652 cat confdefs.h >>conftest.$ac_ext
11653 cat >>conftest.$ac_ext <<_ACEOF
11654 /* end confdefs.h.  */
11655
11656 /* Override any GCC internal prototype to avoid an error.
11657    Use char because int might match the return type of a GCC
11658    builtin and then its argument prototype would still apply.  */
11659 #ifdef __cplusplus
11660 extern "C"
11661 #endif
11662 char glXCreateContext ();
11663 int
11664 main ()
11665 {
11666 return glXCreateContext ();
11667   ;
11668   return 0;
11669 }
11670 _ACEOF
11671 rm -f conftest.$ac_objext conftest$ac_exeext
11672 if { (ac_try="$ac_link"
11673 case "(($ac_try" in
11674   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11675   *) ac_try_echo=$ac_try;;
11676 esac
11677 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11678 $as_echo "$ac_try_echo") >&5
11679   (eval "$ac_link") 2>conftest.er1
11680   ac_status=$?
11681   grep -v '^ *+' conftest.er1 >conftest.err
11682   rm -f conftest.er1
11683   cat conftest.err >&5
11684   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11685   (exit $ac_status); } && {
11686          test -z "$ac_c_werror_flag" ||
11687          test ! -s conftest.err
11688        } && test -s conftest$ac_exeext && {
11689          test "$cross_compiling" = yes ||
11690          $as_test_x conftest$ac_exeext
11691        }; then
11692   case "$LIBEXT" in
11693     dll) ;;
11694     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'` ;;
11695     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11696   esac
11697 else
11698   $as_echo "$as_me: failed program was:" >&5
11699 sed 's/^/| /' conftest.$ac_ext >&5
11700
11701
11702 fi
11703
11704 rm -rf conftest.dSYM
11705 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11706       conftest$ac_exeext conftest.$ac_ext
11707   LIBS=$ac_check_soname_save_LIBS
11708 fi
11709 if test "x$ac_cv_lib_soname_GL" = "x"; then
11710   { $as_echo "$as_me:$LINENO: result: not found" >&5
11711 $as_echo "not found" >&6; }
11712        if test -f /usr/X11R6/lib/libGL.a
11713                                     then
11714                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11715 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11716                                     else
11717                                         opengl_msg="No OpenGL library found on this system."
11718                                     fi
11719 else
11720   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11721 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11722
11723 cat >>confdefs.h <<_ACEOF
11724 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11725 _ACEOF
11726
11727        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"
11728
11729 cat >>confdefs.h <<\_ACEOF
11730 #define HAVE_OPENGL 1
11731 _ACEOF
11732
11733 fi
11734
11735 else
11736   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11737 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11738
11739 cat >>confdefs.h <<_ACEOF
11740 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11741 _ACEOF
11742
11743        OPENGL_LIBS="-lGL"
11744
11745 cat >>confdefs.h <<\_ACEOF
11746 #define HAVE_OPENGL 1
11747 _ACEOF
11748
11749 fi
11750
11751                  if test "$ac_cv_header_GL_glu_h" = "yes"
11752                  then
11753                     { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11754 $as_echo_n "checking for -lGLU... " >&6; }
11755 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11756   $as_echo_n "(cached) " >&6
11757 else
11758   ac_check_soname_save_LIBS=$LIBS
11759 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11760   cat >conftest.$ac_ext <<_ACEOF
11761 /* confdefs.h.  */
11762 _ACEOF
11763 cat confdefs.h >>conftest.$ac_ext
11764 cat >>conftest.$ac_ext <<_ACEOF
11765 /* end confdefs.h.  */
11766
11767 /* Override any GCC internal prototype to avoid an error.
11768    Use char because int might match the return type of a GCC
11769    builtin and then its argument prototype would still apply.  */
11770 #ifdef __cplusplus
11771 extern "C"
11772 #endif
11773 char gluLookAt ();
11774 int
11775 main ()
11776 {
11777 return gluLookAt ();
11778   ;
11779   return 0;
11780 }
11781 _ACEOF
11782 rm -f conftest.$ac_objext conftest$ac_exeext
11783 if { (ac_try="$ac_link"
11784 case "(($ac_try" in
11785   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11786   *) ac_try_echo=$ac_try;;
11787 esac
11788 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11789 $as_echo "$ac_try_echo") >&5
11790   (eval "$ac_link") 2>conftest.er1
11791   ac_status=$?
11792   grep -v '^ *+' conftest.er1 >conftest.err
11793   rm -f conftest.er1
11794   cat conftest.err >&5
11795   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11796   (exit $ac_status); } && {
11797          test -z "$ac_c_werror_flag" ||
11798          test ! -s conftest.err
11799        } && test -s conftest$ac_exeext && {
11800          test "$cross_compiling" = yes ||
11801          $as_test_x conftest$ac_exeext
11802        }; then
11803   case "$LIBEXT" in
11804     dll) ;;
11805     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'` ;;
11806     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
11807   esac
11808 else
11809   $as_echo "$as_me: failed program was:" >&5
11810 sed 's/^/| /' conftest.$ac_ext >&5
11811
11812
11813 fi
11814
11815 rm -rf conftest.dSYM
11816 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11817       conftest$ac_exeext conftest.$ac_ext
11818   LIBS=$ac_check_soname_save_LIBS
11819 fi
11820 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11821   { $as_echo "$as_me:$LINENO: result: not found" >&5
11822 $as_echo "not found" >&6; }
11823
11824 else
11825   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11826 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11827
11828 cat >>confdefs.h <<_ACEOF
11829 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11830 _ACEOF
11831
11832
11833 fi
11834
11835                  fi
11836                  if test "x$ac_cv_lib_soname_GLU" = "x"; then
11837   case "x$with_glu" in
11838   x)   wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11839   xno) ;;
11840   *)   { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11841 This is an error since --with-glu was requested." >&5
11842 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11843 This is an error since --with-glu was requested." >&2;}
11844    { (exit 1); exit 1; }; } ;;
11845 esac
11846 fi
11847
11848              else
11849                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11850              fi
11851          else
11852              opengl_msg="OpenGL development headers not found."
11853          fi
11854          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11855          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11856     else
11857          enable_opengl32=${enable_opengl32:-no}
11858          enable_glu32=${enable_glu32:-no}
11859     fi
11860     if test -n "$opengl_msg"; then
11861   case "x$with_opengl" in
11862   x)   wine_warnings="$wine_warnings|$opengl_msg
11863 OpenGL and Direct3D won't be supported." ;;
11864   xno) ;;
11865   *)   { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11866 OpenGL and Direct3D won't be supported.
11867 This is an error since --with-opengl was requested." >&5
11868 $as_echo "$as_me: error: $opengl_msg
11869 OpenGL and Direct3D won't be supported.
11870 This is an error since --with-opengl was requested." >&2;}
11871    { (exit 1); exit 1; }; } ;;
11872 esac
11873 fi
11874
11875
11876         NASLIBS=""
11877
11878
11879 for ac_header in audio/audiolib.h
11880 do
11881 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11882 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11883   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11884 $as_echo_n "checking for $ac_header... " >&6; }
11885 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11886   $as_echo_n "(cached) " >&6
11887 fi
11888 ac_res=`eval 'as_val=${'$as_ac_Header'}
11889                  $as_echo "$as_val"'`
11890                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11891 $as_echo "$ac_res" >&6; }
11892 else
11893   # Is the header compilable?
11894 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11895 $as_echo_n "checking $ac_header usability... " >&6; }
11896 cat >conftest.$ac_ext <<_ACEOF
11897 /* confdefs.h.  */
11898 _ACEOF
11899 cat confdefs.h >>conftest.$ac_ext
11900 cat >>conftest.$ac_ext <<_ACEOF
11901 /* end confdefs.h.  */
11902 $ac_includes_default
11903 #include <$ac_header>
11904 _ACEOF
11905 rm -f conftest.$ac_objext
11906 if { (ac_try="$ac_compile"
11907 case "(($ac_try" in
11908   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11909   *) ac_try_echo=$ac_try;;
11910 esac
11911 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11912 $as_echo "$ac_try_echo") >&5
11913   (eval "$ac_compile") 2>conftest.er1
11914   ac_status=$?
11915   grep -v '^ *+' conftest.er1 >conftest.err
11916   rm -f conftest.er1
11917   cat conftest.err >&5
11918   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11919   (exit $ac_status); } && {
11920          test -z "$ac_c_werror_flag" ||
11921          test ! -s conftest.err
11922        } && test -s conftest.$ac_objext; then
11923   ac_header_compiler=yes
11924 else
11925   $as_echo "$as_me: failed program was:" >&5
11926 sed 's/^/| /' conftest.$ac_ext >&5
11927
11928         ac_header_compiler=no
11929 fi
11930
11931 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11932 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11933 $as_echo "$ac_header_compiler" >&6; }
11934
11935 # Is the header present?
11936 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11937 $as_echo_n "checking $ac_header presence... " >&6; }
11938 cat >conftest.$ac_ext <<_ACEOF
11939 /* confdefs.h.  */
11940 _ACEOF
11941 cat confdefs.h >>conftest.$ac_ext
11942 cat >>conftest.$ac_ext <<_ACEOF
11943 /* end confdefs.h.  */
11944 #include <$ac_header>
11945 _ACEOF
11946 if { (ac_try="$ac_cpp conftest.$ac_ext"
11947 case "(($ac_try" in
11948   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11949   *) ac_try_echo=$ac_try;;
11950 esac
11951 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11952 $as_echo "$ac_try_echo") >&5
11953   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11954   ac_status=$?
11955   grep -v '^ *+' conftest.er1 >conftest.err
11956   rm -f conftest.er1
11957   cat conftest.err >&5
11958   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11959   (exit $ac_status); } >/dev/null && {
11960          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11961          test ! -s conftest.err
11962        }; then
11963   ac_header_preproc=yes
11964 else
11965   $as_echo "$as_me: failed program was:" >&5
11966 sed 's/^/| /' conftest.$ac_ext >&5
11967
11968   ac_header_preproc=no
11969 fi
11970
11971 rm -f conftest.err conftest.$ac_ext
11972 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11973 $as_echo "$ac_header_preproc" >&6; }
11974
11975 # So?  What about this header?
11976 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11977   yes:no: )
11978     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11979 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11980     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11981 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11982     ac_header_preproc=yes
11983     ;;
11984   no:yes:* )
11985     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11986 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11987     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
11988 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
11989     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11990 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11991     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
11992 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
11993     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11994 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11995     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11996 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11997     ( cat <<\_ASBOX
11998 ## ------------------------------------ ##
11999 ## Report this to wine-devel@winehq.org ##
12000 ## ------------------------------------ ##
12001 _ASBOX
12002      ) | sed "s/^/$as_me: WARNING:     /" >&2
12003     ;;
12004 esac
12005 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12006 $as_echo_n "checking for $ac_header... " >&6; }
12007 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12008   $as_echo_n "(cached) " >&6
12009 else
12010   eval "$as_ac_Header=\$ac_header_preproc"
12011 fi
12012 ac_res=`eval 'as_val=${'$as_ac_Header'}
12013                  $as_echo "$as_val"'`
12014                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12015 $as_echo "$ac_res" >&6; }
12016
12017 fi
12018 as_val=`eval 'as_val=${'$as_ac_Header'}
12019                  $as_echo "$as_val"'`
12020    if test "x$as_val" = x""yes; then
12021   cat >>confdefs.h <<_ACEOF
12022 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12023 _ACEOF
12024
12025 for ac_header in audio/soundlib.h
12026 do
12027 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12028 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12029 $as_echo_n "checking for $ac_header... " >&6; }
12030 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12031   $as_echo_n "(cached) " >&6
12032 else
12033   cat >conftest.$ac_ext <<_ACEOF
12034 /* confdefs.h.  */
12035 _ACEOF
12036 cat confdefs.h >>conftest.$ac_ext
12037 cat >>conftest.$ac_ext <<_ACEOF
12038 /* end confdefs.h.  */
12039 #include <audio/audiolib.h>
12040
12041 #include <$ac_header>
12042 _ACEOF
12043 rm -f conftest.$ac_objext
12044 if { (ac_try="$ac_compile"
12045 case "(($ac_try" in
12046   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12047   *) ac_try_echo=$ac_try;;
12048 esac
12049 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12050 $as_echo "$ac_try_echo") >&5
12051   (eval "$ac_compile") 2>conftest.er1
12052   ac_status=$?
12053   grep -v '^ *+' conftest.er1 >conftest.err
12054   rm -f conftest.er1
12055   cat conftest.err >&5
12056   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12057   (exit $ac_status); } && {
12058          test -z "$ac_c_werror_flag" ||
12059          test ! -s conftest.err
12060        } && test -s conftest.$ac_objext; then
12061   eval "$as_ac_Header=yes"
12062 else
12063   $as_echo "$as_me: failed program was:" >&5
12064 sed 's/^/| /' conftest.$ac_ext >&5
12065
12066         eval "$as_ac_Header=no"
12067 fi
12068
12069 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12070 fi
12071 ac_res=`eval 'as_val=${'$as_ac_Header'}
12072                  $as_echo "$as_val"'`
12073                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12074 $as_echo "$ac_res" >&6; }
12075 as_val=`eval 'as_val=${'$as_ac_Header'}
12076                  $as_echo "$as_val"'`
12077    if test "x$as_val" = x""yes; then
12078   cat >>confdefs.h <<_ACEOF
12079 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12080 _ACEOF
12081
12082 fi
12083
12084 done
12085
12086           { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12087 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12088 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12089   $as_echo_n "(cached) " >&6
12090 else
12091   ac_check_lib_save_LIBS=$LIBS
12092 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12093 cat >conftest.$ac_ext <<_ACEOF
12094 /* confdefs.h.  */
12095 _ACEOF
12096 cat confdefs.h >>conftest.$ac_ext
12097 cat >>conftest.$ac_ext <<_ACEOF
12098 /* end confdefs.h.  */
12099
12100 /* Override any GCC internal prototype to avoid an error.
12101    Use char because int might match the return type of a GCC
12102    builtin and then its argument prototype would still apply.  */
12103 #ifdef __cplusplus
12104 extern "C"
12105 #endif
12106 char AuCreateFlow ();
12107 int
12108 main ()
12109 {
12110 return AuCreateFlow ();
12111   ;
12112   return 0;
12113 }
12114 _ACEOF
12115 rm -f conftest.$ac_objext conftest$ac_exeext
12116 if { (ac_try="$ac_link"
12117 case "(($ac_try" in
12118   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12119   *) ac_try_echo=$ac_try;;
12120 esac
12121 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12122 $as_echo "$ac_try_echo") >&5
12123   (eval "$ac_link") 2>conftest.er1
12124   ac_status=$?
12125   grep -v '^ *+' conftest.er1 >conftest.err
12126   rm -f conftest.er1
12127   cat conftest.err >&5
12128   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12129   (exit $ac_status); } && {
12130          test -z "$ac_c_werror_flag" ||
12131          test ! -s conftest.err
12132        } && test -s conftest$ac_exeext && {
12133          test "$cross_compiling" = yes ||
12134          $as_test_x conftest$ac_exeext
12135        }; then
12136   ac_cv_lib_audio_AuCreateFlow=yes
12137 else
12138   $as_echo "$as_me: failed program was:" >&5
12139 sed 's/^/| /' conftest.$ac_ext >&5
12140
12141         ac_cv_lib_audio_AuCreateFlow=no
12142 fi
12143
12144 rm -rf conftest.dSYM
12145 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12146       conftest$ac_exeext conftest.$ac_ext
12147 LIBS=$ac_check_lib_save_LIBS
12148 fi
12149 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12150 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12151 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12152
12153 cat >>confdefs.h <<\_ACEOF
12154 #define HAVE_NAS 1
12155 _ACEOF
12156
12157                         { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12158 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12159 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12160   $as_echo_n "(cached) " >&6
12161 else
12162   ac_check_lib_save_LIBS=$LIBS
12163 LIBS="-lXau $X_LIBS $LIBS"
12164 cat >conftest.$ac_ext <<_ACEOF
12165 /* confdefs.h.  */
12166 _ACEOF
12167 cat confdefs.h >>conftest.$ac_ext
12168 cat >>conftest.$ac_ext <<_ACEOF
12169 /* end confdefs.h.  */
12170
12171 /* Override any GCC internal prototype to avoid an error.
12172    Use char because int might match the return type of a GCC
12173    builtin and then its argument prototype would still apply.  */
12174 #ifdef __cplusplus
12175 extern "C"
12176 #endif
12177 char XauGetBestAuthByAddr ();
12178 int
12179 main ()
12180 {
12181 return XauGetBestAuthByAddr ();
12182   ;
12183   return 0;
12184 }
12185 _ACEOF
12186 rm -f conftest.$ac_objext conftest$ac_exeext
12187 if { (ac_try="$ac_link"
12188 case "(($ac_try" in
12189   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12190   *) ac_try_echo=$ac_try;;
12191 esac
12192 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12193 $as_echo "$ac_try_echo") >&5
12194   (eval "$ac_link") 2>conftest.er1
12195   ac_status=$?
12196   grep -v '^ *+' conftest.er1 >conftest.err
12197   rm -f conftest.er1
12198   cat conftest.err >&5
12199   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12200   (exit $ac_status); } && {
12201          test -z "$ac_c_werror_flag" ||
12202          test ! -s conftest.err
12203        } && test -s conftest$ac_exeext && {
12204          test "$cross_compiling" = yes ||
12205          $as_test_x conftest$ac_exeext
12206        }; then
12207   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12208 else
12209   $as_echo "$as_me: failed program was:" >&5
12210 sed 's/^/| /' conftest.$ac_ext >&5
12211
12212         ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12213 fi
12214
12215 rm -rf conftest.dSYM
12216 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12217       conftest$ac_exeext conftest.$ac_ext
12218 LIBS=$ac_check_lib_save_LIBS
12219 fi
12220 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12221 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12222 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12223   NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12224 else
12225   NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12226 fi
12227
12228
12229 fi
12230
12231 fi
12232
12233 done
12234
12235
12236     CPPFLAGS="$ac_save_CPPFLAGS"
12237 else
12238     XLIB=""
12239     X_CFLAGS=""
12240     X_LIBS=""
12241     enable_winex11_drv=${enable_winex11_drv:-no}
12242     enable_opengl32=${enable_opengl32:-no}
12243     enable_glu32=${enable_glu32:-no}
12244 fi
12245 if test "x$XLIB" = "x"; then
12246   case "x$with_x" in
12247   xno) ;;
12248   *)   { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12249 without X support, which probably isn't what you want. You will need to install
12250 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12251 Use the --without-x option if you really want this." >&5
12252 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12253 without X support, which probably isn't what you want. You will need to install
12254 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12255 Use the --without-x option if you really want this." >&2;}
12256    { (exit 1); exit 1; }; } ;;
12257 esac
12258 fi
12259
12260
12261
12262 XML2LIBS=""
12263
12264 XML2INCL=""
12265
12266 XSLTINCL=""
12267
12268 if test "x$with_xml" != "xno"
12269 then
12270     ac_save_CPPFLAGS="$CPPFLAGS"
12271     if test "$PKG_CONFIG" != "false"
12272     then
12273         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12274         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12275     else
12276         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12277         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
12278     fi
12279     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12280
12281 for ac_header in libxml/parser.h
12282 do
12283 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12284 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12285   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12286 $as_echo_n "checking for $ac_header... " >&6; }
12287 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12288   $as_echo_n "(cached) " >&6
12289 fi
12290 ac_res=`eval 'as_val=${'$as_ac_Header'}
12291                  $as_echo "$as_val"'`
12292                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12293 $as_echo "$ac_res" >&6; }
12294 else
12295   # Is the header compilable?
12296 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12297 $as_echo_n "checking $ac_header usability... " >&6; }
12298 cat >conftest.$ac_ext <<_ACEOF
12299 /* confdefs.h.  */
12300 _ACEOF
12301 cat confdefs.h >>conftest.$ac_ext
12302 cat >>conftest.$ac_ext <<_ACEOF
12303 /* end confdefs.h.  */
12304 $ac_includes_default
12305 #include <$ac_header>
12306 _ACEOF
12307 rm -f conftest.$ac_objext
12308 if { (ac_try="$ac_compile"
12309 case "(($ac_try" in
12310   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12311   *) ac_try_echo=$ac_try;;
12312 esac
12313 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12314 $as_echo "$ac_try_echo") >&5
12315   (eval "$ac_compile") 2>conftest.er1
12316   ac_status=$?
12317   grep -v '^ *+' conftest.er1 >conftest.err
12318   rm -f conftest.er1
12319   cat conftest.err >&5
12320   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12321   (exit $ac_status); } && {
12322          test -z "$ac_c_werror_flag" ||
12323          test ! -s conftest.err
12324        } && test -s conftest.$ac_objext; then
12325   ac_header_compiler=yes
12326 else
12327   $as_echo "$as_me: failed program was:" >&5
12328 sed 's/^/| /' conftest.$ac_ext >&5
12329
12330         ac_header_compiler=no
12331 fi
12332
12333 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12334 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12335 $as_echo "$ac_header_compiler" >&6; }
12336
12337 # Is the header present?
12338 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12339 $as_echo_n "checking $ac_header presence... " >&6; }
12340 cat >conftest.$ac_ext <<_ACEOF
12341 /* confdefs.h.  */
12342 _ACEOF
12343 cat confdefs.h >>conftest.$ac_ext
12344 cat >>conftest.$ac_ext <<_ACEOF
12345 /* end confdefs.h.  */
12346 #include <$ac_header>
12347 _ACEOF
12348 if { (ac_try="$ac_cpp conftest.$ac_ext"
12349 case "(($ac_try" in
12350   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12351   *) ac_try_echo=$ac_try;;
12352 esac
12353 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12354 $as_echo "$ac_try_echo") >&5
12355   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12356   ac_status=$?
12357   grep -v '^ *+' conftest.er1 >conftest.err
12358   rm -f conftest.er1
12359   cat conftest.err >&5
12360   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12361   (exit $ac_status); } >/dev/null && {
12362          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12363          test ! -s conftest.err
12364        }; then
12365   ac_header_preproc=yes
12366 else
12367   $as_echo "$as_me: failed program was:" >&5
12368 sed 's/^/| /' conftest.$ac_ext >&5
12369
12370   ac_header_preproc=no
12371 fi
12372
12373 rm -f conftest.err conftest.$ac_ext
12374 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12375 $as_echo "$ac_header_preproc" >&6; }
12376
12377 # So?  What about this header?
12378 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12379   yes:no: )
12380     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12381 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12382     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12383 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12384     ac_header_preproc=yes
12385     ;;
12386   no:yes:* )
12387     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12388 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12389     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12390 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12391     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12392 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12393     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12394 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12395     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12396 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12397     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12398 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12399     ( cat <<\_ASBOX
12400 ## ------------------------------------ ##
12401 ## Report this to wine-devel@winehq.org ##
12402 ## ------------------------------------ ##
12403 _ASBOX
12404      ) | sed "s/^/$as_me: WARNING:     /" >&2
12405     ;;
12406 esac
12407 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12408 $as_echo_n "checking for $ac_header... " >&6; }
12409 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12410   $as_echo_n "(cached) " >&6
12411 else
12412   eval "$as_ac_Header=\$ac_header_preproc"
12413 fi
12414 ac_res=`eval 'as_val=${'$as_ac_Header'}
12415                  $as_echo "$as_val"'`
12416                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12417 $as_echo "$ac_res" >&6; }
12418
12419 fi
12420 as_val=`eval 'as_val=${'$as_ac_Header'}
12421                  $as_echo "$as_val"'`
12422    if test "x$as_val" = x""yes; then
12423   cat >>confdefs.h <<_ACEOF
12424 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12425 _ACEOF
12426  { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12427 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12428 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12429   $as_echo_n "(cached) " >&6
12430 else
12431   ac_check_lib_save_LIBS=$LIBS
12432 LIBS="-lxml2 $ac_xml_libs $LIBS"
12433 cat >conftest.$ac_ext <<_ACEOF
12434 /* confdefs.h.  */
12435 _ACEOF
12436 cat confdefs.h >>conftest.$ac_ext
12437 cat >>conftest.$ac_ext <<_ACEOF
12438 /* end confdefs.h.  */
12439
12440 /* Override any GCC internal prototype to avoid an error.
12441    Use char because int might match the return type of a GCC
12442    builtin and then its argument prototype would still apply.  */
12443 #ifdef __cplusplus
12444 extern "C"
12445 #endif
12446 char xmlParseMemory ();
12447 int
12448 main ()
12449 {
12450 return xmlParseMemory ();
12451   ;
12452   return 0;
12453 }
12454 _ACEOF
12455 rm -f conftest.$ac_objext conftest$ac_exeext
12456 if { (ac_try="$ac_link"
12457 case "(($ac_try" in
12458   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12459   *) ac_try_echo=$ac_try;;
12460 esac
12461 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12462 $as_echo "$ac_try_echo") >&5
12463   (eval "$ac_link") 2>conftest.er1
12464   ac_status=$?
12465   grep -v '^ *+' conftest.er1 >conftest.err
12466   rm -f conftest.er1
12467   cat conftest.err >&5
12468   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12469   (exit $ac_status); } && {
12470          test -z "$ac_c_werror_flag" ||
12471          test ! -s conftest.err
12472        } && test -s conftest$ac_exeext && {
12473          test "$cross_compiling" = yes ||
12474          $as_test_x conftest$ac_exeext
12475        }; then
12476   ac_cv_lib_xml2_xmlParseMemory=yes
12477 else
12478   $as_echo "$as_me: failed program was:" >&5
12479 sed 's/^/| /' conftest.$ac_ext >&5
12480
12481         ac_cv_lib_xml2_xmlParseMemory=no
12482 fi
12483
12484 rm -rf conftest.dSYM
12485 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12486       conftest$ac_exeext conftest.$ac_ext
12487 LIBS=$ac_check_lib_save_LIBS
12488 fi
12489 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12490 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12491 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12492
12493 cat >>confdefs.h <<\_ACEOF
12494 #define HAVE_LIBXML2 1
12495 _ACEOF
12496
12497                  XML2LIBS="$ac_xml_libs"
12498                  XML2INCL="$ac_xml_cflags"
12499 fi
12500
12501              { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12502 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12503 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12504   $as_echo_n "(cached) " >&6
12505 else
12506   ac_check_lib_save_LIBS=$LIBS
12507 LIBS="-lxml2 $ac_xml_libs $LIBS"
12508 cat >conftest.$ac_ext <<_ACEOF
12509 /* confdefs.h.  */
12510 _ACEOF
12511 cat confdefs.h >>conftest.$ac_ext
12512 cat >>conftest.$ac_ext <<_ACEOF
12513 /* end confdefs.h.  */
12514
12515 /* Override any GCC internal prototype to avoid an error.
12516    Use char because int might match the return type of a GCC
12517    builtin and then its argument prototype would still apply.  */
12518 #ifdef __cplusplus
12519 extern "C"
12520 #endif
12521 char xmlReadMemory ();
12522 int
12523 main ()
12524 {
12525 return xmlReadMemory ();
12526   ;
12527   return 0;
12528 }
12529 _ACEOF
12530 rm -f conftest.$ac_objext conftest$ac_exeext
12531 if { (ac_try="$ac_link"
12532 case "(($ac_try" in
12533   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12534   *) ac_try_echo=$ac_try;;
12535 esac
12536 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12537 $as_echo "$ac_try_echo") >&5
12538   (eval "$ac_link") 2>conftest.er1
12539   ac_status=$?
12540   grep -v '^ *+' conftest.er1 >conftest.err
12541   rm -f conftest.er1
12542   cat conftest.err >&5
12543   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12544   (exit $ac_status); } && {
12545          test -z "$ac_c_werror_flag" ||
12546          test ! -s conftest.err
12547        } && test -s conftest$ac_exeext && {
12548          test "$cross_compiling" = yes ||
12549          $as_test_x conftest$ac_exeext
12550        }; then
12551   ac_cv_lib_xml2_xmlReadMemory=yes
12552 else
12553   $as_echo "$as_me: failed program was:" >&5
12554 sed 's/^/| /' conftest.$ac_ext >&5
12555
12556         ac_cv_lib_xml2_xmlReadMemory=no
12557 fi
12558
12559 rm -rf conftest.dSYM
12560 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12561       conftest$ac_exeext conftest.$ac_ext
12562 LIBS=$ac_check_lib_save_LIBS
12563 fi
12564 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12565 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12566 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12567
12568 cat >>confdefs.h <<\_ACEOF
12569 #define HAVE_XMLREADMEMORY 1
12570 _ACEOF
12571
12572 fi
12573
12574              { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12575 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12576 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12577   $as_echo_n "(cached) " >&6
12578 else
12579   ac_check_lib_save_LIBS=$LIBS
12580 LIBS="-lxml2 $ac_xml_libs $LIBS"
12581 cat >conftest.$ac_ext <<_ACEOF
12582 /* confdefs.h.  */
12583 _ACEOF
12584 cat confdefs.h >>conftest.$ac_ext
12585 cat >>conftest.$ac_ext <<_ACEOF
12586 /* end confdefs.h.  */
12587
12588 /* Override any GCC internal prototype to avoid an error.
12589    Use char because int might match the return type of a GCC
12590    builtin and then its argument prototype would still apply.  */
12591 #ifdef __cplusplus
12592 extern "C"
12593 #endif
12594 char xmlNewDocPI ();
12595 int
12596 main ()
12597 {
12598 return xmlNewDocPI ();
12599   ;
12600   return 0;
12601 }
12602 _ACEOF
12603 rm -f conftest.$ac_objext conftest$ac_exeext
12604 if { (ac_try="$ac_link"
12605 case "(($ac_try" in
12606   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12607   *) ac_try_echo=$ac_try;;
12608 esac
12609 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12610 $as_echo "$ac_try_echo") >&5
12611   (eval "$ac_link") 2>conftest.er1
12612   ac_status=$?
12613   grep -v '^ *+' conftest.er1 >conftest.err
12614   rm -f conftest.er1
12615   cat conftest.err >&5
12616   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12617   (exit $ac_status); } && {
12618          test -z "$ac_c_werror_flag" ||
12619          test ! -s conftest.err
12620        } && test -s conftest$ac_exeext && {
12621          test "$cross_compiling" = yes ||
12622          $as_test_x conftest$ac_exeext
12623        }; then
12624   ac_cv_lib_xml2_xmlNewDocPI=yes
12625 else
12626   $as_echo "$as_me: failed program was:" >&5
12627 sed 's/^/| /' conftest.$ac_ext >&5
12628
12629         ac_cv_lib_xml2_xmlNewDocPI=no
12630 fi
12631
12632 rm -rf conftest.dSYM
12633 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12634       conftest$ac_exeext conftest.$ac_ext
12635 LIBS=$ac_check_lib_save_LIBS
12636 fi
12637 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12638 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12639 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12640
12641 cat >>confdefs.h <<\_ACEOF
12642 #define HAVE_XMLNEWDOCPI 1
12643 _ACEOF
12644
12645 fi
12646
12647
12648 fi
12649
12650 done
12651
12652     CPPFLAGS="$ac_save_CPPFLAGS"
12653 fi
12654 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12655   case "x$with_xml" in
12656   x)   wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12657   xno) ;;
12658   *)   { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12659 This is an error since --with-xml was requested." >&5
12660 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12661 This is an error since --with-xml was requested." >&2;}
12662    { (exit 1); exit 1; }; } ;;
12663 esac
12664 fi
12665
12666
12667 if test "x$with_xslt" != "xno"
12668 then
12669     if test "$PKG_CONFIG" != "false"
12670     then
12671         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12672         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12673     else
12674         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12675         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12676     fi
12677     ac_save_CPPFLAGS="$CPPFLAGS"
12678     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12679
12680
12681 for ac_header in libxslt/pattern.h libxslt/transform.h
12682 do
12683 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12684 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12685 $as_echo_n "checking for $ac_header... " >&6; }
12686 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12687   $as_echo_n "(cached) " >&6
12688 else
12689   cat >conftest.$ac_ext <<_ACEOF
12690 /* confdefs.h.  */
12691 _ACEOF
12692 cat confdefs.h >>conftest.$ac_ext
12693 cat >>conftest.$ac_ext <<_ACEOF
12694 /* end confdefs.h.  */
12695 #ifdef HAVE_LIBXSLT_PATTERN_H
12696 # include <libxslt/pattern.h>
12697 #endif
12698
12699 #include <$ac_header>
12700 _ACEOF
12701 rm -f conftest.$ac_objext
12702 if { (ac_try="$ac_compile"
12703 case "(($ac_try" in
12704   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12705   *) ac_try_echo=$ac_try;;
12706 esac
12707 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12708 $as_echo "$ac_try_echo") >&5
12709   (eval "$ac_compile") 2>conftest.er1
12710   ac_status=$?
12711   grep -v '^ *+' conftest.er1 >conftest.err
12712   rm -f conftest.er1
12713   cat conftest.err >&5
12714   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12715   (exit $ac_status); } && {
12716          test -z "$ac_c_werror_flag" ||
12717          test ! -s conftest.err
12718        } && test -s conftest.$ac_objext; then
12719   eval "$as_ac_Header=yes"
12720 else
12721   $as_echo "$as_me: failed program was:" >&5
12722 sed 's/^/| /' conftest.$ac_ext >&5
12723
12724         eval "$as_ac_Header=no"
12725 fi
12726
12727 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12728 fi
12729 ac_res=`eval 'as_val=${'$as_ac_Header'}
12730                  $as_echo "$as_val"'`
12731                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12732 $as_echo "$ac_res" >&6; }
12733 as_val=`eval 'as_val=${'$as_ac_Header'}
12734                  $as_echo "$as_val"'`
12735    if test "x$as_val" = x""yes; then
12736   cat >>confdefs.h <<_ACEOF
12737 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12738 _ACEOF
12739
12740 fi
12741
12742 done
12743
12744     CPPFLAGS="$ac_save_CPPFLAGS"
12745     if test "$ac_cv_header_libxslt_transform_h" = "yes"
12746     then
12747         { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12748 $as_echo_n "checking for -lxslt... " >&6; }
12749 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12750   $as_echo_n "(cached) " >&6
12751 else
12752   ac_check_soname_save_LIBS=$LIBS
12753 LIBS="-lxslt $ac_xslt_libs $LIBS"
12754   cat >conftest.$ac_ext <<_ACEOF
12755 /* confdefs.h.  */
12756 _ACEOF
12757 cat confdefs.h >>conftest.$ac_ext
12758 cat >>conftest.$ac_ext <<_ACEOF
12759 /* end confdefs.h.  */
12760
12761 /* Override any GCC internal prototype to avoid an error.
12762    Use char because int might match the return type of a GCC
12763    builtin and then its argument prototype would still apply.  */
12764 #ifdef __cplusplus
12765 extern "C"
12766 #endif
12767 char xsltCompilePattern ();
12768 int
12769 main ()
12770 {
12771 return xsltCompilePattern ();
12772   ;
12773   return 0;
12774 }
12775 _ACEOF
12776 rm -f conftest.$ac_objext conftest$ac_exeext
12777 if { (ac_try="$ac_link"
12778 case "(($ac_try" in
12779   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12780   *) ac_try_echo=$ac_try;;
12781 esac
12782 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12783 $as_echo "$ac_try_echo") >&5
12784   (eval "$ac_link") 2>conftest.er1
12785   ac_status=$?
12786   grep -v '^ *+' conftest.er1 >conftest.err
12787   rm -f conftest.er1
12788   cat conftest.err >&5
12789   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12790   (exit $ac_status); } && {
12791          test -z "$ac_c_werror_flag" ||
12792          test ! -s conftest.err
12793        } && test -s conftest$ac_exeext && {
12794          test "$cross_compiling" = yes ||
12795          $as_test_x conftest$ac_exeext
12796        }; then
12797   case "$LIBEXT" in
12798     dll) ;;
12799     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'` ;;
12800     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
12801   esac
12802 else
12803   $as_echo "$as_me: failed program was:" >&5
12804 sed 's/^/| /' conftest.$ac_ext >&5
12805
12806
12807 fi
12808
12809 rm -rf conftest.dSYM
12810 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12811       conftest$ac_exeext conftest.$ac_ext
12812   LIBS=$ac_check_soname_save_LIBS
12813 fi
12814 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12815   { $as_echo "$as_me:$LINENO: result: not found" >&5
12816 $as_echo "not found" >&6; }
12817
12818 else
12819   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12820 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12821
12822 cat >>confdefs.h <<_ACEOF
12823 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12824 _ACEOF
12825
12826        XSLTINCL="$ac_xslt_cflags"
12827 fi
12828
12829     fi
12830 fi
12831 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12832   case "x$with_xslt" in
12833   x)   wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12834   xno) ;;
12835   *)   { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12836 This is an error since --with-xslt was requested." >&5
12837 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12838 This is an error since --with-xslt was requested." >&2;}
12839    { (exit 1); exit 1; }; } ;;
12840 esac
12841 fi
12842
12843
12844 HALINCL=""
12845
12846 if test "x$with_hal" != "xno"
12847 then
12848     ac_save_CPPFLAGS="$CPPFLAGS"
12849     if test "$PKG_CONFIG" != "false"
12850     then
12851         ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12852         ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12853         CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12854     fi
12855
12856
12857 for ac_header in dbus/dbus.h hal/libhal.h
12858 do
12859 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12860 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12861   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12862 $as_echo_n "checking for $ac_header... " >&6; }
12863 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12864   $as_echo_n "(cached) " >&6
12865 fi
12866 ac_res=`eval 'as_val=${'$as_ac_Header'}
12867                  $as_echo "$as_val"'`
12868                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12869 $as_echo "$ac_res" >&6; }
12870 else
12871   # Is the header compilable?
12872 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12873 $as_echo_n "checking $ac_header usability... " >&6; }
12874 cat >conftest.$ac_ext <<_ACEOF
12875 /* confdefs.h.  */
12876 _ACEOF
12877 cat confdefs.h >>conftest.$ac_ext
12878 cat >>conftest.$ac_ext <<_ACEOF
12879 /* end confdefs.h.  */
12880 $ac_includes_default
12881 #include <$ac_header>
12882 _ACEOF
12883 rm -f conftest.$ac_objext
12884 if { (ac_try="$ac_compile"
12885 case "(($ac_try" in
12886   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12887   *) ac_try_echo=$ac_try;;
12888 esac
12889 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12890 $as_echo "$ac_try_echo") >&5
12891   (eval "$ac_compile") 2>conftest.er1
12892   ac_status=$?
12893   grep -v '^ *+' conftest.er1 >conftest.err
12894   rm -f conftest.er1
12895   cat conftest.err >&5
12896   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12897   (exit $ac_status); } && {
12898          test -z "$ac_c_werror_flag" ||
12899          test ! -s conftest.err
12900        } && test -s conftest.$ac_objext; then
12901   ac_header_compiler=yes
12902 else
12903   $as_echo "$as_me: failed program was:" >&5
12904 sed 's/^/| /' conftest.$ac_ext >&5
12905
12906         ac_header_compiler=no
12907 fi
12908
12909 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12910 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12911 $as_echo "$ac_header_compiler" >&6; }
12912
12913 # Is the header present?
12914 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12915 $as_echo_n "checking $ac_header presence... " >&6; }
12916 cat >conftest.$ac_ext <<_ACEOF
12917 /* confdefs.h.  */
12918 _ACEOF
12919 cat confdefs.h >>conftest.$ac_ext
12920 cat >>conftest.$ac_ext <<_ACEOF
12921 /* end confdefs.h.  */
12922 #include <$ac_header>
12923 _ACEOF
12924 if { (ac_try="$ac_cpp conftest.$ac_ext"
12925 case "(($ac_try" in
12926   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12927   *) ac_try_echo=$ac_try;;
12928 esac
12929 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12930 $as_echo "$ac_try_echo") >&5
12931   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12932   ac_status=$?
12933   grep -v '^ *+' conftest.er1 >conftest.err
12934   rm -f conftest.er1
12935   cat conftest.err >&5
12936   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12937   (exit $ac_status); } >/dev/null && {
12938          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12939          test ! -s conftest.err
12940        }; then
12941   ac_header_preproc=yes
12942 else
12943   $as_echo "$as_me: failed program was:" >&5
12944 sed 's/^/| /' conftest.$ac_ext >&5
12945
12946   ac_header_preproc=no
12947 fi
12948
12949 rm -f conftest.err conftest.$ac_ext
12950 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12951 $as_echo "$ac_header_preproc" >&6; }
12952
12953 # So?  What about this header?
12954 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12955   yes:no: )
12956     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12957 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12958     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12959 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12960     ac_header_preproc=yes
12961     ;;
12962   no:yes:* )
12963     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12964 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12965     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12966 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12967     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12968 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12969     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12970 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12971     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12972 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12973     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12974 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12975     ( cat <<\_ASBOX
12976 ## ------------------------------------ ##
12977 ## Report this to wine-devel@winehq.org ##
12978 ## ------------------------------------ ##
12979 _ASBOX
12980      ) | sed "s/^/$as_me: WARNING:     /" >&2
12981     ;;
12982 esac
12983 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12984 $as_echo_n "checking for $ac_header... " >&6; }
12985 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12986   $as_echo_n "(cached) " >&6
12987 else
12988   eval "$as_ac_Header=\$ac_header_preproc"
12989 fi
12990 ac_res=`eval 'as_val=${'$as_ac_Header'}
12991                  $as_echo "$as_val"'`
12992                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12993 $as_echo "$ac_res" >&6; }
12994
12995 fi
12996 as_val=`eval 'as_val=${'$as_ac_Header'}
12997                  $as_echo "$as_val"'`
12998    if test "x$as_val" = x""yes; then
12999   cat >>confdefs.h <<_ACEOF
13000 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13001 _ACEOF
13002
13003 fi
13004
13005 done
13006
13007     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
13008     then
13009         { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
13010 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
13011 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
13012   $as_echo_n "(cached) " >&6
13013 else
13014   ac_check_lib_save_LIBS=$LIBS
13015 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
13016 cat >conftest.$ac_ext <<_ACEOF
13017 /* confdefs.h.  */
13018 _ACEOF
13019 cat confdefs.h >>conftest.$ac_ext
13020 cat >>conftest.$ac_ext <<_ACEOF
13021 /* end confdefs.h.  */
13022
13023 /* Override any GCC internal prototype to avoid an error.
13024    Use char because int might match the return type of a GCC
13025    builtin and then its argument prototype would still apply.  */
13026 #ifdef __cplusplus
13027 extern "C"
13028 #endif
13029 char dbus_connection_close ();
13030 int
13031 main ()
13032 {
13033 return dbus_connection_close ();
13034   ;
13035   return 0;
13036 }
13037 _ACEOF
13038 rm -f conftest.$ac_objext conftest$ac_exeext
13039 if { (ac_try="$ac_link"
13040 case "(($ac_try" in
13041   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13042   *) ac_try_echo=$ac_try;;
13043 esac
13044 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13045 $as_echo "$ac_try_echo") >&5
13046   (eval "$ac_link") 2>conftest.er1
13047   ac_status=$?
13048   grep -v '^ *+' conftest.er1 >conftest.err
13049   rm -f conftest.er1
13050   cat conftest.err >&5
13051   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13052   (exit $ac_status); } && {
13053          test -z "$ac_c_werror_flag" ||
13054          test ! -s conftest.err
13055        } && test -s conftest$ac_exeext && {
13056          test "$cross_compiling" = yes ||
13057          $as_test_x conftest$ac_exeext
13058        }; then
13059   ac_cv_lib_dbus_1_dbus_connection_close=yes
13060 else
13061   $as_echo "$as_me: failed program was:" >&5
13062 sed 's/^/| /' conftest.$ac_ext >&5
13063
13064         ac_cv_lib_dbus_1_dbus_connection_close=no
13065 fi
13066
13067 rm -rf conftest.dSYM
13068 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13069       conftest$ac_exeext conftest.$ac_ext
13070 LIBS=$ac_check_lib_save_LIBS
13071 fi
13072 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13073 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13074 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13075   { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13076 $as_echo_n "checking for -lhal... " >&6; }
13077 if test "${ac_cv_lib_soname_hal+set}" = set; then
13078   $as_echo_n "(cached) " >&6
13079 else
13080   ac_check_soname_save_LIBS=$LIBS
13081 LIBS="-lhal $ac_hal_libs $LIBS"
13082   cat >conftest.$ac_ext <<_ACEOF
13083 /* confdefs.h.  */
13084 _ACEOF
13085 cat confdefs.h >>conftest.$ac_ext
13086 cat >>conftest.$ac_ext <<_ACEOF
13087 /* end confdefs.h.  */
13088
13089 /* Override any GCC internal prototype to avoid an error.
13090    Use char because int might match the return type of a GCC
13091    builtin and then its argument prototype would still apply.  */
13092 #ifdef __cplusplus
13093 extern "C"
13094 #endif
13095 char libhal_ctx_new ();
13096 int
13097 main ()
13098 {
13099 return libhal_ctx_new ();
13100   ;
13101   return 0;
13102 }
13103 _ACEOF
13104 rm -f conftest.$ac_objext conftest$ac_exeext
13105 if { (ac_try="$ac_link"
13106 case "(($ac_try" in
13107   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13108   *) ac_try_echo=$ac_try;;
13109 esac
13110 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13111 $as_echo "$ac_try_echo") >&5
13112   (eval "$ac_link") 2>conftest.er1
13113   ac_status=$?
13114   grep -v '^ *+' conftest.er1 >conftest.err
13115   rm -f conftest.er1
13116   cat conftest.err >&5
13117   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13118   (exit $ac_status); } && {
13119          test -z "$ac_c_werror_flag" ||
13120          test ! -s conftest.err
13121        } && test -s conftest$ac_exeext && {
13122          test "$cross_compiling" = yes ||
13123          $as_test_x conftest$ac_exeext
13124        }; then
13125   case "$LIBEXT" in
13126     dll) ;;
13127     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'` ;;
13128     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
13129   esac
13130 else
13131   $as_echo "$as_me: failed program was:" >&5
13132 sed 's/^/| /' conftest.$ac_ext >&5
13133
13134
13135 fi
13136
13137 rm -rf conftest.dSYM
13138 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13139       conftest$ac_exeext conftest.$ac_ext
13140   LIBS=$ac_check_soname_save_LIBS
13141 fi
13142 if test "x$ac_cv_lib_soname_hal" = "x"; then
13143   { $as_echo "$as_me:$LINENO: result: not found" >&5
13144 $as_echo "not found" >&6; }
13145
13146 else
13147   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13148 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13149
13150 cat >>confdefs.h <<_ACEOF
13151 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13152 _ACEOF
13153
13154        HALINCL="$ac_hal_cflags"
13155 fi
13156
13157 fi
13158
13159     fi
13160     CPPFLAGS="$ac_save_CPPFLAGS"
13161 fi
13162 if test "x$ac_cv_lib_soname_hal" = "x"; then
13163   case "x$with_hal" in
13164   x)   wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13165   xno) ;;
13166   *)   { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13167 This is an error since --with-hal was requested." >&5
13168 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13169 This is an error since --with-hal was requested." >&2;}
13170    { (exit 1); exit 1; }; } ;;
13171 esac
13172 fi
13173
13174
13175 if test "x$with_gnutls" != "xno"
13176 then
13177     ac_save_CPPFLAGS="$CPPFLAGS"
13178     if test "$PKG_CONFIG" != "false"
13179     then
13180         ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13181         ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13182         CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13183     fi
13184     if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13185   { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13186 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13187 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13188   $as_echo_n "(cached) " >&6
13189 fi
13190 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13191 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13192 else
13193   # Is the header compilable?
13194 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13195 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13196 cat >conftest.$ac_ext <<_ACEOF
13197 /* confdefs.h.  */
13198 _ACEOF
13199 cat confdefs.h >>conftest.$ac_ext
13200 cat >>conftest.$ac_ext <<_ACEOF
13201 /* end confdefs.h.  */
13202 $ac_includes_default
13203 #include <gnutls/gnutls.h>
13204 _ACEOF
13205 rm -f conftest.$ac_objext
13206 if { (ac_try="$ac_compile"
13207 case "(($ac_try" in
13208   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13209   *) ac_try_echo=$ac_try;;
13210 esac
13211 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13212 $as_echo "$ac_try_echo") >&5
13213   (eval "$ac_compile") 2>conftest.er1
13214   ac_status=$?
13215   grep -v '^ *+' conftest.er1 >conftest.err
13216   rm -f conftest.er1
13217   cat conftest.err >&5
13218   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13219   (exit $ac_status); } && {
13220          test -z "$ac_c_werror_flag" ||
13221          test ! -s conftest.err
13222        } && test -s conftest.$ac_objext; then
13223   ac_header_compiler=yes
13224 else
13225   $as_echo "$as_me: failed program was:" >&5
13226 sed 's/^/| /' conftest.$ac_ext >&5
13227
13228         ac_header_compiler=no
13229 fi
13230
13231 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13232 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13233 $as_echo "$ac_header_compiler" >&6; }
13234
13235 # Is the header present?
13236 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13237 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13238 cat >conftest.$ac_ext <<_ACEOF
13239 /* confdefs.h.  */
13240 _ACEOF
13241 cat confdefs.h >>conftest.$ac_ext
13242 cat >>conftest.$ac_ext <<_ACEOF
13243 /* end confdefs.h.  */
13244 #include <gnutls/gnutls.h>
13245 _ACEOF
13246 if { (ac_try="$ac_cpp conftest.$ac_ext"
13247 case "(($ac_try" in
13248   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13249   *) ac_try_echo=$ac_try;;
13250 esac
13251 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13252 $as_echo "$ac_try_echo") >&5
13253   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13254   ac_status=$?
13255   grep -v '^ *+' conftest.er1 >conftest.err
13256   rm -f conftest.er1
13257   cat conftest.err >&5
13258   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13259   (exit $ac_status); } >/dev/null && {
13260          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13261          test ! -s conftest.err
13262        }; then
13263   ac_header_preproc=yes
13264 else
13265   $as_echo "$as_me: failed program was:" >&5
13266 sed 's/^/| /' conftest.$ac_ext >&5
13267
13268   ac_header_preproc=no
13269 fi
13270
13271 rm -f conftest.err conftest.$ac_ext
13272 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13273 $as_echo "$ac_header_preproc" >&6; }
13274
13275 # So?  What about this header?
13276 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13277   yes:no: )
13278     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13279 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13280     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13281 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13282     ac_header_preproc=yes
13283     ;;
13284   no:yes:* )
13285     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13286 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13287     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&5
13288 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&2;}
13289     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13290 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13291     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&5
13292 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13293     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13294 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13295     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13296 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13297     ( cat <<\_ASBOX
13298 ## ------------------------------------ ##
13299 ## Report this to wine-devel@winehq.org ##
13300 ## ------------------------------------ ##
13301 _ASBOX
13302      ) | sed "s/^/$as_me: WARNING:     /" >&2
13303     ;;
13304 esac
13305 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13306 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13307 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13308   $as_echo_n "(cached) " >&6
13309 else
13310   ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13311 fi
13312 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13313 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13314
13315 fi
13316 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13317   cat >conftest.$ac_ext <<_ACEOF
13318 /* confdefs.h.  */
13319 _ACEOF
13320 cat confdefs.h >>conftest.$ac_ext
13321 cat >>conftest.$ac_ext <<_ACEOF
13322 /* end confdefs.h.  */
13323 #include <gnutls/gnutls.h>
13324 int
13325 main ()
13326 {
13327 typeof(gnutls_mac_get_key_size) *pfunc;
13328   ;
13329   return 0;
13330 }
13331 _ACEOF
13332 rm -f conftest.$ac_objext
13333 if { (ac_try="$ac_compile"
13334 case "(($ac_try" in
13335   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13336   *) ac_try_echo=$ac_try;;
13337 esac
13338 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13339 $as_echo "$ac_try_echo") >&5
13340   (eval "$ac_compile") 2>conftest.er1
13341   ac_status=$?
13342   grep -v '^ *+' conftest.er1 >conftest.err
13343   rm -f conftest.er1
13344   cat conftest.err >&5
13345   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13346   (exit $ac_status); } && {
13347          test -z "$ac_c_werror_flag" ||
13348          test ! -s conftest.err
13349        } && test -s conftest.$ac_objext; then
13350   { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13351 $as_echo_n "checking for -lgnutls... " >&6; }
13352 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13353   $as_echo_n "(cached) " >&6
13354 else
13355   ac_check_soname_save_LIBS=$LIBS
13356 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13357   cat >conftest.$ac_ext <<_ACEOF
13358 /* confdefs.h.  */
13359 _ACEOF
13360 cat confdefs.h >>conftest.$ac_ext
13361 cat >>conftest.$ac_ext <<_ACEOF
13362 /* end confdefs.h.  */
13363
13364 /* Override any GCC internal prototype to avoid an error.
13365    Use char because int might match the return type of a GCC
13366    builtin and then its argument prototype would still apply.  */
13367 #ifdef __cplusplus
13368 extern "C"
13369 #endif
13370 char gnutls_global_init ();
13371 int
13372 main ()
13373 {
13374 return gnutls_global_init ();
13375   ;
13376   return 0;
13377 }
13378 _ACEOF
13379 rm -f conftest.$ac_objext conftest$ac_exeext
13380 if { (ac_try="$ac_link"
13381 case "(($ac_try" in
13382   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13383   *) ac_try_echo=$ac_try;;
13384 esac
13385 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13386 $as_echo "$ac_try_echo") >&5
13387   (eval "$ac_link") 2>conftest.er1
13388   ac_status=$?
13389   grep -v '^ *+' conftest.er1 >conftest.err
13390   rm -f conftest.er1
13391   cat conftest.err >&5
13392   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13393   (exit $ac_status); } && {
13394          test -z "$ac_c_werror_flag" ||
13395          test ! -s conftest.err
13396        } && test -s conftest$ac_exeext && {
13397          test "$cross_compiling" = yes ||
13398          $as_test_x conftest$ac_exeext
13399        }; then
13400   case "$LIBEXT" in
13401     dll) ;;
13402     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'` ;;
13403     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13404   esac
13405 else
13406   $as_echo "$as_me: failed program was:" >&5
13407 sed 's/^/| /' conftest.$ac_ext >&5
13408
13409
13410 fi
13411
13412 rm -rf conftest.dSYM
13413 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13414       conftest$ac_exeext conftest.$ac_ext
13415   LIBS=$ac_check_soname_save_LIBS
13416 fi
13417 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13418   { $as_echo "$as_me:$LINENO: result: not found" >&5
13419 $as_echo "not found" >&6; }
13420
13421 else
13422   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13423 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13424
13425 cat >>confdefs.h <<_ACEOF
13426 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13427 _ACEOF
13428
13429        GNUTLSINCL="$ac_gnutls_cflags"
13430
13431 fi
13432
13433 else
13434   $as_echo "$as_me: failed program was:" >&5
13435 sed 's/^/| /' conftest.$ac_ext >&5
13436
13437
13438 fi
13439
13440 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13441 fi
13442
13443
13444     CPPFLAGS="$ac_save_CPPFLAGS"
13445 fi
13446 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13447   case "x$with_gnutls" in
13448   x)   wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13449   xno) ;;
13450   *)   { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13451 This is an error since --with-gnutls was requested." >&5
13452 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13453 This is an error since --with-gnutls was requested." >&2;}
13454    { (exit 1); exit 1; }; } ;;
13455 esac
13456 fi
13457
13458
13459 CURSESLIBS=""
13460 if test "$ac_cv_header_ncurses_h" = "yes"
13461 then
13462     { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13463 $as_echo_n "checking for -lncurses... " >&6; }
13464 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13465   $as_echo_n "(cached) " >&6
13466 else
13467   ac_check_soname_save_LIBS=$LIBS
13468 LIBS="-lncurses  $LIBS"
13469   cat >conftest.$ac_ext <<_ACEOF
13470 /* confdefs.h.  */
13471 _ACEOF
13472 cat confdefs.h >>conftest.$ac_ext
13473 cat >>conftest.$ac_ext <<_ACEOF
13474 /* end confdefs.h.  */
13475
13476 /* Override any GCC internal prototype to avoid an error.
13477    Use char because int might match the return type of a GCC
13478    builtin and then its argument prototype would still apply.  */
13479 #ifdef __cplusplus
13480 extern "C"
13481 #endif
13482 char waddch ();
13483 int
13484 main ()
13485 {
13486 return waddch ();
13487   ;
13488   return 0;
13489 }
13490 _ACEOF
13491 rm -f conftest.$ac_objext conftest$ac_exeext
13492 if { (ac_try="$ac_link"
13493 case "(($ac_try" in
13494   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13495   *) ac_try_echo=$ac_try;;
13496 esac
13497 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13498 $as_echo "$ac_try_echo") >&5
13499   (eval "$ac_link") 2>conftest.er1
13500   ac_status=$?
13501   grep -v '^ *+' conftest.er1 >conftest.err
13502   rm -f conftest.er1
13503   cat conftest.err >&5
13504   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13505   (exit $ac_status); } && {
13506          test -z "$ac_c_werror_flag" ||
13507          test ! -s conftest.err
13508        } && test -s conftest$ac_exeext && {
13509          test "$cross_compiling" = yes ||
13510          $as_test_x conftest$ac_exeext
13511        }; then
13512   case "$LIBEXT" in
13513     dll) ;;
13514     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'` ;;
13515     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
13516   esac
13517 else
13518   $as_echo "$as_me: failed program was:" >&5
13519 sed 's/^/| /' conftest.$ac_ext >&5
13520
13521
13522 fi
13523
13524 rm -rf conftest.dSYM
13525 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13526       conftest$ac_exeext conftest.$ac_ext
13527   LIBS=$ac_check_soname_save_LIBS
13528 fi
13529 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13530   { $as_echo "$as_me:$LINENO: result: not found" >&5
13531 $as_echo "not found" >&6; }
13532
13533 else
13534   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13535 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13536
13537 cat >>confdefs.h <<_ACEOF
13538 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13539 _ACEOF
13540
13541        CURSESLIBS="-lncurses"
13542 fi
13543
13544 elif test "$ac_cv_header_curses_h" = "yes"
13545 then
13546     { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13547 $as_echo_n "checking for -lcurses... " >&6; }
13548 if test "${ac_cv_lib_soname_curses+set}" = set; then
13549   $as_echo_n "(cached) " >&6
13550 else
13551   ac_check_soname_save_LIBS=$LIBS
13552 LIBS="-lcurses  $LIBS"
13553   cat >conftest.$ac_ext <<_ACEOF
13554 /* confdefs.h.  */
13555 _ACEOF
13556 cat confdefs.h >>conftest.$ac_ext
13557 cat >>conftest.$ac_ext <<_ACEOF
13558 /* end confdefs.h.  */
13559
13560 /* Override any GCC internal prototype to avoid an error.
13561    Use char because int might match the return type of a GCC
13562    builtin and then its argument prototype would still apply.  */
13563 #ifdef __cplusplus
13564 extern "C"
13565 #endif
13566 char waddch ();
13567 int
13568 main ()
13569 {
13570 return waddch ();
13571   ;
13572   return 0;
13573 }
13574 _ACEOF
13575 rm -f conftest.$ac_objext conftest$ac_exeext
13576 if { (ac_try="$ac_link"
13577 case "(($ac_try" in
13578   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13579   *) ac_try_echo=$ac_try;;
13580 esac
13581 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13582 $as_echo "$ac_try_echo") >&5
13583   (eval "$ac_link") 2>conftest.er1
13584   ac_status=$?
13585   grep -v '^ *+' conftest.er1 >conftest.err
13586   rm -f conftest.er1
13587   cat conftest.err >&5
13588   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13589   (exit $ac_status); } && {
13590          test -z "$ac_c_werror_flag" ||
13591          test ! -s conftest.err
13592        } && test -s conftest$ac_exeext && {
13593          test "$cross_compiling" = yes ||
13594          $as_test_x conftest$ac_exeext
13595        }; then
13596   case "$LIBEXT" in
13597     dll) ;;
13598     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'` ;;
13599     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13600   esac
13601 else
13602   $as_echo "$as_me: failed program was:" >&5
13603 sed 's/^/| /' conftest.$ac_ext >&5
13604
13605
13606 fi
13607
13608 rm -rf conftest.dSYM
13609 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13610       conftest$ac_exeext conftest.$ac_ext
13611   LIBS=$ac_check_soname_save_LIBS
13612 fi
13613 if test "x$ac_cv_lib_soname_curses" = "x"; then
13614   { $as_echo "$as_me:$LINENO: result: not found" >&5
13615 $as_echo "not found" >&6; }
13616
13617 else
13618   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13619 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13620
13621 cat >>confdefs.h <<_ACEOF
13622 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13623 _ACEOF
13624
13625        CURSESLIBS="-lcurses"
13626 fi
13627
13628 fi
13629 ac_save_LIBS="$LIBS"
13630 LIBS="$LIBS $CURSESLIBS"
13631
13632 for ac_func in mousemask
13633 do
13634 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13635 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13636 $as_echo_n "checking for $ac_func... " >&6; }
13637 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13638   $as_echo_n "(cached) " >&6
13639 else
13640   cat >conftest.$ac_ext <<_ACEOF
13641 /* confdefs.h.  */
13642 _ACEOF
13643 cat confdefs.h >>conftest.$ac_ext
13644 cat >>conftest.$ac_ext <<_ACEOF
13645 /* end confdefs.h.  */
13646 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13647    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13648 #define $ac_func innocuous_$ac_func
13649
13650 /* System header to define __stub macros and hopefully few prototypes,
13651     which can conflict with char $ac_func (); below.
13652     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13653     <limits.h> exists even on freestanding compilers.  */
13654
13655 #ifdef __STDC__
13656 # include <limits.h>
13657 #else
13658 # include <assert.h>
13659 #endif
13660
13661 #undef $ac_func
13662
13663 /* Override any GCC internal prototype to avoid an error.
13664    Use char because int might match the return type of a GCC
13665    builtin and then its argument prototype would still apply.  */
13666 #ifdef __cplusplus
13667 extern "C"
13668 #endif
13669 char $ac_func ();
13670 /* The GNU C library defines this for functions which it implements
13671     to always fail with ENOSYS.  Some functions are actually named
13672     something starting with __ and the normal name is an alias.  */
13673 #if defined __stub_$ac_func || defined __stub___$ac_func
13674 choke me
13675 #endif
13676
13677 int
13678 main ()
13679 {
13680 return $ac_func ();
13681   ;
13682   return 0;
13683 }
13684 _ACEOF
13685 rm -f conftest.$ac_objext conftest$ac_exeext
13686 if { (ac_try="$ac_link"
13687 case "(($ac_try" in
13688   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13689   *) ac_try_echo=$ac_try;;
13690 esac
13691 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13692 $as_echo "$ac_try_echo") >&5
13693   (eval "$ac_link") 2>conftest.er1
13694   ac_status=$?
13695   grep -v '^ *+' conftest.er1 >conftest.err
13696   rm -f conftest.er1
13697   cat conftest.err >&5
13698   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13699   (exit $ac_status); } && {
13700          test -z "$ac_c_werror_flag" ||
13701          test ! -s conftest.err
13702        } && test -s conftest$ac_exeext && {
13703          test "$cross_compiling" = yes ||
13704          $as_test_x conftest$ac_exeext
13705        }; then
13706   eval "$as_ac_var=yes"
13707 else
13708   $as_echo "$as_me: failed program was:" >&5
13709 sed 's/^/| /' conftest.$ac_ext >&5
13710
13711         eval "$as_ac_var=no"
13712 fi
13713
13714 rm -rf conftest.dSYM
13715 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13716       conftest$ac_exeext conftest.$ac_ext
13717 fi
13718 ac_res=`eval 'as_val=${'$as_ac_var'}
13719                  $as_echo "$as_val"'`
13720                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13721 $as_echo "$ac_res" >&6; }
13722 as_val=`eval 'as_val=${'$as_ac_var'}
13723                  $as_echo "$as_val"'`
13724    if test "x$as_val" = x""yes; then
13725   cat >>confdefs.h <<_ACEOF
13726 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13727 _ACEOF
13728
13729 fi
13730 done
13731
13732 LIBS="$ac_save_LIBS"
13733 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13734   case "x$with_curses" in
13735   x)   wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13736   xno) ;;
13737   *)   { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13738 This is an error since --with-curses was requested." >&5
13739 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13740 This is an error since --with-curses was requested." >&2;}
13741    { (exit 1); exit 1; }; } ;;
13742 esac
13743 fi
13744
13745
13746 if test "x$with_sane" != "xno"
13747 then
13748     ac_save_CPPFLAGS="$CPPFLAGS"
13749     # Extract the first word of "sane-config", so it can be a program name with args.
13750 set dummy sane-config; ac_word=$2
13751 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13752 $as_echo_n "checking for $ac_word... " >&6; }
13753 if test "${ac_cv_prog_sane_devel+set}" = set; then
13754   $as_echo_n "(cached) " >&6
13755 else
13756   if test -n "$sane_devel"; then
13757   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13758 else
13759 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13760 for as_dir in $PATH
13761 do
13762   IFS=$as_save_IFS
13763   test -z "$as_dir" && as_dir=.
13764   for ac_exec_ext in '' $ac_executable_extensions; do
13765   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13766     ac_cv_prog_sane_devel="sane-config"
13767     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13768     break 2
13769   fi
13770 done
13771 done
13772 IFS=$as_save_IFS
13773
13774   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13775 fi
13776 fi
13777 sane_devel=$ac_cv_prog_sane_devel
13778 if test -n "$sane_devel"; then
13779   { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13780 $as_echo "$sane_devel" >&6; }
13781 else
13782   { $as_echo "$as_me:$LINENO: result: no" >&5
13783 $as_echo "no" >&6; }
13784 fi
13785
13786
13787     if test "$sane_devel" != "no"
13788     then
13789         ac_sane_incl="`$sane_devel --cflags`"
13790         ac_sane_libs="`$sane_devel --ldflags`"
13791         CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13792     fi
13793     if test "${ac_cv_header_sane_sane_h+set}" = set; then
13794   { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13795 $as_echo_n "checking for sane/sane.h... " >&6; }
13796 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13797   $as_echo_n "(cached) " >&6
13798 fi
13799 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13800 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13801 else
13802   # Is the header compilable?
13803 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13804 $as_echo_n "checking sane/sane.h usability... " >&6; }
13805 cat >conftest.$ac_ext <<_ACEOF
13806 /* confdefs.h.  */
13807 _ACEOF
13808 cat confdefs.h >>conftest.$ac_ext
13809 cat >>conftest.$ac_ext <<_ACEOF
13810 /* end confdefs.h.  */
13811 $ac_includes_default
13812 #include <sane/sane.h>
13813 _ACEOF
13814 rm -f conftest.$ac_objext
13815 if { (ac_try="$ac_compile"
13816 case "(($ac_try" in
13817   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13818   *) ac_try_echo=$ac_try;;
13819 esac
13820 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13821 $as_echo "$ac_try_echo") >&5
13822   (eval "$ac_compile") 2>conftest.er1
13823   ac_status=$?
13824   grep -v '^ *+' conftest.er1 >conftest.err
13825   rm -f conftest.er1
13826   cat conftest.err >&5
13827   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13828   (exit $ac_status); } && {
13829          test -z "$ac_c_werror_flag" ||
13830          test ! -s conftest.err
13831        } && test -s conftest.$ac_objext; then
13832   ac_header_compiler=yes
13833 else
13834   $as_echo "$as_me: failed program was:" >&5
13835 sed 's/^/| /' conftest.$ac_ext >&5
13836
13837         ac_header_compiler=no
13838 fi
13839
13840 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13841 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13842 $as_echo "$ac_header_compiler" >&6; }
13843
13844 # Is the header present?
13845 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13846 $as_echo_n "checking sane/sane.h presence... " >&6; }
13847 cat >conftest.$ac_ext <<_ACEOF
13848 /* confdefs.h.  */
13849 _ACEOF
13850 cat confdefs.h >>conftest.$ac_ext
13851 cat >>conftest.$ac_ext <<_ACEOF
13852 /* end confdefs.h.  */
13853 #include <sane/sane.h>
13854 _ACEOF
13855 if { (ac_try="$ac_cpp conftest.$ac_ext"
13856 case "(($ac_try" in
13857   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13858   *) ac_try_echo=$ac_try;;
13859 esac
13860 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13861 $as_echo "$ac_try_echo") >&5
13862   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13863   ac_status=$?
13864   grep -v '^ *+' conftest.er1 >conftest.err
13865   rm -f conftest.er1
13866   cat conftest.err >&5
13867   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13868   (exit $ac_status); } >/dev/null && {
13869          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13870          test ! -s conftest.err
13871        }; then
13872   ac_header_preproc=yes
13873 else
13874   $as_echo "$as_me: failed program was:" >&5
13875 sed 's/^/| /' conftest.$ac_ext >&5
13876
13877   ac_header_preproc=no
13878 fi
13879
13880 rm -f conftest.err conftest.$ac_ext
13881 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13882 $as_echo "$ac_header_preproc" >&6; }
13883
13884 # So?  What about this header?
13885 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13886   yes:no: )
13887     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13888 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13889     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13890 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13891     ac_header_preproc=yes
13892     ;;
13893   no:yes:* )
13894     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13895 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13896     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&5
13897 $as_echo "$as_me: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&2;}
13898     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13899 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13900     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&5
13901 $as_echo "$as_me: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13902     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13903 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13904     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13905 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13906     ( cat <<\_ASBOX
13907 ## ------------------------------------ ##
13908 ## Report this to wine-devel@winehq.org ##
13909 ## ------------------------------------ ##
13910 _ASBOX
13911      ) | sed "s/^/$as_me: WARNING:     /" >&2
13912     ;;
13913 esac
13914 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13915 $as_echo_n "checking for sane/sane.h... " >&6; }
13916 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13917   $as_echo_n "(cached) " >&6
13918 else
13919   ac_cv_header_sane_sane_h=$ac_header_preproc
13920 fi
13921 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13922 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13923
13924 fi
13925 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13926   { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13927 $as_echo_n "checking for -lsane... " >&6; }
13928 if test "${ac_cv_lib_soname_sane+set}" = set; then
13929   $as_echo_n "(cached) " >&6
13930 else
13931   ac_check_soname_save_LIBS=$LIBS
13932 LIBS="-lsane $ac_sane_libs $LIBS"
13933   cat >conftest.$ac_ext <<_ACEOF
13934 /* confdefs.h.  */
13935 _ACEOF
13936 cat confdefs.h >>conftest.$ac_ext
13937 cat >>conftest.$ac_ext <<_ACEOF
13938 /* end confdefs.h.  */
13939
13940 /* Override any GCC internal prototype to avoid an error.
13941    Use char because int might match the return type of a GCC
13942    builtin and then its argument prototype would still apply.  */
13943 #ifdef __cplusplus
13944 extern "C"
13945 #endif
13946 char sane_init ();
13947 int
13948 main ()
13949 {
13950 return sane_init ();
13951   ;
13952   return 0;
13953 }
13954 _ACEOF
13955 rm -f conftest.$ac_objext conftest$ac_exeext
13956 if { (ac_try="$ac_link"
13957 case "(($ac_try" in
13958   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13959   *) ac_try_echo=$ac_try;;
13960 esac
13961 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13962 $as_echo "$ac_try_echo") >&5
13963   (eval "$ac_link") 2>conftest.er1
13964   ac_status=$?
13965   grep -v '^ *+' conftest.er1 >conftest.err
13966   rm -f conftest.er1
13967   cat conftest.err >&5
13968   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13969   (exit $ac_status); } && {
13970          test -z "$ac_c_werror_flag" ||
13971          test ! -s conftest.err
13972        } && test -s conftest$ac_exeext && {
13973          test "$cross_compiling" = yes ||
13974          $as_test_x conftest$ac_exeext
13975        }; then
13976   case "$LIBEXT" in
13977     dll) ;;
13978     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'` ;;
13979     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
13980   esac
13981 else
13982   $as_echo "$as_me: failed program was:" >&5
13983 sed 's/^/| /' conftest.$ac_ext >&5
13984
13985
13986 fi
13987
13988 rm -rf conftest.dSYM
13989 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13990       conftest$ac_exeext conftest.$ac_ext
13991   LIBS=$ac_check_soname_save_LIBS
13992 fi
13993 if test "x$ac_cv_lib_soname_sane" = "x"; then
13994   { $as_echo "$as_me:$LINENO: result: not found" >&5
13995 $as_echo "not found" >&6; }
13996
13997 else
13998   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13999 $as_echo "$ac_cv_lib_soname_sane" >&6; }
14000
14001 cat >>confdefs.h <<_ACEOF
14002 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
14003 _ACEOF
14004
14005        SANEINCL="$ac_sane_incl"
14006
14007 fi
14008
14009 fi
14010
14011
14012     CPPFLAGS="$ac_save_CPPFLAGS"
14013 fi
14014 if test "x$ac_cv_lib_soname_sane" = "x"; then
14015   case "x$with_sane" in
14016   x)   wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
14017   xno) ;;
14018   *)   { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14019 This is an error since --with-sane was requested." >&5
14020 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14021 This is an error since --with-sane was requested." >&2;}
14022    { (exit 1); exit 1; }; } ;;
14023 esac
14024 fi
14025
14026
14027 if test "x$with_gphoto" != "xno"
14028 then
14029     ac_save_CPPFLAGS="$CPPFLAGS"
14030     # Extract the first word of "gphoto2-config", so it can be a program name with args.
14031 set dummy gphoto2-config; ac_word=$2
14032 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14033 $as_echo_n "checking for $ac_word... " >&6; }
14034 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
14035   $as_echo_n "(cached) " >&6
14036 else
14037   if test -n "$gphoto2_devel"; then
14038   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
14039 else
14040 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14041 for as_dir in $PATH
14042 do
14043   IFS=$as_save_IFS
14044   test -z "$as_dir" && as_dir=.
14045   for ac_exec_ext in '' $ac_executable_extensions; do
14046   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14047     ac_cv_prog_gphoto2_devel="gphoto2-config"
14048     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14049     break 2
14050   fi
14051 done
14052 done
14053 IFS=$as_save_IFS
14054
14055   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
14056 fi
14057 fi
14058 gphoto2_devel=$ac_cv_prog_gphoto2_devel
14059 if test -n "$gphoto2_devel"; then
14060   { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
14061 $as_echo "$gphoto2_devel" >&6; }
14062 else
14063   { $as_echo "$as_me:$LINENO: result: no" >&5
14064 $as_echo "no" >&6; }
14065 fi
14066
14067
14068     # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
14069 set dummy gphoto2-port-config; ac_word=$2
14070 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14071 $as_echo_n "checking for $ac_word... " >&6; }
14072 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
14073   $as_echo_n "(cached) " >&6
14074 else
14075   if test -n "$gphoto2port_devel"; then
14076   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14077 else
14078 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14079 for as_dir in $PATH
14080 do
14081   IFS=$as_save_IFS
14082   test -z "$as_dir" && as_dir=.
14083   for ac_exec_ext in '' $ac_executable_extensions; do
14084   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14085     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14086     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14087     break 2
14088   fi
14089 done
14090 done
14091 IFS=$as_save_IFS
14092
14093   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14094 fi
14095 fi
14096 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14097 if test -n "$gphoto2port_devel"; then
14098   { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14099 $as_echo "$gphoto2port_devel" >&6; }
14100 else
14101   { $as_echo "$as_me:$LINENO: result: no" >&5
14102 $as_echo "no" >&6; }
14103 fi
14104
14105
14106     if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
14107     then
14108         ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14109         ac_gphoto2_libs=""
14110         for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14111         do
14112             case "$i" in
14113             -L/usr/lib|-L/usr/lib64) ;;
14114             -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14115             esac
14116         done
14117         CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14118     fi
14119     ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
14120     if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14121   { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14122 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14123 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14124   $as_echo_n "(cached) " >&6
14125 fi
14126 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14127 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14128 else
14129   # Is the header compilable?
14130 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14131 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14132 cat >conftest.$ac_ext <<_ACEOF
14133 /* confdefs.h.  */
14134 _ACEOF
14135 cat confdefs.h >>conftest.$ac_ext
14136 cat >>conftest.$ac_ext <<_ACEOF
14137 /* end confdefs.h.  */
14138 $ac_includes_default
14139 #include <gphoto2-camera.h>
14140 _ACEOF
14141 rm -f conftest.$ac_objext
14142 if { (ac_try="$ac_compile"
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_compile") 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_objext; then
14159   ac_header_compiler=yes
14160 else
14161   $as_echo "$as_me: failed program was:" >&5
14162 sed 's/^/| /' conftest.$ac_ext >&5
14163
14164         ac_header_compiler=no
14165 fi
14166
14167 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14168 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14169 $as_echo "$ac_header_compiler" >&6; }
14170
14171 # Is the header present?
14172 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14173 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14174 cat >conftest.$ac_ext <<_ACEOF
14175 /* confdefs.h.  */
14176 _ACEOF
14177 cat confdefs.h >>conftest.$ac_ext
14178 cat >>conftest.$ac_ext <<_ACEOF
14179 /* end confdefs.h.  */
14180 #include <gphoto2-camera.h>
14181 _ACEOF
14182 if { (ac_try="$ac_cpp conftest.$ac_ext"
14183 case "(($ac_try" in
14184   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14185   *) ac_try_echo=$ac_try;;
14186 esac
14187 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14188 $as_echo "$ac_try_echo") >&5
14189   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14190   ac_status=$?
14191   grep -v '^ *+' conftest.er1 >conftest.err
14192   rm -f conftest.er1
14193   cat conftest.err >&5
14194   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14195   (exit $ac_status); } >/dev/null && {
14196          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14197          test ! -s conftest.err
14198        }; then
14199   ac_header_preproc=yes
14200 else
14201   $as_echo "$as_me: failed program was:" >&5
14202 sed 's/^/| /' conftest.$ac_ext >&5
14203
14204   ac_header_preproc=no
14205 fi
14206
14207 rm -f conftest.err conftest.$ac_ext
14208 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14209 $as_echo "$ac_header_preproc" >&6; }
14210
14211 # So?  What about this header?
14212 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14213   yes:no: )
14214     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14215 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14216     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14217 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14218     ac_header_preproc=yes
14219     ;;
14220   no:yes:* )
14221     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14222 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14223     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&5
14224 $as_echo "$as_me: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&2;}
14225     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14226 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14227     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&5
14228 $as_echo "$as_me: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&2;}
14229     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14230 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14231     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14232 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14233     ( cat <<\_ASBOX
14234 ## ------------------------------------ ##
14235 ## Report this to wine-devel@winehq.org ##
14236 ## ------------------------------------ ##
14237 _ASBOX
14238      ) | sed "s/^/$as_me: WARNING:     /" >&2
14239     ;;
14240 esac
14241 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14242 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14243 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14244   $as_echo_n "(cached) " >&6
14245 else
14246   ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14247 fi
14248 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14249 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14250
14251 fi
14252 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14253   { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14254 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14255 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14256   $as_echo_n "(cached) " >&6
14257 else
14258   ac_check_lib_save_LIBS=$LIBS
14259 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14260 cat >conftest.$ac_ext <<_ACEOF
14261 /* confdefs.h.  */
14262 _ACEOF
14263 cat confdefs.h >>conftest.$ac_ext
14264 cat >>conftest.$ac_ext <<_ACEOF
14265 /* end confdefs.h.  */
14266
14267 /* Override any GCC internal prototype to avoid an error.
14268    Use char because int might match the return type of a GCC
14269    builtin and then its argument prototype would still apply.  */
14270 #ifdef __cplusplus
14271 extern "C"
14272 #endif
14273 char gp_camera_new ();
14274 int
14275 main ()
14276 {
14277 return gp_camera_new ();
14278   ;
14279   return 0;
14280 }
14281 _ACEOF
14282 rm -f conftest.$ac_objext conftest$ac_exeext
14283 if { (ac_try="$ac_link"
14284 case "(($ac_try" in
14285   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14286   *) ac_try_echo=$ac_try;;
14287 esac
14288 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14289 $as_echo "$ac_try_echo") >&5
14290   (eval "$ac_link") 2>conftest.er1
14291   ac_status=$?
14292   grep -v '^ *+' conftest.er1 >conftest.err
14293   rm -f conftest.er1
14294   cat conftest.err >&5
14295   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14296   (exit $ac_status); } && {
14297          test -z "$ac_c_werror_flag" ||
14298          test ! -s conftest.err
14299        } && test -s conftest$ac_exeext && {
14300          test "$cross_compiling" = yes ||
14301          $as_test_x conftest$ac_exeext
14302        }; then
14303   ac_cv_lib_gphoto2_gp_camera_new=yes
14304 else
14305   $as_echo "$as_me: failed program was:" >&5
14306 sed 's/^/| /' conftest.$ac_ext >&5
14307
14308         ac_cv_lib_gphoto2_gp_camera_new=no
14309 fi
14310
14311 rm -rf conftest.dSYM
14312 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14313       conftest$ac_exeext conftest.$ac_ext
14314 LIBS=$ac_check_lib_save_LIBS
14315 fi
14316 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14317 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14318 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14319
14320 cat >>confdefs.h <<\_ACEOF
14321 #define HAVE_GPHOTO2 1
14322 _ACEOF
14323
14324                                    GPHOTO2LIBS="$ac_gphoto2_libs"
14325
14326                                    GPHOTO2INCL="$ac_gphoto2_incl"
14327
14328 fi
14329
14330 fi
14331
14332
14333     CPPFLAGS="$ac_save_CPPFLAGS"
14334 fi
14335 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14336   case "x$with_gphoto" in
14337   x)   wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14338   xno) ;;
14339   *)   { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14340 This is an error since --with-gphoto was requested." >&5
14341 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14342 This is an error since --with-gphoto was requested." >&2;}
14343    { (exit 1); exit 1; }; } ;;
14344 esac
14345 fi
14346
14347
14348
14349 RESOLVLIBS=""
14350
14351 if test "$ac_cv_header_resolv_h" = "yes"
14352 then
14353     ac_save_LIBS="$LIBS"
14354     LIBS="$LIBS -lresolv"
14355     cat >conftest.$ac_ext <<_ACEOF
14356 /* confdefs.h.  */
14357 _ACEOF
14358 cat confdefs.h >>conftest.$ac_ext
14359 cat >>conftest.$ac_ext <<_ACEOF
14360 /* end confdefs.h.  */
14361 #ifdef HAVE_NETINET_IN_H
14362 #include <netinet/in.h>
14363 #endif
14364 #include <resolv.h>
14365 int
14366 main ()
14367 {
14368 res_init();
14369   ;
14370   return 0;
14371 }
14372 _ACEOF
14373 rm -f conftest.$ac_objext conftest$ac_exeext
14374 if { (ac_try="$ac_link"
14375 case "(($ac_try" in
14376   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14377   *) ac_try_echo=$ac_try;;
14378 esac
14379 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14380 $as_echo "$ac_try_echo") >&5
14381   (eval "$ac_link") 2>conftest.er1
14382   ac_status=$?
14383   grep -v '^ *+' conftest.er1 >conftest.err
14384   rm -f conftest.er1
14385   cat conftest.err >&5
14386   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14387   (exit $ac_status); } && {
14388          test -z "$ac_c_werror_flag" ||
14389          test ! -s conftest.err
14390        } && test -s conftest$ac_exeext && {
14391          test "$cross_compiling" = yes ||
14392          $as_test_x conftest$ac_exeext
14393        }; then
14394
14395 cat >>confdefs.h <<\_ACEOF
14396 #define HAVE_RESOLV 1
14397 _ACEOF
14398
14399          RESOLVLIBS="-lresolv"
14400 else
14401   $as_echo "$as_me: failed program was:" >&5
14402 sed 's/^/| /' conftest.$ac_ext >&5
14403
14404
14405 fi
14406
14407 rm -rf conftest.dSYM
14408 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14409       conftest$ac_exeext conftest.$ac_ext
14410     LIBS="$ac_save_LIBS"
14411 fi
14412
14413 LCMSLIBS=""
14414
14415 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14416 then
14417     { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14418 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14419 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14420   $as_echo_n "(cached) " >&6
14421 else
14422   ac_check_lib_save_LIBS=$LIBS
14423 LIBS="-llcms  $LIBS"
14424 cat >conftest.$ac_ext <<_ACEOF
14425 /* confdefs.h.  */
14426 _ACEOF
14427 cat confdefs.h >>conftest.$ac_ext
14428 cat >>conftest.$ac_ext <<_ACEOF
14429 /* end confdefs.h.  */
14430
14431 /* Override any GCC internal prototype to avoid an error.
14432    Use char because int might match the return type of a GCC
14433    builtin and then its argument prototype would still apply.  */
14434 #ifdef __cplusplus
14435 extern "C"
14436 #endif
14437 char cmsOpenProfileFromFile ();
14438 int
14439 main ()
14440 {
14441 return cmsOpenProfileFromFile ();
14442   ;
14443   return 0;
14444 }
14445 _ACEOF
14446 rm -f conftest.$ac_objext conftest$ac_exeext
14447 if { (ac_try="$ac_link"
14448 case "(($ac_try" in
14449   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14450   *) ac_try_echo=$ac_try;;
14451 esac
14452 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14453 $as_echo "$ac_try_echo") >&5
14454   (eval "$ac_link") 2>conftest.er1
14455   ac_status=$?
14456   grep -v '^ *+' conftest.er1 >conftest.err
14457   rm -f conftest.er1
14458   cat conftest.err >&5
14459   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14460   (exit $ac_status); } && {
14461          test -z "$ac_c_werror_flag" ||
14462          test ! -s conftest.err
14463        } && test -s conftest$ac_exeext && {
14464          test "$cross_compiling" = yes ||
14465          $as_test_x conftest$ac_exeext
14466        }; then
14467   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14468 else
14469   $as_echo "$as_me: failed program was:" >&5
14470 sed 's/^/| /' conftest.$ac_ext >&5
14471
14472         ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14473 fi
14474
14475 rm -rf conftest.dSYM
14476 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14477       conftest$ac_exeext conftest.$ac_ext
14478 LIBS=$ac_check_lib_save_LIBS
14479 fi
14480 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14481 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14482 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14483
14484 cat >>confdefs.h <<\_ACEOF
14485 #define HAVE_LCMS 1
14486 _ACEOF
14487
14488          LCMSLIBS="-llcms"
14489 fi
14490
14491 fi
14492 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14493   case "x$with_cms" in
14494   x)   wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14495   xno) ;;
14496   *)   { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14497 This is an error since --with-cms was requested." >&5
14498 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14499 This is an error since --with-cms was requested." >&2;}
14500    { (exit 1); exit 1; }; } ;;
14501 esac
14502 fi
14503
14504
14505 if test "x$with_freetype" != "xno"
14506 then
14507     for ac_prog in freetype-config freetype2-config
14508 do
14509   # Extract the first word of "$ac_prog", so it can be a program name with args.
14510 set dummy $ac_prog; ac_word=$2
14511 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14512 $as_echo_n "checking for $ac_word... " >&6; }
14513 if test "${ac_cv_prog_ft_devel+set}" = set; then
14514   $as_echo_n "(cached) " >&6
14515 else
14516   if test -n "$ft_devel"; then
14517   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14518 else
14519 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14520 for as_dir in $PATH
14521 do
14522   IFS=$as_save_IFS
14523   test -z "$as_dir" && as_dir=.
14524   for ac_exec_ext in '' $ac_executable_extensions; do
14525   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14526     ac_cv_prog_ft_devel="$ac_prog"
14527     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14528     break 2
14529   fi
14530 done
14531 done
14532 IFS=$as_save_IFS
14533
14534 fi
14535 fi
14536 ft_devel=$ac_cv_prog_ft_devel
14537 if test -n "$ft_devel"; then
14538   { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14539 $as_echo "$ft_devel" >&6; }
14540 else
14541   { $as_echo "$as_me:$LINENO: result: no" >&5
14542 $as_echo "no" >&6; }
14543 fi
14544
14545
14546   test -n "$ft_devel" && break
14547 done
14548 test -n "$ft_devel" || ft_devel="no"
14549
14550     if test "$ft_devel" != "no"
14551     then
14552         ac_freetype_incl=`$ft_devel --cflags`
14553         ac_freetype_libs=`$ft_devel --libs`
14554     fi
14555     ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14556     { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14557 $as_echo_n "checking for -lfreetype... " >&6; }
14558 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14559   $as_echo_n "(cached) " >&6
14560 else
14561   ac_check_soname_save_LIBS=$LIBS
14562 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14563   cat >conftest.$ac_ext <<_ACEOF
14564 /* confdefs.h.  */
14565 _ACEOF
14566 cat confdefs.h >>conftest.$ac_ext
14567 cat >>conftest.$ac_ext <<_ACEOF
14568 /* end confdefs.h.  */
14569
14570 /* Override any GCC internal prototype to avoid an error.
14571    Use char because int might match the return type of a GCC
14572    builtin and then its argument prototype would still apply.  */
14573 #ifdef __cplusplus
14574 extern "C"
14575 #endif
14576 char FT_Init_FreeType ();
14577 int
14578 main ()
14579 {
14580 return FT_Init_FreeType ();
14581   ;
14582   return 0;
14583 }
14584 _ACEOF
14585 rm -f conftest.$ac_objext conftest$ac_exeext
14586 if { (ac_try="$ac_link"
14587 case "(($ac_try" in
14588   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14589   *) ac_try_echo=$ac_try;;
14590 esac
14591 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14592 $as_echo "$ac_try_echo") >&5
14593   (eval "$ac_link") 2>conftest.er1
14594   ac_status=$?
14595   grep -v '^ *+' conftest.er1 >conftest.err
14596   rm -f conftest.er1
14597   cat conftest.err >&5
14598   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14599   (exit $ac_status); } && {
14600          test -z "$ac_c_werror_flag" ||
14601          test ! -s conftest.err
14602        } && test -s conftest$ac_exeext && {
14603          test "$cross_compiling" = yes ||
14604          $as_test_x conftest$ac_exeext
14605        }; then
14606   case "$LIBEXT" in
14607     dll) ;;
14608     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'` ;;
14609     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
14610   esac
14611 else
14612   $as_echo "$as_me: failed program was:" >&5
14613 sed 's/^/| /' conftest.$ac_ext >&5
14614
14615
14616 fi
14617
14618 rm -rf conftest.dSYM
14619 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14620       conftest$ac_exeext conftest.$ac_ext
14621   LIBS=$ac_check_soname_save_LIBS
14622 fi
14623 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14624   { $as_echo "$as_me:$LINENO: result: not found" >&5
14625 $as_echo "not found" >&6; }
14626        ft_lib=no
14627 else
14628   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14629 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14630
14631 cat >>confdefs.h <<_ACEOF
14632 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14633 _ACEOF
14634
14635        ft_lib=yes
14636 fi
14637
14638     if test "$ft_lib" = "yes"
14639     then
14640         ac_save_CPPFLAGS="$CPPFLAGS"
14641         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14642
14643
14644
14645
14646
14647
14648
14649
14650
14651
14652
14653
14654
14655 for ac_header in ft2build.h \
14656                          freetype/freetype.h \
14657                          freetype/ftglyph.h \
14658                          freetype/fttypes.h \
14659                          freetype/tttables.h \
14660                          freetype/ftnames.h \
14661                          freetype/ftsnames.h \
14662                          freetype/ttnameid.h \
14663                          freetype/ftoutln.h \
14664                          freetype/ftwinfnt.h \
14665                          freetype/ftmodapi.h \
14666                          freetype/ftlcdfil.h \
14667                          freetype/internal/sfnt.h
14668 do
14669 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14670 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14671 $as_echo_n "checking for $ac_header... " >&6; }
14672 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14673   $as_echo_n "(cached) " >&6
14674 else
14675   cat >conftest.$ac_ext <<_ACEOF
14676 /* confdefs.h.  */
14677 _ACEOF
14678 cat confdefs.h >>conftest.$ac_ext
14679 cat >>conftest.$ac_ext <<_ACEOF
14680 /* end confdefs.h.  */
14681 #ifdef HAVE_FT2BUILD_H
14682                           # include <ft2build.h>
14683                           #endif
14684
14685 #include <$ac_header>
14686 _ACEOF
14687 rm -f conftest.$ac_objext
14688 if { (ac_try="$ac_compile"
14689 case "(($ac_try" in
14690   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14691   *) ac_try_echo=$ac_try;;
14692 esac
14693 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14694 $as_echo "$ac_try_echo") >&5
14695   (eval "$ac_compile") 2>conftest.er1
14696   ac_status=$?
14697   grep -v '^ *+' conftest.er1 >conftest.err
14698   rm -f conftest.er1
14699   cat conftest.err >&5
14700   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14701   (exit $ac_status); } && {
14702          test -z "$ac_c_werror_flag" ||
14703          test ! -s conftest.err
14704        } && test -s conftest.$ac_objext; then
14705   eval "$as_ac_Header=yes"
14706 else
14707   $as_echo "$as_me: failed program was:" >&5
14708 sed 's/^/| /' conftest.$ac_ext >&5
14709
14710         eval "$as_ac_Header=no"
14711 fi
14712
14713 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14714 fi
14715 ac_res=`eval 'as_val=${'$as_ac_Header'}
14716                  $as_echo "$as_val"'`
14717                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14718 $as_echo "$ac_res" >&6; }
14719 as_val=`eval 'as_val=${'$as_ac_Header'}
14720                  $as_echo "$as_val"'`
14721    if test "x$as_val" = x""yes; then
14722   cat >>confdefs.h <<_ACEOF
14723 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14724 _ACEOF
14725
14726 fi
14727
14728 done
14729
14730         cat >conftest.$ac_ext <<_ACEOF
14731 /* confdefs.h.  */
14732 _ACEOF
14733 cat confdefs.h >>conftest.$ac_ext
14734 cat >>conftest.$ac_ext <<_ACEOF
14735 /* end confdefs.h.  */
14736 #include <ft2build.h>
14737                     #include <freetype/fttrigon.h>
14738 _ACEOF
14739 if { (ac_try="$ac_cpp conftest.$ac_ext"
14740 case "(($ac_try" in
14741   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14742   *) ac_try_echo=$ac_try;;
14743 esac
14744 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14745 $as_echo "$ac_try_echo") >&5
14746   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14747   ac_status=$?
14748   grep -v '^ *+' conftest.er1 >conftest.err
14749   rm -f conftest.er1
14750   cat conftest.err >&5
14751   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14752   (exit $ac_status); } >/dev/null && {
14753          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14754          test ! -s conftest.err
14755        }; then
14756
14757 cat >>confdefs.h <<\_ACEOF
14758 #define HAVE_FREETYPE_FTTRIGON_H 1
14759 _ACEOF
14760
14761                     wine_cv_fttrigon=yes
14762 else
14763   $as_echo "$as_me: failed program was:" >&5
14764 sed 's/^/| /' conftest.$ac_ext >&5
14765
14766   wine_cv_fttrigon=no
14767 fi
14768
14769 rm -f conftest.err conftest.$ac_ext
14770         { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14771 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14772 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14773   $as_echo_n "(cached) " >&6
14774 else
14775   ac_cv_type_FT_TrueTypeEngineType=no
14776 cat >conftest.$ac_ext <<_ACEOF
14777 /* confdefs.h.  */
14778 _ACEOF
14779 cat confdefs.h >>conftest.$ac_ext
14780 cat >>conftest.$ac_ext <<_ACEOF
14781 /* end confdefs.h.  */
14782 #include <freetype/ftmodapi.h>
14783
14784 int
14785 main ()
14786 {
14787 if (sizeof (FT_TrueTypeEngineType))
14788        return 0;
14789   ;
14790   return 0;
14791 }
14792 _ACEOF
14793 rm -f conftest.$ac_objext
14794 if { (ac_try="$ac_compile"
14795 case "(($ac_try" in
14796   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14797   *) ac_try_echo=$ac_try;;
14798 esac
14799 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14800 $as_echo "$ac_try_echo") >&5
14801   (eval "$ac_compile") 2>conftest.er1
14802   ac_status=$?
14803   grep -v '^ *+' conftest.er1 >conftest.err
14804   rm -f conftest.er1
14805   cat conftest.err >&5
14806   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14807   (exit $ac_status); } && {
14808          test -z "$ac_c_werror_flag" ||
14809          test ! -s conftest.err
14810        } && test -s conftest.$ac_objext; then
14811   cat >conftest.$ac_ext <<_ACEOF
14812 /* confdefs.h.  */
14813 _ACEOF
14814 cat confdefs.h >>conftest.$ac_ext
14815 cat >>conftest.$ac_ext <<_ACEOF
14816 /* end confdefs.h.  */
14817 #include <freetype/ftmodapi.h>
14818
14819 int
14820 main ()
14821 {
14822 if (sizeof ((FT_TrueTypeEngineType)))
14823           return 0;
14824   ;
14825   return 0;
14826 }
14827 _ACEOF
14828 rm -f conftest.$ac_objext
14829 if { (ac_try="$ac_compile"
14830 case "(($ac_try" in
14831   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14832   *) ac_try_echo=$ac_try;;
14833 esac
14834 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14835 $as_echo "$ac_try_echo") >&5
14836   (eval "$ac_compile") 2>conftest.er1
14837   ac_status=$?
14838   grep -v '^ *+' conftest.er1 >conftest.err
14839   rm -f conftest.er1
14840   cat conftest.err >&5
14841   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14842   (exit $ac_status); } && {
14843          test -z "$ac_c_werror_flag" ||
14844          test ! -s conftest.err
14845        } && test -s conftest.$ac_objext; then
14846   :
14847 else
14848   $as_echo "$as_me: failed program was:" >&5
14849 sed 's/^/| /' conftest.$ac_ext >&5
14850
14851         ac_cv_type_FT_TrueTypeEngineType=yes
14852 fi
14853
14854 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14855 else
14856   $as_echo "$as_me: failed program was:" >&5
14857 sed 's/^/| /' conftest.$ac_ext >&5
14858
14859
14860 fi
14861
14862 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14863 fi
14864 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14865 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14866 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14867
14868 cat >>confdefs.h <<_ACEOF
14869 #define HAVE_FT_TRUETYPEENGINETYPE 1
14870 _ACEOF
14871
14872
14873 fi
14874
14875         ac_save_CFLAGS="$CFLAGS"
14876         CFLAGS="$CFLAGS $ac_freetype_libs"
14877
14878 for ac_func in FT_Load_Sfnt_Table
14879 do
14880 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14881 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14882 $as_echo_n "checking for $ac_func... " >&6; }
14883 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14884   $as_echo_n "(cached) " >&6
14885 else
14886   cat >conftest.$ac_ext <<_ACEOF
14887 /* confdefs.h.  */
14888 _ACEOF
14889 cat confdefs.h >>conftest.$ac_ext
14890 cat >>conftest.$ac_ext <<_ACEOF
14891 /* end confdefs.h.  */
14892 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14893    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14894 #define $ac_func innocuous_$ac_func
14895
14896 /* System header to define __stub macros and hopefully few prototypes,
14897     which can conflict with char $ac_func (); below.
14898     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14899     <limits.h> exists even on freestanding compilers.  */
14900
14901 #ifdef __STDC__
14902 # include <limits.h>
14903 #else
14904 # include <assert.h>
14905 #endif
14906
14907 #undef $ac_func
14908
14909 /* Override any GCC internal prototype to avoid an error.
14910    Use char because int might match the return type of a GCC
14911    builtin and then its argument prototype would still apply.  */
14912 #ifdef __cplusplus
14913 extern "C"
14914 #endif
14915 char $ac_func ();
14916 /* The GNU C library defines this for functions which it implements
14917     to always fail with ENOSYS.  Some functions are actually named
14918     something starting with __ and the normal name is an alias.  */
14919 #if defined __stub_$ac_func || defined __stub___$ac_func
14920 choke me
14921 #endif
14922
14923 int
14924 main ()
14925 {
14926 return $ac_func ();
14927   ;
14928   return 0;
14929 }
14930 _ACEOF
14931 rm -f conftest.$ac_objext conftest$ac_exeext
14932 if { (ac_try="$ac_link"
14933 case "(($ac_try" in
14934   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14935   *) ac_try_echo=$ac_try;;
14936 esac
14937 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14938 $as_echo "$ac_try_echo") >&5
14939   (eval "$ac_link") 2>conftest.er1
14940   ac_status=$?
14941   grep -v '^ *+' conftest.er1 >conftest.err
14942   rm -f conftest.er1
14943   cat conftest.err >&5
14944   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14945   (exit $ac_status); } && {
14946          test -z "$ac_c_werror_flag" ||
14947          test ! -s conftest.err
14948        } && test -s conftest$ac_exeext && {
14949          test "$cross_compiling" = yes ||
14950          $as_test_x conftest$ac_exeext
14951        }; then
14952   eval "$as_ac_var=yes"
14953 else
14954   $as_echo "$as_me: failed program was:" >&5
14955 sed 's/^/| /' conftest.$ac_ext >&5
14956
14957         eval "$as_ac_var=no"
14958 fi
14959
14960 rm -rf conftest.dSYM
14961 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14962       conftest$ac_exeext conftest.$ac_ext
14963 fi
14964 ac_res=`eval 'as_val=${'$as_ac_var'}
14965                  $as_echo "$as_val"'`
14966                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14967 $as_echo "$ac_res" >&6; }
14968 as_val=`eval 'as_val=${'$as_ac_var'}
14969                  $as_echo "$as_val"'`
14970    if test "x$as_val" = x""yes; then
14971   cat >>confdefs.h <<_ACEOF
14972 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14973 _ACEOF
14974
14975 fi
14976 done
14977
14978         CFLAGS="$ac_save_CFLAGS"
14979         CPPFLAGS="$ac_save_CPPFLAGS"
14980                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14981         then
14982
14983 cat >>confdefs.h <<\_ACEOF
14984 #define HAVE_FREETYPE 1
14985 _ACEOF
14986
14987             FREETYPELIBS="$ac_freetype_libs"
14988
14989             FREETYPEINCL="$ac_freetype_incl"
14990
14991         fi
14992     fi
14993 fi
14994 if test "x$FREETYPELIBS" = "x"; then
14995   case "x$with_freetype" in
14996   xno) ;;
14997   *)   { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14998 Use the --without-freetype option if you really want this." >&5
14999 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15000 Use the --without-freetype option if you really want this." >&2;}
15001    { (exit 1); exit 1; }; } ;;
15002 esac
15003 fi
15004
15005 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
15006
15007 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
15008 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
15009 if test "${ac_cv_c_ppdev+set}" = set; then
15010   $as_echo_n "(cached) " >&6
15011 else
15012   cat >conftest.$ac_ext <<_ACEOF
15013 /* confdefs.h.  */
15014 _ACEOF
15015 cat confdefs.h >>conftest.$ac_ext
15016 cat >>conftest.$ac_ext <<_ACEOF
15017 /* end confdefs.h.  */
15018 #include <linux/ppdev.h>
15019 int
15020 main ()
15021 {
15022 ioctl (1,PPCLAIM,0)
15023   ;
15024   return 0;
15025 }
15026 _ACEOF
15027 rm -f conftest.$ac_objext
15028 if { (ac_try="$ac_compile"
15029 case "(($ac_try" in
15030   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15031   *) ac_try_echo=$ac_try;;
15032 esac
15033 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15034 $as_echo "$ac_try_echo") >&5
15035   (eval "$ac_compile") 2>conftest.er1
15036   ac_status=$?
15037   grep -v '^ *+' conftest.er1 >conftest.err
15038   rm -f conftest.er1
15039   cat conftest.err >&5
15040   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15041   (exit $ac_status); } && {
15042          test -z "$ac_c_werror_flag" ||
15043          test ! -s conftest.err
15044        } && test -s conftest.$ac_objext; then
15045   ac_cv_c_ppdev="yes"
15046 else
15047   $as_echo "$as_me: failed program was:" >&5
15048 sed 's/^/| /' conftest.$ac_ext >&5
15049
15050         ac_cv_c_ppdev="no"
15051 fi
15052
15053 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15054 fi
15055 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
15056 $as_echo "$ac_cv_c_ppdev" >&6; }
15057 if test "$ac_cv_c_ppdev" = "yes"
15058 then
15059
15060 cat >>confdefs.h <<\_ACEOF
15061 #define HAVE_PPDEV 1
15062 _ACEOF
15063
15064 fi
15065
15066 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
15067 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
15068 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15069   $as_echo_n "(cached) " >&6
15070 else
15071   ac_cv_type_pthread_rwlock_t=no
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 _GNU_SOURCE
15079 #include <pthread.h>
15080
15081 int
15082 main ()
15083 {
15084 if (sizeof (pthread_rwlock_t))
15085        return 0;
15086   ;
15087   return 0;
15088 }
15089 _ACEOF
15090 rm -f conftest.$ac_objext
15091 if { (ac_try="$ac_compile"
15092 case "(($ac_try" in
15093   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15094   *) ac_try_echo=$ac_try;;
15095 esac
15096 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15097 $as_echo "$ac_try_echo") >&5
15098   (eval "$ac_compile") 2>conftest.er1
15099   ac_status=$?
15100   grep -v '^ *+' conftest.er1 >conftest.err
15101   rm -f conftest.er1
15102   cat conftest.err >&5
15103   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15104   (exit $ac_status); } && {
15105          test -z "$ac_c_werror_flag" ||
15106          test ! -s conftest.err
15107        } && test -s conftest.$ac_objext; then
15108   cat >conftest.$ac_ext <<_ACEOF
15109 /* confdefs.h.  */
15110 _ACEOF
15111 cat confdefs.h >>conftest.$ac_ext
15112 cat >>conftest.$ac_ext <<_ACEOF
15113 /* end confdefs.h.  */
15114 #define _GNU_SOURCE
15115 #include <pthread.h>
15116
15117 int
15118 main ()
15119 {
15120 if (sizeof ((pthread_rwlock_t)))
15121           return 0;
15122   ;
15123   return 0;
15124 }
15125 _ACEOF
15126 rm -f conftest.$ac_objext
15127 if { (ac_try="$ac_compile"
15128 case "(($ac_try" in
15129   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15130   *) ac_try_echo=$ac_try;;
15131 esac
15132 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15133 $as_echo "$ac_try_echo") >&5
15134   (eval "$ac_compile") 2>conftest.er1
15135   ac_status=$?
15136   grep -v '^ *+' conftest.er1 >conftest.err
15137   rm -f conftest.er1
15138   cat conftest.err >&5
15139   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15140   (exit $ac_status); } && {
15141          test -z "$ac_c_werror_flag" ||
15142          test ! -s conftest.err
15143        } && test -s conftest.$ac_objext; then
15144   :
15145 else
15146   $as_echo "$as_me: failed program was:" >&5
15147 sed 's/^/| /' conftest.$ac_ext >&5
15148
15149         ac_cv_type_pthread_rwlock_t=yes
15150 fi
15151
15152 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15153 else
15154   $as_echo "$as_me: failed program was:" >&5
15155 sed 's/^/| /' conftest.$ac_ext >&5
15156
15157
15158 fi
15159
15160 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15161 fi
15162 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15163 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15164 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15165
15166 cat >>confdefs.h <<_ACEOF
15167 #define HAVE_PTHREAD_RWLOCK_T 1
15168 _ACEOF
15169
15170
15171 fi
15172 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15173 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15174 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15175   $as_echo_n "(cached) " >&6
15176 else
15177   ac_cv_type_pthread_rwlockattr_t=no
15178 cat >conftest.$ac_ext <<_ACEOF
15179 /* confdefs.h.  */
15180 _ACEOF
15181 cat confdefs.h >>conftest.$ac_ext
15182 cat >>conftest.$ac_ext <<_ACEOF
15183 /* end confdefs.h.  */
15184 #define _GNU_SOURCE
15185 #include <pthread.h>
15186
15187 int
15188 main ()
15189 {
15190 if (sizeof (pthread_rwlockattr_t))
15191        return 0;
15192   ;
15193   return 0;
15194 }
15195 _ACEOF
15196 rm -f conftest.$ac_objext
15197 if { (ac_try="$ac_compile"
15198 case "(($ac_try" in
15199   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15200   *) ac_try_echo=$ac_try;;
15201 esac
15202 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15203 $as_echo "$ac_try_echo") >&5
15204   (eval "$ac_compile") 2>conftest.er1
15205   ac_status=$?
15206   grep -v '^ *+' conftest.er1 >conftest.err
15207   rm -f conftest.er1
15208   cat conftest.err >&5
15209   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15210   (exit $ac_status); } && {
15211          test -z "$ac_c_werror_flag" ||
15212          test ! -s conftest.err
15213        } && test -s conftest.$ac_objext; then
15214   cat >conftest.$ac_ext <<_ACEOF
15215 /* confdefs.h.  */
15216 _ACEOF
15217 cat confdefs.h >>conftest.$ac_ext
15218 cat >>conftest.$ac_ext <<_ACEOF
15219 /* end confdefs.h.  */
15220 #define _GNU_SOURCE
15221 #include <pthread.h>
15222
15223 int
15224 main ()
15225 {
15226 if (sizeof ((pthread_rwlockattr_t)))
15227           return 0;
15228   ;
15229   return 0;
15230 }
15231 _ACEOF
15232 rm -f conftest.$ac_objext
15233 if { (ac_try="$ac_compile"
15234 case "(($ac_try" in
15235   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15236   *) ac_try_echo=$ac_try;;
15237 esac
15238 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15239 $as_echo "$ac_try_echo") >&5
15240   (eval "$ac_compile") 2>conftest.er1
15241   ac_status=$?
15242   grep -v '^ *+' conftest.er1 >conftest.err
15243   rm -f conftest.er1
15244   cat conftest.err >&5
15245   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15246   (exit $ac_status); } && {
15247          test -z "$ac_c_werror_flag" ||
15248          test ! -s conftest.err
15249        } && test -s conftest.$ac_objext; then
15250   :
15251 else
15252   $as_echo "$as_me: failed program was:" >&5
15253 sed 's/^/| /' conftest.$ac_ext >&5
15254
15255         ac_cv_type_pthread_rwlockattr_t=yes
15256 fi
15257
15258 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15259 else
15260   $as_echo "$as_me: failed program was:" >&5
15261 sed 's/^/| /' conftest.$ac_ext >&5
15262
15263
15264 fi
15265
15266 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15267 fi
15268 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15269 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15270 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15271
15272 cat >>confdefs.h <<_ACEOF
15273 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15274 _ACEOF
15275
15276
15277 fi
15278
15279
15280 ac_wine_check_funcs_save_LIBS="$LIBS"
15281 LIBS="$LIBS $LIBPTHREAD"
15282
15283
15284
15285
15286 for ac_func in \
15287         pthread_attr_get_np \
15288         pthread_getattr_np \
15289         pthread_get_stackaddr_np \
15290         pthread_get_stacksize_np
15291 do
15292 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15293 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15294 $as_echo_n "checking for $ac_func... " >&6; }
15295 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15296   $as_echo_n "(cached) " >&6
15297 else
15298   cat >conftest.$ac_ext <<_ACEOF
15299 /* confdefs.h.  */
15300 _ACEOF
15301 cat confdefs.h >>conftest.$ac_ext
15302 cat >>conftest.$ac_ext <<_ACEOF
15303 /* end confdefs.h.  */
15304 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15305    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15306 #define $ac_func innocuous_$ac_func
15307
15308 /* System header to define __stub macros and hopefully few prototypes,
15309     which can conflict with char $ac_func (); below.
15310     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15311     <limits.h> exists even on freestanding compilers.  */
15312
15313 #ifdef __STDC__
15314 # include <limits.h>
15315 #else
15316 # include <assert.h>
15317 #endif
15318
15319 #undef $ac_func
15320
15321 /* Override any GCC internal prototype to avoid an error.
15322    Use char because int might match the return type of a GCC
15323    builtin and then its argument prototype would still apply.  */
15324 #ifdef __cplusplus
15325 extern "C"
15326 #endif
15327 char $ac_func ();
15328 /* The GNU C library defines this for functions which it implements
15329     to always fail with ENOSYS.  Some functions are actually named
15330     something starting with __ and the normal name is an alias.  */
15331 #if defined __stub_$ac_func || defined __stub___$ac_func
15332 choke me
15333 #endif
15334
15335 int
15336 main ()
15337 {
15338 return $ac_func ();
15339   ;
15340   return 0;
15341 }
15342 _ACEOF
15343 rm -f conftest.$ac_objext conftest$ac_exeext
15344 if { (ac_try="$ac_link"
15345 case "(($ac_try" in
15346   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15347   *) ac_try_echo=$ac_try;;
15348 esac
15349 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15350 $as_echo "$ac_try_echo") >&5
15351   (eval "$ac_link") 2>conftest.er1
15352   ac_status=$?
15353   grep -v '^ *+' conftest.er1 >conftest.err
15354   rm -f conftest.er1
15355   cat conftest.err >&5
15356   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15357   (exit $ac_status); } && {
15358          test -z "$ac_c_werror_flag" ||
15359          test ! -s conftest.err
15360        } && test -s conftest$ac_exeext && {
15361          test "$cross_compiling" = yes ||
15362          $as_test_x conftest$ac_exeext
15363        }; then
15364   eval "$as_ac_var=yes"
15365 else
15366   $as_echo "$as_me: failed program was:" >&5
15367 sed 's/^/| /' conftest.$ac_ext >&5
15368
15369         eval "$as_ac_var=no"
15370 fi
15371
15372 rm -rf conftest.dSYM
15373 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15374       conftest$ac_exeext conftest.$ac_ext
15375 fi
15376 ac_res=`eval 'as_val=${'$as_ac_var'}
15377                  $as_echo "$as_val"'`
15378                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15379 $as_echo "$ac_res" >&6; }
15380 as_val=`eval 'as_val=${'$as_ac_var'}
15381                  $as_echo "$as_val"'`
15382    if test "x$as_val" = x""yes; then
15383   cat >>confdefs.h <<_ACEOF
15384 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15385 _ACEOF
15386
15387 fi
15388 done
15389
15390 LIBS="$ac_wine_check_funcs_save_LIBS"
15391
15392 if test "x$with_esd" != xno
15393 then
15394     save_CFLAGS="$CFLAGS"
15395     # Extract the first word of "esd-config", so it can be a program name with args.
15396 set dummy esd-config; ac_word=$2
15397 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15398 $as_echo_n "checking for $ac_word... " >&6; }
15399 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15400   $as_echo_n "(cached) " >&6
15401 else
15402   case $ESDCONFIG in
15403   [\\/]* | ?:[\\/]*)
15404   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15405   ;;
15406   *)
15407   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15408 for as_dir in $PATH
15409 do
15410   IFS=$as_save_IFS
15411   test -z "$as_dir" && as_dir=.
15412   for ac_exec_ext in '' $ac_executable_extensions; do
15413   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15414     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15415     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15416     break 2
15417   fi
15418 done
15419 done
15420 IFS=$as_save_IFS
15421
15422   test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15423   ;;
15424 esac
15425 fi
15426 ESDCONFIG=$ac_cv_path_ESDCONFIG
15427 if test -n "$ESDCONFIG"; then
15428   { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15429 $as_echo "$ESDCONFIG" >&6; }
15430 else
15431   { $as_echo "$as_me:$LINENO: result: no" >&5
15432 $as_echo "no" >&6; }
15433 fi
15434
15435
15436     if test "x$ESDCONFIG" != "xno"
15437     then
15438         ac_esd_incl=""
15439         for i in `$ESDCONFIG --cflags`
15440         do
15441             case "$i" in
15442                 -I*) ac_esd_incl="$ac_esd_incl $i";;
15443             esac
15444         done
15445         ac_esd_libs=`$ESDCONFIG --libs`
15446         CFLAGS="$CFLAGS $ac_esd_incl"
15447     fi
15448     ac_esd_libs=${ac_esd_libs:-"-lesd"}
15449     if test "${ac_cv_header_esd_h+set}" = set; then
15450   { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15451 $as_echo_n "checking for esd.h... " >&6; }
15452 if test "${ac_cv_header_esd_h+set}" = set; then
15453   $as_echo_n "(cached) " >&6
15454 fi
15455 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15456 $as_echo "$ac_cv_header_esd_h" >&6; }
15457 else
15458   # Is the header compilable?
15459 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15460 $as_echo_n "checking esd.h usability... " >&6; }
15461 cat >conftest.$ac_ext <<_ACEOF
15462 /* confdefs.h.  */
15463 _ACEOF
15464 cat confdefs.h >>conftest.$ac_ext
15465 cat >>conftest.$ac_ext <<_ACEOF
15466 /* end confdefs.h.  */
15467 $ac_includes_default
15468 #include <esd.h>
15469 _ACEOF
15470 rm -f conftest.$ac_objext
15471 if { (ac_try="$ac_compile"
15472 case "(($ac_try" in
15473   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15474   *) ac_try_echo=$ac_try;;
15475 esac
15476 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15477 $as_echo "$ac_try_echo") >&5
15478   (eval "$ac_compile") 2>conftest.er1
15479   ac_status=$?
15480   grep -v '^ *+' conftest.er1 >conftest.err
15481   rm -f conftest.er1
15482   cat conftest.err >&5
15483   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15484   (exit $ac_status); } && {
15485          test -z "$ac_c_werror_flag" ||
15486          test ! -s conftest.err
15487        } && test -s conftest.$ac_objext; then
15488   ac_header_compiler=yes
15489 else
15490   $as_echo "$as_me: failed program was:" >&5
15491 sed 's/^/| /' conftest.$ac_ext >&5
15492
15493         ac_header_compiler=no
15494 fi
15495
15496 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15497 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15498 $as_echo "$ac_header_compiler" >&6; }
15499
15500 # Is the header present?
15501 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15502 $as_echo_n "checking esd.h presence... " >&6; }
15503 cat >conftest.$ac_ext <<_ACEOF
15504 /* confdefs.h.  */
15505 _ACEOF
15506 cat confdefs.h >>conftest.$ac_ext
15507 cat >>conftest.$ac_ext <<_ACEOF
15508 /* end confdefs.h.  */
15509 #include <esd.h>
15510 _ACEOF
15511 if { (ac_try="$ac_cpp conftest.$ac_ext"
15512 case "(($ac_try" in
15513   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15514   *) ac_try_echo=$ac_try;;
15515 esac
15516 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15517 $as_echo "$ac_try_echo") >&5
15518   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15519   ac_status=$?
15520   grep -v '^ *+' conftest.er1 >conftest.err
15521   rm -f conftest.er1
15522   cat conftest.err >&5
15523   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15524   (exit $ac_status); } >/dev/null && {
15525          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15526          test ! -s conftest.err
15527        }; then
15528   ac_header_preproc=yes
15529 else
15530   $as_echo "$as_me: failed program was:" >&5
15531 sed 's/^/| /' conftest.$ac_ext >&5
15532
15533   ac_header_preproc=no
15534 fi
15535
15536 rm -f conftest.err conftest.$ac_ext
15537 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15538 $as_echo "$ac_header_preproc" >&6; }
15539
15540 # So?  What about this header?
15541 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15542   yes:no: )
15543     { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15544 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15545     { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15546 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15547     ac_header_preproc=yes
15548     ;;
15549   no:yes:* )
15550     { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15551 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15552     { $as_echo "$as_me:$LINENO: WARNING: esd.h:     check for missing prerequisite headers?" >&5
15553 $as_echo "$as_me: WARNING: esd.h:     check for missing prerequisite headers?" >&2;}
15554     { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15555 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15556     { $as_echo "$as_me:$LINENO: WARNING: esd.h:     section \"Present But Cannot Be Compiled\"" >&5
15557 $as_echo "$as_me: WARNING: esd.h:     section \"Present But Cannot Be Compiled\"" >&2;}
15558     { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15559 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15560     { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15561 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15562     ( cat <<\_ASBOX
15563 ## ------------------------------------ ##
15564 ## Report this to wine-devel@winehq.org ##
15565 ## ------------------------------------ ##
15566 _ASBOX
15567      ) | sed "s/^/$as_me: WARNING:     /" >&2
15568     ;;
15569 esac
15570 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15571 $as_echo_n "checking for esd.h... " >&6; }
15572 if test "${ac_cv_header_esd_h+set}" = set; then
15573   $as_echo_n "(cached) " >&6
15574 else
15575   ac_cv_header_esd_h=$ac_header_preproc
15576 fi
15577 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15578 $as_echo "$ac_cv_header_esd_h" >&6; }
15579
15580 fi
15581 if test "x$ac_cv_header_esd_h" = x""yes; then
15582   { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15583 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15584 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15585   $as_echo_n "(cached) " >&6
15586 else
15587   ac_check_lib_save_LIBS=$LIBS
15588 LIBS="-lesd $ac_esd_libs $LIBS"
15589 cat >conftest.$ac_ext <<_ACEOF
15590 /* confdefs.h.  */
15591 _ACEOF
15592 cat confdefs.h >>conftest.$ac_ext
15593 cat >>conftest.$ac_ext <<_ACEOF
15594 /* end confdefs.h.  */
15595
15596 /* Override any GCC internal prototype to avoid an error.
15597    Use char because int might match the return type of a GCC
15598    builtin and then its argument prototype would still apply.  */
15599 #ifdef __cplusplus
15600 extern "C"
15601 #endif
15602 char esd_open_sound ();
15603 int
15604 main ()
15605 {
15606 return esd_open_sound ();
15607   ;
15608   return 0;
15609 }
15610 _ACEOF
15611 rm -f conftest.$ac_objext conftest$ac_exeext
15612 if { (ac_try="$ac_link"
15613 case "(($ac_try" in
15614   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15615   *) ac_try_echo=$ac_try;;
15616 esac
15617 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15618 $as_echo "$ac_try_echo") >&5
15619   (eval "$ac_link") 2>conftest.er1
15620   ac_status=$?
15621   grep -v '^ *+' conftest.er1 >conftest.err
15622   rm -f conftest.er1
15623   cat conftest.err >&5
15624   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15625   (exit $ac_status); } && {
15626          test -z "$ac_c_werror_flag" ||
15627          test ! -s conftest.err
15628        } && test -s conftest$ac_exeext && {
15629          test "$cross_compiling" = yes ||
15630          $as_test_x conftest$ac_exeext
15631        }; then
15632   ac_cv_lib_esd_esd_open_sound=yes
15633 else
15634   $as_echo "$as_me: failed program was:" >&5
15635 sed 's/^/| /' conftest.$ac_ext >&5
15636
15637         ac_cv_lib_esd_esd_open_sound=no
15638 fi
15639
15640 rm -rf conftest.dSYM
15641 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15642       conftest$ac_exeext conftest.$ac_ext
15643 LIBS=$ac_check_lib_save_LIBS
15644 fi
15645 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15646 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15647 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15648   ESDINCL="$ac_esd_incl"
15649
15650              ESDLIBS="$ac_esd_libs"
15651
15652
15653 cat >>confdefs.h <<\_ACEOF
15654 #define HAVE_ESD 1
15655 _ACEOF
15656
15657 fi
15658
15659 fi
15660
15661
15662     CFLAGS="$save_CFLAGS"
15663 fi
15664
15665 ALSALIBS=""
15666
15667 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15668 then
15669     { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15670 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15671 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15672   $as_echo_n "(cached) " >&6
15673 else
15674   ac_check_lib_save_LIBS=$LIBS
15675 LIBS="-lasound  $LIBS"
15676 cat >conftest.$ac_ext <<_ACEOF
15677 /* confdefs.h.  */
15678 _ACEOF
15679 cat confdefs.h >>conftest.$ac_ext
15680 cat >>conftest.$ac_ext <<_ACEOF
15681 /* end confdefs.h.  */
15682
15683 /* Override any GCC internal prototype to avoid an error.
15684    Use char because int might match the return type of a GCC
15685    builtin and then its argument prototype would still apply.  */
15686 #ifdef __cplusplus
15687 extern "C"
15688 #endif
15689 char snd_pcm_hw_params_get_access ();
15690 int
15691 main ()
15692 {
15693 return snd_pcm_hw_params_get_access ();
15694   ;
15695   return 0;
15696 }
15697 _ACEOF
15698 rm -f conftest.$ac_objext conftest$ac_exeext
15699 if { (ac_try="$ac_link"
15700 case "(($ac_try" in
15701   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15702   *) ac_try_echo=$ac_try;;
15703 esac
15704 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15705 $as_echo "$ac_try_echo") >&5
15706   (eval "$ac_link") 2>conftest.er1
15707   ac_status=$?
15708   grep -v '^ *+' conftest.er1 >conftest.err
15709   rm -f conftest.er1
15710   cat conftest.err >&5
15711   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15712   (exit $ac_status); } && {
15713          test -z "$ac_c_werror_flag" ||
15714          test ! -s conftest.err
15715        } && test -s conftest$ac_exeext && {
15716          test "$cross_compiling" = yes ||
15717          $as_test_x conftest$ac_exeext
15718        }; then
15719   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15720 else
15721   $as_echo "$as_me: failed program was:" >&5
15722 sed 's/^/| /' conftest.$ac_ext >&5
15723
15724         ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15725 fi
15726
15727 rm -rf conftest.dSYM
15728 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15729       conftest$ac_exeext conftest.$ac_ext
15730 LIBS=$ac_check_lib_save_LIBS
15731 fi
15732 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15733 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15734 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15735   cat >conftest.$ac_ext <<_ACEOF
15736 /* confdefs.h.  */
15737 _ACEOF
15738 cat confdefs.h >>conftest.$ac_ext
15739 cat >>conftest.$ac_ext <<_ACEOF
15740 /* end confdefs.h.  */
15741 #ifdef HAVE_ALSA_ASOUNDLIB_H
15742 #include <alsa/asoundlib.h>
15743 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15744 #include <sys/asoundlib.h>
15745 #endif
15746 int
15747 main ()
15748 {
15749 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15750   ;
15751   return 0;
15752 }
15753 _ACEOF
15754 rm -f conftest.$ac_objext
15755 if { (ac_try="$ac_compile"
15756 case "(($ac_try" in
15757   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15758   *) ac_try_echo=$ac_try;;
15759 esac
15760 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15761 $as_echo "$ac_try_echo") >&5
15762   (eval "$ac_compile") 2>conftest.er1
15763   ac_status=$?
15764   grep -v '^ *+' conftest.er1 >conftest.err
15765   rm -f conftest.er1
15766   cat conftest.err >&5
15767   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15768   (exit $ac_status); } && {
15769          test -z "$ac_c_werror_flag" ||
15770          test ! -s conftest.err
15771        } && test -s conftest.$ac_objext; then
15772
15773 cat >>confdefs.h <<\_ACEOF
15774 #define HAVE_ALSA 1
15775 _ACEOF
15776
15777                          ALSALIBS="-lasound"
15778 else
15779   $as_echo "$as_me: failed program was:" >&5
15780 sed 's/^/| /' conftest.$ac_ext >&5
15781
15782
15783 fi
15784
15785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15786 fi
15787
15788 fi
15789
15790 AUDIOIOLIBS=""
15791
15792 if test "$ac_cv_header_libaudioio_h" = "yes"
15793 then
15794     { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15795 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15796 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15797   $as_echo_n "(cached) " >&6
15798 else
15799   ac_check_lib_save_LIBS=$LIBS
15800 LIBS="-laudioio  $LIBS"
15801 cat >conftest.$ac_ext <<_ACEOF
15802 /* confdefs.h.  */
15803 _ACEOF
15804 cat confdefs.h >>conftest.$ac_ext
15805 cat >>conftest.$ac_ext <<_ACEOF
15806 /* end confdefs.h.  */
15807
15808 /* Override any GCC internal prototype to avoid an error.
15809    Use char because int might match the return type of a GCC
15810    builtin and then its argument prototype would still apply.  */
15811 #ifdef __cplusplus
15812 extern "C"
15813 #endif
15814 char AudioIOGetVersion ();
15815 int
15816 main ()
15817 {
15818 return AudioIOGetVersion ();
15819   ;
15820   return 0;
15821 }
15822 _ACEOF
15823 rm -f conftest.$ac_objext conftest$ac_exeext
15824 if { (ac_try="$ac_link"
15825 case "(($ac_try" in
15826   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15827   *) ac_try_echo=$ac_try;;
15828 esac
15829 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15830 $as_echo "$ac_try_echo") >&5
15831   (eval "$ac_link") 2>conftest.er1
15832   ac_status=$?
15833   grep -v '^ *+' conftest.er1 >conftest.err
15834   rm -f conftest.er1
15835   cat conftest.err >&5
15836   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15837   (exit $ac_status); } && {
15838          test -z "$ac_c_werror_flag" ||
15839          test ! -s conftest.err
15840        } && test -s conftest$ac_exeext && {
15841          test "$cross_compiling" = yes ||
15842          $as_test_x conftest$ac_exeext
15843        }; then
15844   ac_cv_lib_audioio_AudioIOGetVersion=yes
15845 else
15846   $as_echo "$as_me: failed program was:" >&5
15847 sed 's/^/| /' conftest.$ac_ext >&5
15848
15849         ac_cv_lib_audioio_AudioIOGetVersion=no
15850 fi
15851
15852 rm -rf conftest.dSYM
15853 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15854       conftest$ac_exeext conftest.$ac_ext
15855 LIBS=$ac_check_lib_save_LIBS
15856 fi
15857 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15858 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15859 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15860   AUDIOIOLIBS="-laudioio"
15861
15862 cat >>confdefs.h <<\_ACEOF
15863 #define HAVE_LIBAUDIOIO 1
15864 _ACEOF
15865
15866 fi
15867
15868 fi
15869
15870
15871 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15872 then
15873     { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15874 $as_echo_n "checking for -lcapi20... " >&6; }
15875 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15876   $as_echo_n "(cached) " >&6
15877 else
15878   ac_check_soname_save_LIBS=$LIBS
15879 LIBS="-lcapi20  $LIBS"
15880   cat >conftest.$ac_ext <<_ACEOF
15881 /* confdefs.h.  */
15882 _ACEOF
15883 cat confdefs.h >>conftest.$ac_ext
15884 cat >>conftest.$ac_ext <<_ACEOF
15885 /* end confdefs.h.  */
15886
15887 /* Override any GCC internal prototype to avoid an error.
15888    Use char because int might match the return type of a GCC
15889    builtin and then its argument prototype would still apply.  */
15890 #ifdef __cplusplus
15891 extern "C"
15892 #endif
15893 char capi20_register ();
15894 int
15895 main ()
15896 {
15897 return capi20_register ();
15898   ;
15899   return 0;
15900 }
15901 _ACEOF
15902 rm -f conftest.$ac_objext conftest$ac_exeext
15903 if { (ac_try="$ac_link"
15904 case "(($ac_try" in
15905   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15906   *) ac_try_echo=$ac_try;;
15907 esac
15908 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15909 $as_echo "$ac_try_echo") >&5
15910   (eval "$ac_link") 2>conftest.er1
15911   ac_status=$?
15912   grep -v '^ *+' conftest.er1 >conftest.err
15913   rm -f conftest.er1
15914   cat conftest.err >&5
15915   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15916   (exit $ac_status); } && {
15917          test -z "$ac_c_werror_flag" ||
15918          test ! -s conftest.err
15919        } && test -s conftest$ac_exeext && {
15920          test "$cross_compiling" = yes ||
15921          $as_test_x conftest$ac_exeext
15922        }; then
15923   case "$LIBEXT" in
15924     dll) ;;
15925     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'` ;;
15926     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
15927   esac
15928 else
15929   $as_echo "$as_me: failed program was:" >&5
15930 sed 's/^/| /' conftest.$ac_ext >&5
15931
15932
15933 fi
15934
15935 rm -rf conftest.dSYM
15936 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15937       conftest$ac_exeext conftest.$ac_ext
15938   LIBS=$ac_check_soname_save_LIBS
15939 fi
15940 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15941   { $as_echo "$as_me:$LINENO: result: not found" >&5
15942 $as_echo "not found" >&6; }
15943
15944 else
15945   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15946 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15947
15948 cat >>confdefs.h <<_ACEOF
15949 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15950 _ACEOF
15951
15952
15953 fi
15954
15955 fi
15956 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15957   case "x$with_capi" in
15958   x)   wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15959   xno) ;;
15960   *)   { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15961 This is an error since --with-capi was requested." >&5
15962 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15963 This is an error since --with-capi was requested." >&2;}
15964    { (exit 1); exit 1; }; } ;;
15965 esac
15966 fi
15967
15968
15969 CUPSINCL=""
15970
15971 if test "x$with_cups" != "xno"
15972 then
15973     ac_save_CPPFLAGS="$CPPFLAGS"
15974     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15975     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15976     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15977
15978 for ac_header in cups/cups.h
15979 do
15980 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15981 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15982   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15983 $as_echo_n "checking for $ac_header... " >&6; }
15984 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15985   $as_echo_n "(cached) " >&6
15986 fi
15987 ac_res=`eval 'as_val=${'$as_ac_Header'}
15988                  $as_echo "$as_val"'`
15989                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15990 $as_echo "$ac_res" >&6; }
15991 else
15992   # Is the header compilable?
15993 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
15994 $as_echo_n "checking $ac_header usability... " >&6; }
15995 cat >conftest.$ac_ext <<_ACEOF
15996 /* confdefs.h.  */
15997 _ACEOF
15998 cat confdefs.h >>conftest.$ac_ext
15999 cat >>conftest.$ac_ext <<_ACEOF
16000 /* end confdefs.h.  */
16001 $ac_includes_default
16002 #include <$ac_header>
16003 _ACEOF
16004 rm -f conftest.$ac_objext
16005 if { (ac_try="$ac_compile"
16006 case "(($ac_try" in
16007   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16008   *) ac_try_echo=$ac_try;;
16009 esac
16010 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16011 $as_echo "$ac_try_echo") >&5
16012   (eval "$ac_compile") 2>conftest.er1
16013   ac_status=$?
16014   grep -v '^ *+' conftest.er1 >conftest.err
16015   rm -f conftest.er1
16016   cat conftest.err >&5
16017   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16018   (exit $ac_status); } && {
16019          test -z "$ac_c_werror_flag" ||
16020          test ! -s conftest.err
16021        } && test -s conftest.$ac_objext; then
16022   ac_header_compiler=yes
16023 else
16024   $as_echo "$as_me: failed program was:" >&5
16025 sed 's/^/| /' conftest.$ac_ext >&5
16026
16027         ac_header_compiler=no
16028 fi
16029
16030 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16031 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16032 $as_echo "$ac_header_compiler" >&6; }
16033
16034 # Is the header present?
16035 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16036 $as_echo_n "checking $ac_header presence... " >&6; }
16037 cat >conftest.$ac_ext <<_ACEOF
16038 /* confdefs.h.  */
16039 _ACEOF
16040 cat confdefs.h >>conftest.$ac_ext
16041 cat >>conftest.$ac_ext <<_ACEOF
16042 /* end confdefs.h.  */
16043 #include <$ac_header>
16044 _ACEOF
16045 if { (ac_try="$ac_cpp conftest.$ac_ext"
16046 case "(($ac_try" in
16047   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16048   *) ac_try_echo=$ac_try;;
16049 esac
16050 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16051 $as_echo "$ac_try_echo") >&5
16052   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16053   ac_status=$?
16054   grep -v '^ *+' conftest.er1 >conftest.err
16055   rm -f conftest.er1
16056   cat conftest.err >&5
16057   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16058   (exit $ac_status); } >/dev/null && {
16059          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16060          test ! -s conftest.err
16061        }; then
16062   ac_header_preproc=yes
16063 else
16064   $as_echo "$as_me: failed program was:" >&5
16065 sed 's/^/| /' conftest.$ac_ext >&5
16066
16067   ac_header_preproc=no
16068 fi
16069
16070 rm -f conftest.err conftest.$ac_ext
16071 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16072 $as_echo "$ac_header_preproc" >&6; }
16073
16074 # So?  What about this header?
16075 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16076   yes:no: )
16077     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16078 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16079     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16080 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16081     ac_header_preproc=yes
16082     ;;
16083   no:yes:* )
16084     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16085 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16086     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16087 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16088     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16089 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16090     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16091 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16092     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16093 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16094     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16095 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16096     ( cat <<\_ASBOX
16097 ## ------------------------------------ ##
16098 ## Report this to wine-devel@winehq.org ##
16099 ## ------------------------------------ ##
16100 _ASBOX
16101      ) | sed "s/^/$as_me: WARNING:     /" >&2
16102     ;;
16103 esac
16104 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16105 $as_echo_n "checking for $ac_header... " >&6; }
16106 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16107   $as_echo_n "(cached) " >&6
16108 else
16109   eval "$as_ac_Header=\$ac_header_preproc"
16110 fi
16111 ac_res=`eval 'as_val=${'$as_ac_Header'}
16112                  $as_echo "$as_val"'`
16113                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16114 $as_echo "$ac_res" >&6; }
16115
16116 fi
16117 as_val=`eval 'as_val=${'$as_ac_Header'}
16118                  $as_echo "$as_val"'`
16119    if test "x$as_val" = x""yes; then
16120   cat >>confdefs.h <<_ACEOF
16121 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16122 _ACEOF
16123  { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16124 $as_echo_n "checking for -lcups... " >&6; }
16125 if test "${ac_cv_lib_soname_cups+set}" = set; then
16126   $as_echo_n "(cached) " >&6
16127 else
16128   ac_check_soname_save_LIBS=$LIBS
16129 LIBS="-lcups $ac_cups_libs $LIBS"
16130   cat >conftest.$ac_ext <<_ACEOF
16131 /* confdefs.h.  */
16132 _ACEOF
16133 cat confdefs.h >>conftest.$ac_ext
16134 cat >>conftest.$ac_ext <<_ACEOF
16135 /* end confdefs.h.  */
16136
16137 /* Override any GCC internal prototype to avoid an error.
16138    Use char because int might match the return type of a GCC
16139    builtin and then its argument prototype would still apply.  */
16140 #ifdef __cplusplus
16141 extern "C"
16142 #endif
16143 char cupsGetDefault ();
16144 int
16145 main ()
16146 {
16147 return cupsGetDefault ();
16148   ;
16149   return 0;
16150 }
16151 _ACEOF
16152 rm -f conftest.$ac_objext conftest$ac_exeext
16153 if { (ac_try="$ac_link"
16154 case "(($ac_try" in
16155   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16156   *) ac_try_echo=$ac_try;;
16157 esac
16158 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16159 $as_echo "$ac_try_echo") >&5
16160   (eval "$ac_link") 2>conftest.er1
16161   ac_status=$?
16162   grep -v '^ *+' conftest.er1 >conftest.err
16163   rm -f conftest.er1
16164   cat conftest.err >&5
16165   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16166   (exit $ac_status); } && {
16167          test -z "$ac_c_werror_flag" ||
16168          test ! -s conftest.err
16169        } && test -s conftest$ac_exeext && {
16170          test "$cross_compiling" = yes ||
16171          $as_test_x conftest$ac_exeext
16172        }; then
16173   case "$LIBEXT" in
16174     dll) ;;
16175     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'` ;;
16176     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16177   esac
16178 else
16179   $as_echo "$as_me: failed program was:" >&5
16180 sed 's/^/| /' conftest.$ac_ext >&5
16181
16182
16183 fi
16184
16185 rm -rf conftest.dSYM
16186 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16187       conftest$ac_exeext conftest.$ac_ext
16188   LIBS=$ac_check_soname_save_LIBS
16189 fi
16190 if test "x$ac_cv_lib_soname_cups" = "x"; then
16191   { $as_echo "$as_me:$LINENO: result: not found" >&5
16192 $as_echo "not found" >&6; }
16193
16194 else
16195   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16196 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16197
16198 cat >>confdefs.h <<_ACEOF
16199 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16200 _ACEOF
16201
16202        CUPSINCL="$ac_cups_cflags"
16203 fi
16204
16205 fi
16206
16207 done
16208
16209     CPPFLAGS="$ac_save_CPPFLAGS"
16210 fi
16211 if test "x$ac_cv_lib_soname_cups" = "x"; then
16212   case "x$with_cups" in
16213   x)   wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16214   xno) ;;
16215   *)   { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16216 This is an error since --with-cups was requested." >&5
16217 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16218 This is an error since --with-cups was requested." >&2;}
16219    { (exit 1); exit 1; }; } ;;
16220 esac
16221 fi
16222
16223
16224 if test "$ac_cv_header_jack_jack_h" = "yes"
16225 then
16226     { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16227 $as_echo_n "checking for -ljack... " >&6; }
16228 if test "${ac_cv_lib_soname_jack+set}" = set; then
16229   $as_echo_n "(cached) " >&6
16230 else
16231   ac_check_soname_save_LIBS=$LIBS
16232 LIBS="-ljack  $LIBS"
16233   cat >conftest.$ac_ext <<_ACEOF
16234 /* confdefs.h.  */
16235 _ACEOF
16236 cat confdefs.h >>conftest.$ac_ext
16237 cat >>conftest.$ac_ext <<_ACEOF
16238 /* end confdefs.h.  */
16239
16240 /* Override any GCC internal prototype to avoid an error.
16241    Use char because int might match the return type of a GCC
16242    builtin and then its argument prototype would still apply.  */
16243 #ifdef __cplusplus
16244 extern "C"
16245 #endif
16246 char jack_client_new ();
16247 int
16248 main ()
16249 {
16250 return jack_client_new ();
16251   ;
16252   return 0;
16253 }
16254 _ACEOF
16255 rm -f conftest.$ac_objext conftest$ac_exeext
16256 if { (ac_try="$ac_link"
16257 case "(($ac_try" in
16258   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16259   *) ac_try_echo=$ac_try;;
16260 esac
16261 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16262 $as_echo "$ac_try_echo") >&5
16263   (eval "$ac_link") 2>conftest.er1
16264   ac_status=$?
16265   grep -v '^ *+' conftest.er1 >conftest.err
16266   rm -f conftest.er1
16267   cat conftest.err >&5
16268   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16269   (exit $ac_status); } && {
16270          test -z "$ac_c_werror_flag" ||
16271          test ! -s conftest.err
16272        } && test -s conftest$ac_exeext && {
16273          test "$cross_compiling" = yes ||
16274          $as_test_x conftest$ac_exeext
16275        }; then
16276   case "$LIBEXT" in
16277     dll) ;;
16278     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'` ;;
16279     *) 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'` ;;
16280   esac
16281 else
16282   $as_echo "$as_me: failed program was:" >&5
16283 sed 's/^/| /' conftest.$ac_ext >&5
16284
16285
16286 fi
16287
16288 rm -rf conftest.dSYM
16289 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16290       conftest$ac_exeext conftest.$ac_ext
16291   LIBS=$ac_check_soname_save_LIBS
16292 fi
16293 if test "x$ac_cv_lib_soname_jack" = "x"; then
16294   { $as_echo "$as_me:$LINENO: result: not found" >&5
16295 $as_echo "not found" >&6; }
16296
16297 else
16298   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16299 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16300
16301 cat >>confdefs.h <<_ACEOF
16302 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16303 _ACEOF
16304
16305
16306 fi
16307
16308 fi
16309
16310 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16311 then
16312     { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16313 $as_echo_n "checking for -lfontconfig... " >&6; }
16314 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16315   $as_echo_n "(cached) " >&6
16316 else
16317   ac_check_soname_save_LIBS=$LIBS
16318 LIBS="-lfontconfig  $LIBS"
16319   cat >conftest.$ac_ext <<_ACEOF
16320 /* confdefs.h.  */
16321 _ACEOF
16322 cat confdefs.h >>conftest.$ac_ext
16323 cat >>conftest.$ac_ext <<_ACEOF
16324 /* end confdefs.h.  */
16325
16326 /* Override any GCC internal prototype to avoid an error.
16327    Use char because int might match the return type of a GCC
16328    builtin and then its argument prototype would still apply.  */
16329 #ifdef __cplusplus
16330 extern "C"
16331 #endif
16332 char FcInit ();
16333 int
16334 main ()
16335 {
16336 return FcInit ();
16337   ;
16338   return 0;
16339 }
16340 _ACEOF
16341 rm -f conftest.$ac_objext conftest$ac_exeext
16342 if { (ac_try="$ac_link"
16343 case "(($ac_try" in
16344   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16345   *) ac_try_echo=$ac_try;;
16346 esac
16347 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16348 $as_echo "$ac_try_echo") >&5
16349   (eval "$ac_link") 2>conftest.er1
16350   ac_status=$?
16351   grep -v '^ *+' conftest.er1 >conftest.err
16352   rm -f conftest.er1
16353   cat conftest.err >&5
16354   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16355   (exit $ac_status); } && {
16356          test -z "$ac_c_werror_flag" ||
16357          test ! -s conftest.err
16358        } && test -s conftest$ac_exeext && {
16359          test "$cross_compiling" = yes ||
16360          $as_test_x conftest$ac_exeext
16361        }; then
16362   case "$LIBEXT" in
16363     dll) ;;
16364     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'` ;;
16365     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16366   esac
16367 else
16368   $as_echo "$as_me: failed program was:" >&5
16369 sed 's/^/| /' conftest.$ac_ext >&5
16370
16371
16372 fi
16373
16374 rm -rf conftest.dSYM
16375 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16376       conftest$ac_exeext conftest.$ac_ext
16377   LIBS=$ac_check_soname_save_LIBS
16378 fi
16379 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16380   { $as_echo "$as_me:$LINENO: result: not found" >&5
16381 $as_echo "not found" >&6; }
16382
16383 else
16384   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16385 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16386
16387 cat >>confdefs.h <<_ACEOF
16388 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16389 _ACEOF
16390
16391
16392 fi
16393
16394 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16395 then
16396         ac_save_CPPFLAGS="$CPPFLAGS"
16397     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16398     $as_unset ac_cv_header_fontconfig_fontconfig_h
16399
16400 for ac_header in fontconfig/fontconfig.h
16401 do
16402 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16403 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16404   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16405 $as_echo_n "checking for $ac_header... " >&6; }
16406 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16407   $as_echo_n "(cached) " >&6
16408 fi
16409 ac_res=`eval 'as_val=${'$as_ac_Header'}
16410                  $as_echo "$as_val"'`
16411                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16412 $as_echo "$ac_res" >&6; }
16413 else
16414   # Is the header compilable?
16415 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16416 $as_echo_n "checking $ac_header usability... " >&6; }
16417 cat >conftest.$ac_ext <<_ACEOF
16418 /* confdefs.h.  */
16419 _ACEOF
16420 cat confdefs.h >>conftest.$ac_ext
16421 cat >>conftest.$ac_ext <<_ACEOF
16422 /* end confdefs.h.  */
16423 $ac_includes_default
16424 #include <$ac_header>
16425 _ACEOF
16426 rm -f conftest.$ac_objext
16427 if { (ac_try="$ac_compile"
16428 case "(($ac_try" in
16429   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16430   *) ac_try_echo=$ac_try;;
16431 esac
16432 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16433 $as_echo "$ac_try_echo") >&5
16434   (eval "$ac_compile") 2>conftest.er1
16435   ac_status=$?
16436   grep -v '^ *+' conftest.er1 >conftest.err
16437   rm -f conftest.er1
16438   cat conftest.err >&5
16439   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16440   (exit $ac_status); } && {
16441          test -z "$ac_c_werror_flag" ||
16442          test ! -s conftest.err
16443        } && test -s conftest.$ac_objext; then
16444   ac_header_compiler=yes
16445 else
16446   $as_echo "$as_me: failed program was:" >&5
16447 sed 's/^/| /' conftest.$ac_ext >&5
16448
16449         ac_header_compiler=no
16450 fi
16451
16452 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16453 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16454 $as_echo "$ac_header_compiler" >&6; }
16455
16456 # Is the header present?
16457 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16458 $as_echo_n "checking $ac_header presence... " >&6; }
16459 cat >conftest.$ac_ext <<_ACEOF
16460 /* confdefs.h.  */
16461 _ACEOF
16462 cat confdefs.h >>conftest.$ac_ext
16463 cat >>conftest.$ac_ext <<_ACEOF
16464 /* end confdefs.h.  */
16465 #include <$ac_header>
16466 _ACEOF
16467 if { (ac_try="$ac_cpp conftest.$ac_ext"
16468 case "(($ac_try" in
16469   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16470   *) ac_try_echo=$ac_try;;
16471 esac
16472 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16473 $as_echo "$ac_try_echo") >&5
16474   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16475   ac_status=$?
16476   grep -v '^ *+' conftest.er1 >conftest.err
16477   rm -f conftest.er1
16478   cat conftest.err >&5
16479   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16480   (exit $ac_status); } >/dev/null && {
16481          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16482          test ! -s conftest.err
16483        }; then
16484   ac_header_preproc=yes
16485 else
16486   $as_echo "$as_me: failed program was:" >&5
16487 sed 's/^/| /' conftest.$ac_ext >&5
16488
16489   ac_header_preproc=no
16490 fi
16491
16492 rm -f conftest.err conftest.$ac_ext
16493 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16494 $as_echo "$ac_header_preproc" >&6; }
16495
16496 # So?  What about this header?
16497 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16498   yes:no: )
16499     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16500 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16501     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16502 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16503     ac_header_preproc=yes
16504     ;;
16505   no:yes:* )
16506     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16507 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16508     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16509 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16510     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16511 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16512     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16513 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16514     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16515 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16516     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16517 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16518     ( cat <<\_ASBOX
16519 ## ------------------------------------ ##
16520 ## Report this to wine-devel@winehq.org ##
16521 ## ------------------------------------ ##
16522 _ASBOX
16523      ) | sed "s/^/$as_me: WARNING:     /" >&2
16524     ;;
16525 esac
16526 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16527 $as_echo_n "checking for $ac_header... " >&6; }
16528 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16529   $as_echo_n "(cached) " >&6
16530 else
16531   eval "$as_ac_Header=\$ac_header_preproc"
16532 fi
16533 ac_res=`eval 'as_val=${'$as_ac_Header'}
16534                  $as_echo "$as_val"'`
16535                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16536 $as_echo "$ac_res" >&6; }
16537
16538 fi
16539 as_val=`eval 'as_val=${'$as_ac_Header'}
16540                  $as_echo "$as_val"'`
16541    if test "x$as_val" = x""yes; then
16542   cat >>confdefs.h <<_ACEOF
16543 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16544 _ACEOF
16545
16546 fi
16547
16548 done
16549
16550     CPPFLAGS="$ac_save_CPPFLAGS"
16551     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16552     then
16553         FONTCONFIGINCL="$X_CFLAGS"
16554
16555         { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16556 $as_echo_n "checking for -lfontconfig... " >&6; }
16557 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16558   $as_echo_n "(cached) " >&6
16559 else
16560   ac_check_soname_save_LIBS=$LIBS
16561 LIBS="-lfontconfig $X_LIBS $LIBS"
16562   cat >conftest.$ac_ext <<_ACEOF
16563 /* confdefs.h.  */
16564 _ACEOF
16565 cat confdefs.h >>conftest.$ac_ext
16566 cat >>conftest.$ac_ext <<_ACEOF
16567 /* end confdefs.h.  */
16568
16569 /* Override any GCC internal prototype to avoid an error.
16570    Use char because int might match the return type of a GCC
16571    builtin and then its argument prototype would still apply.  */
16572 #ifdef __cplusplus
16573 extern "C"
16574 #endif
16575 char FcInit ();
16576 int
16577 main ()
16578 {
16579 return FcInit ();
16580   ;
16581   return 0;
16582 }
16583 _ACEOF
16584 rm -f conftest.$ac_objext conftest$ac_exeext
16585 if { (ac_try="$ac_link"
16586 case "(($ac_try" in
16587   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16588   *) ac_try_echo=$ac_try;;
16589 esac
16590 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16591 $as_echo "$ac_try_echo") >&5
16592   (eval "$ac_link") 2>conftest.er1
16593   ac_status=$?
16594   grep -v '^ *+' conftest.er1 >conftest.err
16595   rm -f conftest.er1
16596   cat conftest.err >&5
16597   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16598   (exit $ac_status); } && {
16599          test -z "$ac_c_werror_flag" ||
16600          test ! -s conftest.err
16601        } && test -s conftest$ac_exeext && {
16602          test "$cross_compiling" = yes ||
16603          $as_test_x conftest$ac_exeext
16604        }; then
16605   case "$LIBEXT" in
16606     dll) ;;
16607     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'` ;;
16608     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16609   esac
16610 else
16611   $as_echo "$as_me: failed program was:" >&5
16612 sed 's/^/| /' conftest.$ac_ext >&5
16613
16614
16615 fi
16616
16617 rm -rf conftest.dSYM
16618 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16619       conftest$ac_exeext conftest.$ac_ext
16620   LIBS=$ac_check_soname_save_LIBS
16621 fi
16622 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16623   { $as_echo "$as_me:$LINENO: result: not found" >&5
16624 $as_echo "not found" >&6; }
16625
16626 else
16627   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16628 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16629
16630 cat >>confdefs.h <<_ACEOF
16631 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16632 _ACEOF
16633
16634
16635 fi
16636
16637     fi
16638 fi
16639 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16640   case "x$with_fontconfig" in
16641   x)   wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16642   xno) ;;
16643   *)   { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16644 This is an error since --with-fontconfig was requested." >&5
16645 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16646 This is an error since --with-fontconfig was requested." >&2;}
16647    { (exit 1); exit 1; }; } ;;
16648 esac
16649 fi
16650
16651
16652 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16653 then
16654     { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16655 $as_echo_n "checking for -lssl... " >&6; }
16656 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16657   $as_echo_n "(cached) " >&6
16658 else
16659   ac_check_soname_save_LIBS=$LIBS
16660 LIBS="-lssl  $LIBS"
16661   cat >conftest.$ac_ext <<_ACEOF
16662 /* confdefs.h.  */
16663 _ACEOF
16664 cat confdefs.h >>conftest.$ac_ext
16665 cat >>conftest.$ac_ext <<_ACEOF
16666 /* end confdefs.h.  */
16667
16668 /* Override any GCC internal prototype to avoid an error.
16669    Use char because int might match the return type of a GCC
16670    builtin and then its argument prototype would still apply.  */
16671 #ifdef __cplusplus
16672 extern "C"
16673 #endif
16674 char SSL_library_init ();
16675 int
16676 main ()
16677 {
16678 return SSL_library_init ();
16679   ;
16680   return 0;
16681 }
16682 _ACEOF
16683 rm -f conftest.$ac_objext conftest$ac_exeext
16684 if { (ac_try="$ac_link"
16685 case "(($ac_try" in
16686   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16687   *) ac_try_echo=$ac_try;;
16688 esac
16689 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16690 $as_echo "$ac_try_echo") >&5
16691   (eval "$ac_link") 2>conftest.er1
16692   ac_status=$?
16693   grep -v '^ *+' conftest.er1 >conftest.err
16694   rm -f conftest.er1
16695   cat conftest.err >&5
16696   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16697   (exit $ac_status); } && {
16698          test -z "$ac_c_werror_flag" ||
16699          test ! -s conftest.err
16700        } && test -s conftest$ac_exeext && {
16701          test "$cross_compiling" = yes ||
16702          $as_test_x conftest$ac_exeext
16703        }; then
16704   case "$LIBEXT" in
16705     dll) ;;
16706     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'` ;;
16707     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
16708   esac
16709 else
16710   $as_echo "$as_me: failed program was:" >&5
16711 sed 's/^/| /' conftest.$ac_ext >&5
16712
16713
16714 fi
16715
16716 rm -rf conftest.dSYM
16717 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16718       conftest$ac_exeext conftest.$ac_ext
16719   LIBS=$ac_check_soname_save_LIBS
16720 fi
16721 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16722   { $as_echo "$as_me:$LINENO: result: not found" >&5
16723 $as_echo "not found" >&6; }
16724
16725 else
16726   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16727 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16728
16729 cat >>confdefs.h <<_ACEOF
16730 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16731 _ACEOF
16732
16733
16734 fi
16735
16736     { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16737 $as_echo_n "checking for -lcrypto... " >&6; }
16738 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16739   $as_echo_n "(cached) " >&6
16740 else
16741   ac_check_soname_save_LIBS=$LIBS
16742 LIBS="-lcrypto  $LIBS"
16743   cat >conftest.$ac_ext <<_ACEOF
16744 /* confdefs.h.  */
16745 _ACEOF
16746 cat confdefs.h >>conftest.$ac_ext
16747 cat >>conftest.$ac_ext <<_ACEOF
16748 /* end confdefs.h.  */
16749
16750 /* Override any GCC internal prototype to avoid an error.
16751    Use char because int might match the return type of a GCC
16752    builtin and then its argument prototype would still apply.  */
16753 #ifdef __cplusplus
16754 extern "C"
16755 #endif
16756 char BIO_new_socket ();
16757 int
16758 main ()
16759 {
16760 return BIO_new_socket ();
16761   ;
16762   return 0;
16763 }
16764 _ACEOF
16765 rm -f conftest.$ac_objext conftest$ac_exeext
16766 if { (ac_try="$ac_link"
16767 case "(($ac_try" in
16768   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16769   *) ac_try_echo=$ac_try;;
16770 esac
16771 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16772 $as_echo "$ac_try_echo") >&5
16773   (eval "$ac_link") 2>conftest.er1
16774   ac_status=$?
16775   grep -v '^ *+' conftest.er1 >conftest.err
16776   rm -f conftest.er1
16777   cat conftest.err >&5
16778   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16779   (exit $ac_status); } && {
16780          test -z "$ac_c_werror_flag" ||
16781          test ! -s conftest.err
16782        } && test -s conftest$ac_exeext && {
16783          test "$cross_compiling" = yes ||
16784          $as_test_x conftest$ac_exeext
16785        }; then
16786   case "$LIBEXT" in
16787     dll) ;;
16788     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'` ;;
16789     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
16790   esac
16791 else
16792   $as_echo "$as_me: failed program was:" >&5
16793 sed 's/^/| /' conftest.$ac_ext >&5
16794
16795
16796 fi
16797
16798 rm -rf conftest.dSYM
16799 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16800       conftest$ac_exeext conftest.$ac_ext
16801   LIBS=$ac_check_soname_save_LIBS
16802 fi
16803 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16804   { $as_echo "$as_me:$LINENO: result: not found" >&5
16805 $as_echo "not found" >&6; }
16806
16807 else
16808   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16809 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16810
16811 cat >>confdefs.h <<_ACEOF
16812 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16813 _ACEOF
16814
16815
16816 fi
16817
16818 fi
16819 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16820   case "x$with_openssl" in
16821   x)   wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16822   xno) ;;
16823   *)   { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16824 This is an error since --with-openssl was requested." >&5
16825 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16826 This is an error since --with-openssl was requested." >&2;}
16827    { (exit 1); exit 1; }; } ;;
16828 esac
16829 fi
16830
16831
16832 if test "$ac_cv_header_jpeglib_h" = "yes"
16833 then
16834     { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16835 $as_echo_n "checking for -ljpeg... " >&6; }
16836 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16837   $as_echo_n "(cached) " >&6
16838 else
16839   ac_check_soname_save_LIBS=$LIBS
16840 LIBS="-ljpeg  $LIBS"
16841   cat >conftest.$ac_ext <<_ACEOF
16842 /* confdefs.h.  */
16843 _ACEOF
16844 cat confdefs.h >>conftest.$ac_ext
16845 cat >>conftest.$ac_ext <<_ACEOF
16846 /* end confdefs.h.  */
16847
16848 /* Override any GCC internal prototype to avoid an error.
16849    Use char because int might match the return type of a GCC
16850    builtin and then its argument prototype would still apply.  */
16851 #ifdef __cplusplus
16852 extern "C"
16853 #endif
16854 char jpeg_start_decompress ();
16855 int
16856 main ()
16857 {
16858 return jpeg_start_decompress ();
16859   ;
16860   return 0;
16861 }
16862 _ACEOF
16863 rm -f conftest.$ac_objext conftest$ac_exeext
16864 if { (ac_try="$ac_link"
16865 case "(($ac_try" in
16866   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16867   *) ac_try_echo=$ac_try;;
16868 esac
16869 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16870 $as_echo "$ac_try_echo") >&5
16871   (eval "$ac_link") 2>conftest.er1
16872   ac_status=$?
16873   grep -v '^ *+' conftest.er1 >conftest.err
16874   rm -f conftest.er1
16875   cat conftest.err >&5
16876   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16877   (exit $ac_status); } && {
16878          test -z "$ac_c_werror_flag" ||
16879          test ! -s conftest.err
16880        } && test -s conftest$ac_exeext && {
16881          test "$cross_compiling" = yes ||
16882          $as_test_x conftest$ac_exeext
16883        }; then
16884   case "$LIBEXT" in
16885     dll) ;;
16886     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'` ;;
16887     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16888   esac
16889 else
16890   $as_echo "$as_me: failed program was:" >&5
16891 sed 's/^/| /' conftest.$ac_ext >&5
16892
16893
16894 fi
16895
16896 rm -rf conftest.dSYM
16897 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16898       conftest$ac_exeext conftest.$ac_ext
16899   LIBS=$ac_check_soname_save_LIBS
16900 fi
16901 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16902   { $as_echo "$as_me:$LINENO: result: not found" >&5
16903 $as_echo "not found" >&6; }
16904
16905 else
16906   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16907 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16908
16909 cat >>confdefs.h <<_ACEOF
16910 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16911 _ACEOF
16912
16913
16914 fi
16915
16916 fi
16917 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16918   case "x$with_jpeg" in
16919   x)   wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16920   xno) ;;
16921   *)   { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16922 This is an error since --with-jpeg was requested." >&5
16923 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16924 This is an error since --with-jpeg was requested." >&2;}
16925    { (exit 1); exit 1; }; } ;;
16926 esac
16927 fi
16928
16929
16930 if test "$ac_cv_header_png_h" = "yes"
16931 then
16932     { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16933 $as_echo_n "checking for -lpng... " >&6; }
16934 if test "${ac_cv_lib_soname_png+set}" = set; then
16935   $as_echo_n "(cached) " >&6
16936 else
16937   ac_check_soname_save_LIBS=$LIBS
16938 LIBS="-lpng -lm -lz $LIBS"
16939   cat >conftest.$ac_ext <<_ACEOF
16940 /* confdefs.h.  */
16941 _ACEOF
16942 cat confdefs.h >>conftest.$ac_ext
16943 cat >>conftest.$ac_ext <<_ACEOF
16944 /* end confdefs.h.  */
16945
16946 /* Override any GCC internal prototype to avoid an error.
16947    Use char because int might match the return type of a GCC
16948    builtin and then its argument prototype would still apply.  */
16949 #ifdef __cplusplus
16950 extern "C"
16951 #endif
16952 char png_create_read_struct ();
16953 int
16954 main ()
16955 {
16956 return png_create_read_struct ();
16957   ;
16958   return 0;
16959 }
16960 _ACEOF
16961 rm -f conftest.$ac_objext conftest$ac_exeext
16962 if { (ac_try="$ac_link"
16963 case "(($ac_try" in
16964   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16965   *) ac_try_echo=$ac_try;;
16966 esac
16967 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16968 $as_echo "$ac_try_echo") >&5
16969   (eval "$ac_link") 2>conftest.er1
16970   ac_status=$?
16971   grep -v '^ *+' conftest.er1 >conftest.err
16972   rm -f conftest.er1
16973   cat conftest.err >&5
16974   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16975   (exit $ac_status); } && {
16976          test -z "$ac_c_werror_flag" ||
16977          test ! -s conftest.err
16978        } && test -s conftest$ac_exeext && {
16979          test "$cross_compiling" = yes ||
16980          $as_test_x conftest$ac_exeext
16981        }; then
16982   case "$LIBEXT" in
16983     dll) ;;
16984     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'` ;;
16985     *) 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'` ;;
16986   esac
16987 else
16988   $as_echo "$as_me: failed program was:" >&5
16989 sed 's/^/| /' conftest.$ac_ext >&5
16990
16991
16992 fi
16993
16994 rm -rf conftest.dSYM
16995 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16996       conftest$ac_exeext conftest.$ac_ext
16997   LIBS=$ac_check_soname_save_LIBS
16998 fi
16999 if test "x$ac_cv_lib_soname_png" = "x"; then
17000   { $as_echo "$as_me:$LINENO: result: not found" >&5
17001 $as_echo "not found" >&6; }
17002
17003 else
17004   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
17005 $as_echo "$ac_cv_lib_soname_png" >&6; }
17006
17007 cat >>confdefs.h <<_ACEOF
17008 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
17009 _ACEOF
17010
17011
17012 fi
17013
17014 fi
17015 if test "x$ac_cv_lib_soname_png" = "x"; then
17016   case "x$with_png" in
17017   x)   wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
17018   xno) ;;
17019   *)   { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17020 This is an error since --with-png was requested." >&5
17021 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17022 This is an error since --with-png was requested." >&2;}
17023    { (exit 1); exit 1; }; } ;;
17024 esac
17025 fi
17026
17027
17028 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17029 $as_echo_n "checking for -lodbc... " >&6; }
17030 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17031   $as_echo_n "(cached) " >&6
17032 else
17033   ac_check_soname_save_LIBS=$LIBS
17034 LIBS="-lodbc  $LIBS"
17035   cat >conftest.$ac_ext <<_ACEOF
17036 /* confdefs.h.  */
17037 _ACEOF
17038 cat confdefs.h >>conftest.$ac_ext
17039 cat >>conftest.$ac_ext <<_ACEOF
17040 /* end confdefs.h.  */
17041
17042 /* Override any GCC internal prototype to avoid an error.
17043    Use char because int might match the return type of a GCC
17044    builtin and then its argument prototype would still apply.  */
17045 #ifdef __cplusplus
17046 extern "C"
17047 #endif
17048 char SQLConnect ();
17049 int
17050 main ()
17051 {
17052 return SQLConnect ();
17053   ;
17054   return 0;
17055 }
17056 _ACEOF
17057 rm -f conftest.$ac_objext conftest$ac_exeext
17058 if { (ac_try="$ac_link"
17059 case "(($ac_try" in
17060   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17061   *) ac_try_echo=$ac_try;;
17062 esac
17063 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17064 $as_echo "$ac_try_echo") >&5
17065   (eval "$ac_link") 2>conftest.er1
17066   ac_status=$?
17067   grep -v '^ *+' conftest.er1 >conftest.err
17068   rm -f conftest.er1
17069   cat conftest.err >&5
17070   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17071   (exit $ac_status); } && {
17072          test -z "$ac_c_werror_flag" ||
17073          test ! -s conftest.err
17074        } && test -s conftest$ac_exeext && {
17075          test "$cross_compiling" = yes ||
17076          $as_test_x conftest$ac_exeext
17077        }; then
17078   case "$LIBEXT" in
17079     dll) ;;
17080     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'` ;;
17081     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
17082   esac
17083 else
17084   $as_echo "$as_me: failed program was:" >&5
17085 sed 's/^/| /' conftest.$ac_ext >&5
17086
17087
17088 fi
17089
17090 rm -rf conftest.dSYM
17091 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17092       conftest$ac_exeext conftest.$ac_ext
17093   LIBS=$ac_check_soname_save_LIBS
17094 fi
17095 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17096   { $as_echo "$as_me:$LINENO: result: not found" >&5
17097 $as_echo "not found" >&6; }
17098        cat >>confdefs.h <<_ACEOF
17099 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17100 _ACEOF
17101
17102 else
17103   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17104 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17105
17106 cat >>confdefs.h <<_ACEOF
17107 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17108 _ACEOF
17109
17110
17111 fi
17112
17113
17114 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17115         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17116         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17117         "$ac_cv_header_soundcard_h" != "yes" -a \
17118         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17119 then
17120     wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17121 fi
17122
17123
17124 EXTRACFLAGS=""
17125
17126 if test "x${GCC}" = "xyes"
17127 then
17128   EXTRACFLAGS="-Wall -pipe"
17129
17130     { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17131 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17132 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17133   $as_echo_n "(cached) " >&6
17134 else
17135   if test "$cross_compiling" = yes; then
17136   ac_cv_c_gcc_strength_bug="yes"
17137 else
17138   cat >conftest.$ac_ext <<_ACEOF
17139 /* confdefs.h.  */
17140 _ACEOF
17141 cat confdefs.h >>conftest.$ac_ext
17142 cat >>conftest.$ac_ext <<_ACEOF
17143 /* end confdefs.h.  */
17144 int L[4] = {0,1,2,3};
17145 int
17146 main ()
17147 {
17148 static int Array[3];
17149   unsigned int B = 3;
17150   int i;
17151   for(i=0; i<B; i++) Array[i] = i - 3;
17152   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17153   L[i] = 4;
17154   exit( Array[1] != -2 || L[2] != 3)
17155   ;
17156   return 0;
17157 }
17158 _ACEOF
17159 rm -f conftest$ac_exeext
17160 if { (ac_try="$ac_link"
17161 case "(($ac_try" in
17162   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17163   *) ac_try_echo=$ac_try;;
17164 esac
17165 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17166 $as_echo "$ac_try_echo") >&5
17167   (eval "$ac_link") 2>&5
17168   ac_status=$?
17169   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17170   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17171   { (case "(($ac_try" in
17172   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17173   *) ac_try_echo=$ac_try;;
17174 esac
17175 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17176 $as_echo "$ac_try_echo") >&5
17177   (eval "$ac_try") 2>&5
17178   ac_status=$?
17179   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17180   (exit $ac_status); }; }; then
17181   ac_cv_c_gcc_strength_bug="no"
17182 else
17183   $as_echo "$as_me: program exited with status $ac_status" >&5
17184 $as_echo "$as_me: failed program was:" >&5
17185 sed 's/^/| /' conftest.$ac_ext >&5
17186
17187 ( exit $ac_status )
17188 ac_cv_c_gcc_strength_bug="yes"
17189 fi
17190 rm -rf conftest.dSYM
17191 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17192 fi
17193
17194
17195 fi
17196 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17197 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17198   if test "$ac_cv_c_gcc_strength_bug" = "yes"
17199   then
17200     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17201   fi
17202
17203
17204   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
17205 $as_echo_n "checking whether the compiler supports -fshort-wchar... " >&6; }
17206 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
17207   $as_echo_n "(cached) " >&6
17208 else
17209   ac_wine_try_cflags_saved=$CFLAGS
17210 CFLAGS="$CFLAGS -fshort-wchar"
17211 cat >conftest.$ac_ext <<_ACEOF
17212 /* confdefs.h.  */
17213 _ACEOF
17214 cat confdefs.h >>conftest.$ac_ext
17215 cat >>conftest.$ac_ext <<_ACEOF
17216 /* end confdefs.h.  */
17217
17218 int
17219 main ()
17220 {
17221
17222   ;
17223   return 0;
17224 }
17225 _ACEOF
17226 rm -f conftest.$ac_objext conftest$ac_exeext
17227 if { (ac_try="$ac_link"
17228 case "(($ac_try" in
17229   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17230   *) ac_try_echo=$ac_try;;
17231 esac
17232 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17233 $as_echo "$ac_try_echo") >&5
17234   (eval "$ac_link") 2>conftest.er1
17235   ac_status=$?
17236   grep -v '^ *+' conftest.er1 >conftest.err
17237   rm -f conftest.er1
17238   cat conftest.err >&5
17239   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17240   (exit $ac_status); } && {
17241          test -z "$ac_c_werror_flag" ||
17242          test ! -s conftest.err
17243        } && test -s conftest$ac_exeext && {
17244          test "$cross_compiling" = yes ||
17245          $as_test_x conftest$ac_exeext
17246        }; then
17247   ac_cv_cflags__fshort_wchar=yes
17248 else
17249   $as_echo "$as_me: failed program was:" >&5
17250 sed 's/^/| /' conftest.$ac_ext >&5
17251
17252         ac_cv_cflags__fshort_wchar=no
17253 fi
17254
17255 rm -rf conftest.dSYM
17256 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17257       conftest$ac_exeext conftest.$ac_ext
17258 CFLAGS=$ac_wine_try_cflags_saved
17259 fi
17260 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
17261 $as_echo "$ac_cv_cflags__fshort_wchar" >&6; }
17262 if test $ac_cv_cflags__fshort_wchar = yes; then
17263
17264 cat >>confdefs.h <<\_ACEOF
17265 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
17266 _ACEOF
17267
17268 fi
17269
17270   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17271 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17272 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17273   $as_echo_n "(cached) " >&6
17274 else
17275   ac_wine_try_cflags_saved=$CFLAGS
17276 CFLAGS="$CFLAGS -fno-builtin"
17277 cat >conftest.$ac_ext <<_ACEOF
17278 /* confdefs.h.  */
17279 _ACEOF
17280 cat confdefs.h >>conftest.$ac_ext
17281 cat >>conftest.$ac_ext <<_ACEOF
17282 /* end confdefs.h.  */
17283
17284 int
17285 main ()
17286 {
17287
17288   ;
17289   return 0;
17290 }
17291 _ACEOF
17292 rm -f conftest.$ac_objext conftest$ac_exeext
17293 if { (ac_try="$ac_link"
17294 case "(($ac_try" in
17295   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17296   *) ac_try_echo=$ac_try;;
17297 esac
17298 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17299 $as_echo "$ac_try_echo") >&5
17300   (eval "$ac_link") 2>conftest.er1
17301   ac_status=$?
17302   grep -v '^ *+' conftest.er1 >conftest.err
17303   rm -f conftest.er1
17304   cat conftest.err >&5
17305   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17306   (exit $ac_status); } && {
17307          test -z "$ac_c_werror_flag" ||
17308          test ! -s conftest.err
17309        } && test -s conftest$ac_exeext && {
17310          test "$cross_compiling" = yes ||
17311          $as_test_x conftest$ac_exeext
17312        }; then
17313   ac_cv_cflags__fno_builtin=yes
17314 else
17315   $as_echo "$as_me: failed program was:" >&5
17316 sed 's/^/| /' conftest.$ac_ext >&5
17317
17318         ac_cv_cflags__fno_builtin=no
17319 fi
17320
17321 rm -rf conftest.dSYM
17322 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17323       conftest$ac_exeext conftest.$ac_ext
17324 CFLAGS=$ac_wine_try_cflags_saved
17325 fi
17326 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17327 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17328 if test $ac_cv_cflags__fno_builtin = yes; then
17329   BUILTINFLAG="-fno-builtin"
17330
17331 fi
17332
17333   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17334 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17335 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17336   $as_echo_n "(cached) " >&6
17337 else
17338   ac_wine_try_cflags_saved=$CFLAGS
17339 CFLAGS="$CFLAGS -fno-strict-aliasing"
17340 cat >conftest.$ac_ext <<_ACEOF
17341 /* confdefs.h.  */
17342 _ACEOF
17343 cat confdefs.h >>conftest.$ac_ext
17344 cat >>conftest.$ac_ext <<_ACEOF
17345 /* end confdefs.h.  */
17346
17347 int
17348 main ()
17349 {
17350
17351   ;
17352   return 0;
17353 }
17354 _ACEOF
17355 rm -f conftest.$ac_objext conftest$ac_exeext
17356 if { (ac_try="$ac_link"
17357 case "(($ac_try" in
17358   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17359   *) ac_try_echo=$ac_try;;
17360 esac
17361 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17362 $as_echo "$ac_try_echo") >&5
17363   (eval "$ac_link") 2>conftest.er1
17364   ac_status=$?
17365   grep -v '^ *+' conftest.er1 >conftest.err
17366   rm -f conftest.er1
17367   cat conftest.err >&5
17368   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17369   (exit $ac_status); } && {
17370          test -z "$ac_c_werror_flag" ||
17371          test ! -s conftest.err
17372        } && test -s conftest$ac_exeext && {
17373          test "$cross_compiling" = yes ||
17374          $as_test_x conftest$ac_exeext
17375        }; then
17376   ac_cv_cflags__fno_strict_aliasing=yes
17377 else
17378   $as_echo "$as_me: failed program was:" >&5
17379 sed 's/^/| /' conftest.$ac_ext >&5
17380
17381         ac_cv_cflags__fno_strict_aliasing=no
17382 fi
17383
17384 rm -rf conftest.dSYM
17385 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17386       conftest$ac_exeext conftest.$ac_ext
17387 CFLAGS=$ac_wine_try_cflags_saved
17388 fi
17389 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17390 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17391 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17392   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17393 fi
17394
17395   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17396 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17397 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17398   $as_echo_n "(cached) " >&6
17399 else
17400   ac_wine_try_cflags_saved=$CFLAGS
17401 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17402 cat >conftest.$ac_ext <<_ACEOF
17403 /* confdefs.h.  */
17404 _ACEOF
17405 cat confdefs.h >>conftest.$ac_ext
17406 cat >>conftest.$ac_ext <<_ACEOF
17407 /* end confdefs.h.  */
17408
17409 int
17410 main ()
17411 {
17412
17413   ;
17414   return 0;
17415 }
17416 _ACEOF
17417 rm -f conftest.$ac_objext conftest$ac_exeext
17418 if { (ac_try="$ac_link"
17419 case "(($ac_try" in
17420   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17421   *) ac_try_echo=$ac_try;;
17422 esac
17423 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17424 $as_echo "$ac_try_echo") >&5
17425   (eval "$ac_link") 2>conftest.er1
17426   ac_status=$?
17427   grep -v '^ *+' conftest.er1 >conftest.err
17428   rm -f conftest.er1
17429   cat conftest.err >&5
17430   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17431   (exit $ac_status); } && {
17432          test -z "$ac_c_werror_flag" ||
17433          test ! -s conftest.err
17434        } && test -s conftest$ac_exeext && {
17435          test "$cross_compiling" = yes ||
17436          $as_test_x conftest$ac_exeext
17437        }; then
17438   ac_cv_cflags__Wdeclaration_after_statement=yes
17439 else
17440   $as_echo "$as_me: failed program was:" >&5
17441 sed 's/^/| /' conftest.$ac_ext >&5
17442
17443         ac_cv_cflags__Wdeclaration_after_statement=no
17444 fi
17445
17446 rm -rf conftest.dSYM
17447 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17448       conftest$ac_exeext conftest.$ac_ext
17449 CFLAGS=$ac_wine_try_cflags_saved
17450 fi
17451 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17452 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17453 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17454   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17455 fi
17456
17457   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17458 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17459 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17460   $as_echo_n "(cached) " >&6
17461 else
17462   ac_wine_try_cflags_saved=$CFLAGS
17463 CFLAGS="$CFLAGS -Wwrite-strings"
17464 cat >conftest.$ac_ext <<_ACEOF
17465 /* confdefs.h.  */
17466 _ACEOF
17467 cat confdefs.h >>conftest.$ac_ext
17468 cat >>conftest.$ac_ext <<_ACEOF
17469 /* end confdefs.h.  */
17470
17471 int
17472 main ()
17473 {
17474
17475   ;
17476   return 0;
17477 }
17478 _ACEOF
17479 rm -f conftest.$ac_objext conftest$ac_exeext
17480 if { (ac_try="$ac_link"
17481 case "(($ac_try" in
17482   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17483   *) ac_try_echo=$ac_try;;
17484 esac
17485 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17486 $as_echo "$ac_try_echo") >&5
17487   (eval "$ac_link") 2>conftest.er1
17488   ac_status=$?
17489   grep -v '^ *+' conftest.er1 >conftest.err
17490   rm -f conftest.er1
17491   cat conftest.err >&5
17492   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17493   (exit $ac_status); } && {
17494          test -z "$ac_c_werror_flag" ||
17495          test ! -s conftest.err
17496        } && test -s conftest$ac_exeext && {
17497          test "$cross_compiling" = yes ||
17498          $as_test_x conftest$ac_exeext
17499        }; then
17500   ac_cv_cflags__Wwrite_strings=yes
17501 else
17502   $as_echo "$as_me: failed program was:" >&5
17503 sed 's/^/| /' conftest.$ac_ext >&5
17504
17505         ac_cv_cflags__Wwrite_strings=no
17506 fi
17507
17508 rm -rf conftest.dSYM
17509 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17510       conftest$ac_exeext conftest.$ac_ext
17511 CFLAGS=$ac_wine_try_cflags_saved
17512 fi
17513 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17514 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17515 if test $ac_cv_cflags__Wwrite_strings = yes; then
17516   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17517 fi
17518
17519   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17520 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17521 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17522   $as_echo_n "(cached) " >&6
17523 else
17524   ac_wine_try_cflags_saved=$CFLAGS
17525 CFLAGS="$CFLAGS -Wtype-limits"
17526 cat >conftest.$ac_ext <<_ACEOF
17527 /* confdefs.h.  */
17528 _ACEOF
17529 cat confdefs.h >>conftest.$ac_ext
17530 cat >>conftest.$ac_ext <<_ACEOF
17531 /* end confdefs.h.  */
17532
17533 int
17534 main ()
17535 {
17536
17537   ;
17538   return 0;
17539 }
17540 _ACEOF
17541 rm -f conftest.$ac_objext conftest$ac_exeext
17542 if { (ac_try="$ac_link"
17543 case "(($ac_try" in
17544   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17545   *) ac_try_echo=$ac_try;;
17546 esac
17547 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17548 $as_echo "$ac_try_echo") >&5
17549   (eval "$ac_link") 2>conftest.er1
17550   ac_status=$?
17551   grep -v '^ *+' conftest.er1 >conftest.err
17552   rm -f conftest.er1
17553   cat conftest.err >&5
17554   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17555   (exit $ac_status); } && {
17556          test -z "$ac_c_werror_flag" ||
17557          test ! -s conftest.err
17558        } && test -s conftest$ac_exeext && {
17559          test "$cross_compiling" = yes ||
17560          $as_test_x conftest$ac_exeext
17561        }; then
17562   ac_cv_cflags__Wtype_limits=yes
17563 else
17564   $as_echo "$as_me: failed program was:" >&5
17565 sed 's/^/| /' conftest.$ac_ext >&5
17566
17567         ac_cv_cflags__Wtype_limits=no
17568 fi
17569
17570 rm -rf conftest.dSYM
17571 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17572       conftest$ac_exeext conftest.$ac_ext
17573 CFLAGS=$ac_wine_try_cflags_saved
17574 fi
17575 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17576 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17577 if test $ac_cv_cflags__Wtype_limits = yes; then
17578   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17579 fi
17580
17581
17582     saved_CFLAGS="$CFLAGS"
17583   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17584   { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17585 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17586 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17587   $as_echo_n "(cached) " >&6
17588 else
17589   cat >conftest.$ac_ext <<_ACEOF
17590 /* confdefs.h.  */
17591 _ACEOF
17592 cat confdefs.h >>conftest.$ac_ext
17593 cat >>conftest.$ac_ext <<_ACEOF
17594 /* end confdefs.h.  */
17595 #include <string.h>
17596 int
17597 main ()
17598 {
17599
17600   ;
17601   return 0;
17602 }
17603 _ACEOF
17604 rm -f conftest.$ac_objext
17605 if { (ac_try="$ac_compile"
17606 case "(($ac_try" in
17607   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17608   *) ac_try_echo=$ac_try;;
17609 esac
17610 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17611 $as_echo "$ac_try_echo") >&5
17612   (eval "$ac_compile") 2>conftest.er1
17613   ac_status=$?
17614   grep -v '^ *+' conftest.er1 >conftest.err
17615   rm -f conftest.er1
17616   cat conftest.err >&5
17617   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17618   (exit $ac_status); } && {
17619          test -z "$ac_c_werror_flag" ||
17620          test ! -s conftest.err
17621        } && test -s conftest.$ac_objext; then
17622   ac_cv_c_string_h_warnings=no
17623 else
17624   $as_echo "$as_me: failed program was:" >&5
17625 sed 's/^/| /' conftest.$ac_ext >&5
17626
17627         ac_cv_c_string_h_warnings=yes
17628 fi
17629
17630 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17631 fi
17632 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17633 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17634   CFLAGS="$saved_CFLAGS"
17635   if test "$ac_cv_c_string_h_warnings" = "no"
17636   then
17637     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17638   fi
17639 fi
17640
17641
17642 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17643 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17644 if test "${ac_cv_asm_func_def+set}" = set; then
17645   $as_echo_n "(cached) " >&6
17646 else
17647   cat >conftest.$ac_ext <<_ACEOF
17648 /* confdefs.h.  */
17649 _ACEOF
17650 cat confdefs.h >>conftest.$ac_ext
17651 cat >>conftest.$ac_ext <<_ACEOF
17652 /* end confdefs.h.  */
17653
17654 int
17655 main ()
17656 {
17657 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17658   ;
17659   return 0;
17660 }
17661 _ACEOF
17662 rm -f conftest.$ac_objext conftest$ac_exeext
17663 if { (ac_try="$ac_link"
17664 case "(($ac_try" in
17665   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17666   *) ac_try_echo=$ac_try;;
17667 esac
17668 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17669 $as_echo "$ac_try_echo") >&5
17670   (eval "$ac_link") 2>conftest.er1
17671   ac_status=$?
17672   grep -v '^ *+' conftest.er1 >conftest.err
17673   rm -f conftest.er1
17674   cat conftest.err >&5
17675   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17676   (exit $ac_status); } && {
17677          test -z "$ac_c_werror_flag" ||
17678          test ! -s conftest.err
17679        } && test -s conftest$ac_exeext && {
17680          test "$cross_compiling" = yes ||
17681          $as_test_x conftest$ac_exeext
17682        }; then
17683   ac_cv_asm_func_def=".def"
17684 else
17685   $as_echo "$as_me: failed program was:" >&5
17686 sed 's/^/| /' conftest.$ac_ext >&5
17687
17688         cat >conftest.$ac_ext <<_ACEOF
17689 /* confdefs.h.  */
17690 _ACEOF
17691 cat confdefs.h >>conftest.$ac_ext
17692 cat >>conftest.$ac_ext <<_ACEOF
17693 /* end confdefs.h.  */
17694
17695 int
17696 main ()
17697 {
17698 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17699   ;
17700   return 0;
17701 }
17702 _ACEOF
17703 rm -f conftest.$ac_objext conftest$ac_exeext
17704 if { (ac_try="$ac_link"
17705 case "(($ac_try" in
17706   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17707   *) ac_try_echo=$ac_try;;
17708 esac
17709 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17710 $as_echo "$ac_try_echo") >&5
17711   (eval "$ac_link") 2>conftest.er1
17712   ac_status=$?
17713   grep -v '^ *+' conftest.er1 >conftest.err
17714   rm -f conftest.er1
17715   cat conftest.err >&5
17716   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17717   (exit $ac_status); } && {
17718          test -z "$ac_c_werror_flag" ||
17719          test ! -s conftest.err
17720        } && test -s conftest$ac_exeext && {
17721          test "$cross_compiling" = yes ||
17722          $as_test_x conftest$ac_exeext
17723        }; then
17724   ac_cv_asm_func_def=".type @function"
17725 else
17726   $as_echo "$as_me: failed program was:" >&5
17727 sed 's/^/| /' conftest.$ac_ext >&5
17728
17729         cat >conftest.$ac_ext <<_ACEOF
17730 /* confdefs.h.  */
17731 _ACEOF
17732 cat confdefs.h >>conftest.$ac_ext
17733 cat >>conftest.$ac_ext <<_ACEOF
17734 /* end confdefs.h.  */
17735
17736 int
17737 main ()
17738 {
17739 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17740   ;
17741   return 0;
17742 }
17743 _ACEOF
17744 rm -f conftest.$ac_objext conftest$ac_exeext
17745 if { (ac_try="$ac_link"
17746 case "(($ac_try" in
17747   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17748   *) ac_try_echo=$ac_try;;
17749 esac
17750 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17751 $as_echo "$ac_try_echo") >&5
17752   (eval "$ac_link") 2>conftest.er1
17753   ac_status=$?
17754   grep -v '^ *+' conftest.er1 >conftest.err
17755   rm -f conftest.er1
17756   cat conftest.err >&5
17757   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17758   (exit $ac_status); } && {
17759          test -z "$ac_c_werror_flag" ||
17760          test ! -s conftest.err
17761        } && test -s conftest$ac_exeext && {
17762          test "$cross_compiling" = yes ||
17763          $as_test_x conftest$ac_exeext
17764        }; then
17765   ac_cv_asm_func_def=".type 2"
17766 else
17767   $as_echo "$as_me: failed program was:" >&5
17768 sed 's/^/| /' conftest.$ac_ext >&5
17769
17770         ac_cv_asm_func_def="unknown"
17771 fi
17772
17773 rm -rf conftest.dSYM
17774 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17775       conftest$ac_exeext conftest.$ac_ext
17776 fi
17777
17778 rm -rf conftest.dSYM
17779 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17780       conftest$ac_exeext conftest.$ac_ext
17781 fi
17782
17783 rm -rf conftest.dSYM
17784 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17785       conftest$ac_exeext conftest.$ac_ext
17786 fi
17787 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17788 $as_echo "$ac_cv_asm_func_def" >&6; }
17789
17790
17791
17792 case "$ac_cv_asm_func_def" in
17793   ".def")
17794      cat >>confdefs.h <<\_ACEOF
17795 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17796 _ACEOF
17797  ;;
17798   ".type @function")
17799      cat >>confdefs.h <<\_ACEOF
17800 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17801 _ACEOF
17802  ;;
17803   ".type 2")
17804      cat >>confdefs.h <<\_ACEOF
17805 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17806 _ACEOF
17807  ;;
17808   *)
17809      cat >>confdefs.h <<\_ACEOF
17810 #define __ASM_FUNC(name) ""
17811 _ACEOF
17812  ;;
17813 esac
17814
17815
17816 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17817 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17818 if test "${ac_cv_c_extern_prefix+set}" = set; then
17819   $as_echo_n "(cached) " >&6
17820 else
17821   cat >conftest.$ac_ext <<_ACEOF
17822 /* confdefs.h.  */
17823 _ACEOF
17824 cat confdefs.h >>conftest.$ac_ext
17825 cat >>conftest.$ac_ext <<_ACEOF
17826 /* end confdefs.h.  */
17827 extern int ac_test;
17828 int
17829 main ()
17830 {
17831 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17832   ;
17833   return 0;
17834 }
17835 _ACEOF
17836 rm -f conftest.$ac_objext conftest$ac_exeext
17837 if { (ac_try="$ac_link"
17838 case "(($ac_try" in
17839   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17840   *) ac_try_echo=$ac_try;;
17841 esac
17842 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17843 $as_echo "$ac_try_echo") >&5
17844   (eval "$ac_link") 2>conftest.er1
17845   ac_status=$?
17846   grep -v '^ *+' conftest.er1 >conftest.err
17847   rm -f conftest.er1
17848   cat conftest.err >&5
17849   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17850   (exit $ac_status); } && {
17851          test -z "$ac_c_werror_flag" ||
17852          test ! -s conftest.err
17853        } && test -s conftest$ac_exeext && {
17854          test "$cross_compiling" = yes ||
17855          $as_test_x conftest$ac_exeext
17856        }; then
17857   ac_cv_c_extern_prefix="yes"
17858 else
17859   $as_echo "$as_me: failed program was:" >&5
17860 sed 's/^/| /' conftest.$ac_ext >&5
17861
17862         ac_cv_c_extern_prefix="no"
17863 fi
17864
17865 rm -rf conftest.dSYM
17866 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17867       conftest$ac_exeext conftest.$ac_ext
17868 fi
17869 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17870 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17871
17872
17873
17874 if test "$ac_cv_c_extern_prefix" = "yes"
17875 then
17876   cat >>confdefs.h <<\_ACEOF
17877 #define __ASM_NAME(name) "_" name
17878 _ACEOF
17879
17880 else
17881   cat >>confdefs.h <<\_ACEOF
17882 #define __ASM_NAME(name) name
17883 _ACEOF
17884
17885 fi
17886
17887
17888 LDPATH=""
17889
17890 case $build_os in
17891   cygwin*|mingw32*)
17892     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17893     ;;
17894   darwin*|macosx*)
17895     ;;
17896   linux*|solaris*)      if test -z "$LDRPATH_LOCAL"
17897     then
17898       LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17899     fi
17900     ;;
17901   *)
17902     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17903     ;;
17904 esac
17905
17906 case $host_os in
17907   mingw32*)
17908     CRTLIBS="-lmsvcrt"
17909
17910     SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17911
17912     ;;
17913 esac
17914
17915 MAIN_BINARY="wine-pthread"
17916   case $host_cpu in
17917   *i[3456789]86*)
17918     case $host_os in
17919       linux* | k*bsd*-gnu)
17920         MAIN_BINARY="wine-glibc"
17921
17922         EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17923  ;;
17924       freebsd*)
17925         MAIN_BINARY="wine-freebsd"
17926
17927         EXTRA_BINARIES="wine-pthread"
17928  ;;
17929     esac
17930     ;;
17931 esac
17932
17933
17934
17935
17936
17937
17938
17939
17940
17941
17942
17943
17944
17945
17946
17947
17948
17949
17950
17951
17952
17953
17954
17955
17956
17957
17958
17959
17960
17961
17962
17963
17964
17965
17966
17967
17968
17969
17970
17971
17972
17973
17974
17975
17976
17977
17978
17979
17980
17981
17982
17983
17984
17985
17986
17987
17988
17989
17990
17991
17992
17993
17994
17995
17996
17997
17998
17999
18000
18001
18002
18003
18004
18005
18006
18007 for ac_func in \
18008         _pclose \
18009         _popen \
18010         _snprintf \
18011         _spawnvp \
18012         _strdup \
18013         _stricmp \
18014         _strnicmp \
18015         _strtoi64 \
18016         _strtoui64 \
18017         _vsnprintf \
18018         asctime_r \
18019         chsize \
18020         clone \
18021         dlopen \
18022         epoll_create \
18023         ffs \
18024         finite \
18025         fork \
18026         fpclass \
18027         fstatfs \
18028         fstatvfs \
18029         ftruncate \
18030         futimes \
18031         futimesat \
18032         getdirentries \
18033         getopt_long \
18034         getpagesize \
18035         getpwuid \
18036         gettid \
18037         gettimeofday \
18038         getuid \
18039         inet_ntop \
18040         inet_pton \
18041         kqueue \
18042         lstat \
18043         memmove \
18044         mmap \
18045         pclose \
18046         poll \
18047         popen \
18048         prctl \
18049         pread \
18050         pwrite \
18051         readdir \
18052         readlink \
18053         rfork \
18054         sched_yield \
18055         select \
18056         setproctitle \
18057         setrlimit \
18058         settimeofday \
18059         sigaltstack \
18060         sigprocmask \
18061         snprintf \
18062         socketpair \
18063         spawnvp \
18064         statfs \
18065         statvfs \
18066         strcasecmp \
18067         strdup \
18068         strerror \
18069         strncasecmp \
18070         strtold \
18071         strtoll \
18072         strtoull \
18073         symlink \
18074         tcgetattr \
18075         thr_kill2 \
18076         timegm \
18077         usleep \
18078         vsnprintf \
18079         wait4 \
18080         waitpid \
18081
18082 do
18083 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18084 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18085 $as_echo_n "checking for $ac_func... " >&6; }
18086 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18087   $as_echo_n "(cached) " >&6
18088 else
18089   cat >conftest.$ac_ext <<_ACEOF
18090 /* confdefs.h.  */
18091 _ACEOF
18092 cat confdefs.h >>conftest.$ac_ext
18093 cat >>conftest.$ac_ext <<_ACEOF
18094 /* end confdefs.h.  */
18095 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18096    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18097 #define $ac_func innocuous_$ac_func
18098
18099 /* System header to define __stub macros and hopefully few prototypes,
18100     which can conflict with char $ac_func (); below.
18101     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18102     <limits.h> exists even on freestanding compilers.  */
18103
18104 #ifdef __STDC__
18105 # include <limits.h>
18106 #else
18107 # include <assert.h>
18108 #endif
18109
18110 #undef $ac_func
18111
18112 /* Override any GCC internal prototype to avoid an error.
18113    Use char because int might match the return type of a GCC
18114    builtin and then its argument prototype would still apply.  */
18115 #ifdef __cplusplus
18116 extern "C"
18117 #endif
18118 char $ac_func ();
18119 /* The GNU C library defines this for functions which it implements
18120     to always fail with ENOSYS.  Some functions are actually named
18121     something starting with __ and the normal name is an alias.  */
18122 #if defined __stub_$ac_func || defined __stub___$ac_func
18123 choke me
18124 #endif
18125
18126 int
18127 main ()
18128 {
18129 return $ac_func ();
18130   ;
18131   return 0;
18132 }
18133 _ACEOF
18134 rm -f conftest.$ac_objext conftest$ac_exeext
18135 if { (ac_try="$ac_link"
18136 case "(($ac_try" in
18137   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18138   *) ac_try_echo=$ac_try;;
18139 esac
18140 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18141 $as_echo "$ac_try_echo") >&5
18142   (eval "$ac_link") 2>conftest.er1
18143   ac_status=$?
18144   grep -v '^ *+' conftest.er1 >conftest.err
18145   rm -f conftest.er1
18146   cat conftest.err >&5
18147   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18148   (exit $ac_status); } && {
18149          test -z "$ac_c_werror_flag" ||
18150          test ! -s conftest.err
18151        } && test -s conftest$ac_exeext && {
18152          test "$cross_compiling" = yes ||
18153          $as_test_x conftest$ac_exeext
18154        }; then
18155   eval "$as_ac_var=yes"
18156 else
18157   $as_echo "$as_me: failed program was:" >&5
18158 sed 's/^/| /' conftest.$ac_ext >&5
18159
18160         eval "$as_ac_var=no"
18161 fi
18162
18163 rm -rf conftest.dSYM
18164 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18165       conftest$ac_exeext conftest.$ac_ext
18166 fi
18167 ac_res=`eval 'as_val=${'$as_ac_var'}
18168                  $as_echo "$as_val"'`
18169                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18170 $as_echo "$ac_res" >&6; }
18171 as_val=`eval 'as_val=${'$as_ac_var'}
18172                  $as_echo "$as_val"'`
18173    if test "x$as_val" = x""yes; then
18174   cat >>confdefs.h <<_ACEOF
18175 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18176 _ACEOF
18177
18178 fi
18179 done
18180
18181
18182 if test "$ac_cv_func_dlopen" = no
18183 then
18184     { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18185 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18186 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18187   $as_echo_n "(cached) " >&6
18188 else
18189   ac_check_lib_save_LIBS=$LIBS
18190 LIBS="-ldl  $LIBS"
18191 cat >conftest.$ac_ext <<_ACEOF
18192 /* confdefs.h.  */
18193 _ACEOF
18194 cat confdefs.h >>conftest.$ac_ext
18195 cat >>conftest.$ac_ext <<_ACEOF
18196 /* end confdefs.h.  */
18197
18198 /* Override any GCC internal prototype to avoid an error.
18199    Use char because int might match the return type of a GCC
18200    builtin and then its argument prototype would still apply.  */
18201 #ifdef __cplusplus
18202 extern "C"
18203 #endif
18204 char dlopen ();
18205 int
18206 main ()
18207 {
18208 return dlopen ();
18209   ;
18210   return 0;
18211 }
18212 _ACEOF
18213 rm -f conftest.$ac_objext conftest$ac_exeext
18214 if { (ac_try="$ac_link"
18215 case "(($ac_try" in
18216   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18217   *) ac_try_echo=$ac_try;;
18218 esac
18219 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18220 $as_echo "$ac_try_echo") >&5
18221   (eval "$ac_link") 2>conftest.er1
18222   ac_status=$?
18223   grep -v '^ *+' conftest.er1 >conftest.err
18224   rm -f conftest.er1
18225   cat conftest.err >&5
18226   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18227   (exit $ac_status); } && {
18228          test -z "$ac_c_werror_flag" ||
18229          test ! -s conftest.err
18230        } && test -s conftest$ac_exeext && {
18231          test "$cross_compiling" = yes ||
18232          $as_test_x conftest$ac_exeext
18233        }; then
18234   ac_cv_lib_dl_dlopen=yes
18235 else
18236   $as_echo "$as_me: failed program was:" >&5
18237 sed 's/^/| /' conftest.$ac_ext >&5
18238
18239         ac_cv_lib_dl_dlopen=no
18240 fi
18241
18242 rm -rf conftest.dSYM
18243 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18244       conftest$ac_exeext conftest.$ac_ext
18245 LIBS=$ac_check_lib_save_LIBS
18246 fi
18247 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18248 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18249 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18250   cat >>confdefs.h <<\_ACEOF
18251 #define HAVE_DLOPEN 1
18252 _ACEOF
18253  LIBDL="-ldl"
18254
18255 fi
18256
18257 fi
18258 ac_wine_check_funcs_save_LIBS="$LIBS"
18259 LIBS="$LIBS $LIBDL"
18260
18261 for ac_func in dladdr
18262 do
18263 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18264 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18265 $as_echo_n "checking for $ac_func... " >&6; }
18266 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18267   $as_echo_n "(cached) " >&6
18268 else
18269   cat >conftest.$ac_ext <<_ACEOF
18270 /* confdefs.h.  */
18271 _ACEOF
18272 cat confdefs.h >>conftest.$ac_ext
18273 cat >>conftest.$ac_ext <<_ACEOF
18274 /* end confdefs.h.  */
18275 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18276    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18277 #define $ac_func innocuous_$ac_func
18278
18279 /* System header to define __stub macros and hopefully few prototypes,
18280     which can conflict with char $ac_func (); below.
18281     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18282     <limits.h> exists even on freestanding compilers.  */
18283
18284 #ifdef __STDC__
18285 # include <limits.h>
18286 #else
18287 # include <assert.h>
18288 #endif
18289
18290 #undef $ac_func
18291
18292 /* Override any GCC internal prototype to avoid an error.
18293    Use char because int might match the return type of a GCC
18294    builtin and then its argument prototype would still apply.  */
18295 #ifdef __cplusplus
18296 extern "C"
18297 #endif
18298 char $ac_func ();
18299 /* The GNU C library defines this for functions which it implements
18300     to always fail with ENOSYS.  Some functions are actually named
18301     something starting with __ and the normal name is an alias.  */
18302 #if defined __stub_$ac_func || defined __stub___$ac_func
18303 choke me
18304 #endif
18305
18306 int
18307 main ()
18308 {
18309 return $ac_func ();
18310   ;
18311   return 0;
18312 }
18313 _ACEOF
18314 rm -f conftest.$ac_objext conftest$ac_exeext
18315 if { (ac_try="$ac_link"
18316 case "(($ac_try" in
18317   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18318   *) ac_try_echo=$ac_try;;
18319 esac
18320 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18321 $as_echo "$ac_try_echo") >&5
18322   (eval "$ac_link") 2>conftest.er1
18323   ac_status=$?
18324   grep -v '^ *+' conftest.er1 >conftest.err
18325   rm -f conftest.er1
18326   cat conftest.err >&5
18327   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18328   (exit $ac_status); } && {
18329          test -z "$ac_c_werror_flag" ||
18330          test ! -s conftest.err
18331        } && test -s conftest$ac_exeext && {
18332          test "$cross_compiling" = yes ||
18333          $as_test_x conftest$ac_exeext
18334        }; then
18335   eval "$as_ac_var=yes"
18336 else
18337   $as_echo "$as_me: failed program was:" >&5
18338 sed 's/^/| /' conftest.$ac_ext >&5
18339
18340         eval "$as_ac_var=no"
18341 fi
18342
18343 rm -rf conftest.dSYM
18344 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18345       conftest$ac_exeext conftest.$ac_ext
18346 fi
18347 ac_res=`eval 'as_val=${'$as_ac_var'}
18348                  $as_echo "$as_val"'`
18349                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18350 $as_echo "$ac_res" >&6; }
18351 as_val=`eval 'as_val=${'$as_ac_var'}
18352                  $as_echo "$as_val"'`
18353    if test "x$as_val" = x""yes; then
18354   cat >>confdefs.h <<_ACEOF
18355 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18356 _ACEOF
18357
18358 fi
18359 done
18360
18361 LIBS="$ac_wine_check_funcs_save_LIBS"
18362
18363 if test "$ac_cv_func_poll" = no
18364 then
18365     { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18366 $as_echo_n "checking for poll in -lpoll... " >&6; }
18367 if test "${ac_cv_lib_poll_poll+set}" = set; then
18368   $as_echo_n "(cached) " >&6
18369 else
18370   ac_check_lib_save_LIBS=$LIBS
18371 LIBS="-lpoll  $LIBS"
18372 cat >conftest.$ac_ext <<_ACEOF
18373 /* confdefs.h.  */
18374 _ACEOF
18375 cat confdefs.h >>conftest.$ac_ext
18376 cat >>conftest.$ac_ext <<_ACEOF
18377 /* end confdefs.h.  */
18378
18379 /* Override any GCC internal prototype to avoid an error.
18380    Use char because int might match the return type of a GCC
18381    builtin and then its argument prototype would still apply.  */
18382 #ifdef __cplusplus
18383 extern "C"
18384 #endif
18385 char poll ();
18386 int
18387 main ()
18388 {
18389 return poll ();
18390   ;
18391   return 0;
18392 }
18393 _ACEOF
18394 rm -f conftest.$ac_objext conftest$ac_exeext
18395 if { (ac_try="$ac_link"
18396 case "(($ac_try" in
18397   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18398   *) ac_try_echo=$ac_try;;
18399 esac
18400 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18401 $as_echo "$ac_try_echo") >&5
18402   (eval "$ac_link") 2>conftest.er1
18403   ac_status=$?
18404   grep -v '^ *+' conftest.er1 >conftest.err
18405   rm -f conftest.er1
18406   cat conftest.err >&5
18407   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18408   (exit $ac_status); } && {
18409          test -z "$ac_c_werror_flag" ||
18410          test ! -s conftest.err
18411        } && test -s conftest$ac_exeext && {
18412          test "$cross_compiling" = yes ||
18413          $as_test_x conftest$ac_exeext
18414        }; then
18415   ac_cv_lib_poll_poll=yes
18416 else
18417   $as_echo "$as_me: failed program was:" >&5
18418 sed 's/^/| /' conftest.$ac_ext >&5
18419
18420         ac_cv_lib_poll_poll=no
18421 fi
18422
18423 rm -rf conftest.dSYM
18424 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18425       conftest$ac_exeext conftest.$ac_ext
18426 LIBS=$ac_check_lib_save_LIBS
18427 fi
18428 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18429 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18430 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18431   cat >>confdefs.h <<\_ACEOF
18432 #define HAVE_POLL 1
18433 _ACEOF
18434  LIBPOLL="-lpoll"
18435
18436 fi
18437
18438 fi
18439
18440 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18441 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18442 if test "${ac_cv_search_gethostbyname+set}" = set; then
18443   $as_echo_n "(cached) " >&6
18444 else
18445   ac_func_search_save_LIBS=$LIBS
18446 cat >conftest.$ac_ext <<_ACEOF
18447 /* confdefs.h.  */
18448 _ACEOF
18449 cat confdefs.h >>conftest.$ac_ext
18450 cat >>conftest.$ac_ext <<_ACEOF
18451 /* end confdefs.h.  */
18452
18453 /* Override any GCC internal prototype to avoid an error.
18454    Use char because int might match the return type of a GCC
18455    builtin and then its argument prototype would still apply.  */
18456 #ifdef __cplusplus
18457 extern "C"
18458 #endif
18459 char gethostbyname ();
18460 int
18461 main ()
18462 {
18463 return gethostbyname ();
18464   ;
18465   return 0;
18466 }
18467 _ACEOF
18468 for ac_lib in '' nsl; do
18469   if test -z "$ac_lib"; then
18470     ac_res="none required"
18471   else
18472     ac_res=-l$ac_lib
18473     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18474   fi
18475   rm -f conftest.$ac_objext conftest$ac_exeext
18476 if { (ac_try="$ac_link"
18477 case "(($ac_try" in
18478   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18479   *) ac_try_echo=$ac_try;;
18480 esac
18481 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18482 $as_echo "$ac_try_echo") >&5
18483   (eval "$ac_link") 2>conftest.er1
18484   ac_status=$?
18485   grep -v '^ *+' conftest.er1 >conftest.err
18486   rm -f conftest.er1
18487   cat conftest.err >&5
18488   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18489   (exit $ac_status); } && {
18490          test -z "$ac_c_werror_flag" ||
18491          test ! -s conftest.err
18492        } && test -s conftest$ac_exeext && {
18493          test "$cross_compiling" = yes ||
18494          $as_test_x conftest$ac_exeext
18495        }; then
18496   ac_cv_search_gethostbyname=$ac_res
18497 else
18498   $as_echo "$as_me: failed program was:" >&5
18499 sed 's/^/| /' conftest.$ac_ext >&5
18500
18501
18502 fi
18503
18504 rm -rf conftest.dSYM
18505 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18506       conftest$ac_exeext
18507   if test "${ac_cv_search_gethostbyname+set}" = set; then
18508   break
18509 fi
18510 done
18511 if test "${ac_cv_search_gethostbyname+set}" = set; then
18512   :
18513 else
18514   ac_cv_search_gethostbyname=no
18515 fi
18516 rm conftest.$ac_ext
18517 LIBS=$ac_func_search_save_LIBS
18518 fi
18519 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18520 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18521 ac_res=$ac_cv_search_gethostbyname
18522 if test "$ac_res" != no; then
18523   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18524
18525 fi
18526
18527
18528 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18529 $as_echo_n "checking for library containing connect... " >&6; }
18530 if test "${ac_cv_search_connect+set}" = set; then
18531   $as_echo_n "(cached) " >&6
18532 else
18533   ac_func_search_save_LIBS=$LIBS
18534 cat >conftest.$ac_ext <<_ACEOF
18535 /* confdefs.h.  */
18536 _ACEOF
18537 cat confdefs.h >>conftest.$ac_ext
18538 cat >>conftest.$ac_ext <<_ACEOF
18539 /* end confdefs.h.  */
18540
18541 /* Override any GCC internal prototype to avoid an error.
18542    Use char because int might match the return type of a GCC
18543    builtin and then its argument prototype would still apply.  */
18544 #ifdef __cplusplus
18545 extern "C"
18546 #endif
18547 char connect ();
18548 int
18549 main ()
18550 {
18551 return connect ();
18552   ;
18553   return 0;
18554 }
18555 _ACEOF
18556 for ac_lib in '' socket; do
18557   if test -z "$ac_lib"; then
18558     ac_res="none required"
18559   else
18560     ac_res=-l$ac_lib
18561     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18562   fi
18563   rm -f conftest.$ac_objext conftest$ac_exeext
18564 if { (ac_try="$ac_link"
18565 case "(($ac_try" in
18566   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18567   *) ac_try_echo=$ac_try;;
18568 esac
18569 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18570 $as_echo "$ac_try_echo") >&5
18571   (eval "$ac_link") 2>conftest.er1
18572   ac_status=$?
18573   grep -v '^ *+' conftest.er1 >conftest.err
18574   rm -f conftest.er1
18575   cat conftest.err >&5
18576   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18577   (exit $ac_status); } && {
18578          test -z "$ac_c_werror_flag" ||
18579          test ! -s conftest.err
18580        } && test -s conftest$ac_exeext && {
18581          test "$cross_compiling" = yes ||
18582          $as_test_x conftest$ac_exeext
18583        }; then
18584   ac_cv_search_connect=$ac_res
18585 else
18586   $as_echo "$as_me: failed program was:" >&5
18587 sed 's/^/| /' conftest.$ac_ext >&5
18588
18589
18590 fi
18591
18592 rm -rf conftest.dSYM
18593 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18594       conftest$ac_exeext
18595   if test "${ac_cv_search_connect+set}" = set; then
18596   break
18597 fi
18598 done
18599 if test "${ac_cv_search_connect+set}" = set; then
18600   :
18601 else
18602   ac_cv_search_connect=no
18603 fi
18604 rm conftest.$ac_ext
18605 LIBS=$ac_func_search_save_LIBS
18606 fi
18607 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18608 $as_echo "$ac_cv_search_connect" >&6; }
18609 ac_res=$ac_cv_search_connect
18610 if test "$ac_res" != no; then
18611   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18612
18613 fi
18614
18615
18616 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18617 $as_echo_n "checking for library containing inet_aton... " >&6; }
18618 if test "${ac_cv_search_inet_aton+set}" = set; then
18619   $as_echo_n "(cached) " >&6
18620 else
18621   ac_func_search_save_LIBS=$LIBS
18622 cat >conftest.$ac_ext <<_ACEOF
18623 /* confdefs.h.  */
18624 _ACEOF
18625 cat confdefs.h >>conftest.$ac_ext
18626 cat >>conftest.$ac_ext <<_ACEOF
18627 /* end confdefs.h.  */
18628
18629 /* Override any GCC internal prototype to avoid an error.
18630    Use char because int might match the return type of a GCC
18631    builtin and then its argument prototype would still apply.  */
18632 #ifdef __cplusplus
18633 extern "C"
18634 #endif
18635 char inet_aton ();
18636 int
18637 main ()
18638 {
18639 return inet_aton ();
18640   ;
18641   return 0;
18642 }
18643 _ACEOF
18644 for ac_lib in '' resolv; do
18645   if test -z "$ac_lib"; then
18646     ac_res="none required"
18647   else
18648     ac_res=-l$ac_lib
18649     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18650   fi
18651   rm -f conftest.$ac_objext conftest$ac_exeext
18652 if { (ac_try="$ac_link"
18653 case "(($ac_try" in
18654   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18655   *) ac_try_echo=$ac_try;;
18656 esac
18657 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18658 $as_echo "$ac_try_echo") >&5
18659   (eval "$ac_link") 2>conftest.er1
18660   ac_status=$?
18661   grep -v '^ *+' conftest.er1 >conftest.err
18662   rm -f conftest.er1
18663   cat conftest.err >&5
18664   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18665   (exit $ac_status); } && {
18666          test -z "$ac_c_werror_flag" ||
18667          test ! -s conftest.err
18668        } && test -s conftest$ac_exeext && {
18669          test "$cross_compiling" = yes ||
18670          $as_test_x conftest$ac_exeext
18671        }; then
18672   ac_cv_search_inet_aton=$ac_res
18673 else
18674   $as_echo "$as_me: failed program was:" >&5
18675 sed 's/^/| /' conftest.$ac_ext >&5
18676
18677
18678 fi
18679
18680 rm -rf conftest.dSYM
18681 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18682       conftest$ac_exeext
18683   if test "${ac_cv_search_inet_aton+set}" = set; then
18684   break
18685 fi
18686 done
18687 if test "${ac_cv_search_inet_aton+set}" = set; then
18688   :
18689 else
18690   ac_cv_search_inet_aton=no
18691 fi
18692 rm conftest.$ac_ext
18693 LIBS=$ac_func_search_save_LIBS
18694 fi
18695 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18696 $as_echo "$ac_cv_search_inet_aton" >&6; }
18697 ac_res=$ac_cv_search_inet_aton
18698 if test "$ac_res" != no; then
18699   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18700
18701 fi
18702
18703
18704
18705
18706
18707
18708
18709
18710
18711
18712 for ac_func in \
18713         getaddrinfo \
18714         getnameinfo \
18715         getnetbyname \
18716         getprotobyname \
18717         getprotobynumber \
18718         getservbyport \
18719         inet_network \
18720         sendmsg \
18721
18722 do
18723 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18724 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18725 $as_echo_n "checking for $ac_func... " >&6; }
18726 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18727   $as_echo_n "(cached) " >&6
18728 else
18729   cat >conftest.$ac_ext <<_ACEOF
18730 /* confdefs.h.  */
18731 _ACEOF
18732 cat confdefs.h >>conftest.$ac_ext
18733 cat >>conftest.$ac_ext <<_ACEOF
18734 /* end confdefs.h.  */
18735 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18736    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18737 #define $ac_func innocuous_$ac_func
18738
18739 /* System header to define __stub macros and hopefully few prototypes,
18740     which can conflict with char $ac_func (); below.
18741     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18742     <limits.h> exists even on freestanding compilers.  */
18743
18744 #ifdef __STDC__
18745 # include <limits.h>
18746 #else
18747 # include <assert.h>
18748 #endif
18749
18750 #undef $ac_func
18751
18752 /* Override any GCC internal prototype to avoid an error.
18753    Use char because int might match the return type of a GCC
18754    builtin and then its argument prototype would still apply.  */
18755 #ifdef __cplusplus
18756 extern "C"
18757 #endif
18758 char $ac_func ();
18759 /* The GNU C library defines this for functions which it implements
18760     to always fail with ENOSYS.  Some functions are actually named
18761     something starting with __ and the normal name is an alias.  */
18762 #if defined __stub_$ac_func || defined __stub___$ac_func
18763 choke me
18764 #endif
18765
18766 int
18767 main ()
18768 {
18769 return $ac_func ();
18770   ;
18771   return 0;
18772 }
18773 _ACEOF
18774 rm -f conftest.$ac_objext conftest$ac_exeext
18775 if { (ac_try="$ac_link"
18776 case "(($ac_try" in
18777   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18778   *) ac_try_echo=$ac_try;;
18779 esac
18780 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18781 $as_echo "$ac_try_echo") >&5
18782   (eval "$ac_link") 2>conftest.er1
18783   ac_status=$?
18784   grep -v '^ *+' conftest.er1 >conftest.err
18785   rm -f conftest.er1
18786   cat conftest.err >&5
18787   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18788   (exit $ac_status); } && {
18789          test -z "$ac_c_werror_flag" ||
18790          test ! -s conftest.err
18791        } && test -s conftest$ac_exeext && {
18792          test "$cross_compiling" = yes ||
18793          $as_test_x conftest$ac_exeext
18794        }; then
18795   eval "$as_ac_var=yes"
18796 else
18797   $as_echo "$as_me: failed program was:" >&5
18798 sed 's/^/| /' conftest.$ac_ext >&5
18799
18800         eval "$as_ac_var=no"
18801 fi
18802
18803 rm -rf conftest.dSYM
18804 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18805       conftest$ac_exeext conftest.$ac_ext
18806 fi
18807 ac_res=`eval 'as_val=${'$as_ac_var'}
18808                  $as_echo "$as_val"'`
18809                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18810 $as_echo "$ac_res" >&6; }
18811 as_val=`eval 'as_val=${'$as_ac_var'}
18812                  $as_echo "$as_val"'`
18813    if test "x$as_val" = x""yes; then
18814   cat >>confdefs.h <<_ACEOF
18815 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18816 _ACEOF
18817
18818 fi
18819 done
18820
18821
18822 LDAPLIBS=""
18823
18824 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18825 then
18826     { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18827 $as_echo_n "checking for LDAPSortKey... " >&6; }
18828 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18829   $as_echo_n "(cached) " >&6
18830 else
18831   ac_cv_type_LDAPSortKey=no
18832 cat >conftest.$ac_ext <<_ACEOF
18833 /* confdefs.h.  */
18834 _ACEOF
18835 cat confdefs.h >>conftest.$ac_ext
18836 cat >>conftest.$ac_ext <<_ACEOF
18837 /* end confdefs.h.  */
18838 #include <ldap.h>
18839
18840 int
18841 main ()
18842 {
18843 if (sizeof (LDAPSortKey))
18844        return 0;
18845   ;
18846   return 0;
18847 }
18848 _ACEOF
18849 rm -f conftest.$ac_objext
18850 if { (ac_try="$ac_compile"
18851 case "(($ac_try" in
18852   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18853   *) ac_try_echo=$ac_try;;
18854 esac
18855 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18856 $as_echo "$ac_try_echo") >&5
18857   (eval "$ac_compile") 2>conftest.er1
18858   ac_status=$?
18859   grep -v '^ *+' conftest.er1 >conftest.err
18860   rm -f conftest.er1
18861   cat conftest.err >&5
18862   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18863   (exit $ac_status); } && {
18864          test -z "$ac_c_werror_flag" ||
18865          test ! -s conftest.err
18866        } && test -s conftest.$ac_objext; then
18867   cat >conftest.$ac_ext <<_ACEOF
18868 /* confdefs.h.  */
18869 _ACEOF
18870 cat confdefs.h >>conftest.$ac_ext
18871 cat >>conftest.$ac_ext <<_ACEOF
18872 /* end confdefs.h.  */
18873 #include <ldap.h>
18874
18875 int
18876 main ()
18877 {
18878 if (sizeof ((LDAPSortKey)))
18879           return 0;
18880   ;
18881   return 0;
18882 }
18883 _ACEOF
18884 rm -f conftest.$ac_objext
18885 if { (ac_try="$ac_compile"
18886 case "(($ac_try" in
18887   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18888   *) ac_try_echo=$ac_try;;
18889 esac
18890 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18891 $as_echo "$ac_try_echo") >&5
18892   (eval "$ac_compile") 2>conftest.er1
18893   ac_status=$?
18894   grep -v '^ *+' conftest.er1 >conftest.err
18895   rm -f conftest.er1
18896   cat conftest.err >&5
18897   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18898   (exit $ac_status); } && {
18899          test -z "$ac_c_werror_flag" ||
18900          test ! -s conftest.err
18901        } && test -s conftest.$ac_objext; then
18902   :
18903 else
18904   $as_echo "$as_me: failed program was:" >&5
18905 sed 's/^/| /' conftest.$ac_ext >&5
18906
18907         ac_cv_type_LDAPSortKey=yes
18908 fi
18909
18910 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18911 else
18912   $as_echo "$as_me: failed program was:" >&5
18913 sed 's/^/| /' conftest.$ac_ext >&5
18914
18915
18916 fi
18917
18918 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18919 fi
18920 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18921 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18922 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18923   { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18924 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18925 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18926   $as_echo_n "(cached) " >&6
18927 else
18928   ac_check_lib_save_LIBS=$LIBS
18929 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18930 cat >conftest.$ac_ext <<_ACEOF
18931 /* confdefs.h.  */
18932 _ACEOF
18933 cat confdefs.h >>conftest.$ac_ext
18934 cat >>conftest.$ac_ext <<_ACEOF
18935 /* end confdefs.h.  */
18936
18937 /* Override any GCC internal prototype to avoid an error.
18938    Use char because int might match the return type of a GCC
18939    builtin and then its argument prototype would still apply.  */
18940 #ifdef __cplusplus
18941 extern "C"
18942 #endif
18943 char ldap_initialize ();
18944 int
18945 main ()
18946 {
18947 return ldap_initialize ();
18948   ;
18949   return 0;
18950 }
18951 _ACEOF
18952 rm -f conftest.$ac_objext conftest$ac_exeext
18953 if { (ac_try="$ac_link"
18954 case "(($ac_try" in
18955   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18956   *) ac_try_echo=$ac_try;;
18957 esac
18958 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18959 $as_echo "$ac_try_echo") >&5
18960   (eval "$ac_link") 2>conftest.er1
18961   ac_status=$?
18962   grep -v '^ *+' conftest.er1 >conftest.err
18963   rm -f conftest.er1
18964   cat conftest.err >&5
18965   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18966   (exit $ac_status); } && {
18967          test -z "$ac_c_werror_flag" ||
18968          test ! -s conftest.err
18969        } && test -s conftest$ac_exeext && {
18970          test "$cross_compiling" = yes ||
18971          $as_test_x conftest$ac_exeext
18972        }; then
18973   ac_cv_lib_ldap_r_ldap_initialize=yes
18974 else
18975   $as_echo "$as_me: failed program was:" >&5
18976 sed 's/^/| /' conftest.$ac_ext >&5
18977
18978         ac_cv_lib_ldap_r_ldap_initialize=no
18979 fi
18980
18981 rm -rf conftest.dSYM
18982 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18983       conftest$ac_exeext conftest.$ac_ext
18984 LIBS=$ac_check_lib_save_LIBS
18985 fi
18986 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18987 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18988 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18989   { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18990 $as_echo_n "checking for ber_init in -llber... " >&6; }
18991 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18992   $as_echo_n "(cached) " >&6
18993 else
18994   ac_check_lib_save_LIBS=$LIBS
18995 LIBS="-llber $LIBPTHREAD $LIBS"
18996 cat >conftest.$ac_ext <<_ACEOF
18997 /* confdefs.h.  */
18998 _ACEOF
18999 cat confdefs.h >>conftest.$ac_ext
19000 cat >>conftest.$ac_ext <<_ACEOF
19001 /* end confdefs.h.  */
19002
19003 /* Override any GCC internal prototype to avoid an error.
19004    Use char because int might match the return type of a GCC
19005    builtin and then its argument prototype would still apply.  */
19006 #ifdef __cplusplus
19007 extern "C"
19008 #endif
19009 char ber_init ();
19010 int
19011 main ()
19012 {
19013 return ber_init ();
19014   ;
19015   return 0;
19016 }
19017 _ACEOF
19018 rm -f conftest.$ac_objext conftest$ac_exeext
19019 if { (ac_try="$ac_link"
19020 case "(($ac_try" in
19021   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19022   *) ac_try_echo=$ac_try;;
19023 esac
19024 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19025 $as_echo "$ac_try_echo") >&5
19026   (eval "$ac_link") 2>conftest.er1
19027   ac_status=$?
19028   grep -v '^ *+' conftest.er1 >conftest.err
19029   rm -f conftest.er1
19030   cat conftest.err >&5
19031   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19032   (exit $ac_status); } && {
19033          test -z "$ac_c_werror_flag" ||
19034          test ! -s conftest.err
19035        } && test -s conftest$ac_exeext && {
19036          test "$cross_compiling" = yes ||
19037          $as_test_x conftest$ac_exeext
19038        }; then
19039   ac_cv_lib_lber_ber_init=yes
19040 else
19041   $as_echo "$as_me: failed program was:" >&5
19042 sed 's/^/| /' conftest.$ac_ext >&5
19043
19044         ac_cv_lib_lber_ber_init=no
19045 fi
19046
19047 rm -rf conftest.dSYM
19048 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19049       conftest$ac_exeext conftest.$ac_ext
19050 LIBS=$ac_check_lib_save_LIBS
19051 fi
19052 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19053 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19054 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19055
19056 cat >>confdefs.h <<\_ACEOF
19057 #define HAVE_LDAP 1
19058 _ACEOF
19059
19060                  LDAPLIBS="-lldap_r -llber"
19061 fi
19062
19063 fi
19064
19065 fi
19066
19067     ac_wine_check_funcs_save_LIBS="$LIBS"
19068 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19069
19070
19071
19072
19073
19074
19075
19076
19077 for ac_func in \
19078         ldap_count_references \
19079         ldap_first_reference \
19080         ldap_next_reference \
19081         ldap_parse_reference \
19082         ldap_parse_sort_control \
19083         ldap_parse_sortresponse_control \
19084         ldap_parse_vlv_control \
19085         ldap_parse_vlvresponse_control
19086 do
19087 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19088 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19089 $as_echo_n "checking for $ac_func... " >&6; }
19090 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19091   $as_echo_n "(cached) " >&6
19092 else
19093   cat >conftest.$ac_ext <<_ACEOF
19094 /* confdefs.h.  */
19095 _ACEOF
19096 cat confdefs.h >>conftest.$ac_ext
19097 cat >>conftest.$ac_ext <<_ACEOF
19098 /* end confdefs.h.  */
19099 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19100    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
19101 #define $ac_func innocuous_$ac_func
19102
19103 /* System header to define __stub macros and hopefully few prototypes,
19104     which can conflict with char $ac_func (); below.
19105     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19106     <limits.h> exists even on freestanding compilers.  */
19107
19108 #ifdef __STDC__
19109 # include <limits.h>
19110 #else
19111 # include <assert.h>
19112 #endif
19113
19114 #undef $ac_func
19115
19116 /* Override any GCC internal prototype to avoid an error.
19117    Use char because int might match the return type of a GCC
19118    builtin and then its argument prototype would still apply.  */
19119 #ifdef __cplusplus
19120 extern "C"
19121 #endif
19122 char $ac_func ();
19123 /* The GNU C library defines this for functions which it implements
19124     to always fail with ENOSYS.  Some functions are actually named
19125     something starting with __ and the normal name is an alias.  */
19126 #if defined __stub_$ac_func || defined __stub___$ac_func
19127 choke me
19128 #endif
19129
19130 int
19131 main ()
19132 {
19133 return $ac_func ();
19134   ;
19135   return 0;
19136 }
19137 _ACEOF
19138 rm -f conftest.$ac_objext conftest$ac_exeext
19139 if { (ac_try="$ac_link"
19140 case "(($ac_try" in
19141   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19142   *) ac_try_echo=$ac_try;;
19143 esac
19144 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19145 $as_echo "$ac_try_echo") >&5
19146   (eval "$ac_link") 2>conftest.er1
19147   ac_status=$?
19148   grep -v '^ *+' conftest.er1 >conftest.err
19149   rm -f conftest.er1
19150   cat conftest.err >&5
19151   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19152   (exit $ac_status); } && {
19153          test -z "$ac_c_werror_flag" ||
19154          test ! -s conftest.err
19155        } && test -s conftest$ac_exeext && {
19156          test "$cross_compiling" = yes ||
19157          $as_test_x conftest$ac_exeext
19158        }; then
19159   eval "$as_ac_var=yes"
19160 else
19161   $as_echo "$as_me: failed program was:" >&5
19162 sed 's/^/| /' conftest.$ac_ext >&5
19163
19164         eval "$as_ac_var=no"
19165 fi
19166
19167 rm -rf conftest.dSYM
19168 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19169       conftest$ac_exeext conftest.$ac_ext
19170 fi
19171 ac_res=`eval 'as_val=${'$as_ac_var'}
19172                  $as_echo "$as_val"'`
19173                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19174 $as_echo "$ac_res" >&6; }
19175 as_val=`eval 'as_val=${'$as_ac_var'}
19176                  $as_echo "$as_val"'`
19177    if test "x$as_val" = x""yes; then
19178   cat >>confdefs.h <<_ACEOF
19179 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19180 _ACEOF
19181
19182 fi
19183 done
19184
19185 LIBS="$ac_wine_check_funcs_save_LIBS"
19186 fi
19187 if test "x$LDAPLIBS" = "x"; then
19188   case "x$with_ldap" in
19189   x)   wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19190   xno) ;;
19191   *)   { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19192 This is an error since --with-ldap was requested." >&5
19193 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19194 This is an error since --with-ldap was requested." >&2;}
19195    { (exit 1); exit 1; }; } ;;
19196 esac
19197 fi
19198
19199
19200 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19201 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19202 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19203   $as_echo_n "(cached) " >&6
19204 else
19205   cat >conftest.$ac_ext <<_ACEOF
19206 /* confdefs.h.  */
19207 _ACEOF
19208 cat confdefs.h >>conftest.$ac_ext
19209 cat >>conftest.$ac_ext <<_ACEOF
19210 /* end confdefs.h.  */
19211 #include <sys/stat.h>
19212 int
19213 main ()
19214 {
19215 mkdir("foo");
19216   ;
19217   return 0;
19218 }
19219 _ACEOF
19220 rm -f conftest.$ac_objext
19221 if { (ac_try="$ac_compile"
19222 case "(($ac_try" in
19223   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19224   *) ac_try_echo=$ac_try;;
19225 esac
19226 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19227 $as_echo "$ac_try_echo") >&5
19228   (eval "$ac_compile") 2>conftest.er1
19229   ac_status=$?
19230   grep -v '^ *+' conftest.er1 >conftest.err
19231   rm -f conftest.er1
19232   cat conftest.err >&5
19233   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19234   (exit $ac_status); } && {
19235          test -z "$ac_c_werror_flag" ||
19236          test ! -s conftest.err
19237        } && test -s conftest.$ac_objext; then
19238   wine_cv_one_arg_mkdir=yes
19239 else
19240   $as_echo "$as_me: failed program was:" >&5
19241 sed 's/^/| /' conftest.$ac_ext >&5
19242
19243         wine_cv_one_arg_mkdir=no
19244 fi
19245
19246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19247 fi
19248 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19249 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19250 if test "$wine_cv_one_arg_mkdir" = "yes"
19251 then
19252
19253 cat >>confdefs.h <<\_ACEOF
19254 #define HAVE_ONE_ARG_MKDIR 1
19255 _ACEOF
19256
19257 fi
19258
19259
19260 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19261 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19262 if test "${ac_cv_c_const+set}" = set; then
19263   $as_echo_n "(cached) " >&6
19264 else
19265   cat >conftest.$ac_ext <<_ACEOF
19266 /* confdefs.h.  */
19267 _ACEOF
19268 cat confdefs.h >>conftest.$ac_ext
19269 cat >>conftest.$ac_ext <<_ACEOF
19270 /* end confdefs.h.  */
19271
19272 int
19273 main ()
19274 {
19275 /* FIXME: Include the comments suggested by Paul. */
19276 #ifndef __cplusplus
19277   /* Ultrix mips cc rejects this.  */
19278   typedef int charset[2];
19279   const charset cs;
19280   /* SunOS 4.1.1 cc rejects this.  */
19281   char const *const *pcpcc;
19282   char **ppc;
19283   /* NEC SVR4.0.2 mips cc rejects this.  */
19284   struct point {int x, y;};
19285   static struct point const zero = {0,0};
19286   /* AIX XL C 1.02.0.0 rejects this.
19287      It does not let you subtract one const X* pointer from another in
19288      an arm of an if-expression whose if-part is not a constant
19289      expression */
19290   const char *g = "string";
19291   pcpcc = &g + (g ? g-g : 0);
19292   /* HPUX 7.0 cc rejects these. */
19293   ++pcpcc;
19294   ppc = (char**) pcpcc;
19295   pcpcc = (char const *const *) ppc;
19296   { /* SCO 3.2v4 cc rejects this.  */
19297     char *t;
19298     char const *s = 0 ? (char *) 0 : (char const *) 0;
19299
19300     *t++ = 0;
19301     if (s) return 0;
19302   }
19303   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
19304     int x[] = {25, 17};
19305     const int *foo = &x[0];
19306     ++foo;
19307   }
19308   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19309     typedef const int *iptr;
19310     iptr p = 0;
19311     ++p;
19312   }
19313   { /* AIX XL C 1.02.0.0 rejects this saying
19314        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19315     struct s { int j; const int *ap[3]; };
19316     struct s *b; b->j = 5;
19317   }
19318   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19319     const int foo = 10;
19320     if (!foo) return 0;
19321   }
19322   return !cs[0] && !zero.x;
19323 #endif
19324
19325   ;
19326   return 0;
19327 }
19328 _ACEOF
19329 rm -f conftest.$ac_objext
19330 if { (ac_try="$ac_compile"
19331 case "(($ac_try" in
19332   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19333   *) ac_try_echo=$ac_try;;
19334 esac
19335 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19336 $as_echo "$ac_try_echo") >&5
19337   (eval "$ac_compile") 2>conftest.er1
19338   ac_status=$?
19339   grep -v '^ *+' conftest.er1 >conftest.err
19340   rm -f conftest.er1
19341   cat conftest.err >&5
19342   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19343   (exit $ac_status); } && {
19344          test -z "$ac_c_werror_flag" ||
19345          test ! -s conftest.err
19346        } && test -s conftest.$ac_objext; then
19347   ac_cv_c_const=yes
19348 else
19349   $as_echo "$as_me: failed program was:" >&5
19350 sed 's/^/| /' conftest.$ac_ext >&5
19351
19352         ac_cv_c_const=no
19353 fi
19354
19355 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19356 fi
19357 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19358 $as_echo "$ac_cv_c_const" >&6; }
19359 if test $ac_cv_c_const = no; then
19360
19361 cat >>confdefs.h <<\_ACEOF
19362 #define const /**/
19363 _ACEOF
19364
19365 fi
19366
19367 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19368 $as_echo_n "checking for inline... " >&6; }
19369 if test "${ac_cv_c_inline+set}" = set; then
19370   $as_echo_n "(cached) " >&6
19371 else
19372   ac_cv_c_inline=no
19373 for ac_kw in inline __inline__ __inline; do
19374   cat >conftest.$ac_ext <<_ACEOF
19375 /* confdefs.h.  */
19376 _ACEOF
19377 cat confdefs.h >>conftest.$ac_ext
19378 cat >>conftest.$ac_ext <<_ACEOF
19379 /* end confdefs.h.  */
19380 #ifndef __cplusplus
19381 typedef int foo_t;
19382 static $ac_kw foo_t static_foo () {return 0; }
19383 $ac_kw foo_t foo () {return 0; }
19384 #endif
19385
19386 _ACEOF
19387 rm -f conftest.$ac_objext
19388 if { (ac_try="$ac_compile"
19389 case "(($ac_try" in
19390   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19391   *) ac_try_echo=$ac_try;;
19392 esac
19393 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19394 $as_echo "$ac_try_echo") >&5
19395   (eval "$ac_compile") 2>conftest.er1
19396   ac_status=$?
19397   grep -v '^ *+' conftest.er1 >conftest.err
19398   rm -f conftest.er1
19399   cat conftest.err >&5
19400   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19401   (exit $ac_status); } && {
19402          test -z "$ac_c_werror_flag" ||
19403          test ! -s conftest.err
19404        } && test -s conftest.$ac_objext; then
19405   ac_cv_c_inline=$ac_kw
19406 else
19407   $as_echo "$as_me: failed program was:" >&5
19408 sed 's/^/| /' conftest.$ac_ext >&5
19409
19410
19411 fi
19412
19413 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19414   test "$ac_cv_c_inline" != no && break
19415 done
19416
19417 fi
19418 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19419 $as_echo "$ac_cv_c_inline" >&6; }
19420
19421
19422 case $ac_cv_c_inline in
19423   inline | yes) ;;
19424   *)
19425     case $ac_cv_c_inline in
19426       no) ac_val=;;
19427       *) ac_val=$ac_cv_c_inline;;
19428     esac
19429     cat >>confdefs.h <<_ACEOF
19430 #ifndef __cplusplus
19431 #define inline $ac_val
19432 #endif
19433 _ACEOF
19434     ;;
19435 esac
19436
19437 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19438 $as_echo_n "checking for mode_t... " >&6; }
19439 if test "${ac_cv_type_mode_t+set}" = set; then
19440   $as_echo_n "(cached) " >&6
19441 else
19442   ac_cv_type_mode_t=no
19443 cat >conftest.$ac_ext <<_ACEOF
19444 /* confdefs.h.  */
19445 _ACEOF
19446 cat confdefs.h >>conftest.$ac_ext
19447 cat >>conftest.$ac_ext <<_ACEOF
19448 /* end confdefs.h.  */
19449 $ac_includes_default
19450 int
19451 main ()
19452 {
19453 if (sizeof (mode_t))
19454        return 0;
19455   ;
19456   return 0;
19457 }
19458 _ACEOF
19459 rm -f conftest.$ac_objext
19460 if { (ac_try="$ac_compile"
19461 case "(($ac_try" in
19462   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19463   *) ac_try_echo=$ac_try;;
19464 esac
19465 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19466 $as_echo "$ac_try_echo") >&5
19467   (eval "$ac_compile") 2>conftest.er1
19468   ac_status=$?
19469   grep -v '^ *+' conftest.er1 >conftest.err
19470   rm -f conftest.er1
19471   cat conftest.err >&5
19472   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19473   (exit $ac_status); } && {
19474          test -z "$ac_c_werror_flag" ||
19475          test ! -s conftest.err
19476        } && test -s conftest.$ac_objext; then
19477   cat >conftest.$ac_ext <<_ACEOF
19478 /* confdefs.h.  */
19479 _ACEOF
19480 cat confdefs.h >>conftest.$ac_ext
19481 cat >>conftest.$ac_ext <<_ACEOF
19482 /* end confdefs.h.  */
19483 $ac_includes_default
19484 int
19485 main ()
19486 {
19487 if (sizeof ((mode_t)))
19488           return 0;
19489   ;
19490   return 0;
19491 }
19492 _ACEOF
19493 rm -f conftest.$ac_objext
19494 if { (ac_try="$ac_compile"
19495 case "(($ac_try" in
19496   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19497   *) ac_try_echo=$ac_try;;
19498 esac
19499 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19500 $as_echo "$ac_try_echo") >&5
19501   (eval "$ac_compile") 2>conftest.er1
19502   ac_status=$?
19503   grep -v '^ *+' conftest.er1 >conftest.err
19504   rm -f conftest.er1
19505   cat conftest.err >&5
19506   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19507   (exit $ac_status); } && {
19508          test -z "$ac_c_werror_flag" ||
19509          test ! -s conftest.err
19510        } && test -s conftest.$ac_objext; then
19511   :
19512 else
19513   $as_echo "$as_me: failed program was:" >&5
19514 sed 's/^/| /' conftest.$ac_ext >&5
19515
19516         ac_cv_type_mode_t=yes
19517 fi
19518
19519 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19520 else
19521   $as_echo "$as_me: failed program was:" >&5
19522 sed 's/^/| /' conftest.$ac_ext >&5
19523
19524
19525 fi
19526
19527 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19528 fi
19529 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19530 $as_echo "$ac_cv_type_mode_t" >&6; }
19531 if test "x$ac_cv_type_mode_t" = x""yes; then
19532
19533 cat >>confdefs.h <<_ACEOF
19534 #define HAVE_MODE_T 1
19535 _ACEOF
19536
19537
19538 fi
19539 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19540 $as_echo_n "checking for off_t... " >&6; }
19541 if test "${ac_cv_type_off_t+set}" = set; then
19542   $as_echo_n "(cached) " >&6
19543 else
19544   ac_cv_type_off_t=no
19545 cat >conftest.$ac_ext <<_ACEOF
19546 /* confdefs.h.  */
19547 _ACEOF
19548 cat confdefs.h >>conftest.$ac_ext
19549 cat >>conftest.$ac_ext <<_ACEOF
19550 /* end confdefs.h.  */
19551 $ac_includes_default
19552 int
19553 main ()
19554 {
19555 if (sizeof (off_t))
19556        return 0;
19557   ;
19558   return 0;
19559 }
19560 _ACEOF
19561 rm -f conftest.$ac_objext
19562 if { (ac_try="$ac_compile"
19563 case "(($ac_try" in
19564   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19565   *) ac_try_echo=$ac_try;;
19566 esac
19567 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19568 $as_echo "$ac_try_echo") >&5
19569   (eval "$ac_compile") 2>conftest.er1
19570   ac_status=$?
19571   grep -v '^ *+' conftest.er1 >conftest.err
19572   rm -f conftest.er1
19573   cat conftest.err >&5
19574   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19575   (exit $ac_status); } && {
19576          test -z "$ac_c_werror_flag" ||
19577          test ! -s conftest.err
19578        } && test -s conftest.$ac_objext; then
19579   cat >conftest.$ac_ext <<_ACEOF
19580 /* confdefs.h.  */
19581 _ACEOF
19582 cat confdefs.h >>conftest.$ac_ext
19583 cat >>conftest.$ac_ext <<_ACEOF
19584 /* end confdefs.h.  */
19585 $ac_includes_default
19586 int
19587 main ()
19588 {
19589 if (sizeof ((off_t)))
19590           return 0;
19591   ;
19592   return 0;
19593 }
19594 _ACEOF
19595 rm -f conftest.$ac_objext
19596 if { (ac_try="$ac_compile"
19597 case "(($ac_try" in
19598   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19599   *) ac_try_echo=$ac_try;;
19600 esac
19601 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19602 $as_echo "$ac_try_echo") >&5
19603   (eval "$ac_compile") 2>conftest.er1
19604   ac_status=$?
19605   grep -v '^ *+' conftest.er1 >conftest.err
19606   rm -f conftest.er1
19607   cat conftest.err >&5
19608   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19609   (exit $ac_status); } && {
19610          test -z "$ac_c_werror_flag" ||
19611          test ! -s conftest.err
19612        } && test -s conftest.$ac_objext; then
19613   :
19614 else
19615   $as_echo "$as_me: failed program was:" >&5
19616 sed 's/^/| /' conftest.$ac_ext >&5
19617
19618         ac_cv_type_off_t=yes
19619 fi
19620
19621 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19622 else
19623   $as_echo "$as_me: failed program was:" >&5
19624 sed 's/^/| /' conftest.$ac_ext >&5
19625
19626
19627 fi
19628
19629 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19630 fi
19631 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19632 $as_echo "$ac_cv_type_off_t" >&6; }
19633 if test "x$ac_cv_type_off_t" = x""yes; then
19634
19635 cat >>confdefs.h <<_ACEOF
19636 #define HAVE_OFF_T 1
19637 _ACEOF
19638
19639
19640 fi
19641 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19642 $as_echo_n "checking for pid_t... " >&6; }
19643 if test "${ac_cv_type_pid_t+set}" = set; then
19644   $as_echo_n "(cached) " >&6
19645 else
19646   ac_cv_type_pid_t=no
19647 cat >conftest.$ac_ext <<_ACEOF
19648 /* confdefs.h.  */
19649 _ACEOF
19650 cat confdefs.h >>conftest.$ac_ext
19651 cat >>conftest.$ac_ext <<_ACEOF
19652 /* end confdefs.h.  */
19653 $ac_includes_default
19654 int
19655 main ()
19656 {
19657 if (sizeof (pid_t))
19658        return 0;
19659   ;
19660   return 0;
19661 }
19662 _ACEOF
19663 rm -f conftest.$ac_objext
19664 if { (ac_try="$ac_compile"
19665 case "(($ac_try" in
19666   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19667   *) ac_try_echo=$ac_try;;
19668 esac
19669 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19670 $as_echo "$ac_try_echo") >&5
19671   (eval "$ac_compile") 2>conftest.er1
19672   ac_status=$?
19673   grep -v '^ *+' conftest.er1 >conftest.err
19674   rm -f conftest.er1
19675   cat conftest.err >&5
19676   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19677   (exit $ac_status); } && {
19678          test -z "$ac_c_werror_flag" ||
19679          test ! -s conftest.err
19680        } && test -s conftest.$ac_objext; then
19681   cat >conftest.$ac_ext <<_ACEOF
19682 /* confdefs.h.  */
19683 _ACEOF
19684 cat confdefs.h >>conftest.$ac_ext
19685 cat >>conftest.$ac_ext <<_ACEOF
19686 /* end confdefs.h.  */
19687 $ac_includes_default
19688 int
19689 main ()
19690 {
19691 if (sizeof ((pid_t)))
19692           return 0;
19693   ;
19694   return 0;
19695 }
19696 _ACEOF
19697 rm -f conftest.$ac_objext
19698 if { (ac_try="$ac_compile"
19699 case "(($ac_try" in
19700   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19701   *) ac_try_echo=$ac_try;;
19702 esac
19703 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19704 $as_echo "$ac_try_echo") >&5
19705   (eval "$ac_compile") 2>conftest.er1
19706   ac_status=$?
19707   grep -v '^ *+' conftest.er1 >conftest.err
19708   rm -f conftest.er1
19709   cat conftest.err >&5
19710   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19711   (exit $ac_status); } && {
19712          test -z "$ac_c_werror_flag" ||
19713          test ! -s conftest.err
19714        } && test -s conftest.$ac_objext; then
19715   :
19716 else
19717   $as_echo "$as_me: failed program was:" >&5
19718 sed 's/^/| /' conftest.$ac_ext >&5
19719
19720         ac_cv_type_pid_t=yes
19721 fi
19722
19723 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19724 else
19725   $as_echo "$as_me: failed program was:" >&5
19726 sed 's/^/| /' conftest.$ac_ext >&5
19727
19728
19729 fi
19730
19731 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19732 fi
19733 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19734 $as_echo "$ac_cv_type_pid_t" >&6; }
19735 if test "x$ac_cv_type_pid_t" = x""yes; then
19736
19737 cat >>confdefs.h <<_ACEOF
19738 #define HAVE_PID_T 1
19739 _ACEOF
19740
19741
19742 fi
19743 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19744 $as_echo_n "checking for size_t... " >&6; }
19745 if test "${ac_cv_type_size_t+set}" = set; then
19746   $as_echo_n "(cached) " >&6
19747 else
19748   ac_cv_type_size_t=no
19749 cat >conftest.$ac_ext <<_ACEOF
19750 /* confdefs.h.  */
19751 _ACEOF
19752 cat confdefs.h >>conftest.$ac_ext
19753 cat >>conftest.$ac_ext <<_ACEOF
19754 /* end confdefs.h.  */
19755 $ac_includes_default
19756 int
19757 main ()
19758 {
19759 if (sizeof (size_t))
19760        return 0;
19761   ;
19762   return 0;
19763 }
19764 _ACEOF
19765 rm -f conftest.$ac_objext
19766 if { (ac_try="$ac_compile"
19767 case "(($ac_try" in
19768   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19769   *) ac_try_echo=$ac_try;;
19770 esac
19771 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19772 $as_echo "$ac_try_echo") >&5
19773   (eval "$ac_compile") 2>conftest.er1
19774   ac_status=$?
19775   grep -v '^ *+' conftest.er1 >conftest.err
19776   rm -f conftest.er1
19777   cat conftest.err >&5
19778   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19779   (exit $ac_status); } && {
19780          test -z "$ac_c_werror_flag" ||
19781          test ! -s conftest.err
19782        } && test -s conftest.$ac_objext; then
19783   cat >conftest.$ac_ext <<_ACEOF
19784 /* confdefs.h.  */
19785 _ACEOF
19786 cat confdefs.h >>conftest.$ac_ext
19787 cat >>conftest.$ac_ext <<_ACEOF
19788 /* end confdefs.h.  */
19789 $ac_includes_default
19790 int
19791 main ()
19792 {
19793 if (sizeof ((size_t)))
19794           return 0;
19795   ;
19796   return 0;
19797 }
19798 _ACEOF
19799 rm -f conftest.$ac_objext
19800 if { (ac_try="$ac_compile"
19801 case "(($ac_try" in
19802   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19803   *) ac_try_echo=$ac_try;;
19804 esac
19805 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19806 $as_echo "$ac_try_echo") >&5
19807   (eval "$ac_compile") 2>conftest.er1
19808   ac_status=$?
19809   grep -v '^ *+' conftest.er1 >conftest.err
19810   rm -f conftest.er1
19811   cat conftest.err >&5
19812   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19813   (exit $ac_status); } && {
19814          test -z "$ac_c_werror_flag" ||
19815          test ! -s conftest.err
19816        } && test -s conftest.$ac_objext; then
19817   :
19818 else
19819   $as_echo "$as_me: failed program was:" >&5
19820 sed 's/^/| /' conftest.$ac_ext >&5
19821
19822         ac_cv_type_size_t=yes
19823 fi
19824
19825 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19826 else
19827   $as_echo "$as_me: failed program was:" >&5
19828 sed 's/^/| /' conftest.$ac_ext >&5
19829
19830
19831 fi
19832
19833 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19834 fi
19835 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19836 $as_echo "$ac_cv_type_size_t" >&6; }
19837 if test "x$ac_cv_type_size_t" = x""yes; then
19838
19839 cat >>confdefs.h <<_ACEOF
19840 #define HAVE_SIZE_T 1
19841 _ACEOF
19842
19843
19844 fi
19845 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19846 $as_echo_n "checking for ssize_t... " >&6; }
19847 if test "${ac_cv_type_ssize_t+set}" = set; then
19848   $as_echo_n "(cached) " >&6
19849 else
19850   ac_cv_type_ssize_t=no
19851 cat >conftest.$ac_ext <<_ACEOF
19852 /* confdefs.h.  */
19853 _ACEOF
19854 cat confdefs.h >>conftest.$ac_ext
19855 cat >>conftest.$ac_ext <<_ACEOF
19856 /* end confdefs.h.  */
19857 $ac_includes_default
19858 int
19859 main ()
19860 {
19861 if (sizeof (ssize_t))
19862        return 0;
19863   ;
19864   return 0;
19865 }
19866 _ACEOF
19867 rm -f conftest.$ac_objext
19868 if { (ac_try="$ac_compile"
19869 case "(($ac_try" in
19870   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19871   *) ac_try_echo=$ac_try;;
19872 esac
19873 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19874 $as_echo "$ac_try_echo") >&5
19875   (eval "$ac_compile") 2>conftest.er1
19876   ac_status=$?
19877   grep -v '^ *+' conftest.er1 >conftest.err
19878   rm -f conftest.er1
19879   cat conftest.err >&5
19880   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19881   (exit $ac_status); } && {
19882          test -z "$ac_c_werror_flag" ||
19883          test ! -s conftest.err
19884        } && test -s conftest.$ac_objext; then
19885   cat >conftest.$ac_ext <<_ACEOF
19886 /* confdefs.h.  */
19887 _ACEOF
19888 cat confdefs.h >>conftest.$ac_ext
19889 cat >>conftest.$ac_ext <<_ACEOF
19890 /* end confdefs.h.  */
19891 $ac_includes_default
19892 int
19893 main ()
19894 {
19895 if (sizeof ((ssize_t)))
19896           return 0;
19897   ;
19898   return 0;
19899 }
19900 _ACEOF
19901 rm -f conftest.$ac_objext
19902 if { (ac_try="$ac_compile"
19903 case "(($ac_try" in
19904   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19905   *) ac_try_echo=$ac_try;;
19906 esac
19907 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19908 $as_echo "$ac_try_echo") >&5
19909   (eval "$ac_compile") 2>conftest.er1
19910   ac_status=$?
19911   grep -v '^ *+' conftest.er1 >conftest.err
19912   rm -f conftest.er1
19913   cat conftest.err >&5
19914   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19915   (exit $ac_status); } && {
19916          test -z "$ac_c_werror_flag" ||
19917          test ! -s conftest.err
19918        } && test -s conftest.$ac_objext; then
19919   :
19920 else
19921   $as_echo "$as_me: failed program was:" >&5
19922 sed 's/^/| /' conftest.$ac_ext >&5
19923
19924         ac_cv_type_ssize_t=yes
19925 fi
19926
19927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19928 else
19929   $as_echo "$as_me: failed program was:" >&5
19930 sed 's/^/| /' conftest.$ac_ext >&5
19931
19932
19933 fi
19934
19935 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19936 fi
19937 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19938 $as_echo "$ac_cv_type_ssize_t" >&6; }
19939 if test "x$ac_cv_type_ssize_t" = x""yes; then
19940
19941 cat >>confdefs.h <<_ACEOF
19942 #define HAVE_SSIZE_T 1
19943 _ACEOF
19944
19945
19946 fi
19947 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19948 $as_echo_n "checking for long long... " >&6; }
19949 if test "${ac_cv_type_long_long+set}" = set; then
19950   $as_echo_n "(cached) " >&6
19951 else
19952   ac_cv_type_long_long=no
19953 cat >conftest.$ac_ext <<_ACEOF
19954 /* confdefs.h.  */
19955 _ACEOF
19956 cat confdefs.h >>conftest.$ac_ext
19957 cat >>conftest.$ac_ext <<_ACEOF
19958 /* end confdefs.h.  */
19959 $ac_includes_default
19960 int
19961 main ()
19962 {
19963 if (sizeof (long long))
19964        return 0;
19965   ;
19966   return 0;
19967 }
19968 _ACEOF
19969 rm -f conftest.$ac_objext
19970 if { (ac_try="$ac_compile"
19971 case "(($ac_try" in
19972   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19973   *) ac_try_echo=$ac_try;;
19974 esac
19975 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19976 $as_echo "$ac_try_echo") >&5
19977   (eval "$ac_compile") 2>conftest.er1
19978   ac_status=$?
19979   grep -v '^ *+' conftest.er1 >conftest.err
19980   rm -f conftest.er1
19981   cat conftest.err >&5
19982   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19983   (exit $ac_status); } && {
19984          test -z "$ac_c_werror_flag" ||
19985          test ! -s conftest.err
19986        } && test -s conftest.$ac_objext; then
19987   cat >conftest.$ac_ext <<_ACEOF
19988 /* confdefs.h.  */
19989 _ACEOF
19990 cat confdefs.h >>conftest.$ac_ext
19991 cat >>conftest.$ac_ext <<_ACEOF
19992 /* end confdefs.h.  */
19993 $ac_includes_default
19994 int
19995 main ()
19996 {
19997 if (sizeof ((long long)))
19998           return 0;
19999   ;
20000   return 0;
20001 }
20002 _ACEOF
20003 rm -f conftest.$ac_objext
20004 if { (ac_try="$ac_compile"
20005 case "(($ac_try" in
20006   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20007   *) ac_try_echo=$ac_try;;
20008 esac
20009 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20010 $as_echo "$ac_try_echo") >&5
20011   (eval "$ac_compile") 2>conftest.er1
20012   ac_status=$?
20013   grep -v '^ *+' conftest.er1 >conftest.err
20014   rm -f conftest.er1
20015   cat conftest.err >&5
20016   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20017   (exit $ac_status); } && {
20018          test -z "$ac_c_werror_flag" ||
20019          test ! -s conftest.err
20020        } && test -s conftest.$ac_objext; then
20021   :
20022 else
20023   $as_echo "$as_me: failed program was:" >&5
20024 sed 's/^/| /' conftest.$ac_ext >&5
20025
20026         ac_cv_type_long_long=yes
20027 fi
20028
20029 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20030 else
20031   $as_echo "$as_me: failed program was:" >&5
20032 sed 's/^/| /' conftest.$ac_ext >&5
20033
20034
20035 fi
20036
20037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20038 fi
20039 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20040 $as_echo "$ac_cv_type_long_long" >&6; }
20041 if test "x$ac_cv_type_long_long" = x""yes; then
20042
20043 cat >>confdefs.h <<_ACEOF
20044 #define HAVE_LONG_LONG 1
20045 _ACEOF
20046
20047
20048 fi
20049 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20050 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20051 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20052   $as_echo_n "(cached) " >&6
20053 else
20054   ac_cv_type_fsblkcnt_t=no
20055 cat >conftest.$ac_ext <<_ACEOF
20056 /* confdefs.h.  */
20057 _ACEOF
20058 cat confdefs.h >>conftest.$ac_ext
20059 cat >>conftest.$ac_ext <<_ACEOF
20060 /* end confdefs.h.  */
20061 $ac_includes_default
20062 int
20063 main ()
20064 {
20065 if (sizeof (fsblkcnt_t))
20066        return 0;
20067   ;
20068   return 0;
20069 }
20070 _ACEOF
20071 rm -f conftest.$ac_objext
20072 if { (ac_try="$ac_compile"
20073 case "(($ac_try" in
20074   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20075   *) ac_try_echo=$ac_try;;
20076 esac
20077 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20078 $as_echo "$ac_try_echo") >&5
20079   (eval "$ac_compile") 2>conftest.er1
20080   ac_status=$?
20081   grep -v '^ *+' conftest.er1 >conftest.err
20082   rm -f conftest.er1
20083   cat conftest.err >&5
20084   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20085   (exit $ac_status); } && {
20086          test -z "$ac_c_werror_flag" ||
20087          test ! -s conftest.err
20088        } && test -s conftest.$ac_objext; then
20089   cat >conftest.$ac_ext <<_ACEOF
20090 /* confdefs.h.  */
20091 _ACEOF
20092 cat confdefs.h >>conftest.$ac_ext
20093 cat >>conftest.$ac_ext <<_ACEOF
20094 /* end confdefs.h.  */
20095 $ac_includes_default
20096 int
20097 main ()
20098 {
20099 if (sizeof ((fsblkcnt_t)))
20100           return 0;
20101   ;
20102   return 0;
20103 }
20104 _ACEOF
20105 rm -f conftest.$ac_objext
20106 if { (ac_try="$ac_compile"
20107 case "(($ac_try" in
20108   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20109   *) ac_try_echo=$ac_try;;
20110 esac
20111 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20112 $as_echo "$ac_try_echo") >&5
20113   (eval "$ac_compile") 2>conftest.er1
20114   ac_status=$?
20115   grep -v '^ *+' conftest.er1 >conftest.err
20116   rm -f conftest.er1
20117   cat conftest.err >&5
20118   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20119   (exit $ac_status); } && {
20120          test -z "$ac_c_werror_flag" ||
20121          test ! -s conftest.err
20122        } && test -s conftest.$ac_objext; then
20123   :
20124 else
20125   $as_echo "$as_me: failed program was:" >&5
20126 sed 's/^/| /' conftest.$ac_ext >&5
20127
20128         ac_cv_type_fsblkcnt_t=yes
20129 fi
20130
20131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20132 else
20133   $as_echo "$as_me: failed program was:" >&5
20134 sed 's/^/| /' conftest.$ac_ext >&5
20135
20136
20137 fi
20138
20139 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20140 fi
20141 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20142 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20143 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20144
20145 cat >>confdefs.h <<_ACEOF
20146 #define HAVE_FSBLKCNT_T 1
20147 _ACEOF
20148
20149
20150 fi
20151 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20152 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20153 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20154   $as_echo_n "(cached) " >&6
20155 else
20156   ac_cv_type_fsfilcnt_t=no
20157 cat >conftest.$ac_ext <<_ACEOF
20158 /* confdefs.h.  */
20159 _ACEOF
20160 cat confdefs.h >>conftest.$ac_ext
20161 cat >>conftest.$ac_ext <<_ACEOF
20162 /* end confdefs.h.  */
20163 $ac_includes_default
20164 int
20165 main ()
20166 {
20167 if (sizeof (fsfilcnt_t))
20168        return 0;
20169   ;
20170   return 0;
20171 }
20172 _ACEOF
20173 rm -f conftest.$ac_objext
20174 if { (ac_try="$ac_compile"
20175 case "(($ac_try" in
20176   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20177   *) ac_try_echo=$ac_try;;
20178 esac
20179 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20180 $as_echo "$ac_try_echo") >&5
20181   (eval "$ac_compile") 2>conftest.er1
20182   ac_status=$?
20183   grep -v '^ *+' conftest.er1 >conftest.err
20184   rm -f conftest.er1
20185   cat conftest.err >&5
20186   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20187   (exit $ac_status); } && {
20188          test -z "$ac_c_werror_flag" ||
20189          test ! -s conftest.err
20190        } && test -s conftest.$ac_objext; then
20191   cat >conftest.$ac_ext <<_ACEOF
20192 /* confdefs.h.  */
20193 _ACEOF
20194 cat confdefs.h >>conftest.$ac_ext
20195 cat >>conftest.$ac_ext <<_ACEOF
20196 /* end confdefs.h.  */
20197 $ac_includes_default
20198 int
20199 main ()
20200 {
20201 if (sizeof ((fsfilcnt_t)))
20202           return 0;
20203   ;
20204   return 0;
20205 }
20206 _ACEOF
20207 rm -f conftest.$ac_objext
20208 if { (ac_try="$ac_compile"
20209 case "(($ac_try" in
20210   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20211   *) ac_try_echo=$ac_try;;
20212 esac
20213 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20214 $as_echo "$ac_try_echo") >&5
20215   (eval "$ac_compile") 2>conftest.er1
20216   ac_status=$?
20217   grep -v '^ *+' conftest.er1 >conftest.err
20218   rm -f conftest.er1
20219   cat conftest.err >&5
20220   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20221   (exit $ac_status); } && {
20222          test -z "$ac_c_werror_flag" ||
20223          test ! -s conftest.err
20224        } && test -s conftest.$ac_objext; then
20225   :
20226 else
20227   $as_echo "$as_me: failed program was:" >&5
20228 sed 's/^/| /' conftest.$ac_ext >&5
20229
20230         ac_cv_type_fsfilcnt_t=yes
20231 fi
20232
20233 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20234 else
20235   $as_echo "$as_me: failed program was:" >&5
20236 sed 's/^/| /' conftest.$ac_ext >&5
20237
20238
20239 fi
20240
20241 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20242 fi
20243 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20244 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20245 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20246
20247 cat >>confdefs.h <<_ACEOF
20248 #define HAVE_FSFILCNT_T 1
20249 _ACEOF
20250
20251
20252 fi
20253
20254 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20255 $as_echo_n "checking for sigset_t... " >&6; }
20256 if test "${ac_cv_type_sigset_t+set}" = set; then
20257   $as_echo_n "(cached) " >&6
20258 else
20259   ac_cv_type_sigset_t=no
20260 cat >conftest.$ac_ext <<_ACEOF
20261 /* confdefs.h.  */
20262 _ACEOF
20263 cat confdefs.h >>conftest.$ac_ext
20264 cat >>conftest.$ac_ext <<_ACEOF
20265 /* end confdefs.h.  */
20266 #include <sys/types.h>
20267 #include <signal.h>
20268
20269 int
20270 main ()
20271 {
20272 if (sizeof (sigset_t))
20273        return 0;
20274   ;
20275   return 0;
20276 }
20277 _ACEOF
20278 rm -f conftest.$ac_objext
20279 if { (ac_try="$ac_compile"
20280 case "(($ac_try" in
20281   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20282   *) ac_try_echo=$ac_try;;
20283 esac
20284 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20285 $as_echo "$ac_try_echo") >&5
20286   (eval "$ac_compile") 2>conftest.er1
20287   ac_status=$?
20288   grep -v '^ *+' conftest.er1 >conftest.err
20289   rm -f conftest.er1
20290   cat conftest.err >&5
20291   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20292   (exit $ac_status); } && {
20293          test -z "$ac_c_werror_flag" ||
20294          test ! -s conftest.err
20295        } && test -s conftest.$ac_objext; then
20296   cat >conftest.$ac_ext <<_ACEOF
20297 /* confdefs.h.  */
20298 _ACEOF
20299 cat confdefs.h >>conftest.$ac_ext
20300 cat >>conftest.$ac_ext <<_ACEOF
20301 /* end confdefs.h.  */
20302 #include <sys/types.h>
20303 #include <signal.h>
20304
20305 int
20306 main ()
20307 {
20308 if (sizeof ((sigset_t)))
20309           return 0;
20310   ;
20311   return 0;
20312 }
20313 _ACEOF
20314 rm -f conftest.$ac_objext
20315 if { (ac_try="$ac_compile"
20316 case "(($ac_try" in
20317   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20318   *) ac_try_echo=$ac_try;;
20319 esac
20320 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20321 $as_echo "$ac_try_echo") >&5
20322   (eval "$ac_compile") 2>conftest.er1
20323   ac_status=$?
20324   grep -v '^ *+' conftest.er1 >conftest.err
20325   rm -f conftest.er1
20326   cat conftest.err >&5
20327   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20328   (exit $ac_status); } && {
20329          test -z "$ac_c_werror_flag" ||
20330          test ! -s conftest.err
20331        } && test -s conftest.$ac_objext; then
20332   :
20333 else
20334   $as_echo "$as_me: failed program was:" >&5
20335 sed 's/^/| /' conftest.$ac_ext >&5
20336
20337         ac_cv_type_sigset_t=yes
20338 fi
20339
20340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20341 else
20342   $as_echo "$as_me: failed program was:" >&5
20343 sed 's/^/| /' conftest.$ac_ext >&5
20344
20345
20346 fi
20347
20348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20349 fi
20350 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20351 $as_echo "$ac_cv_type_sigset_t" >&6; }
20352 if test "x$ac_cv_type_sigset_t" = x""yes; then
20353
20354 cat >>confdefs.h <<_ACEOF
20355 #define HAVE_SIGSET_T 1
20356 _ACEOF
20357
20358
20359 fi
20360
20361 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20362 $as_echo_n "checking for request_sense... " >&6; }
20363 if test "${ac_cv_type_request_sense+set}" = set; then
20364   $as_echo_n "(cached) " >&6
20365 else
20366   ac_cv_type_request_sense=no
20367 cat >conftest.$ac_ext <<_ACEOF
20368 /* confdefs.h.  */
20369 _ACEOF
20370 cat confdefs.h >>conftest.$ac_ext
20371 cat >>conftest.$ac_ext <<_ACEOF
20372 /* end confdefs.h.  */
20373 #include <linux/cdrom.h>
20374
20375 int
20376 main ()
20377 {
20378 if (sizeof (request_sense))
20379        return 0;
20380   ;
20381   return 0;
20382 }
20383 _ACEOF
20384 rm -f conftest.$ac_objext
20385 if { (ac_try="$ac_compile"
20386 case "(($ac_try" in
20387   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20388   *) ac_try_echo=$ac_try;;
20389 esac
20390 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20391 $as_echo "$ac_try_echo") >&5
20392   (eval "$ac_compile") 2>conftest.er1
20393   ac_status=$?
20394   grep -v '^ *+' conftest.er1 >conftest.err
20395   rm -f conftest.er1
20396   cat conftest.err >&5
20397   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20398   (exit $ac_status); } && {
20399          test -z "$ac_c_werror_flag" ||
20400          test ! -s conftest.err
20401        } && test -s conftest.$ac_objext; then
20402   cat >conftest.$ac_ext <<_ACEOF
20403 /* confdefs.h.  */
20404 _ACEOF
20405 cat confdefs.h >>conftest.$ac_ext
20406 cat >>conftest.$ac_ext <<_ACEOF
20407 /* end confdefs.h.  */
20408 #include <linux/cdrom.h>
20409
20410 int
20411 main ()
20412 {
20413 if (sizeof ((request_sense)))
20414           return 0;
20415   ;
20416   return 0;
20417 }
20418 _ACEOF
20419 rm -f conftest.$ac_objext
20420 if { (ac_try="$ac_compile"
20421 case "(($ac_try" in
20422   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20423   *) ac_try_echo=$ac_try;;
20424 esac
20425 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20426 $as_echo "$ac_try_echo") >&5
20427   (eval "$ac_compile") 2>conftest.er1
20428   ac_status=$?
20429   grep -v '^ *+' conftest.er1 >conftest.err
20430   rm -f conftest.er1
20431   cat conftest.err >&5
20432   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20433   (exit $ac_status); } && {
20434          test -z "$ac_c_werror_flag" ||
20435          test ! -s conftest.err
20436        } && test -s conftest.$ac_objext; then
20437   :
20438 else
20439   $as_echo "$as_me: failed program was:" >&5
20440 sed 's/^/| /' conftest.$ac_ext >&5
20441
20442         ac_cv_type_request_sense=yes
20443 fi
20444
20445 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20446 else
20447   $as_echo "$as_me: failed program was:" >&5
20448 sed 's/^/| /' conftest.$ac_ext >&5
20449
20450
20451 fi
20452
20453 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20454 fi
20455 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20456 $as_echo "$ac_cv_type_request_sense" >&6; }
20457 if test "x$ac_cv_type_request_sense" = x""yes; then
20458
20459 cat >>confdefs.h <<_ACEOF
20460 #define HAVE_REQUEST_SENSE 1
20461 _ACEOF
20462
20463
20464 fi
20465
20466
20467 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20468 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20469 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20470   $as_echo_n "(cached) " >&6
20471 else
20472   cat >conftest.$ac_ext <<_ACEOF
20473 /* confdefs.h.  */
20474 _ACEOF
20475 cat confdefs.h >>conftest.$ac_ext
20476 cat >>conftest.$ac_ext <<_ACEOF
20477 /* end confdefs.h.  */
20478 #ifdef HAVE_LINUX_INPUT_H
20479 #include <linux/input.h>
20480 #endif
20481
20482 int
20483 main ()
20484 {
20485 static struct ff_effect ac_aggr;
20486 if (ac_aggr.direction)
20487 return 0;
20488   ;
20489   return 0;
20490 }
20491 _ACEOF
20492 rm -f conftest.$ac_objext
20493 if { (ac_try="$ac_compile"
20494 case "(($ac_try" in
20495   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20496   *) ac_try_echo=$ac_try;;
20497 esac
20498 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20499 $as_echo "$ac_try_echo") >&5
20500   (eval "$ac_compile") 2>conftest.er1
20501   ac_status=$?
20502   grep -v '^ *+' conftest.er1 >conftest.err
20503   rm -f conftest.er1
20504   cat conftest.err >&5
20505   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20506   (exit $ac_status); } && {
20507          test -z "$ac_c_werror_flag" ||
20508          test ! -s conftest.err
20509        } && test -s conftest.$ac_objext; then
20510   ac_cv_member_struct_ff_effect_direction=yes
20511 else
20512   $as_echo "$as_me: failed program was:" >&5
20513 sed 's/^/| /' conftest.$ac_ext >&5
20514
20515         cat >conftest.$ac_ext <<_ACEOF
20516 /* confdefs.h.  */
20517 _ACEOF
20518 cat confdefs.h >>conftest.$ac_ext
20519 cat >>conftest.$ac_ext <<_ACEOF
20520 /* end confdefs.h.  */
20521 #ifdef HAVE_LINUX_INPUT_H
20522 #include <linux/input.h>
20523 #endif
20524
20525 int
20526 main ()
20527 {
20528 static struct ff_effect ac_aggr;
20529 if (sizeof ac_aggr.direction)
20530 return 0;
20531   ;
20532   return 0;
20533 }
20534 _ACEOF
20535 rm -f conftest.$ac_objext
20536 if { (ac_try="$ac_compile"
20537 case "(($ac_try" in
20538   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20539   *) ac_try_echo=$ac_try;;
20540 esac
20541 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20542 $as_echo "$ac_try_echo") >&5
20543   (eval "$ac_compile") 2>conftest.er1
20544   ac_status=$?
20545   grep -v '^ *+' conftest.er1 >conftest.err
20546   rm -f conftest.er1
20547   cat conftest.err >&5
20548   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20549   (exit $ac_status); } && {
20550          test -z "$ac_c_werror_flag" ||
20551          test ! -s conftest.err
20552        } && test -s conftest.$ac_objext; then
20553   ac_cv_member_struct_ff_effect_direction=yes
20554 else
20555   $as_echo "$as_me: failed program was:" >&5
20556 sed 's/^/| /' conftest.$ac_ext >&5
20557
20558         ac_cv_member_struct_ff_effect_direction=no
20559 fi
20560
20561 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20562 fi
20563
20564 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20565 fi
20566 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20567 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20568 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20569
20570 cat >>confdefs.h <<_ACEOF
20571 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20572 _ACEOF
20573
20574
20575 fi
20576
20577
20578 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20579 $as_echo_n "checking for sigaddset... " >&6; }
20580 if test "${wine_cv_have_sigaddset+set}" = set; then
20581   $as_echo_n "(cached) " >&6
20582 else
20583   cat >conftest.$ac_ext <<_ACEOF
20584 /* confdefs.h.  */
20585 _ACEOF
20586 cat confdefs.h >>conftest.$ac_ext
20587 cat >>conftest.$ac_ext <<_ACEOF
20588 /* end confdefs.h.  */
20589 #include <signal.h>
20590 int
20591 main ()
20592 {
20593 sigset_t set; sigaddset(&set,SIGTERM);
20594   ;
20595   return 0;
20596 }
20597 _ACEOF
20598 rm -f conftest.$ac_objext conftest$ac_exeext
20599 if { (ac_try="$ac_link"
20600 case "(($ac_try" in
20601   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20602   *) ac_try_echo=$ac_try;;
20603 esac
20604 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20605 $as_echo "$ac_try_echo") >&5
20606   (eval "$ac_link") 2>conftest.er1
20607   ac_status=$?
20608   grep -v '^ *+' conftest.er1 >conftest.err
20609   rm -f conftest.er1
20610   cat conftest.err >&5
20611   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20612   (exit $ac_status); } && {
20613          test -z "$ac_c_werror_flag" ||
20614          test ! -s conftest.err
20615        } && test -s conftest$ac_exeext && {
20616          test "$cross_compiling" = yes ||
20617          $as_test_x conftest$ac_exeext
20618        }; then
20619   wine_cv_have_sigaddset=yes
20620 else
20621   $as_echo "$as_me: failed program was:" >&5
20622 sed 's/^/| /' conftest.$ac_ext >&5
20623
20624         wine_cv_have_sigaddset=no
20625 fi
20626
20627 rm -rf conftest.dSYM
20628 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20629       conftest$ac_exeext conftest.$ac_ext
20630 fi
20631 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20632 $as_echo "$wine_cv_have_sigaddset" >&6; }
20633 if test "$wine_cv_have_sigaddset" = "yes"
20634 then
20635
20636 cat >>confdefs.h <<\_ACEOF
20637 #define HAVE_SIGADDSET 1
20638 _ACEOF
20639
20640 fi
20641
20642
20643 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20644 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20645 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20646   $as_echo_n "(cached) " >&6
20647 else
20648   cat >conftest.$ac_ext <<_ACEOF
20649 /* confdefs.h.  */
20650 _ACEOF
20651 cat confdefs.h >>conftest.$ac_ext
20652 cat >>conftest.$ac_ext <<_ACEOF
20653 /* end confdefs.h.  */
20654 #include <netdb.h>
20655 int
20656 main ()
20657 {
20658
20659     char *name=0;
20660     struct hostent he;
20661     struct hostent *result;
20662     char *buf=0;
20663     int bufsize=0;
20664     int res,errnr;
20665     char *addr=0;
20666     int addrlen=0;
20667     int addrtype=0;
20668     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20669     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20670
20671   ;
20672   return 0;
20673 }
20674 _ACEOF
20675 rm -f conftest.$ac_objext conftest$ac_exeext
20676 if { (ac_try="$ac_link"
20677 case "(($ac_try" in
20678   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20679   *) ac_try_echo=$ac_try;;
20680 esac
20681 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20682 $as_echo "$ac_try_echo") >&5
20683   (eval "$ac_link") 2>conftest.er1
20684   ac_status=$?
20685   grep -v '^ *+' conftest.er1 >conftest.err
20686   rm -f conftest.er1
20687   cat conftest.err >&5
20688   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20689   (exit $ac_status); } && {
20690          test -z "$ac_c_werror_flag" ||
20691          test ! -s conftest.err
20692        } && test -s conftest$ac_exeext && {
20693          test "$cross_compiling" = yes ||
20694          $as_test_x conftest$ac_exeext
20695        }; then
20696   wine_cv_linux_gethostbyname_r_6=yes
20697 else
20698   $as_echo "$as_me: failed program was:" >&5
20699 sed 's/^/| /' conftest.$ac_ext >&5
20700
20701         wine_cv_linux_gethostbyname_r_6=no
20702
20703 fi
20704
20705 rm -rf conftest.dSYM
20706 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20707       conftest$ac_exeext conftest.$ac_ext
20708
20709 fi
20710 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20711 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20712    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20713    then
20714
20715 cat >>confdefs.h <<\_ACEOF
20716 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20717 _ACEOF
20718
20719    fi
20720
20721 if test "$ac_cv_header_linux_joystick_h" = "yes"
20722 then
20723    { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20724 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20725 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20726   $as_echo_n "(cached) " >&6
20727 else
20728   cat >conftest.$ac_ext <<_ACEOF
20729 /* confdefs.h.  */
20730 _ACEOF
20731 cat confdefs.h >>conftest.$ac_ext
20732 cat >>conftest.$ac_ext <<_ACEOF
20733 /* end confdefs.h.  */
20734
20735         #include <sys/ioctl.h>
20736         #include <sys/types.h>
20737         #include <linux/joystick.h>
20738
20739         struct js_event blub;
20740         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20741         #error "no 2.2 header"
20742         #endif
20743
20744 int
20745 main ()
20746 {
20747 /*empty*/
20748   ;
20749   return 0;
20750 }
20751 _ACEOF
20752 rm -f conftest.$ac_objext
20753 if { (ac_try="$ac_compile"
20754 case "(($ac_try" in
20755   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20756   *) ac_try_echo=$ac_try;;
20757 esac
20758 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20759 $as_echo "$ac_try_echo") >&5
20760   (eval "$ac_compile") 2>conftest.er1
20761   ac_status=$?
20762   grep -v '^ *+' conftest.er1 >conftest.err
20763   rm -f conftest.er1
20764   cat conftest.err >&5
20765   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20766   (exit $ac_status); } && {
20767          test -z "$ac_c_werror_flag" ||
20768          test ! -s conftest.err
20769        } && test -s conftest.$ac_objext; then
20770   wine_cv_linux_joystick_22_api=yes
20771 else
20772   $as_echo "$as_me: failed program was:" >&5
20773 sed 's/^/| /' conftest.$ac_ext >&5
20774
20775         wine_cv_linux_joystick_22_api=no
20776 fi
20777
20778 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20779
20780 fi
20781 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20782 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20783    if test "$wine_cv_linux_joystick_22_api" = "yes"
20784    then
20785
20786 cat >>confdefs.h <<\_ACEOF
20787 #define HAVE_LINUX_22_JOYSTICK_API 1
20788 _ACEOF
20789
20790    fi
20791 fi
20792
20793
20794 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20795 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20796 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20797   $as_echo_n "(cached) " >&6
20798 else
20799   cat >conftest.$ac_ext <<_ACEOF
20800 /* confdefs.h.  */
20801 _ACEOF
20802 cat confdefs.h >>conftest.$ac_ext
20803 cat >>conftest.$ac_ext <<_ACEOF
20804 /* end confdefs.h.  */
20805 #include <sys/types.h>
20806 #ifdef HAVE_SYS_PARAM_H
20807 # include <sys/param.h>
20808 #endif
20809 #ifdef HAVE_SYS_MOUNT_H
20810 # include <sys/mount.h>
20811 #endif
20812 #ifdef HAVE_SYS_VFS_H
20813 # include <sys/vfs.h>
20814 #endif
20815 #ifdef HAVE_SYS_STATFS_H
20816 # include <sys/statfs.h>
20817 #endif
20818
20819 int
20820 main ()
20821 {
20822 static struct statfs ac_aggr;
20823 if (ac_aggr.f_bfree)
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_statfs_f_bfree=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 #include <sys/types.h>
20859 #ifdef HAVE_SYS_PARAM_H
20860 # include <sys/param.h>
20861 #endif
20862 #ifdef HAVE_SYS_MOUNT_H
20863 # include <sys/mount.h>
20864 #endif
20865 #ifdef HAVE_SYS_VFS_H
20866 # include <sys/vfs.h>
20867 #endif
20868 #ifdef HAVE_SYS_STATFS_H
20869 # include <sys/statfs.h>
20870 #endif
20871
20872 int
20873 main ()
20874 {
20875 static struct statfs ac_aggr;
20876 if (sizeof ac_aggr.f_bfree)
20877 return 0;
20878   ;
20879   return 0;
20880 }
20881 _ACEOF
20882 rm -f conftest.$ac_objext
20883 if { (ac_try="$ac_compile"
20884 case "(($ac_try" in
20885   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20886   *) ac_try_echo=$ac_try;;
20887 esac
20888 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20889 $as_echo "$ac_try_echo") >&5
20890   (eval "$ac_compile") 2>conftest.er1
20891   ac_status=$?
20892   grep -v '^ *+' conftest.er1 >conftest.err
20893   rm -f conftest.er1
20894   cat conftest.err >&5
20895   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20896   (exit $ac_status); } && {
20897          test -z "$ac_c_werror_flag" ||
20898          test ! -s conftest.err
20899        } && test -s conftest.$ac_objext; then
20900   ac_cv_member_struct_statfs_f_bfree=yes
20901 else
20902   $as_echo "$as_me: failed program was:" >&5
20903 sed 's/^/| /' conftest.$ac_ext >&5
20904
20905         ac_cv_member_struct_statfs_f_bfree=no
20906 fi
20907
20908 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20909 fi
20910
20911 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20912 fi
20913 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
20914 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
20915 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
20916
20917 cat >>confdefs.h <<_ACEOF
20918 #define HAVE_STRUCT_STATFS_F_BFREE 1
20919 _ACEOF
20920
20921
20922 fi
20923 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
20924 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
20925 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
20926   $as_echo_n "(cached) " >&6
20927 else
20928   cat >conftest.$ac_ext <<_ACEOF
20929 /* confdefs.h.  */
20930 _ACEOF
20931 cat confdefs.h >>conftest.$ac_ext
20932 cat >>conftest.$ac_ext <<_ACEOF
20933 /* end confdefs.h.  */
20934 #include <sys/types.h>
20935 #ifdef HAVE_SYS_PARAM_H
20936 # include <sys/param.h>
20937 #endif
20938 #ifdef HAVE_SYS_MOUNT_H
20939 # include <sys/mount.h>
20940 #endif
20941 #ifdef HAVE_SYS_VFS_H
20942 # include <sys/vfs.h>
20943 #endif
20944 #ifdef HAVE_SYS_STATFS_H
20945 # include <sys/statfs.h>
20946 #endif
20947
20948 int
20949 main ()
20950 {
20951 static struct statfs ac_aggr;
20952 if (ac_aggr.f_bavail)
20953 return 0;
20954   ;
20955   return 0;
20956 }
20957 _ACEOF
20958 rm -f conftest.$ac_objext
20959 if { (ac_try="$ac_compile"
20960 case "(($ac_try" in
20961   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20962   *) ac_try_echo=$ac_try;;
20963 esac
20964 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20965 $as_echo "$ac_try_echo") >&5
20966   (eval "$ac_compile") 2>conftest.er1
20967   ac_status=$?
20968   grep -v '^ *+' conftest.er1 >conftest.err
20969   rm -f conftest.er1
20970   cat conftest.err >&5
20971   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20972   (exit $ac_status); } && {
20973          test -z "$ac_c_werror_flag" ||
20974          test ! -s conftest.err
20975        } && test -s conftest.$ac_objext; then
20976   ac_cv_member_struct_statfs_f_bavail=yes
20977 else
20978   $as_echo "$as_me: failed program was:" >&5
20979 sed 's/^/| /' conftest.$ac_ext >&5
20980
20981         cat >conftest.$ac_ext <<_ACEOF
20982 /* confdefs.h.  */
20983 _ACEOF
20984 cat confdefs.h >>conftest.$ac_ext
20985 cat >>conftest.$ac_ext <<_ACEOF
20986 /* end confdefs.h.  */
20987 #include <sys/types.h>
20988 #ifdef HAVE_SYS_PARAM_H
20989 # include <sys/param.h>
20990 #endif
20991 #ifdef HAVE_SYS_MOUNT_H
20992 # include <sys/mount.h>
20993 #endif
20994 #ifdef HAVE_SYS_VFS_H
20995 # include <sys/vfs.h>
20996 #endif
20997 #ifdef HAVE_SYS_STATFS_H
20998 # include <sys/statfs.h>
20999 #endif
21000
21001 int
21002 main ()
21003 {
21004 static struct statfs ac_aggr;
21005 if (sizeof ac_aggr.f_bavail)
21006 return 0;
21007   ;
21008   return 0;
21009 }
21010 _ACEOF
21011 rm -f conftest.$ac_objext
21012 if { (ac_try="$ac_compile"
21013 case "(($ac_try" in
21014   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21015   *) ac_try_echo=$ac_try;;
21016 esac
21017 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21018 $as_echo "$ac_try_echo") >&5
21019   (eval "$ac_compile") 2>conftest.er1
21020   ac_status=$?
21021   grep -v '^ *+' conftest.er1 >conftest.err
21022   rm -f conftest.er1
21023   cat conftest.err >&5
21024   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21025   (exit $ac_status); } && {
21026          test -z "$ac_c_werror_flag" ||
21027          test ! -s conftest.err
21028        } && test -s conftest.$ac_objext; then
21029   ac_cv_member_struct_statfs_f_bavail=yes
21030 else
21031   $as_echo "$as_me: failed program was:" >&5
21032 sed 's/^/| /' conftest.$ac_ext >&5
21033
21034         ac_cv_member_struct_statfs_f_bavail=no
21035 fi
21036
21037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21038 fi
21039
21040 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21041 fi
21042 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21043 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21044 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21045
21046 cat >>confdefs.h <<_ACEOF
21047 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21048 _ACEOF
21049
21050
21051 fi
21052 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21053 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21054 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21055   $as_echo_n "(cached) " >&6
21056 else
21057   cat >conftest.$ac_ext <<_ACEOF
21058 /* confdefs.h.  */
21059 _ACEOF
21060 cat confdefs.h >>conftest.$ac_ext
21061 cat >>conftest.$ac_ext <<_ACEOF
21062 /* end confdefs.h.  */
21063 #include <sys/types.h>
21064 #ifdef HAVE_SYS_PARAM_H
21065 # include <sys/param.h>
21066 #endif
21067 #ifdef HAVE_SYS_MOUNT_H
21068 # include <sys/mount.h>
21069 #endif
21070 #ifdef HAVE_SYS_VFS_H
21071 # include <sys/vfs.h>
21072 #endif
21073 #ifdef HAVE_SYS_STATFS_H
21074 # include <sys/statfs.h>
21075 #endif
21076
21077 int
21078 main ()
21079 {
21080 static struct statfs ac_aggr;
21081 if (ac_aggr.f_frsize)
21082 return 0;
21083   ;
21084   return 0;
21085 }
21086 _ACEOF
21087 rm -f conftest.$ac_objext
21088 if { (ac_try="$ac_compile"
21089 case "(($ac_try" in
21090   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21091   *) ac_try_echo=$ac_try;;
21092 esac
21093 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21094 $as_echo "$ac_try_echo") >&5
21095   (eval "$ac_compile") 2>conftest.er1
21096   ac_status=$?
21097   grep -v '^ *+' conftest.er1 >conftest.err
21098   rm -f conftest.er1
21099   cat conftest.err >&5
21100   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21101   (exit $ac_status); } && {
21102          test -z "$ac_c_werror_flag" ||
21103          test ! -s conftest.err
21104        } && test -s conftest.$ac_objext; then
21105   ac_cv_member_struct_statfs_f_frsize=yes
21106 else
21107   $as_echo "$as_me: failed program was:" >&5
21108 sed 's/^/| /' conftest.$ac_ext >&5
21109
21110         cat >conftest.$ac_ext <<_ACEOF
21111 /* confdefs.h.  */
21112 _ACEOF
21113 cat confdefs.h >>conftest.$ac_ext
21114 cat >>conftest.$ac_ext <<_ACEOF
21115 /* end confdefs.h.  */
21116 #include <sys/types.h>
21117 #ifdef HAVE_SYS_PARAM_H
21118 # include <sys/param.h>
21119 #endif
21120 #ifdef HAVE_SYS_MOUNT_H
21121 # include <sys/mount.h>
21122 #endif
21123 #ifdef HAVE_SYS_VFS_H
21124 # include <sys/vfs.h>
21125 #endif
21126 #ifdef HAVE_SYS_STATFS_H
21127 # include <sys/statfs.h>
21128 #endif
21129
21130 int
21131 main ()
21132 {
21133 static struct statfs ac_aggr;
21134 if (sizeof ac_aggr.f_frsize)
21135 return 0;
21136   ;
21137   return 0;
21138 }
21139 _ACEOF
21140 rm -f conftest.$ac_objext
21141 if { (ac_try="$ac_compile"
21142 case "(($ac_try" in
21143   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21144   *) ac_try_echo=$ac_try;;
21145 esac
21146 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21147 $as_echo "$ac_try_echo") >&5
21148   (eval "$ac_compile") 2>conftest.er1
21149   ac_status=$?
21150   grep -v '^ *+' conftest.er1 >conftest.err
21151   rm -f conftest.er1
21152   cat conftest.err >&5
21153   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21154   (exit $ac_status); } && {
21155          test -z "$ac_c_werror_flag" ||
21156          test ! -s conftest.err
21157        } && test -s conftest.$ac_objext; then
21158   ac_cv_member_struct_statfs_f_frsize=yes
21159 else
21160   $as_echo "$as_me: failed program was:" >&5
21161 sed 's/^/| /' conftest.$ac_ext >&5
21162
21163         ac_cv_member_struct_statfs_f_frsize=no
21164 fi
21165
21166 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21167 fi
21168
21169 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21170 fi
21171 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21172 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21173 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21174
21175 cat >>confdefs.h <<_ACEOF
21176 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21177 _ACEOF
21178
21179
21180 fi
21181 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21182 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21183 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21184   $as_echo_n "(cached) " >&6
21185 else
21186   cat >conftest.$ac_ext <<_ACEOF
21187 /* confdefs.h.  */
21188 _ACEOF
21189 cat confdefs.h >>conftest.$ac_ext
21190 cat >>conftest.$ac_ext <<_ACEOF
21191 /* end confdefs.h.  */
21192 #include <sys/types.h>
21193 #ifdef HAVE_SYS_PARAM_H
21194 # include <sys/param.h>
21195 #endif
21196 #ifdef HAVE_SYS_MOUNT_H
21197 # include <sys/mount.h>
21198 #endif
21199 #ifdef HAVE_SYS_VFS_H
21200 # include <sys/vfs.h>
21201 #endif
21202 #ifdef HAVE_SYS_STATFS_H
21203 # include <sys/statfs.h>
21204 #endif
21205
21206 int
21207 main ()
21208 {
21209 static struct statfs ac_aggr;
21210 if (ac_aggr.f_ffree)
21211 return 0;
21212   ;
21213   return 0;
21214 }
21215 _ACEOF
21216 rm -f conftest.$ac_objext
21217 if { (ac_try="$ac_compile"
21218 case "(($ac_try" in
21219   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21220   *) ac_try_echo=$ac_try;;
21221 esac
21222 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21223 $as_echo "$ac_try_echo") >&5
21224   (eval "$ac_compile") 2>conftest.er1
21225   ac_status=$?
21226   grep -v '^ *+' conftest.er1 >conftest.err
21227   rm -f conftest.er1
21228   cat conftest.err >&5
21229   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21230   (exit $ac_status); } && {
21231          test -z "$ac_c_werror_flag" ||
21232          test ! -s conftest.err
21233        } && test -s conftest.$ac_objext; then
21234   ac_cv_member_struct_statfs_f_ffree=yes
21235 else
21236   $as_echo "$as_me: failed program was:" >&5
21237 sed 's/^/| /' conftest.$ac_ext >&5
21238
21239         cat >conftest.$ac_ext <<_ACEOF
21240 /* confdefs.h.  */
21241 _ACEOF
21242 cat confdefs.h >>conftest.$ac_ext
21243 cat >>conftest.$ac_ext <<_ACEOF
21244 /* end confdefs.h.  */
21245 #include <sys/types.h>
21246 #ifdef HAVE_SYS_PARAM_H
21247 # include <sys/param.h>
21248 #endif
21249 #ifdef HAVE_SYS_MOUNT_H
21250 # include <sys/mount.h>
21251 #endif
21252 #ifdef HAVE_SYS_VFS_H
21253 # include <sys/vfs.h>
21254 #endif
21255 #ifdef HAVE_SYS_STATFS_H
21256 # include <sys/statfs.h>
21257 #endif
21258
21259 int
21260 main ()
21261 {
21262 static struct statfs ac_aggr;
21263 if (sizeof ac_aggr.f_ffree)
21264 return 0;
21265   ;
21266   return 0;
21267 }
21268 _ACEOF
21269 rm -f conftest.$ac_objext
21270 if { (ac_try="$ac_compile"
21271 case "(($ac_try" in
21272   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21273   *) ac_try_echo=$ac_try;;
21274 esac
21275 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21276 $as_echo "$ac_try_echo") >&5
21277   (eval "$ac_compile") 2>conftest.er1
21278   ac_status=$?
21279   grep -v '^ *+' conftest.er1 >conftest.err
21280   rm -f conftest.er1
21281   cat conftest.err >&5
21282   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21283   (exit $ac_status); } && {
21284          test -z "$ac_c_werror_flag" ||
21285          test ! -s conftest.err
21286        } && test -s conftest.$ac_objext; then
21287   ac_cv_member_struct_statfs_f_ffree=yes
21288 else
21289   $as_echo "$as_me: failed program was:" >&5
21290 sed 's/^/| /' conftest.$ac_ext >&5
21291
21292         ac_cv_member_struct_statfs_f_ffree=no
21293 fi
21294
21295 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21296 fi
21297
21298 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21299 fi
21300 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21301 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21302 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21303
21304 cat >>confdefs.h <<_ACEOF
21305 #define HAVE_STRUCT_STATFS_F_FFREE 1
21306 _ACEOF
21307
21308
21309 fi
21310 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21311 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21312 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21313   $as_echo_n "(cached) " >&6
21314 else
21315   cat >conftest.$ac_ext <<_ACEOF
21316 /* confdefs.h.  */
21317 _ACEOF
21318 cat confdefs.h >>conftest.$ac_ext
21319 cat >>conftest.$ac_ext <<_ACEOF
21320 /* end confdefs.h.  */
21321 #include <sys/types.h>
21322 #ifdef HAVE_SYS_PARAM_H
21323 # include <sys/param.h>
21324 #endif
21325 #ifdef HAVE_SYS_MOUNT_H
21326 # include <sys/mount.h>
21327 #endif
21328 #ifdef HAVE_SYS_VFS_H
21329 # include <sys/vfs.h>
21330 #endif
21331 #ifdef HAVE_SYS_STATFS_H
21332 # include <sys/statfs.h>
21333 #endif
21334
21335 int
21336 main ()
21337 {
21338 static struct statfs ac_aggr;
21339 if (ac_aggr.f_favail)
21340 return 0;
21341   ;
21342   return 0;
21343 }
21344 _ACEOF
21345 rm -f conftest.$ac_objext
21346 if { (ac_try="$ac_compile"
21347 case "(($ac_try" in
21348   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21349   *) ac_try_echo=$ac_try;;
21350 esac
21351 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21352 $as_echo "$ac_try_echo") >&5
21353   (eval "$ac_compile") 2>conftest.er1
21354   ac_status=$?
21355   grep -v '^ *+' conftest.er1 >conftest.err
21356   rm -f conftest.er1
21357   cat conftest.err >&5
21358   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21359   (exit $ac_status); } && {
21360          test -z "$ac_c_werror_flag" ||
21361          test ! -s conftest.err
21362        } && test -s conftest.$ac_objext; then
21363   ac_cv_member_struct_statfs_f_favail=yes
21364 else
21365   $as_echo "$as_me: failed program was:" >&5
21366 sed 's/^/| /' conftest.$ac_ext >&5
21367
21368         cat >conftest.$ac_ext <<_ACEOF
21369 /* confdefs.h.  */
21370 _ACEOF
21371 cat confdefs.h >>conftest.$ac_ext
21372 cat >>conftest.$ac_ext <<_ACEOF
21373 /* end confdefs.h.  */
21374 #include <sys/types.h>
21375 #ifdef HAVE_SYS_PARAM_H
21376 # include <sys/param.h>
21377 #endif
21378 #ifdef HAVE_SYS_MOUNT_H
21379 # include <sys/mount.h>
21380 #endif
21381 #ifdef HAVE_SYS_VFS_H
21382 # include <sys/vfs.h>
21383 #endif
21384 #ifdef HAVE_SYS_STATFS_H
21385 # include <sys/statfs.h>
21386 #endif
21387
21388 int
21389 main ()
21390 {
21391 static struct statfs ac_aggr;
21392 if (sizeof ac_aggr.f_favail)
21393 return 0;
21394   ;
21395   return 0;
21396 }
21397 _ACEOF
21398 rm -f conftest.$ac_objext
21399 if { (ac_try="$ac_compile"
21400 case "(($ac_try" in
21401   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21402   *) ac_try_echo=$ac_try;;
21403 esac
21404 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21405 $as_echo "$ac_try_echo") >&5
21406   (eval "$ac_compile") 2>conftest.er1
21407   ac_status=$?
21408   grep -v '^ *+' conftest.er1 >conftest.err
21409   rm -f conftest.er1
21410   cat conftest.err >&5
21411   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21412   (exit $ac_status); } && {
21413          test -z "$ac_c_werror_flag" ||
21414          test ! -s conftest.err
21415        } && test -s conftest.$ac_objext; then
21416   ac_cv_member_struct_statfs_f_favail=yes
21417 else
21418   $as_echo "$as_me: failed program was:" >&5
21419 sed 's/^/| /' conftest.$ac_ext >&5
21420
21421         ac_cv_member_struct_statfs_f_favail=no
21422 fi
21423
21424 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21425 fi
21426
21427 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21428 fi
21429 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21430 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21431 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21432
21433 cat >>confdefs.h <<_ACEOF
21434 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21435 _ACEOF
21436
21437
21438 fi
21439 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21440 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21441 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21442   $as_echo_n "(cached) " >&6
21443 else
21444   cat >conftest.$ac_ext <<_ACEOF
21445 /* confdefs.h.  */
21446 _ACEOF
21447 cat confdefs.h >>conftest.$ac_ext
21448 cat >>conftest.$ac_ext <<_ACEOF
21449 /* end confdefs.h.  */
21450 #include <sys/types.h>
21451 #ifdef HAVE_SYS_PARAM_H
21452 # include <sys/param.h>
21453 #endif
21454 #ifdef HAVE_SYS_MOUNT_H
21455 # include <sys/mount.h>
21456 #endif
21457 #ifdef HAVE_SYS_VFS_H
21458 # include <sys/vfs.h>
21459 #endif
21460 #ifdef HAVE_SYS_STATFS_H
21461 # include <sys/statfs.h>
21462 #endif
21463
21464 int
21465 main ()
21466 {
21467 static struct statfs ac_aggr;
21468 if (ac_aggr.f_namelen)
21469 return 0;
21470   ;
21471   return 0;
21472 }
21473 _ACEOF
21474 rm -f conftest.$ac_objext
21475 if { (ac_try="$ac_compile"
21476 case "(($ac_try" in
21477   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21478   *) ac_try_echo=$ac_try;;
21479 esac
21480 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21481 $as_echo "$ac_try_echo") >&5
21482   (eval "$ac_compile") 2>conftest.er1
21483   ac_status=$?
21484   grep -v '^ *+' conftest.er1 >conftest.err
21485   rm -f conftest.er1
21486   cat conftest.err >&5
21487   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21488   (exit $ac_status); } && {
21489          test -z "$ac_c_werror_flag" ||
21490          test ! -s conftest.err
21491        } && test -s conftest.$ac_objext; then
21492   ac_cv_member_struct_statfs_f_namelen=yes
21493 else
21494   $as_echo "$as_me: failed program was:" >&5
21495 sed 's/^/| /' conftest.$ac_ext >&5
21496
21497         cat >conftest.$ac_ext <<_ACEOF
21498 /* confdefs.h.  */
21499 _ACEOF
21500 cat confdefs.h >>conftest.$ac_ext
21501 cat >>conftest.$ac_ext <<_ACEOF
21502 /* end confdefs.h.  */
21503 #include <sys/types.h>
21504 #ifdef HAVE_SYS_PARAM_H
21505 # include <sys/param.h>
21506 #endif
21507 #ifdef HAVE_SYS_MOUNT_H
21508 # include <sys/mount.h>
21509 #endif
21510 #ifdef HAVE_SYS_VFS_H
21511 # include <sys/vfs.h>
21512 #endif
21513 #ifdef HAVE_SYS_STATFS_H
21514 # include <sys/statfs.h>
21515 #endif
21516
21517 int
21518 main ()
21519 {
21520 static struct statfs ac_aggr;
21521 if (sizeof ac_aggr.f_namelen)
21522 return 0;
21523   ;
21524   return 0;
21525 }
21526 _ACEOF
21527 rm -f conftest.$ac_objext
21528 if { (ac_try="$ac_compile"
21529 case "(($ac_try" in
21530   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21531   *) ac_try_echo=$ac_try;;
21532 esac
21533 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21534 $as_echo "$ac_try_echo") >&5
21535   (eval "$ac_compile") 2>conftest.er1
21536   ac_status=$?
21537   grep -v '^ *+' conftest.er1 >conftest.err
21538   rm -f conftest.er1
21539   cat conftest.err >&5
21540   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21541   (exit $ac_status); } && {
21542          test -z "$ac_c_werror_flag" ||
21543          test ! -s conftest.err
21544        } && test -s conftest.$ac_objext; then
21545   ac_cv_member_struct_statfs_f_namelen=yes
21546 else
21547   $as_echo "$as_me: failed program was:" >&5
21548 sed 's/^/| /' conftest.$ac_ext >&5
21549
21550         ac_cv_member_struct_statfs_f_namelen=no
21551 fi
21552
21553 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21554 fi
21555
21556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21557 fi
21558 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21559 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21560 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21561
21562 cat >>confdefs.h <<_ACEOF
21563 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21564 _ACEOF
21565
21566
21567 fi
21568
21569
21570 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21571 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21572 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21573   $as_echo_n "(cached) " >&6
21574 else
21575   cat >conftest.$ac_ext <<_ACEOF
21576 /* confdefs.h.  */
21577 _ACEOF
21578 cat confdefs.h >>conftest.$ac_ext
21579 cat >>conftest.$ac_ext <<_ACEOF
21580 /* end confdefs.h.  */
21581 #ifdef HAVE_SYS_STATVFS_H
21582 #include <sys/statvfs.h>
21583 #endif
21584
21585 int
21586 main ()
21587 {
21588 static struct statvfs ac_aggr;
21589 if (ac_aggr.f_blocks)
21590 return 0;
21591   ;
21592   return 0;
21593 }
21594 _ACEOF
21595 rm -f conftest.$ac_objext
21596 if { (ac_try="$ac_compile"
21597 case "(($ac_try" in
21598   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21599   *) ac_try_echo=$ac_try;;
21600 esac
21601 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21602 $as_echo "$ac_try_echo") >&5
21603   (eval "$ac_compile") 2>conftest.er1
21604   ac_status=$?
21605   grep -v '^ *+' conftest.er1 >conftest.err
21606   rm -f conftest.er1
21607   cat conftest.err >&5
21608   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21609   (exit $ac_status); } && {
21610          test -z "$ac_c_werror_flag" ||
21611          test ! -s conftest.err
21612        } && test -s conftest.$ac_objext; then
21613   ac_cv_member_struct_statvfs_f_blocks=yes
21614 else
21615   $as_echo "$as_me: failed program was:" >&5
21616 sed 's/^/| /' conftest.$ac_ext >&5
21617
21618         cat >conftest.$ac_ext <<_ACEOF
21619 /* confdefs.h.  */
21620 _ACEOF
21621 cat confdefs.h >>conftest.$ac_ext
21622 cat >>conftest.$ac_ext <<_ACEOF
21623 /* end confdefs.h.  */
21624 #ifdef HAVE_SYS_STATVFS_H
21625 #include <sys/statvfs.h>
21626 #endif
21627
21628 int
21629 main ()
21630 {
21631 static struct statvfs ac_aggr;
21632 if (sizeof ac_aggr.f_blocks)
21633 return 0;
21634   ;
21635   return 0;
21636 }
21637 _ACEOF
21638 rm -f conftest.$ac_objext
21639 if { (ac_try="$ac_compile"
21640 case "(($ac_try" in
21641   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21642   *) ac_try_echo=$ac_try;;
21643 esac
21644 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21645 $as_echo "$ac_try_echo") >&5
21646   (eval "$ac_compile") 2>conftest.er1
21647   ac_status=$?
21648   grep -v '^ *+' conftest.er1 >conftest.err
21649   rm -f conftest.er1
21650   cat conftest.err >&5
21651   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21652   (exit $ac_status); } && {
21653          test -z "$ac_c_werror_flag" ||
21654          test ! -s conftest.err
21655        } && test -s conftest.$ac_objext; then
21656   ac_cv_member_struct_statvfs_f_blocks=yes
21657 else
21658   $as_echo "$as_me: failed program was:" >&5
21659 sed 's/^/| /' conftest.$ac_ext >&5
21660
21661         ac_cv_member_struct_statvfs_f_blocks=no
21662 fi
21663
21664 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21665 fi
21666
21667 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21668 fi
21669 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21670 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21671 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21672
21673 cat >>confdefs.h <<_ACEOF
21674 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21675 _ACEOF
21676
21677
21678 fi
21679
21680
21681 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21682 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21683 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21684   $as_echo_n "(cached) " >&6
21685 else
21686   cat >conftest.$ac_ext <<_ACEOF
21687 /* confdefs.h.  */
21688 _ACEOF
21689 cat confdefs.h >>conftest.$ac_ext
21690 cat >>conftest.$ac_ext <<_ACEOF
21691 /* end confdefs.h.  */
21692 #include <sys/types.h>
21693 #ifdef HAVE_SYS_SOCKET_H
21694 # include <sys/socket.h>
21695 #endif
21696 #ifdef HAVE_SYS_UN_H
21697 # include <sys/un.h>
21698 #endif
21699
21700 int
21701 main ()
21702 {
21703 static struct msghdr ac_aggr;
21704 if (ac_aggr.msg_accrights)
21705 return 0;
21706   ;
21707   return 0;
21708 }
21709 _ACEOF
21710 rm -f conftest.$ac_objext
21711 if { (ac_try="$ac_compile"
21712 case "(($ac_try" in
21713   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21714   *) ac_try_echo=$ac_try;;
21715 esac
21716 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21717 $as_echo "$ac_try_echo") >&5
21718   (eval "$ac_compile") 2>conftest.er1
21719   ac_status=$?
21720   grep -v '^ *+' conftest.er1 >conftest.err
21721   rm -f conftest.er1
21722   cat conftest.err >&5
21723   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21724   (exit $ac_status); } && {
21725          test -z "$ac_c_werror_flag" ||
21726          test ! -s conftest.err
21727        } && test -s conftest.$ac_objext; then
21728   ac_cv_member_struct_msghdr_msg_accrights=yes
21729 else
21730   $as_echo "$as_me: failed program was:" >&5
21731 sed 's/^/| /' conftest.$ac_ext >&5
21732
21733         cat >conftest.$ac_ext <<_ACEOF
21734 /* confdefs.h.  */
21735 _ACEOF
21736 cat confdefs.h >>conftest.$ac_ext
21737 cat >>conftest.$ac_ext <<_ACEOF
21738 /* end confdefs.h.  */
21739 #include <sys/types.h>
21740 #ifdef HAVE_SYS_SOCKET_H
21741 # include <sys/socket.h>
21742 #endif
21743 #ifdef HAVE_SYS_UN_H
21744 # include <sys/un.h>
21745 #endif
21746
21747 int
21748 main ()
21749 {
21750 static struct msghdr ac_aggr;
21751 if (sizeof ac_aggr.msg_accrights)
21752 return 0;
21753   ;
21754   return 0;
21755 }
21756 _ACEOF
21757 rm -f conftest.$ac_objext
21758 if { (ac_try="$ac_compile"
21759 case "(($ac_try" in
21760   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21761   *) ac_try_echo=$ac_try;;
21762 esac
21763 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21764 $as_echo "$ac_try_echo") >&5
21765   (eval "$ac_compile") 2>conftest.er1
21766   ac_status=$?
21767   grep -v '^ *+' conftest.er1 >conftest.err
21768   rm -f conftest.er1
21769   cat conftest.err >&5
21770   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21771   (exit $ac_status); } && {
21772          test -z "$ac_c_werror_flag" ||
21773          test ! -s conftest.err
21774        } && test -s conftest.$ac_objext; then
21775   ac_cv_member_struct_msghdr_msg_accrights=yes
21776 else
21777   $as_echo "$as_me: failed program was:" >&5
21778 sed 's/^/| /' conftest.$ac_ext >&5
21779
21780         ac_cv_member_struct_msghdr_msg_accrights=no
21781 fi
21782
21783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21784 fi
21785
21786 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21787 fi
21788 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21789 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21790 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21791
21792 cat >>confdefs.h <<_ACEOF
21793 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21794 _ACEOF
21795
21796
21797 fi
21798 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21799 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21800 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21801   $as_echo_n "(cached) " >&6
21802 else
21803   cat >conftest.$ac_ext <<_ACEOF
21804 /* confdefs.h.  */
21805 _ACEOF
21806 cat confdefs.h >>conftest.$ac_ext
21807 cat >>conftest.$ac_ext <<_ACEOF
21808 /* end confdefs.h.  */
21809 #include <sys/types.h>
21810 #ifdef HAVE_SYS_SOCKET_H
21811 # include <sys/socket.h>
21812 #endif
21813 #ifdef HAVE_SYS_UN_H
21814 # include <sys/un.h>
21815 #endif
21816
21817 int
21818 main ()
21819 {
21820 static struct sockaddr ac_aggr;
21821 if (ac_aggr.sa_len)
21822 return 0;
21823   ;
21824   return 0;
21825 }
21826 _ACEOF
21827 rm -f conftest.$ac_objext
21828 if { (ac_try="$ac_compile"
21829 case "(($ac_try" in
21830   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21831   *) ac_try_echo=$ac_try;;
21832 esac
21833 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21834 $as_echo "$ac_try_echo") >&5
21835   (eval "$ac_compile") 2>conftest.er1
21836   ac_status=$?
21837   grep -v '^ *+' conftest.er1 >conftest.err
21838   rm -f conftest.er1
21839   cat conftest.err >&5
21840   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21841   (exit $ac_status); } && {
21842          test -z "$ac_c_werror_flag" ||
21843          test ! -s conftest.err
21844        } && test -s conftest.$ac_objext; then
21845   ac_cv_member_struct_sockaddr_sa_len=yes
21846 else
21847   $as_echo "$as_me: failed program was:" >&5
21848 sed 's/^/| /' conftest.$ac_ext >&5
21849
21850         cat >conftest.$ac_ext <<_ACEOF
21851 /* confdefs.h.  */
21852 _ACEOF
21853 cat confdefs.h >>conftest.$ac_ext
21854 cat >>conftest.$ac_ext <<_ACEOF
21855 /* end confdefs.h.  */
21856 #include <sys/types.h>
21857 #ifdef HAVE_SYS_SOCKET_H
21858 # include <sys/socket.h>
21859 #endif
21860 #ifdef HAVE_SYS_UN_H
21861 # include <sys/un.h>
21862 #endif
21863
21864 int
21865 main ()
21866 {
21867 static struct sockaddr ac_aggr;
21868 if (sizeof ac_aggr.sa_len)
21869 return 0;
21870   ;
21871   return 0;
21872 }
21873 _ACEOF
21874 rm -f conftest.$ac_objext
21875 if { (ac_try="$ac_compile"
21876 case "(($ac_try" in
21877   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21878   *) ac_try_echo=$ac_try;;
21879 esac
21880 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21881 $as_echo "$ac_try_echo") >&5
21882   (eval "$ac_compile") 2>conftest.er1
21883   ac_status=$?
21884   grep -v '^ *+' conftest.er1 >conftest.err
21885   rm -f conftest.er1
21886   cat conftest.err >&5
21887   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21888   (exit $ac_status); } && {
21889          test -z "$ac_c_werror_flag" ||
21890          test ! -s conftest.err
21891        } && test -s conftest.$ac_objext; then
21892   ac_cv_member_struct_sockaddr_sa_len=yes
21893 else
21894   $as_echo "$as_me: failed program was:" >&5
21895 sed 's/^/| /' conftest.$ac_ext >&5
21896
21897         ac_cv_member_struct_sockaddr_sa_len=no
21898 fi
21899
21900 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21901 fi
21902
21903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21904 fi
21905 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
21906 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
21907 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
21908
21909 cat >>confdefs.h <<_ACEOF
21910 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
21911 _ACEOF
21912
21913
21914 fi
21915 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
21916 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
21917 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
21918   $as_echo_n "(cached) " >&6
21919 else
21920   cat >conftest.$ac_ext <<_ACEOF
21921 /* confdefs.h.  */
21922 _ACEOF
21923 cat confdefs.h >>conftest.$ac_ext
21924 cat >>conftest.$ac_ext <<_ACEOF
21925 /* end confdefs.h.  */
21926 #include <sys/types.h>
21927 #ifdef HAVE_SYS_SOCKET_H
21928 # include <sys/socket.h>
21929 #endif
21930 #ifdef HAVE_SYS_UN_H
21931 # include <sys/un.h>
21932 #endif
21933
21934 int
21935 main ()
21936 {
21937 static struct sockaddr_un ac_aggr;
21938 if (ac_aggr.sun_len)
21939 return 0;
21940   ;
21941   return 0;
21942 }
21943 _ACEOF
21944 rm -f conftest.$ac_objext
21945 if { (ac_try="$ac_compile"
21946 case "(($ac_try" in
21947   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21948   *) ac_try_echo=$ac_try;;
21949 esac
21950 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21951 $as_echo "$ac_try_echo") >&5
21952   (eval "$ac_compile") 2>conftest.er1
21953   ac_status=$?
21954   grep -v '^ *+' conftest.er1 >conftest.err
21955   rm -f conftest.er1
21956   cat conftest.err >&5
21957   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21958   (exit $ac_status); } && {
21959          test -z "$ac_c_werror_flag" ||
21960          test ! -s conftest.err
21961        } && test -s conftest.$ac_objext; then
21962   ac_cv_member_struct_sockaddr_un_sun_len=yes
21963 else
21964   $as_echo "$as_me: failed program was:" >&5
21965 sed 's/^/| /' conftest.$ac_ext >&5
21966
21967         cat >conftest.$ac_ext <<_ACEOF
21968 /* confdefs.h.  */
21969 _ACEOF
21970 cat confdefs.h >>conftest.$ac_ext
21971 cat >>conftest.$ac_ext <<_ACEOF
21972 /* end confdefs.h.  */
21973 #include <sys/types.h>
21974 #ifdef HAVE_SYS_SOCKET_H
21975 # include <sys/socket.h>
21976 #endif
21977 #ifdef HAVE_SYS_UN_H
21978 # include <sys/un.h>
21979 #endif
21980
21981 int
21982 main ()
21983 {
21984 static struct sockaddr_un ac_aggr;
21985 if (sizeof ac_aggr.sun_len)
21986 return 0;
21987   ;
21988   return 0;
21989 }
21990 _ACEOF
21991 rm -f conftest.$ac_objext
21992 if { (ac_try="$ac_compile"
21993 case "(($ac_try" in
21994   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21995   *) ac_try_echo=$ac_try;;
21996 esac
21997 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21998 $as_echo "$ac_try_echo") >&5
21999   (eval "$ac_compile") 2>conftest.er1
22000   ac_status=$?
22001   grep -v '^ *+' conftest.er1 >conftest.err
22002   rm -f conftest.er1
22003   cat conftest.err >&5
22004   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22005   (exit $ac_status); } && {
22006          test -z "$ac_c_werror_flag" ||
22007          test ! -s conftest.err
22008        } && test -s conftest.$ac_objext; then
22009   ac_cv_member_struct_sockaddr_un_sun_len=yes
22010 else
22011   $as_echo "$as_me: failed program was:" >&5
22012 sed 's/^/| /' conftest.$ac_ext >&5
22013
22014         ac_cv_member_struct_sockaddr_un_sun_len=no
22015 fi
22016
22017 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22018 fi
22019
22020 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22021 fi
22022 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22023 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22024 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22025
22026 cat >>confdefs.h <<_ACEOF
22027 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22028 _ACEOF
22029
22030
22031 fi
22032
22033
22034 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22035 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22036 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22037   $as_echo_n "(cached) " >&6
22038 else
22039   cat >conftest.$ac_ext <<_ACEOF
22040 /* confdefs.h.  */
22041 _ACEOF
22042 cat confdefs.h >>conftest.$ac_ext
22043 cat >>conftest.$ac_ext <<_ACEOF
22044 /* end confdefs.h.  */
22045 #include <sys/types.h>
22046 #ifdef HAVE_SCSI_SG_H
22047 #include <scsi/sg.h>
22048 #endif
22049
22050 int
22051 main ()
22052 {
22053 static scsireq_t ac_aggr;
22054 if (ac_aggr.cmd)
22055 return 0;
22056   ;
22057   return 0;
22058 }
22059 _ACEOF
22060 rm -f conftest.$ac_objext
22061 if { (ac_try="$ac_compile"
22062 case "(($ac_try" in
22063   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22064   *) ac_try_echo=$ac_try;;
22065 esac
22066 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22067 $as_echo "$ac_try_echo") >&5
22068   (eval "$ac_compile") 2>conftest.er1
22069   ac_status=$?
22070   grep -v '^ *+' conftest.er1 >conftest.err
22071   rm -f conftest.er1
22072   cat conftest.err >&5
22073   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22074   (exit $ac_status); } && {
22075          test -z "$ac_c_werror_flag" ||
22076          test ! -s conftest.err
22077        } && test -s conftest.$ac_objext; then
22078   ac_cv_member_scsireq_t_cmd=yes
22079 else
22080   $as_echo "$as_me: failed program was:" >&5
22081 sed 's/^/| /' conftest.$ac_ext >&5
22082
22083         cat >conftest.$ac_ext <<_ACEOF
22084 /* confdefs.h.  */
22085 _ACEOF
22086 cat confdefs.h >>conftest.$ac_ext
22087 cat >>conftest.$ac_ext <<_ACEOF
22088 /* end confdefs.h.  */
22089 #include <sys/types.h>
22090 #ifdef HAVE_SCSI_SG_H
22091 #include <scsi/sg.h>
22092 #endif
22093
22094 int
22095 main ()
22096 {
22097 static scsireq_t ac_aggr;
22098 if (sizeof ac_aggr.cmd)
22099 return 0;
22100   ;
22101   return 0;
22102 }
22103 _ACEOF
22104 rm -f conftest.$ac_objext
22105 if { (ac_try="$ac_compile"
22106 case "(($ac_try" in
22107   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22108   *) ac_try_echo=$ac_try;;
22109 esac
22110 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22111 $as_echo "$ac_try_echo") >&5
22112   (eval "$ac_compile") 2>conftest.er1
22113   ac_status=$?
22114   grep -v '^ *+' conftest.er1 >conftest.err
22115   rm -f conftest.er1
22116   cat conftest.err >&5
22117   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22118   (exit $ac_status); } && {
22119          test -z "$ac_c_werror_flag" ||
22120          test ! -s conftest.err
22121        } && test -s conftest.$ac_objext; then
22122   ac_cv_member_scsireq_t_cmd=yes
22123 else
22124   $as_echo "$as_me: failed program was:" >&5
22125 sed 's/^/| /' conftest.$ac_ext >&5
22126
22127         ac_cv_member_scsireq_t_cmd=no
22128 fi
22129
22130 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22131 fi
22132
22133 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22134 fi
22135 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22136 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22137 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22138
22139 cat >>confdefs.h <<_ACEOF
22140 #define HAVE_SCSIREQ_T_CMD 1
22141 _ACEOF
22142
22143
22144 fi
22145 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22146 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22147 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22148   $as_echo_n "(cached) " >&6
22149 else
22150   cat >conftest.$ac_ext <<_ACEOF
22151 /* confdefs.h.  */
22152 _ACEOF
22153 cat confdefs.h >>conftest.$ac_ext
22154 cat >>conftest.$ac_ext <<_ACEOF
22155 /* end confdefs.h.  */
22156 #include <sys/types.h>
22157 #ifdef HAVE_SCSI_SG_H
22158 #include <scsi/sg.h>
22159 #endif
22160
22161 int
22162 main ()
22163 {
22164 static sg_io_hdr_t ac_aggr;
22165 if (ac_aggr.interface_id)
22166 return 0;
22167   ;
22168   return 0;
22169 }
22170 _ACEOF
22171 rm -f conftest.$ac_objext
22172 if { (ac_try="$ac_compile"
22173 case "(($ac_try" in
22174   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22175   *) ac_try_echo=$ac_try;;
22176 esac
22177 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22178 $as_echo "$ac_try_echo") >&5
22179   (eval "$ac_compile") 2>conftest.er1
22180   ac_status=$?
22181   grep -v '^ *+' conftest.er1 >conftest.err
22182   rm -f conftest.er1
22183   cat conftest.err >&5
22184   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22185   (exit $ac_status); } && {
22186          test -z "$ac_c_werror_flag" ||
22187          test ! -s conftest.err
22188        } && test -s conftest.$ac_objext; then
22189   ac_cv_member_sg_io_hdr_t_interface_id=yes
22190 else
22191   $as_echo "$as_me: failed program was:" >&5
22192 sed 's/^/| /' conftest.$ac_ext >&5
22193
22194         cat >conftest.$ac_ext <<_ACEOF
22195 /* confdefs.h.  */
22196 _ACEOF
22197 cat confdefs.h >>conftest.$ac_ext
22198 cat >>conftest.$ac_ext <<_ACEOF
22199 /* end confdefs.h.  */
22200 #include <sys/types.h>
22201 #ifdef HAVE_SCSI_SG_H
22202 #include <scsi/sg.h>
22203 #endif
22204
22205 int
22206 main ()
22207 {
22208 static sg_io_hdr_t ac_aggr;
22209 if (sizeof ac_aggr.interface_id)
22210 return 0;
22211   ;
22212   return 0;
22213 }
22214 _ACEOF
22215 rm -f conftest.$ac_objext
22216 if { (ac_try="$ac_compile"
22217 case "(($ac_try" in
22218   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22219   *) ac_try_echo=$ac_try;;
22220 esac
22221 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22222 $as_echo "$ac_try_echo") >&5
22223   (eval "$ac_compile") 2>conftest.er1
22224   ac_status=$?
22225   grep -v '^ *+' conftest.er1 >conftest.err
22226   rm -f conftest.er1
22227   cat conftest.err >&5
22228   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22229   (exit $ac_status); } && {
22230          test -z "$ac_c_werror_flag" ||
22231          test ! -s conftest.err
22232        } && test -s conftest.$ac_objext; then
22233   ac_cv_member_sg_io_hdr_t_interface_id=yes
22234 else
22235   $as_echo "$as_me: failed program was:" >&5
22236 sed 's/^/| /' conftest.$ac_ext >&5
22237
22238         ac_cv_member_sg_io_hdr_t_interface_id=no
22239 fi
22240
22241 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22242 fi
22243
22244 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22245 fi
22246 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22247 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22248 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22249
22250 cat >>confdefs.h <<_ACEOF
22251 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22252 _ACEOF
22253
22254
22255 fi
22256
22257
22258 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22259 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22260 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22261   $as_echo_n "(cached) " >&6
22262 else
22263   cat >conftest.$ac_ext <<_ACEOF
22264 /* confdefs.h.  */
22265 _ACEOF
22266 cat confdefs.h >>conftest.$ac_ext
22267 cat >>conftest.$ac_ext <<_ACEOF
22268 /* end confdefs.h.  */
22269 #include <signal.h>
22270
22271 int
22272 main ()
22273 {
22274 static siginfo_t ac_aggr;
22275 if (ac_aggr.si_fd)
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_siginfo_t_si_fd=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 <signal.h>
22311
22312 int
22313 main ()
22314 {
22315 static siginfo_t ac_aggr;
22316 if (sizeof ac_aggr.si_fd)
22317 return 0;
22318   ;
22319   return 0;
22320 }
22321 _ACEOF
22322 rm -f conftest.$ac_objext
22323 if { (ac_try="$ac_compile"
22324 case "(($ac_try" in
22325   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22326   *) ac_try_echo=$ac_try;;
22327 esac
22328 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22329 $as_echo "$ac_try_echo") >&5
22330   (eval "$ac_compile") 2>conftest.er1
22331   ac_status=$?
22332   grep -v '^ *+' conftest.er1 >conftest.err
22333   rm -f conftest.er1
22334   cat conftest.err >&5
22335   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22336   (exit $ac_status); } && {
22337          test -z "$ac_c_werror_flag" ||
22338          test ! -s conftest.err
22339        } && test -s conftest.$ac_objext; then
22340   ac_cv_member_siginfo_t_si_fd=yes
22341 else
22342   $as_echo "$as_me: failed program was:" >&5
22343 sed 's/^/| /' conftest.$ac_ext >&5
22344
22345         ac_cv_member_siginfo_t_si_fd=no
22346 fi
22347
22348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22349 fi
22350
22351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22352 fi
22353 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22354 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22355 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22356
22357 cat >>confdefs.h <<_ACEOF
22358 #define HAVE_SIGINFO_T_SI_FD 1
22359 _ACEOF
22360
22361
22362 fi
22363
22364
22365 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22366 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22367 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22368   $as_echo_n "(cached) " >&6
22369 else
22370   cat >conftest.$ac_ext <<_ACEOF
22371 /* confdefs.h.  */
22372 _ACEOF
22373 cat confdefs.h >>conftest.$ac_ext
22374 cat >>conftest.$ac_ext <<_ACEOF
22375 /* end confdefs.h.  */
22376 #include <sys/types.h>
22377 #ifdef HAVE_SYS_MTIO_H
22378 #include <sys/mtio.h>
22379 #endif
22380
22381 int
22382 main ()
22383 {
22384 static struct mtget ac_aggr;
22385 if (ac_aggr.mt_blksiz)
22386 return 0;
22387   ;
22388   return 0;
22389 }
22390 _ACEOF
22391 rm -f conftest.$ac_objext
22392 if { (ac_try="$ac_compile"
22393 case "(($ac_try" in
22394   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22395   *) ac_try_echo=$ac_try;;
22396 esac
22397 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22398 $as_echo "$ac_try_echo") >&5
22399   (eval "$ac_compile") 2>conftest.er1
22400   ac_status=$?
22401   grep -v '^ *+' conftest.er1 >conftest.err
22402   rm -f conftest.er1
22403   cat conftest.err >&5
22404   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22405   (exit $ac_status); } && {
22406          test -z "$ac_c_werror_flag" ||
22407          test ! -s conftest.err
22408        } && test -s conftest.$ac_objext; then
22409   ac_cv_member_struct_mtget_mt_blksiz=yes
22410 else
22411   $as_echo "$as_me: failed program was:" >&5
22412 sed 's/^/| /' conftest.$ac_ext >&5
22413
22414         cat >conftest.$ac_ext <<_ACEOF
22415 /* confdefs.h.  */
22416 _ACEOF
22417 cat confdefs.h >>conftest.$ac_ext
22418 cat >>conftest.$ac_ext <<_ACEOF
22419 /* end confdefs.h.  */
22420 #include <sys/types.h>
22421 #ifdef HAVE_SYS_MTIO_H
22422 #include <sys/mtio.h>
22423 #endif
22424
22425 int
22426 main ()
22427 {
22428 static struct mtget ac_aggr;
22429 if (sizeof ac_aggr.mt_blksiz)
22430 return 0;
22431   ;
22432   return 0;
22433 }
22434 _ACEOF
22435 rm -f conftest.$ac_objext
22436 if { (ac_try="$ac_compile"
22437 case "(($ac_try" in
22438   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22439   *) ac_try_echo=$ac_try;;
22440 esac
22441 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22442 $as_echo "$ac_try_echo") >&5
22443   (eval "$ac_compile") 2>conftest.er1
22444   ac_status=$?
22445   grep -v '^ *+' conftest.er1 >conftest.err
22446   rm -f conftest.er1
22447   cat conftest.err >&5
22448   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22449   (exit $ac_status); } && {
22450          test -z "$ac_c_werror_flag" ||
22451          test ! -s conftest.err
22452        } && test -s conftest.$ac_objext; then
22453   ac_cv_member_struct_mtget_mt_blksiz=yes
22454 else
22455   $as_echo "$as_me: failed program was:" >&5
22456 sed 's/^/| /' conftest.$ac_ext >&5
22457
22458         ac_cv_member_struct_mtget_mt_blksiz=no
22459 fi
22460
22461 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22462 fi
22463
22464 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22465 fi
22466 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22467 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22468 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22469
22470 cat >>confdefs.h <<_ACEOF
22471 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22472 _ACEOF
22473
22474
22475 fi
22476 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22477 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22478 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22479   $as_echo_n "(cached) " >&6
22480 else
22481   cat >conftest.$ac_ext <<_ACEOF
22482 /* confdefs.h.  */
22483 _ACEOF
22484 cat confdefs.h >>conftest.$ac_ext
22485 cat >>conftest.$ac_ext <<_ACEOF
22486 /* end confdefs.h.  */
22487 #include <sys/types.h>
22488 #ifdef HAVE_SYS_MTIO_H
22489 #include <sys/mtio.h>
22490 #endif
22491
22492 int
22493 main ()
22494 {
22495 static struct mtget ac_aggr;
22496 if (ac_aggr.mt_gstat)
22497 return 0;
22498   ;
22499   return 0;
22500 }
22501 _ACEOF
22502 rm -f conftest.$ac_objext
22503 if { (ac_try="$ac_compile"
22504 case "(($ac_try" in
22505   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22506   *) ac_try_echo=$ac_try;;
22507 esac
22508 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22509 $as_echo "$ac_try_echo") >&5
22510   (eval "$ac_compile") 2>conftest.er1
22511   ac_status=$?
22512   grep -v '^ *+' conftest.er1 >conftest.err
22513   rm -f conftest.er1
22514   cat conftest.err >&5
22515   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22516   (exit $ac_status); } && {
22517          test -z "$ac_c_werror_flag" ||
22518          test ! -s conftest.err
22519        } && test -s conftest.$ac_objext; then
22520   ac_cv_member_struct_mtget_mt_gstat=yes
22521 else
22522   $as_echo "$as_me: failed program was:" >&5
22523 sed 's/^/| /' conftest.$ac_ext >&5
22524
22525         cat >conftest.$ac_ext <<_ACEOF
22526 /* confdefs.h.  */
22527 _ACEOF
22528 cat confdefs.h >>conftest.$ac_ext
22529 cat >>conftest.$ac_ext <<_ACEOF
22530 /* end confdefs.h.  */
22531 #include <sys/types.h>
22532 #ifdef HAVE_SYS_MTIO_H
22533 #include <sys/mtio.h>
22534 #endif
22535
22536 int
22537 main ()
22538 {
22539 static struct mtget ac_aggr;
22540 if (sizeof ac_aggr.mt_gstat)
22541 return 0;
22542   ;
22543   return 0;
22544 }
22545 _ACEOF
22546 rm -f conftest.$ac_objext
22547 if { (ac_try="$ac_compile"
22548 case "(($ac_try" in
22549   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22550   *) ac_try_echo=$ac_try;;
22551 esac
22552 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22553 $as_echo "$ac_try_echo") >&5
22554   (eval "$ac_compile") 2>conftest.er1
22555   ac_status=$?
22556   grep -v '^ *+' conftest.er1 >conftest.err
22557   rm -f conftest.er1
22558   cat conftest.err >&5
22559   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22560   (exit $ac_status); } && {
22561          test -z "$ac_c_werror_flag" ||
22562          test ! -s conftest.err
22563        } && test -s conftest.$ac_objext; then
22564   ac_cv_member_struct_mtget_mt_gstat=yes
22565 else
22566   $as_echo "$as_me: failed program was:" >&5
22567 sed 's/^/| /' conftest.$ac_ext >&5
22568
22569         ac_cv_member_struct_mtget_mt_gstat=no
22570 fi
22571
22572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22573 fi
22574
22575 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22576 fi
22577 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22578 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22579 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22580
22581 cat >>confdefs.h <<_ACEOF
22582 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22583 _ACEOF
22584
22585
22586 fi
22587 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22588 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22589 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22590   $as_echo_n "(cached) " >&6
22591 else
22592   cat >conftest.$ac_ext <<_ACEOF
22593 /* confdefs.h.  */
22594 _ACEOF
22595 cat confdefs.h >>conftest.$ac_ext
22596 cat >>conftest.$ac_ext <<_ACEOF
22597 /* end confdefs.h.  */
22598 #include <sys/types.h>
22599 #ifdef HAVE_SYS_MTIO_H
22600 #include <sys/mtio.h>
22601 #endif
22602
22603 int
22604 main ()
22605 {
22606 static struct mtget ac_aggr;
22607 if (ac_aggr.mt_blkno)
22608 return 0;
22609   ;
22610   return 0;
22611 }
22612 _ACEOF
22613 rm -f conftest.$ac_objext
22614 if { (ac_try="$ac_compile"
22615 case "(($ac_try" in
22616   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22617   *) ac_try_echo=$ac_try;;
22618 esac
22619 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22620 $as_echo "$ac_try_echo") >&5
22621   (eval "$ac_compile") 2>conftest.er1
22622   ac_status=$?
22623   grep -v '^ *+' conftest.er1 >conftest.err
22624   rm -f conftest.er1
22625   cat conftest.err >&5
22626   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22627   (exit $ac_status); } && {
22628          test -z "$ac_c_werror_flag" ||
22629          test ! -s conftest.err
22630        } && test -s conftest.$ac_objext; then
22631   ac_cv_member_struct_mtget_mt_blkno=yes
22632 else
22633   $as_echo "$as_me: failed program was:" >&5
22634 sed 's/^/| /' conftest.$ac_ext >&5
22635
22636         cat >conftest.$ac_ext <<_ACEOF
22637 /* confdefs.h.  */
22638 _ACEOF
22639 cat confdefs.h >>conftest.$ac_ext
22640 cat >>conftest.$ac_ext <<_ACEOF
22641 /* end confdefs.h.  */
22642 #include <sys/types.h>
22643 #ifdef HAVE_SYS_MTIO_H
22644 #include <sys/mtio.h>
22645 #endif
22646
22647 int
22648 main ()
22649 {
22650 static struct mtget ac_aggr;
22651 if (sizeof ac_aggr.mt_blkno)
22652 return 0;
22653   ;
22654   return 0;
22655 }
22656 _ACEOF
22657 rm -f conftest.$ac_objext
22658 if { (ac_try="$ac_compile"
22659 case "(($ac_try" in
22660   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22661   *) ac_try_echo=$ac_try;;
22662 esac
22663 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22664 $as_echo "$ac_try_echo") >&5
22665   (eval "$ac_compile") 2>conftest.er1
22666   ac_status=$?
22667   grep -v '^ *+' conftest.er1 >conftest.err
22668   rm -f conftest.er1
22669   cat conftest.err >&5
22670   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22671   (exit $ac_status); } && {
22672          test -z "$ac_c_werror_flag" ||
22673          test ! -s conftest.err
22674        } && test -s conftest.$ac_objext; then
22675   ac_cv_member_struct_mtget_mt_blkno=yes
22676 else
22677   $as_echo "$as_me: failed program was:" >&5
22678 sed 's/^/| /' conftest.$ac_ext >&5
22679
22680         ac_cv_member_struct_mtget_mt_blkno=no
22681 fi
22682
22683 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22684 fi
22685
22686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22687 fi
22688 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22689 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22690 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22691
22692 cat >>confdefs.h <<_ACEOF
22693 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22694 _ACEOF
22695
22696
22697 fi
22698
22699
22700 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22701 $as_echo_n "checking for struct option.name... " >&6; }
22702 if test "${ac_cv_member_struct_option_name+set}" = set; then
22703   $as_echo_n "(cached) " >&6
22704 else
22705   cat >conftest.$ac_ext <<_ACEOF
22706 /* confdefs.h.  */
22707 _ACEOF
22708 cat confdefs.h >>conftest.$ac_ext
22709 cat >>conftest.$ac_ext <<_ACEOF
22710 /* end confdefs.h.  */
22711 #ifdef HAVE_GETOPT_H
22712 #include <getopt.h>
22713 #endif
22714
22715 int
22716 main ()
22717 {
22718 static struct option ac_aggr;
22719 if (ac_aggr.name)
22720 return 0;
22721   ;
22722   return 0;
22723 }
22724 _ACEOF
22725 rm -f conftest.$ac_objext
22726 if { (ac_try="$ac_compile"
22727 case "(($ac_try" in
22728   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22729   *) ac_try_echo=$ac_try;;
22730 esac
22731 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22732 $as_echo "$ac_try_echo") >&5
22733   (eval "$ac_compile") 2>conftest.er1
22734   ac_status=$?
22735   grep -v '^ *+' conftest.er1 >conftest.err
22736   rm -f conftest.er1
22737   cat conftest.err >&5
22738   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22739   (exit $ac_status); } && {
22740          test -z "$ac_c_werror_flag" ||
22741          test ! -s conftest.err
22742        } && test -s conftest.$ac_objext; then
22743   ac_cv_member_struct_option_name=yes
22744 else
22745   $as_echo "$as_me: failed program was:" >&5
22746 sed 's/^/| /' conftest.$ac_ext >&5
22747
22748         cat >conftest.$ac_ext <<_ACEOF
22749 /* confdefs.h.  */
22750 _ACEOF
22751 cat confdefs.h >>conftest.$ac_ext
22752 cat >>conftest.$ac_ext <<_ACEOF
22753 /* end confdefs.h.  */
22754 #ifdef HAVE_GETOPT_H
22755 #include <getopt.h>
22756 #endif
22757
22758 int
22759 main ()
22760 {
22761 static struct option ac_aggr;
22762 if (sizeof ac_aggr.name)
22763 return 0;
22764   ;
22765   return 0;
22766 }
22767 _ACEOF
22768 rm -f conftest.$ac_objext
22769 if { (ac_try="$ac_compile"
22770 case "(($ac_try" in
22771   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22772   *) ac_try_echo=$ac_try;;
22773 esac
22774 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22775 $as_echo "$ac_try_echo") >&5
22776   (eval "$ac_compile") 2>conftest.er1
22777   ac_status=$?
22778   grep -v '^ *+' conftest.er1 >conftest.err
22779   rm -f conftest.er1
22780   cat conftest.err >&5
22781   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22782   (exit $ac_status); } && {
22783          test -z "$ac_c_werror_flag" ||
22784          test ! -s conftest.err
22785        } && test -s conftest.$ac_objext; then
22786   ac_cv_member_struct_option_name=yes
22787 else
22788   $as_echo "$as_me: failed program was:" >&5
22789 sed 's/^/| /' conftest.$ac_ext >&5
22790
22791         ac_cv_member_struct_option_name=no
22792 fi
22793
22794 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22795 fi
22796
22797 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22798 fi
22799 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22800 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22801 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22802
22803 cat >>confdefs.h <<_ACEOF
22804 #define HAVE_STRUCT_OPTION_NAME 1
22805 _ACEOF
22806
22807
22808 fi
22809
22810
22811 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22812 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22813 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22814   $as_echo_n "(cached) " >&6
22815 else
22816   cat >conftest.$ac_ext <<_ACEOF
22817 /* confdefs.h.  */
22818 _ACEOF
22819 cat confdefs.h >>conftest.$ac_ext
22820 cat >>conftest.$ac_ext <<_ACEOF
22821 /* end confdefs.h.  */
22822 $ac_includes_default
22823 int
22824 main ()
22825 {
22826 static struct stat ac_aggr;
22827 if (ac_aggr.st_blocks)
22828 return 0;
22829   ;
22830   return 0;
22831 }
22832 _ACEOF
22833 rm -f conftest.$ac_objext
22834 if { (ac_try="$ac_compile"
22835 case "(($ac_try" in
22836   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22837   *) ac_try_echo=$ac_try;;
22838 esac
22839 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22840 $as_echo "$ac_try_echo") >&5
22841   (eval "$ac_compile") 2>conftest.er1
22842   ac_status=$?
22843   grep -v '^ *+' conftest.er1 >conftest.err
22844   rm -f conftest.er1
22845   cat conftest.err >&5
22846   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22847   (exit $ac_status); } && {
22848          test -z "$ac_c_werror_flag" ||
22849          test ! -s conftest.err
22850        } && test -s conftest.$ac_objext; then
22851   ac_cv_member_struct_stat_st_blocks=yes
22852 else
22853   $as_echo "$as_me: failed program was:" >&5
22854 sed 's/^/| /' conftest.$ac_ext >&5
22855
22856         cat >conftest.$ac_ext <<_ACEOF
22857 /* confdefs.h.  */
22858 _ACEOF
22859 cat confdefs.h >>conftest.$ac_ext
22860 cat >>conftest.$ac_ext <<_ACEOF
22861 /* end confdefs.h.  */
22862 $ac_includes_default
22863 int
22864 main ()
22865 {
22866 static struct stat ac_aggr;
22867 if (sizeof ac_aggr.st_blocks)
22868 return 0;
22869   ;
22870   return 0;
22871 }
22872 _ACEOF
22873 rm -f conftest.$ac_objext
22874 if { (ac_try="$ac_compile"
22875 case "(($ac_try" in
22876   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22877   *) ac_try_echo=$ac_try;;
22878 esac
22879 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22880 $as_echo "$ac_try_echo") >&5
22881   (eval "$ac_compile") 2>conftest.er1
22882   ac_status=$?
22883   grep -v '^ *+' conftest.er1 >conftest.err
22884   rm -f conftest.er1
22885   cat conftest.err >&5
22886   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22887   (exit $ac_status); } && {
22888          test -z "$ac_c_werror_flag" ||
22889          test ! -s conftest.err
22890        } && test -s conftest.$ac_objext; then
22891   ac_cv_member_struct_stat_st_blocks=yes
22892 else
22893   $as_echo "$as_me: failed program was:" >&5
22894 sed 's/^/| /' conftest.$ac_ext >&5
22895
22896         ac_cv_member_struct_stat_st_blocks=no
22897 fi
22898
22899 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22900 fi
22901
22902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22903 fi
22904 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
22905 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
22906 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
22907
22908 cat >>confdefs.h <<_ACEOF
22909 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
22910 _ACEOF
22911
22912
22913 fi
22914 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
22915 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
22916 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
22917   $as_echo_n "(cached) " >&6
22918 else
22919   cat >conftest.$ac_ext <<_ACEOF
22920 /* confdefs.h.  */
22921 _ACEOF
22922 cat confdefs.h >>conftest.$ac_ext
22923 cat >>conftest.$ac_ext <<_ACEOF
22924 /* end confdefs.h.  */
22925 $ac_includes_default
22926 int
22927 main ()
22928 {
22929 static struct stat ac_aggr;
22930 if (ac_aggr.st_mtim)
22931 return 0;
22932   ;
22933   return 0;
22934 }
22935 _ACEOF
22936 rm -f conftest.$ac_objext
22937 if { (ac_try="$ac_compile"
22938 case "(($ac_try" in
22939   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22940   *) ac_try_echo=$ac_try;;
22941 esac
22942 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22943 $as_echo "$ac_try_echo") >&5
22944   (eval "$ac_compile") 2>conftest.er1
22945   ac_status=$?
22946   grep -v '^ *+' conftest.er1 >conftest.err
22947   rm -f conftest.er1
22948   cat conftest.err >&5
22949   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22950   (exit $ac_status); } && {
22951          test -z "$ac_c_werror_flag" ||
22952          test ! -s conftest.err
22953        } && test -s conftest.$ac_objext; then
22954   ac_cv_member_struct_stat_st_mtim=yes
22955 else
22956   $as_echo "$as_me: failed program was:" >&5
22957 sed 's/^/| /' conftest.$ac_ext >&5
22958
22959         cat >conftest.$ac_ext <<_ACEOF
22960 /* confdefs.h.  */
22961 _ACEOF
22962 cat confdefs.h >>conftest.$ac_ext
22963 cat >>conftest.$ac_ext <<_ACEOF
22964 /* end confdefs.h.  */
22965 $ac_includes_default
22966 int
22967 main ()
22968 {
22969 static struct stat ac_aggr;
22970 if (sizeof ac_aggr.st_mtim)
22971 return 0;
22972   ;
22973   return 0;
22974 }
22975 _ACEOF
22976 rm -f conftest.$ac_objext
22977 if { (ac_try="$ac_compile"
22978 case "(($ac_try" in
22979   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22980   *) ac_try_echo=$ac_try;;
22981 esac
22982 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22983 $as_echo "$ac_try_echo") >&5
22984   (eval "$ac_compile") 2>conftest.er1
22985   ac_status=$?
22986   grep -v '^ *+' conftest.er1 >conftest.err
22987   rm -f conftest.er1
22988   cat conftest.err >&5
22989   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22990   (exit $ac_status); } && {
22991          test -z "$ac_c_werror_flag" ||
22992          test ! -s conftest.err
22993        } && test -s conftest.$ac_objext; then
22994   ac_cv_member_struct_stat_st_mtim=yes
22995 else
22996   $as_echo "$as_me: failed program was:" >&5
22997 sed 's/^/| /' conftest.$ac_ext >&5
22998
22999         ac_cv_member_struct_stat_st_mtim=no
23000 fi
23001
23002 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23003 fi
23004
23005 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23006 fi
23007 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23008 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23009 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23010
23011 cat >>confdefs.h <<_ACEOF
23012 #define HAVE_STRUCT_STAT_ST_MTIM 1
23013 _ACEOF
23014
23015
23016 fi
23017 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23018 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23019 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23020   $as_echo_n "(cached) " >&6
23021 else
23022   cat >conftest.$ac_ext <<_ACEOF
23023 /* confdefs.h.  */
23024 _ACEOF
23025 cat confdefs.h >>conftest.$ac_ext
23026 cat >>conftest.$ac_ext <<_ACEOF
23027 /* end confdefs.h.  */
23028 $ac_includes_default
23029 int
23030 main ()
23031 {
23032 static struct stat ac_aggr;
23033 if (ac_aggr.st_ctim)
23034 return 0;
23035   ;
23036   return 0;
23037 }
23038 _ACEOF
23039 rm -f conftest.$ac_objext
23040 if { (ac_try="$ac_compile"
23041 case "(($ac_try" in
23042   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23043   *) ac_try_echo=$ac_try;;
23044 esac
23045 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23046 $as_echo "$ac_try_echo") >&5
23047   (eval "$ac_compile") 2>conftest.er1
23048   ac_status=$?
23049   grep -v '^ *+' conftest.er1 >conftest.err
23050   rm -f conftest.er1
23051   cat conftest.err >&5
23052   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23053   (exit $ac_status); } && {
23054          test -z "$ac_c_werror_flag" ||
23055          test ! -s conftest.err
23056        } && test -s conftest.$ac_objext; then
23057   ac_cv_member_struct_stat_st_ctim=yes
23058 else
23059   $as_echo "$as_me: failed program was:" >&5
23060 sed 's/^/| /' conftest.$ac_ext >&5
23061
23062         cat >conftest.$ac_ext <<_ACEOF
23063 /* confdefs.h.  */
23064 _ACEOF
23065 cat confdefs.h >>conftest.$ac_ext
23066 cat >>conftest.$ac_ext <<_ACEOF
23067 /* end confdefs.h.  */
23068 $ac_includes_default
23069 int
23070 main ()
23071 {
23072 static struct stat ac_aggr;
23073 if (sizeof ac_aggr.st_ctim)
23074 return 0;
23075   ;
23076   return 0;
23077 }
23078 _ACEOF
23079 rm -f conftest.$ac_objext
23080 if { (ac_try="$ac_compile"
23081 case "(($ac_try" in
23082   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23083   *) ac_try_echo=$ac_try;;
23084 esac
23085 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23086 $as_echo "$ac_try_echo") >&5
23087   (eval "$ac_compile") 2>conftest.er1
23088   ac_status=$?
23089   grep -v '^ *+' conftest.er1 >conftest.err
23090   rm -f conftest.er1
23091   cat conftest.err >&5
23092   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23093   (exit $ac_status); } && {
23094          test -z "$ac_c_werror_flag" ||
23095          test ! -s conftest.err
23096        } && test -s conftest.$ac_objext; then
23097   ac_cv_member_struct_stat_st_ctim=yes
23098 else
23099   $as_echo "$as_me: failed program was:" >&5
23100 sed 's/^/| /' conftest.$ac_ext >&5
23101
23102         ac_cv_member_struct_stat_st_ctim=no
23103 fi
23104
23105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23106 fi
23107
23108 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23109 fi
23110 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23111 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23112 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23113
23114 cat >>confdefs.h <<_ACEOF
23115 #define HAVE_STRUCT_STAT_ST_CTIM 1
23116 _ACEOF
23117
23118
23119 fi
23120 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23121 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23122 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23123   $as_echo_n "(cached) " >&6
23124 else
23125   cat >conftest.$ac_ext <<_ACEOF
23126 /* confdefs.h.  */
23127 _ACEOF
23128 cat confdefs.h >>conftest.$ac_ext
23129 cat >>conftest.$ac_ext <<_ACEOF
23130 /* end confdefs.h.  */
23131 $ac_includes_default
23132 int
23133 main ()
23134 {
23135 static struct stat ac_aggr;
23136 if (ac_aggr.st_atim)
23137 return 0;
23138   ;
23139   return 0;
23140 }
23141 _ACEOF
23142 rm -f conftest.$ac_objext
23143 if { (ac_try="$ac_compile"
23144 case "(($ac_try" in
23145   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23146   *) ac_try_echo=$ac_try;;
23147 esac
23148 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23149 $as_echo "$ac_try_echo") >&5
23150   (eval "$ac_compile") 2>conftest.er1
23151   ac_status=$?
23152   grep -v '^ *+' conftest.er1 >conftest.err
23153   rm -f conftest.er1
23154   cat conftest.err >&5
23155   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23156   (exit $ac_status); } && {
23157          test -z "$ac_c_werror_flag" ||
23158          test ! -s conftest.err
23159        } && test -s conftest.$ac_objext; then
23160   ac_cv_member_struct_stat_st_atim=yes
23161 else
23162   $as_echo "$as_me: failed program was:" >&5
23163 sed 's/^/| /' conftest.$ac_ext >&5
23164
23165         cat >conftest.$ac_ext <<_ACEOF
23166 /* confdefs.h.  */
23167 _ACEOF
23168 cat confdefs.h >>conftest.$ac_ext
23169 cat >>conftest.$ac_ext <<_ACEOF
23170 /* end confdefs.h.  */
23171 $ac_includes_default
23172 int
23173 main ()
23174 {
23175 static struct stat ac_aggr;
23176 if (sizeof ac_aggr.st_atim)
23177 return 0;
23178   ;
23179   return 0;
23180 }
23181 _ACEOF
23182 rm -f conftest.$ac_objext
23183 if { (ac_try="$ac_compile"
23184 case "(($ac_try" in
23185   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23186   *) ac_try_echo=$ac_try;;
23187 esac
23188 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23189 $as_echo "$ac_try_echo") >&5
23190   (eval "$ac_compile") 2>conftest.er1
23191   ac_status=$?
23192   grep -v '^ *+' conftest.er1 >conftest.err
23193   rm -f conftest.er1
23194   cat conftest.err >&5
23195   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23196   (exit $ac_status); } && {
23197          test -z "$ac_c_werror_flag" ||
23198          test ! -s conftest.err
23199        } && test -s conftest.$ac_objext; then
23200   ac_cv_member_struct_stat_st_atim=yes
23201 else
23202   $as_echo "$as_me: failed program was:" >&5
23203 sed 's/^/| /' conftest.$ac_ext >&5
23204
23205         ac_cv_member_struct_stat_st_atim=no
23206 fi
23207
23208 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23209 fi
23210
23211 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23212 fi
23213 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23214 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23215 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23216
23217 cat >>confdefs.h <<_ACEOF
23218 #define HAVE_STRUCT_STAT_ST_ATIM 1
23219 _ACEOF
23220
23221
23222 fi
23223
23224
23225 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23226 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23227 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23228   $as_echo_n "(cached) " >&6
23229 else
23230   cat >conftest.$ac_ext <<_ACEOF
23231 /* confdefs.h.  */
23232 _ACEOF
23233 cat confdefs.h >>conftest.$ac_ext
23234 cat >>conftest.$ac_ext <<_ACEOF
23235 /* end confdefs.h.  */
23236 #ifdef HAVE_SYS_TYPES_H
23237 #include <sys/types.h>
23238 #endif
23239 #ifdef HAVE_NETINET_IN_H
23240 #include <netinet/in.h>
23241 #endif
23242
23243 int
23244 main ()
23245 {
23246 static struct sockaddr_in6 ac_aggr;
23247 if (ac_aggr.sin6_scope_id)
23248 return 0;
23249   ;
23250   return 0;
23251 }
23252 _ACEOF
23253 rm -f conftest.$ac_objext
23254 if { (ac_try="$ac_compile"
23255 case "(($ac_try" in
23256   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23257   *) ac_try_echo=$ac_try;;
23258 esac
23259 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23260 $as_echo "$ac_try_echo") >&5
23261   (eval "$ac_compile") 2>conftest.er1
23262   ac_status=$?
23263   grep -v '^ *+' conftest.er1 >conftest.err
23264   rm -f conftest.er1
23265   cat conftest.err >&5
23266   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23267   (exit $ac_status); } && {
23268          test -z "$ac_c_werror_flag" ||
23269          test ! -s conftest.err
23270        } && test -s conftest.$ac_objext; then
23271   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23272 else
23273   $as_echo "$as_me: failed program was:" >&5
23274 sed 's/^/| /' conftest.$ac_ext >&5
23275
23276         cat >conftest.$ac_ext <<_ACEOF
23277 /* confdefs.h.  */
23278 _ACEOF
23279 cat confdefs.h >>conftest.$ac_ext
23280 cat >>conftest.$ac_ext <<_ACEOF
23281 /* end confdefs.h.  */
23282 #ifdef HAVE_SYS_TYPES_H
23283 #include <sys/types.h>
23284 #endif
23285 #ifdef HAVE_NETINET_IN_H
23286 #include <netinet/in.h>
23287 #endif
23288
23289 int
23290 main ()
23291 {
23292 static struct sockaddr_in6 ac_aggr;
23293 if (sizeof ac_aggr.sin6_scope_id)
23294 return 0;
23295   ;
23296   return 0;
23297 }
23298 _ACEOF
23299 rm -f conftest.$ac_objext
23300 if { (ac_try="$ac_compile"
23301 case "(($ac_try" in
23302   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23303   *) ac_try_echo=$ac_try;;
23304 esac
23305 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23306 $as_echo "$ac_try_echo") >&5
23307   (eval "$ac_compile") 2>conftest.er1
23308   ac_status=$?
23309   grep -v '^ *+' conftest.er1 >conftest.err
23310   rm -f conftest.er1
23311   cat conftest.err >&5
23312   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23313   (exit $ac_status); } && {
23314          test -z "$ac_c_werror_flag" ||
23315          test ! -s conftest.err
23316        } && test -s conftest.$ac_objext; then
23317   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23318 else
23319   $as_echo "$as_me: failed program was:" >&5
23320 sed 's/^/| /' conftest.$ac_ext >&5
23321
23322         ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23323 fi
23324
23325 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23326 fi
23327
23328 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23329 fi
23330 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23331 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23332 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23333
23334 cat >>confdefs.h <<_ACEOF
23335 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23336 _ACEOF
23337
23338
23339 fi
23340
23341
23342 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23343 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23344 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23345   $as_echo_n "(cached) " >&6
23346 else
23347   cat >conftest.$ac_ext <<_ACEOF
23348 /* confdefs.h.  */
23349 _ACEOF
23350 cat confdefs.h >>conftest.$ac_ext
23351 cat >>conftest.$ac_ext <<_ACEOF
23352 /* end confdefs.h.  */
23353 #ifdef HAVE_SYS_TYPES_H
23354 #include <sys/types.h>
23355 #endif
23356 #ifdef HAVE_NETINET_IN_H
23357 # include <netinet/in.h>
23358 #endif
23359 #ifdef HAVE_ARPA_NAMESER_H
23360 # include <arpa/nameser.h>
23361 #endif
23362
23363 int
23364 main ()
23365 {
23366 static ns_msg ac_aggr;
23367 if (ac_aggr._msg_ptr)
23368 return 0;
23369   ;
23370   return 0;
23371 }
23372 _ACEOF
23373 rm -f conftest.$ac_objext
23374 if { (ac_try="$ac_compile"
23375 case "(($ac_try" in
23376   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23377   *) ac_try_echo=$ac_try;;
23378 esac
23379 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23380 $as_echo "$ac_try_echo") >&5
23381   (eval "$ac_compile") 2>conftest.er1
23382   ac_status=$?
23383   grep -v '^ *+' conftest.er1 >conftest.err
23384   rm -f conftest.er1
23385   cat conftest.err >&5
23386   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23387   (exit $ac_status); } && {
23388          test -z "$ac_c_werror_flag" ||
23389          test ! -s conftest.err
23390        } && test -s conftest.$ac_objext; then
23391   ac_cv_member_ns_msg__msg_ptr=yes
23392 else
23393   $as_echo "$as_me: failed program was:" >&5
23394 sed 's/^/| /' conftest.$ac_ext >&5
23395
23396         cat >conftest.$ac_ext <<_ACEOF
23397 /* confdefs.h.  */
23398 _ACEOF
23399 cat confdefs.h >>conftest.$ac_ext
23400 cat >>conftest.$ac_ext <<_ACEOF
23401 /* end confdefs.h.  */
23402 #ifdef HAVE_SYS_TYPES_H
23403 #include <sys/types.h>
23404 #endif
23405 #ifdef HAVE_NETINET_IN_H
23406 # include <netinet/in.h>
23407 #endif
23408 #ifdef HAVE_ARPA_NAMESER_H
23409 # include <arpa/nameser.h>
23410 #endif
23411
23412 int
23413 main ()
23414 {
23415 static ns_msg ac_aggr;
23416 if (sizeof ac_aggr._msg_ptr)
23417 return 0;
23418   ;
23419   return 0;
23420 }
23421 _ACEOF
23422 rm -f conftest.$ac_objext
23423 if { (ac_try="$ac_compile"
23424 case "(($ac_try" in
23425   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23426   *) ac_try_echo=$ac_try;;
23427 esac
23428 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23429 $as_echo "$ac_try_echo") >&5
23430   (eval "$ac_compile") 2>conftest.er1
23431   ac_status=$?
23432   grep -v '^ *+' conftest.er1 >conftest.err
23433   rm -f conftest.er1
23434   cat conftest.err >&5
23435   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23436   (exit $ac_status); } && {
23437          test -z "$ac_c_werror_flag" ||
23438          test ! -s conftest.err
23439        } && test -s conftest.$ac_objext; then
23440   ac_cv_member_ns_msg__msg_ptr=yes
23441 else
23442   $as_echo "$as_me: failed program was:" >&5
23443 sed 's/^/| /' conftest.$ac_ext >&5
23444
23445         ac_cv_member_ns_msg__msg_ptr=no
23446 fi
23447
23448 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23449 fi
23450
23451 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23452 fi
23453 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23454 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23455 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23456
23457 cat >>confdefs.h <<_ACEOF
23458 #define HAVE_NS_MSG__MSG_PTR 1
23459 _ACEOF
23460
23461
23462 fi
23463
23464
23465 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23466 $as_echo_n "checking for timezone variable... " >&6; }
23467 if test "${ac_cv_have_timezone+set}" = set; then
23468   $as_echo_n "(cached) " >&6
23469 else
23470   cat >conftest.$ac_ext <<_ACEOF
23471 /* confdefs.h.  */
23472 _ACEOF
23473 cat confdefs.h >>conftest.$ac_ext
23474 cat >>conftest.$ac_ext <<_ACEOF
23475 /* end confdefs.h.  */
23476 #include <time.h>
23477 int
23478 main ()
23479 {
23480 timezone = 1
23481   ;
23482   return 0;
23483 }
23484 _ACEOF
23485 rm -f conftest.$ac_objext conftest$ac_exeext
23486 if { (ac_try="$ac_link"
23487 case "(($ac_try" in
23488   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23489   *) ac_try_echo=$ac_try;;
23490 esac
23491 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23492 $as_echo "$ac_try_echo") >&5
23493   (eval "$ac_link") 2>conftest.er1
23494   ac_status=$?
23495   grep -v '^ *+' conftest.er1 >conftest.err
23496   rm -f conftest.er1
23497   cat conftest.err >&5
23498   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23499   (exit $ac_status); } && {
23500          test -z "$ac_c_werror_flag" ||
23501          test ! -s conftest.err
23502        } && test -s conftest$ac_exeext && {
23503          test "$cross_compiling" = yes ||
23504          $as_test_x conftest$ac_exeext
23505        }; then
23506   ac_cv_have_timezone="yes"
23507 else
23508   $as_echo "$as_me: failed program was:" >&5
23509 sed 's/^/| /' conftest.$ac_ext >&5
23510
23511         ac_cv_have_timezone="no"
23512 fi
23513
23514 rm -rf conftest.dSYM
23515 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23516       conftest$ac_exeext conftest.$ac_ext
23517 fi
23518 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23519 $as_echo "$ac_cv_have_timezone" >&6; }
23520 if test "$ac_cv_have_timezone" = "yes"
23521 then
23522
23523 cat >>confdefs.h <<\_ACEOF
23524 #define HAVE_TIMEZONE 1
23525 _ACEOF
23526
23527 fi
23528 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23529 $as_echo_n "checking for daylight variable... " >&6; }
23530 if test "${ac_cv_have_daylight+set}" = set; then
23531   $as_echo_n "(cached) " >&6
23532 else
23533   cat >conftest.$ac_ext <<_ACEOF
23534 /* confdefs.h.  */
23535 _ACEOF
23536 cat confdefs.h >>conftest.$ac_ext
23537 cat >>conftest.$ac_ext <<_ACEOF
23538 /* end confdefs.h.  */
23539 #include <time.h>
23540 int
23541 main ()
23542 {
23543 daylight = 1
23544   ;
23545   return 0;
23546 }
23547 _ACEOF
23548 rm -f conftest.$ac_objext conftest$ac_exeext
23549 if { (ac_try="$ac_link"
23550 case "(($ac_try" in
23551   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23552   *) ac_try_echo=$ac_try;;
23553 esac
23554 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23555 $as_echo "$ac_try_echo") >&5
23556   (eval "$ac_link") 2>conftest.er1
23557   ac_status=$?
23558   grep -v '^ *+' conftest.er1 >conftest.err
23559   rm -f conftest.er1
23560   cat conftest.err >&5
23561   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23562   (exit $ac_status); } && {
23563          test -z "$ac_c_werror_flag" ||
23564          test ! -s conftest.err
23565        } && test -s conftest$ac_exeext && {
23566          test "$cross_compiling" = yes ||
23567          $as_test_x conftest$ac_exeext
23568        }; then
23569   ac_cv_have_daylight="yes"
23570 else
23571   $as_echo "$as_me: failed program was:" >&5
23572 sed 's/^/| /' conftest.$ac_ext >&5
23573
23574         ac_cv_have_daylight="no"
23575 fi
23576
23577 rm -rf conftest.dSYM
23578 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23579       conftest$ac_exeext conftest.$ac_ext
23580 fi
23581 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23582 $as_echo "$ac_cv_have_daylight" >&6; }
23583 if test "$ac_cv_have_daylight" = "yes"
23584 then
23585
23586 cat >>confdefs.h <<\_ACEOF
23587 #define HAVE_DAYLIGHT 1
23588 _ACEOF
23589
23590 fi
23591
23592 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23593 $as_echo_n "checking for isinf... " >&6; }
23594 if test "${ac_cv_have_isinf+set}" = set; then
23595   $as_echo_n "(cached) " >&6
23596 else
23597   cat >conftest.$ac_ext <<_ACEOF
23598 /* confdefs.h.  */
23599 _ACEOF
23600 cat confdefs.h >>conftest.$ac_ext
23601 cat >>conftest.$ac_ext <<_ACEOF
23602 /* end confdefs.h.  */
23603 #include <math.h>
23604 int
23605 main ()
23606 {
23607 float f = 0.0; int i=isinf(f)
23608   ;
23609   return 0;
23610 }
23611 _ACEOF
23612 rm -f conftest.$ac_objext conftest$ac_exeext
23613 if { (ac_try="$ac_link"
23614 case "(($ac_try" in
23615   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23616   *) ac_try_echo=$ac_try;;
23617 esac
23618 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23619 $as_echo "$ac_try_echo") >&5
23620   (eval "$ac_link") 2>conftest.er1
23621   ac_status=$?
23622   grep -v '^ *+' conftest.er1 >conftest.err
23623   rm -f conftest.er1
23624   cat conftest.err >&5
23625   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23626   (exit $ac_status); } && {
23627          test -z "$ac_c_werror_flag" ||
23628          test ! -s conftest.err
23629        } && test -s conftest$ac_exeext && {
23630          test "$cross_compiling" = yes ||
23631          $as_test_x conftest$ac_exeext
23632        }; then
23633   ac_cv_have_isinf="yes"
23634 else
23635   $as_echo "$as_me: failed program was:" >&5
23636 sed 's/^/| /' conftest.$ac_ext >&5
23637
23638         ac_cv_have_isinf="no"
23639 fi
23640
23641 rm -rf conftest.dSYM
23642 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23643       conftest$ac_exeext conftest.$ac_ext
23644 fi
23645 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23646 $as_echo "$ac_cv_have_isinf" >&6; }
23647 if test "$ac_cv_have_isinf" = "yes"
23648 then
23649
23650 cat >>confdefs.h <<\_ACEOF
23651 #define HAVE_ISINF 1
23652 _ACEOF
23653
23654 fi
23655
23656 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23657 $as_echo_n "checking for isnan... " >&6; }
23658 if test "${ac_cv_have_isnan+set}" = set; then
23659   $as_echo_n "(cached) " >&6
23660 else
23661   cat >conftest.$ac_ext <<_ACEOF
23662 /* confdefs.h.  */
23663 _ACEOF
23664 cat confdefs.h >>conftest.$ac_ext
23665 cat >>conftest.$ac_ext <<_ACEOF
23666 /* end confdefs.h.  */
23667 #include <math.h>
23668 int
23669 main ()
23670 {
23671 float f = 0.0; int i=isnan(f)
23672   ;
23673   return 0;
23674 }
23675 _ACEOF
23676 rm -f conftest.$ac_objext conftest$ac_exeext
23677 if { (ac_try="$ac_link"
23678 case "(($ac_try" in
23679   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23680   *) ac_try_echo=$ac_try;;
23681 esac
23682 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23683 $as_echo "$ac_try_echo") >&5
23684   (eval "$ac_link") 2>conftest.er1
23685   ac_status=$?
23686   grep -v '^ *+' conftest.er1 >conftest.err
23687   rm -f conftest.er1
23688   cat conftest.err >&5
23689   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23690   (exit $ac_status); } && {
23691          test -z "$ac_c_werror_flag" ||
23692          test ! -s conftest.err
23693        } && test -s conftest$ac_exeext && {
23694          test "$cross_compiling" = yes ||
23695          $as_test_x conftest$ac_exeext
23696        }; then
23697   ac_cv_have_isnan="yes"
23698 else
23699   $as_echo "$as_me: failed program was:" >&5
23700 sed 's/^/| /' conftest.$ac_ext >&5
23701
23702         ac_cv_have_isnan="no"
23703 fi
23704
23705 rm -rf conftest.dSYM
23706 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23707       conftest$ac_exeext conftest.$ac_ext
23708 fi
23709 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23710 $as_echo "$ac_cv_have_isnan" >&6; }
23711 if test "$ac_cv_have_isnan" = "yes"
23712 then
23713
23714 cat >>confdefs.h <<\_ACEOF
23715 #define HAVE_ISNAN 1
23716 _ACEOF
23717
23718 fi
23719
23720
23721 case $host_cpu in
23722   *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23723 $as_echo_n "checking whether we need to define __i386__... " >&6; }
23724 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23725   $as_echo_n "(cached) " >&6
23726 else
23727   cat >conftest.$ac_ext <<_ACEOF
23728 /* confdefs.h.  */
23729 _ACEOF
23730 cat confdefs.h >>conftest.$ac_ext
23731 cat >>conftest.$ac_ext <<_ACEOF
23732 /* end confdefs.h.  */
23733 #ifndef __i386__
23734 yes
23735 #endif
23736 _ACEOF
23737 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23738   $EGREP "yes" >/dev/null 2>&1; then
23739   ac_cv_cpp_def___i386__=yes
23740 else
23741   ac_cv_cpp_def___i386__=no
23742 fi
23743 rm -f conftest*
23744
23745 fi
23746 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
23747 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
23748 if test $ac_cv_cpp_def___i386__ = yes; then
23749   CFLAGS="$CFLAGS -D__i386__"
23750   LINTFLAGS="$LINTFLAGS -D__i386__"
23751 fi
23752  ;;
23753   *x86_64*)         { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
23754 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
23755 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
23756   $as_echo_n "(cached) " >&6
23757 else
23758   cat >conftest.$ac_ext <<_ACEOF
23759 /* confdefs.h.  */
23760 _ACEOF
23761 cat confdefs.h >>conftest.$ac_ext
23762 cat >>conftest.$ac_ext <<_ACEOF
23763 /* end confdefs.h.  */
23764 #ifndef __x86_64__
23765 yes
23766 #endif
23767 _ACEOF
23768 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23769   $EGREP "yes" >/dev/null 2>&1; then
23770   ac_cv_cpp_def___x86_64__=yes
23771 else
23772   ac_cv_cpp_def___x86_64__=no
23773 fi
23774 rm -f conftest*
23775
23776 fi
23777 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
23778 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
23779 if test $ac_cv_cpp_def___x86_64__ = yes; then
23780   CFLAGS="$CFLAGS -D__x86_64__"
23781   LINTFLAGS="$LINTFLAGS -D__x86_64__"
23782 fi
23783  ;;
23784   *alpha*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
23785 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
23786 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
23787   $as_echo_n "(cached) " >&6
23788 else
23789   cat >conftest.$ac_ext <<_ACEOF
23790 /* confdefs.h.  */
23791 _ACEOF
23792 cat confdefs.h >>conftest.$ac_ext
23793 cat >>conftest.$ac_ext <<_ACEOF
23794 /* end confdefs.h.  */
23795 #ifndef __ALPHA__
23796 yes
23797 #endif
23798 _ACEOF
23799 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23800   $EGREP "yes" >/dev/null 2>&1; then
23801   ac_cv_cpp_def___ALPHA__=yes
23802 else
23803   ac_cv_cpp_def___ALPHA__=no
23804 fi
23805 rm -f conftest*
23806
23807 fi
23808 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
23809 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
23810 if test $ac_cv_cpp_def___ALPHA__ = yes; then
23811   CFLAGS="$CFLAGS -D__ALPHA__"
23812   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
23813 fi
23814  ;;
23815   *sparc*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
23816 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
23817 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
23818   $as_echo_n "(cached) " >&6
23819 else
23820   cat >conftest.$ac_ext <<_ACEOF
23821 /* confdefs.h.  */
23822 _ACEOF
23823 cat confdefs.h >>conftest.$ac_ext
23824 cat >>conftest.$ac_ext <<_ACEOF
23825 /* end confdefs.h.  */
23826 #ifndef __sparc__
23827 yes
23828 #endif
23829 _ACEOF
23830 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23831   $EGREP "yes" >/dev/null 2>&1; then
23832   ac_cv_cpp_def___sparc__=yes
23833 else
23834   ac_cv_cpp_def___sparc__=no
23835 fi
23836 rm -f conftest*
23837
23838 fi
23839 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
23840 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
23841 if test $ac_cv_cpp_def___sparc__ = yes; then
23842   CFLAGS="$CFLAGS -D__sparc__"
23843   LINTFLAGS="$LINTFLAGS -D__sparc__"
23844 fi
23845  ;;
23846   *powerpc*)        { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
23847 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
23848 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
23849   $as_echo_n "(cached) " >&6
23850 else
23851   cat >conftest.$ac_ext <<_ACEOF
23852 /* confdefs.h.  */
23853 _ACEOF
23854 cat confdefs.h >>conftest.$ac_ext
23855 cat >>conftest.$ac_ext <<_ACEOF
23856 /* end confdefs.h.  */
23857 #ifndef __powerpc__
23858 yes
23859 #endif
23860 _ACEOF
23861 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23862   $EGREP "yes" >/dev/null 2>&1; then
23863   ac_cv_cpp_def___powerpc__=yes
23864 else
23865   ac_cv_cpp_def___powerpc__=no
23866 fi
23867 rm -f conftest*
23868
23869 fi
23870 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
23871 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
23872 if test $ac_cv_cpp_def___powerpc__ = yes; then
23873   CFLAGS="$CFLAGS -D__powerpc__"
23874   LINTFLAGS="$LINTFLAGS -D__powerpc__"
23875 fi
23876  ;;
23877 esac
23878
23879 case $host_vendor in
23880   *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
23881 $as_echo_n "checking whether we need to define __sun__... " >&6; }
23882 if test "${ac_cv_cpp_def___sun__+set}" = set; then
23883   $as_echo_n "(cached) " >&6
23884 else
23885   cat >conftest.$ac_ext <<_ACEOF
23886 /* confdefs.h.  */
23887 _ACEOF
23888 cat confdefs.h >>conftest.$ac_ext
23889 cat >>conftest.$ac_ext <<_ACEOF
23890 /* end confdefs.h.  */
23891 #ifndef __sun__
23892 yes
23893 #endif
23894 _ACEOF
23895 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23896   $EGREP "yes" >/dev/null 2>&1; then
23897   ac_cv_cpp_def___sun__=yes
23898 else
23899   ac_cv_cpp_def___sun__=no
23900 fi
23901 rm -f conftest*
23902
23903 fi
23904 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
23905 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
23906 if test $ac_cv_cpp_def___sun__ = yes; then
23907   CFLAGS="$CFLAGS -D__sun__"
23908   LINTFLAGS="$LINTFLAGS -D__sun__"
23909 fi
23910  ;;
23911 esac
23912
23913
23914 DEPENDENCIES="### Dependencies:
23915
23916 .INIT: Makefile
23917 .BEGIN: Makefile
23918 Makefile: dummy
23919         -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
23920
23921 \$(OBJS): \$(IDL_GEN_HEADERS)
23922 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
23923 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
23924 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
23925 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
23926
23927
23928 ALL_MAKERULES=""
23929
23930 ALL_MAKEFILES=""
23931
23932 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
23933
23934
23935 ALL_TOP_DIRS=""
23936
23937 ALL_DLL_DIRS=""
23938
23939 ALL_IMPLIB_DIRS=""
23940
23941 ALL_TEST_DIRS=""
23942
23943 ALL_PROGRAM_DIRS=""
23944
23945 ALL_PROGRAM_INSTALL_DIRS=""
23946
23947 ALL_PROGRAM_BIN_INSTALL_DIRS=""
23948
23949
23950
23951
23952
23953 ac_config_commands="$ac_config_commands include/stamp-h"
23954
23955
23956 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
23957
23958 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
23959
23960 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
23961
23962 ac_config_commands="$ac_config_commands dlls/user32/resources"
23963
23964 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
23965
23966 ac_config_commands="$ac_config_commands include/wine"
23967
23968
23969 ALL_MAKERULES="$ALL_MAKERULES \\
23970         Make.rules"
23971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23972 Make.rules: Make.rules.in"
23973 MAKE_RULES=Make.rules
23974 ac_config_files="$ac_config_files Make.rules"
23975
23976 ALL_MAKERULES="$ALL_MAKERULES \\
23977         dlls/Makedll.rules"
23978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23979 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
23980 MAKE_DLL_RULES=dlls/Makedll.rules
23981 ac_config_files="$ac_config_files dlls/Makedll.rules"
23982
23983 ALL_MAKERULES="$ALL_MAKERULES \\
23984         dlls/Makeimplib.rules"
23985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23986 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
23987 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
23988 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
23989
23990 ALL_MAKERULES="$ALL_MAKERULES \\
23991         dlls/Maketest.rules"
23992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23993 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
23994 MAKE_TEST_RULES=dlls/Maketest.rules
23995 ac_config_files="$ac_config_files dlls/Maketest.rules"
23996
23997 ALL_MAKERULES="$ALL_MAKERULES \\
23998         programs/Makeprog.rules"
23999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24000 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24001 MAKE_PROG_RULES=programs/Makeprog.rules
24002 ac_config_files="$ac_config_files programs/Makeprog.rules"
24003
24004
24005
24006
24007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24008 Makefile: Makefile.in Make.rules"
24009 ac_config_files="$ac_config_files Makefile"
24010
24011 ALL_MAKEFILES="$ALL_MAKEFILES \\
24012         dlls/Makefile"
24013 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24014         dlls"
24015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24016 dlls/Makefile: dlls/Makefile.in Make.rules"
24017 ac_config_files="$ac_config_files dlls/Makefile"
24018
24019 ALL_MAKEFILES="$ALL_MAKEFILES \\
24020         dlls/acledit/Makefile"
24021 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24022         acledit"
24023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24024 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24025 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24026
24027 ALL_MAKEFILES="$ALL_MAKEFILES \\
24028         dlls/activeds/Makefile"
24029 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24030         activeds"
24031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24032 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24033 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24034
24035 ALL_MAKEFILES="$ALL_MAKEFILES \\
24036         dlls/actxprxy/Makefile"
24037 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24038         actxprxy"
24039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24040 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24041 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24042
24043 ALL_MAKEFILES="$ALL_MAKEFILES \\
24044         dlls/adsiid/Makefile"
24045 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24046         adsiid"
24047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24048 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24049 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24050
24051 ALL_MAKEFILES="$ALL_MAKEFILES \\
24052         dlls/advapi32/Makefile"
24053 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24054         advapi32"
24055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24056 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24057 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24058
24059 ALL_MAKEFILES="$ALL_MAKEFILES \\
24060         dlls/advapi32/tests/Makefile"
24061 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24062         advapi32/tests"
24063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24064 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24065 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24066
24067 ALL_MAKEFILES="$ALL_MAKEFILES \\
24068         dlls/advpack/Makefile"
24069 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24070         advpack"
24071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24072 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24073 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24074
24075 ALL_MAKEFILES="$ALL_MAKEFILES \\
24076         dlls/advpack/tests/Makefile"
24077 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24078         advpack/tests"
24079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24080 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24081 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24082
24083 ALL_MAKEFILES="$ALL_MAKEFILES \\
24084         dlls/amstream/Makefile"
24085 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24086         amstream"
24087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24088 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24089 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24090
24091 ALL_MAKEFILES="$ALL_MAKEFILES \\
24092         dlls/appwiz.cpl/Makefile"
24093 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24094         appwiz.cpl"
24095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24096 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24097 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24098
24099 ALL_MAKEFILES="$ALL_MAKEFILES \\
24100         dlls/atl/Makefile"
24101 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24102         atl"
24103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24104 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24105 ac_config_files="$ac_config_files dlls/atl/Makefile"
24106
24107 ALL_MAKEFILES="$ALL_MAKEFILES \\
24108         dlls/avicap32/Makefile"
24109 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24110         avicap32"
24111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24112 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24113 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24114
24115 ALL_MAKEFILES="$ALL_MAKEFILES \\
24116         dlls/avifil32/Makefile"
24117 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24118         avifil32"
24119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24120 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24121 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24122
24123 ALL_MAKEFILES="$ALL_MAKEFILES \\
24124         dlls/browseui/Makefile"
24125 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24126         browseui"
24127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24128 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24129 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24130
24131 ALL_MAKEFILES="$ALL_MAKEFILES \\
24132         dlls/browseui/tests/Makefile"
24133 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24134         browseui/tests"
24135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24136 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24137 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24138
24139 ALL_MAKEFILES="$ALL_MAKEFILES \\
24140         dlls/cabinet/Makefile"
24141 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24142         cabinet"
24143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24144 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24145 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24146
24147 ALL_MAKEFILES="$ALL_MAKEFILES \\
24148         dlls/cabinet/tests/Makefile"
24149 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24150         cabinet/tests"
24151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24152 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24153 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24154
24155 ALL_MAKEFILES="$ALL_MAKEFILES \\
24156         dlls/capi2032/Makefile"
24157 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24158         capi2032"
24159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24160 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24161 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24162
24163 ALL_MAKEFILES="$ALL_MAKEFILES \\
24164         dlls/cards/Makefile"
24165 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24166         cards"
24167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24168 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24169 ac_config_files="$ac_config_files dlls/cards/Makefile"
24170
24171 ALL_MAKEFILES="$ALL_MAKEFILES \\
24172         dlls/cfgmgr32/Makefile"
24173 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24174         cfgmgr32"
24175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24176 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24177 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24178
24179 ALL_MAKEFILES="$ALL_MAKEFILES \\
24180         dlls/clusapi/Makefile"
24181 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24182         clusapi"
24183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24184 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24185 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24186
24187 ALL_MAKEFILES="$ALL_MAKEFILES \\
24188         dlls/comcat/Makefile"
24189 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24190         comcat"
24191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24192 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24193 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24194
24195 ALL_MAKEFILES="$ALL_MAKEFILES \\
24196         dlls/comcat/tests/Makefile"
24197 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24198         comcat/tests"
24199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24200 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24201 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24202
24203 ALL_MAKEFILES="$ALL_MAKEFILES \\
24204         dlls/comctl32/Makefile"
24205 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24206         comctl32"
24207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24208 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24209 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24210
24211 ALL_MAKEFILES="$ALL_MAKEFILES \\
24212         dlls/comctl32/tests/Makefile"
24213 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24214         comctl32/tests"
24215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24216 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24217 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24218
24219 ALL_MAKEFILES="$ALL_MAKEFILES \\
24220         dlls/comdlg32/Makefile"
24221 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24222         comdlg32"
24223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24224 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24225 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24226
24227 ALL_MAKEFILES="$ALL_MAKEFILES \\
24228         dlls/comdlg32/tests/Makefile"
24229 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24230         comdlg32/tests"
24231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24232 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24233 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24234
24235 ALL_MAKEFILES="$ALL_MAKEFILES \\
24236         dlls/compstui/Makefile"
24237 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24238         compstui"
24239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24240 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24241 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24242
24243 ALL_MAKEFILES="$ALL_MAKEFILES \\
24244         dlls/credui/Makefile"
24245 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24246         credui"
24247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24248 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24249 ac_config_files="$ac_config_files dlls/credui/Makefile"
24250
24251 ALL_MAKEFILES="$ALL_MAKEFILES \\
24252         dlls/credui/tests/Makefile"
24253 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24254         credui/tests"
24255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24256 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24257 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24258
24259 ALL_MAKEFILES="$ALL_MAKEFILES \\
24260         dlls/crtdll/Makefile"
24261 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24262         crtdll"
24263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24264 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24265 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24266
24267 ALL_MAKEFILES="$ALL_MAKEFILES \\
24268         dlls/crypt32/Makefile"
24269 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24270         crypt32"
24271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24272 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24273 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24274
24275 ALL_MAKEFILES="$ALL_MAKEFILES \\
24276         dlls/crypt32/tests/Makefile"
24277 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24278         crypt32/tests"
24279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24280 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24281 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24282
24283 ALL_MAKEFILES="$ALL_MAKEFILES \\
24284         dlls/cryptdlg/Makefile"
24285 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24286         cryptdlg"
24287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24288 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24289 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24290
24291 ALL_MAKEFILES="$ALL_MAKEFILES \\
24292         dlls/cryptdll/Makefile"
24293 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24294         cryptdll"
24295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24296 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24297 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24298
24299 ALL_MAKEFILES="$ALL_MAKEFILES \\
24300         dlls/cryptnet/Makefile"
24301 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24302         cryptnet"
24303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24304 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24305 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24306
24307 ALL_MAKEFILES="$ALL_MAKEFILES \\
24308         dlls/cryptnet/tests/Makefile"
24309 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24310         cryptnet/tests"
24311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24312 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24313 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24314
24315 ALL_MAKEFILES="$ALL_MAKEFILES \\
24316         dlls/cryptui/Makefile"
24317 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24318         cryptui"
24319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24320 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24321 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24322
24323 ALL_MAKEFILES="$ALL_MAKEFILES \\
24324         dlls/cryptui/tests/Makefile"
24325 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24326         cryptui/tests"
24327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24328 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24329 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24330
24331 ALL_MAKEFILES="$ALL_MAKEFILES \\
24332         dlls/ctapi32/Makefile"
24333 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24334         ctapi32"
24335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24336 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24337 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24338
24339 ALL_MAKEFILES="$ALL_MAKEFILES \\
24340         dlls/ctl3d32/Makefile"
24341 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24342         ctl3d32"
24343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24344 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24345 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24346
24347 ALL_MAKEFILES="$ALL_MAKEFILES \\
24348         dlls/d3d10/Makefile"
24349 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24350         d3d10"
24351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24352 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24353 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24354
24355 ALL_MAKEFILES="$ALL_MAKEFILES \\
24356         dlls/d3d10/tests/Makefile"
24357 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24358         d3d10/tests"
24359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24360 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24361 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24362
24363 ALL_MAKEFILES="$ALL_MAKEFILES \\
24364         dlls/d3d10core/Makefile"
24365 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24366         d3d10core"
24367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24368 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24369 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24370
24371 ALL_MAKEFILES="$ALL_MAKEFILES \\
24372         dlls/d3d10core/tests/Makefile"
24373 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24374         d3d10core/tests"
24375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24376 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24377 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24378
24379 ALL_MAKEFILES="$ALL_MAKEFILES \\
24380         dlls/d3d8/Makefile"
24381 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24382         d3d8"
24383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24384 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24385 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24386
24387 ALL_MAKEFILES="$ALL_MAKEFILES \\
24388         dlls/d3d8/tests/Makefile"
24389 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24390         d3d8/tests"
24391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24392 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24393 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24394
24395 ALL_MAKEFILES="$ALL_MAKEFILES \\
24396         dlls/d3d9/Makefile"
24397 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24398         d3d9"
24399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24400 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24401 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24402
24403 ALL_MAKEFILES="$ALL_MAKEFILES \\
24404         dlls/d3d9/tests/Makefile"
24405 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24406         d3d9/tests"
24407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24408 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24409 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24410
24411 ALL_MAKEFILES="$ALL_MAKEFILES \\
24412         dlls/d3dim/Makefile"
24413 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24414         d3dim"
24415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24416 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24417 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24418
24419 ALL_MAKEFILES="$ALL_MAKEFILES \\
24420         dlls/d3drm/Makefile"
24421 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24422         d3drm"
24423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24424 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24425 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24426
24427 ALL_MAKEFILES="$ALL_MAKEFILES \\
24428         dlls/d3drm/tests/Makefile"
24429 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24430         d3drm/tests"
24431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24432 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24433 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24434
24435 ALL_MAKEFILES="$ALL_MAKEFILES \\
24436         dlls/d3dx8/Makefile"
24437 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24438         d3dx8"
24439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24440 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24441 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24442
24443 ALL_MAKEFILES="$ALL_MAKEFILES \\
24444         dlls/d3dx8/tests/Makefile"
24445 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24446         d3dx8/tests"
24447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24448 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24449 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24450
24451 ALL_MAKEFILES="$ALL_MAKEFILES \\
24452         dlls/d3dx9_24/Makefile"
24453 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24454         d3dx9_24"
24455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24456 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24457 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24458
24459 ALL_MAKEFILES="$ALL_MAKEFILES \\
24460         dlls/d3dx9_25/Makefile"
24461 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24462         d3dx9_25"
24463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24464 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24465 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24466
24467 ALL_MAKEFILES="$ALL_MAKEFILES \\
24468         dlls/d3dx9_26/Makefile"
24469 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24470         d3dx9_26"
24471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24472 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24473 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24474
24475 ALL_MAKEFILES="$ALL_MAKEFILES \\
24476         dlls/d3dx9_27/Makefile"
24477 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24478         d3dx9_27"
24479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24480 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24481 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24482
24483 ALL_MAKEFILES="$ALL_MAKEFILES \\
24484         dlls/d3dx9_28/Makefile"
24485 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24486         d3dx9_28"
24487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24488 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24489 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24490
24491 ALL_MAKEFILES="$ALL_MAKEFILES \\
24492         dlls/d3dx9_29/Makefile"
24493 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24494         d3dx9_29"
24495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24496 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24497 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24498
24499 ALL_MAKEFILES="$ALL_MAKEFILES \\
24500         dlls/d3dx9_30/Makefile"
24501 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24502         d3dx9_30"
24503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24504 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24505 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24506
24507 ALL_MAKEFILES="$ALL_MAKEFILES \\
24508         dlls/d3dx9_31/Makefile"
24509 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24510         d3dx9_31"
24511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24512 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24513 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24514
24515 ALL_MAKEFILES="$ALL_MAKEFILES \\
24516         dlls/d3dx9_32/Makefile"
24517 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24518         d3dx9_32"
24519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24520 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24521 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24522
24523 ALL_MAKEFILES="$ALL_MAKEFILES \\
24524         dlls/d3dx9_33/Makefile"
24525 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24526         d3dx9_33"
24527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24528 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24529 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24530
24531 ALL_MAKEFILES="$ALL_MAKEFILES \\
24532         dlls/d3dx9_34/Makefile"
24533 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24534         d3dx9_34"
24535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24536 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24537 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24538
24539 ALL_MAKEFILES="$ALL_MAKEFILES \\
24540         dlls/d3dx9_35/Makefile"
24541 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24542         d3dx9_35"
24543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24544 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24545 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24546
24547 ALL_MAKEFILES="$ALL_MAKEFILES \\
24548         dlls/d3dx9_36/Makefile"
24549 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24550         d3dx9_36"
24551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24552 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24553 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24554
24555 ALL_MAKEFILES="$ALL_MAKEFILES \\
24556         dlls/d3dx9_36/tests/Makefile"
24557 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24558         d3dx9_36/tests"
24559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24560 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24561 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24562
24563 ALL_MAKEFILES="$ALL_MAKEFILES \\
24564         dlls/d3dx9_37/Makefile"
24565 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24566         d3dx9_37"
24567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24568 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24569 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24570
24571 ALL_MAKEFILES="$ALL_MAKEFILES \\
24572         dlls/d3dxof/Makefile"
24573 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24574         d3dxof"
24575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24576 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24577 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24578
24579 ALL_MAKEFILES="$ALL_MAKEFILES \\
24580         dlls/d3dxof/tests/Makefile"
24581 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24582         d3dxof/tests"
24583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24584 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24585 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24586
24587 ALL_MAKEFILES="$ALL_MAKEFILES \\
24588         dlls/dbghelp/Makefile"
24589 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24590         dbghelp"
24591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24592 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24593 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24594
24595 ALL_MAKEFILES="$ALL_MAKEFILES \\
24596         dlls/dciman32/Makefile"
24597 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24598         dciman32"
24599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24600 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24601 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24602
24603 ALL_MAKEFILES="$ALL_MAKEFILES \\
24604         dlls/ddraw/Makefile"
24605 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24606         ddraw"
24607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24608 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24609 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24610
24611 ALL_MAKEFILES="$ALL_MAKEFILES \\
24612         dlls/ddraw/tests/Makefile"
24613 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24614         ddraw/tests"
24615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24616 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24617 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24618
24619 ALL_MAKEFILES="$ALL_MAKEFILES \\
24620         dlls/ddrawex/Makefile"
24621 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24622         ddrawex"
24623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24624 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24625 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24626
24627 ALL_MAKEFILES="$ALL_MAKEFILES \\
24628         dlls/ddrawex/tests/Makefile"
24629 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24630         ddrawex/tests"
24631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24632 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
24633 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
24634
24635 ALL_MAKEFILES="$ALL_MAKEFILES \\
24636         dlls/devenum/Makefile"
24637 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24638         devenum"
24639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24640 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24641 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24642
24643 ALL_MAKEFILES="$ALL_MAKEFILES \\
24644         dlls/dinput/Makefile"
24645 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24646         dinput"
24647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24648 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24649 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24650
24651 ALL_MAKEFILES="$ALL_MAKEFILES \\
24652         dlls/dinput/tests/Makefile"
24653 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24654         dinput/tests"
24655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24656 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
24657 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
24658
24659 ALL_MAKEFILES="$ALL_MAKEFILES \\
24660         dlls/dinput8/Makefile"
24661 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24662         dinput8"
24663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24664 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
24665 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
24666
24667 ALL_MAKEFILES="$ALL_MAKEFILES \\
24668         dlls/dmband/Makefile"
24669 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24670         dmband"
24671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24672 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
24673 ac_config_files="$ac_config_files dlls/dmband/Makefile"
24674
24675 ALL_MAKEFILES="$ALL_MAKEFILES \\
24676         dlls/dmcompos/Makefile"
24677 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24678         dmcompos"
24679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24680 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
24681 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
24682
24683 ALL_MAKEFILES="$ALL_MAKEFILES \\
24684         dlls/dmime/Makefile"
24685 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24686         dmime"
24687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24688 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
24689 ac_config_files="$ac_config_files dlls/dmime/Makefile"
24690
24691 ALL_MAKEFILES="$ALL_MAKEFILES \\
24692         dlls/dmloader/Makefile"
24693 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24694         dmloader"
24695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24696 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
24697 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
24698
24699 ALL_MAKEFILES="$ALL_MAKEFILES \\
24700         dlls/dmscript/Makefile"
24701 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24702         dmscript"
24703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24704 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
24705 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
24706
24707 ALL_MAKEFILES="$ALL_MAKEFILES \\
24708         dlls/dmstyle/Makefile"
24709 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24710         dmstyle"
24711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24712 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
24713 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
24714
24715 ALL_MAKEFILES="$ALL_MAKEFILES \\
24716         dlls/dmsynth/Makefile"
24717 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24718         dmsynth"
24719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24720 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
24721 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
24722
24723 ALL_MAKEFILES="$ALL_MAKEFILES \\
24724         dlls/dmusic/Makefile"
24725 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24726         dmusic"
24727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24728 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
24729 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
24730
24731 ALL_MAKEFILES="$ALL_MAKEFILES \\
24732         dlls/dmusic32/Makefile"
24733 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24734         dmusic32"
24735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24736 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
24737 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
24738
24739 ALL_MAKEFILES="$ALL_MAKEFILES \\
24740         dlls/dnsapi/Makefile"
24741 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24742         dnsapi"
24743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24744 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
24745 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
24746
24747 ALL_MAKEFILES="$ALL_MAKEFILES \\
24748         dlls/dnsapi/tests/Makefile"
24749 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24750         dnsapi/tests"
24751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24752 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
24753 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
24754
24755 ALL_MAKEFILES="$ALL_MAKEFILES \\
24756         dlls/dplay/Makefile"
24757 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24758         dplay"
24759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24760 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
24761 ac_config_files="$ac_config_files dlls/dplay/Makefile"
24762
24763 ALL_MAKEFILES="$ALL_MAKEFILES \\
24764         dlls/dplayx/Makefile"
24765 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24766         dplayx"
24767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24768 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
24769 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
24770
24771 ALL_MAKEFILES="$ALL_MAKEFILES \\
24772         dlls/dplayx/tests/Makefile"
24773 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24774         dplayx/tests"
24775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24776 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
24777 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
24778
24779 ALL_MAKEFILES="$ALL_MAKEFILES \\
24780         dlls/dpnaddr/Makefile"
24781 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24782         dpnaddr"
24783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24784 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
24785 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
24786
24787 ALL_MAKEFILES="$ALL_MAKEFILES \\
24788         dlls/dpnet/Makefile"
24789 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24790         dpnet"
24791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24792 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
24793 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
24794
24795 ALL_MAKEFILES="$ALL_MAKEFILES \\
24796         dlls/dpnhpast/Makefile"
24797 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24798         dpnhpast"
24799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24800 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
24801 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
24802
24803 ALL_MAKEFILES="$ALL_MAKEFILES \\
24804         dlls/dpnlobby/Makefile"
24805 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24806         dpnlobby"
24807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24808 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
24809 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
24810
24811 ALL_MAKEFILES="$ALL_MAKEFILES \\
24812         dlls/dpwsockx/Makefile"
24813 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24814         dpwsockx"
24815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24816 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
24817 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
24818
24819 ALL_MAKEFILES="$ALL_MAKEFILES \\
24820         dlls/dsound/Makefile"
24821 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24822         dsound"
24823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24824 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
24825 ac_config_files="$ac_config_files dlls/dsound/Makefile"
24826
24827 ALL_MAKEFILES="$ALL_MAKEFILES \\
24828         dlls/dsound/tests/Makefile"
24829 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24830         dsound/tests"
24831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24832 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
24833 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
24834
24835 ALL_MAKEFILES="$ALL_MAKEFILES \\
24836         dlls/dssenh/Makefile"
24837 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24838         dssenh"
24839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24840 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
24841 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
24842
24843 ALL_MAKEFILES="$ALL_MAKEFILES \\
24844         dlls/dswave/Makefile"
24845 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24846         dswave"
24847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24848 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
24849 ac_config_files="$ac_config_files dlls/dswave/Makefile"
24850
24851 ALL_MAKEFILES="$ALL_MAKEFILES \\
24852         dlls/dwmapi/Makefile"
24853 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24854         dwmapi"
24855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24856 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
24857 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
24858
24859 ALL_MAKEFILES="$ALL_MAKEFILES \\
24860         dlls/dxdiagn/Makefile"
24861 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24862         dxdiagn"
24863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24864 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
24865 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
24866
24867 ALL_MAKEFILES="$ALL_MAKEFILES \\
24868         dlls/dxerr8/Makefile"
24869 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24870         dxerr8"
24871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24872 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
24873 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
24874
24875 ALL_MAKEFILES="$ALL_MAKEFILES \\
24876         dlls/dxerr9/Makefile"
24877 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24878         dxerr9"
24879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24880 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
24881 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
24882
24883 ALL_MAKEFILES="$ALL_MAKEFILES \\
24884         dlls/dxgi/Makefile"
24885 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24886         dxgi"
24887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24888 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
24889 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
24890
24891 ALL_MAKEFILES="$ALL_MAKEFILES \\
24892         dlls/dxgi/tests/Makefile"
24893 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24894         dxgi/tests"
24895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24896 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
24897 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
24898
24899 ALL_MAKEFILES="$ALL_MAKEFILES \\
24900         dlls/dxguid/Makefile"
24901 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24902         dxguid"
24903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24904 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
24905 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
24906
24907 ALL_MAKEFILES="$ALL_MAKEFILES \\
24908         dlls/faultrep/Makefile"
24909 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24910         faultrep"
24911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24912 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
24913 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
24914
24915 ALL_MAKEFILES="$ALL_MAKEFILES \\
24916         dlls/fusion/Makefile"
24917 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24918         fusion"
24919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24920 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
24921 ac_config_files="$ac_config_files dlls/fusion/Makefile"
24922
24923 ALL_MAKEFILES="$ALL_MAKEFILES \\
24924         dlls/fusion/tests/Makefile"
24925 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24926         fusion/tests"
24927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24928 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
24929 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
24930
24931 ALL_MAKEFILES="$ALL_MAKEFILES \\
24932         dlls/gdi32/Makefile"
24933 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24934         gdi32"
24935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24936 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
24937 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
24938
24939 ALL_MAKEFILES="$ALL_MAKEFILES \\
24940         dlls/gdi32/tests/Makefile"
24941 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24942         gdi32/tests"
24943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24944 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
24945 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
24946
24947 ALL_MAKEFILES="$ALL_MAKEFILES \\
24948         dlls/gdiplus/Makefile"
24949 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24950         gdiplus"
24951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24952 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
24953 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
24954
24955 ALL_MAKEFILES="$ALL_MAKEFILES \\
24956         dlls/gdiplus/tests/Makefile"
24957 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24958         gdiplus/tests"
24959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24960 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
24961 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
24962
24963 ALL_MAKEFILES="$ALL_MAKEFILES \\
24964         dlls/glu32/Makefile"
24965 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24966         glu32"
24967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24968 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
24969 ac_config_files="$ac_config_files dlls/glu32/Makefile"
24970
24971 ALL_MAKEFILES="$ALL_MAKEFILES \\
24972         dlls/gphoto2.ds/Makefile"
24973 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24974         gphoto2.ds"
24975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24976 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
24977 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
24978
24979 ALL_MAKEFILES="$ALL_MAKEFILES \\
24980         dlls/gpkcsp/Makefile"
24981 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24982         gpkcsp"
24983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24984 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
24985 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
24986
24987 ALL_MAKEFILES="$ALL_MAKEFILES \\
24988         dlls/hal/Makefile"
24989 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24990         hal"
24991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24992 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
24993 ac_config_files="$ac_config_files dlls/hal/Makefile"
24994
24995 ALL_MAKEFILES="$ALL_MAKEFILES \\
24996         dlls/hhctrl.ocx/Makefile"
24997 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24998         hhctrl.ocx"
24999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25000 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25001 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25002
25003 ALL_MAKEFILES="$ALL_MAKEFILES \\
25004         dlls/hid/Makefile"
25005 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25006         hid"
25007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25008 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25009 ac_config_files="$ac_config_files dlls/hid/Makefile"
25010
25011 ALL_MAKEFILES="$ALL_MAKEFILES \\
25012         dlls/hlink/Makefile"
25013 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25014         hlink"
25015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25016 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25017 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25018
25019 ALL_MAKEFILES="$ALL_MAKEFILES \\
25020         dlls/hlink/tests/Makefile"
25021 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25022         hlink/tests"
25023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25024 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25025 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25026
25027 ALL_MAKEFILES="$ALL_MAKEFILES \\
25028         dlls/hnetcfg/Makefile"
25029 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25030         hnetcfg"
25031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25032 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25033 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25034
25035 ALL_MAKEFILES="$ALL_MAKEFILES \\
25036         dlls/httpapi/Makefile"
25037 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25038         httpapi"
25039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25040 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25041 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25042
25043 ALL_MAKEFILES="$ALL_MAKEFILES \\
25044         dlls/iccvid/Makefile"
25045 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25046         iccvid"
25047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25048 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25049 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25050
25051 ALL_MAKEFILES="$ALL_MAKEFILES \\
25052         dlls/icmp/Makefile"
25053 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25054         icmp"
25055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25056 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25057 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25058
25059 ALL_MAKEFILES="$ALL_MAKEFILES \\
25060         dlls/ifsmgr.vxd/Makefile"
25061 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25062         ifsmgr.vxd"
25063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25064 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25065 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25066
25067 ALL_MAKEFILES="$ALL_MAKEFILES \\
25068         dlls/imaadp32.acm/Makefile"
25069 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25070         imaadp32.acm"
25071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25072 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25073 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25074
25075 ALL_MAKEFILES="$ALL_MAKEFILES \\
25076         dlls/imagehlp/Makefile"
25077 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25078         imagehlp"
25079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25080 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25081 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25082
25083 ALL_MAKEFILES="$ALL_MAKEFILES \\
25084         dlls/imm32/Makefile"
25085 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25086         imm32"
25087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25088 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25089 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25090
25091 ALL_MAKEFILES="$ALL_MAKEFILES \\
25092         dlls/imm32/tests/Makefile"
25093 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25094         imm32/tests"
25095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25096 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25097 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25098
25099 ALL_MAKEFILES="$ALL_MAKEFILES \\
25100         dlls/inetcomm/Makefile"
25101 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25102         inetcomm"
25103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25104 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25105 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25106
25107 ALL_MAKEFILES="$ALL_MAKEFILES \\
25108         dlls/inetcomm/tests/Makefile"
25109 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25110         inetcomm/tests"
25111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25112 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25113 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25114
25115 ALL_MAKEFILES="$ALL_MAKEFILES \\
25116         dlls/inetmib1/Makefile"
25117 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25118         inetmib1"
25119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25120 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25121 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25122
25123 ALL_MAKEFILES="$ALL_MAKEFILES \\
25124         dlls/inetmib1/tests/Makefile"
25125 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25126         inetmib1/tests"
25127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25128 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25129 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25130
25131 ALL_MAKEFILES="$ALL_MAKEFILES \\
25132         dlls/infosoft/Makefile"
25133 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25134         infosoft"
25135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25136 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25137 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25138
25139 ALL_MAKEFILES="$ALL_MAKEFILES \\
25140         dlls/infosoft/tests/Makefile"
25141 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25142         infosoft/tests"
25143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25144 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25145 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25146
25147 ALL_MAKEFILES="$ALL_MAKEFILES \\
25148         dlls/initpki/Makefile"
25149 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25150         initpki"
25151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25152 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25153 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25154
25155 ALL_MAKEFILES="$ALL_MAKEFILES \\
25156         dlls/inkobj/Makefile"
25157 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25158         inkobj"
25159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25160 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25161 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25162
25163 ALL_MAKEFILES="$ALL_MAKEFILES \\
25164         dlls/inseng/Makefile"
25165 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25166         inseng"
25167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25168 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25169 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25170
25171 ALL_MAKEFILES="$ALL_MAKEFILES \\
25172         dlls/iphlpapi/Makefile"
25173 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25174         iphlpapi"
25175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25176 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25177 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25178
25179 ALL_MAKEFILES="$ALL_MAKEFILES \\
25180         dlls/iphlpapi/tests/Makefile"
25181 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25182         iphlpapi/tests"
25183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25184 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25185 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25186
25187 ALL_MAKEFILES="$ALL_MAKEFILES \\
25188         dlls/itircl/Makefile"
25189 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25190         itircl"
25191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25192 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25193 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25194
25195 ALL_MAKEFILES="$ALL_MAKEFILES \\
25196         dlls/itss/Makefile"
25197 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25198         itss"
25199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25200 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25201 ac_config_files="$ac_config_files dlls/itss/Makefile"
25202
25203 ALL_MAKEFILES="$ALL_MAKEFILES \\
25204         dlls/itss/tests/Makefile"
25205 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25206         itss/tests"
25207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25208 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25209 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25210
25211 ALL_MAKEFILES="$ALL_MAKEFILES \\
25212         dlls/jscript/Makefile"
25213 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25214         jscript"
25215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25216 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25217 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25218
25219 ALL_MAKEFILES="$ALL_MAKEFILES \\
25220         dlls/jscript/tests/Makefile"
25221 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25222         jscript/tests"
25223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25224 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25225 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25226
25227 ALL_MAKEFILES="$ALL_MAKEFILES \\
25228         dlls/kernel32/Makefile"
25229 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25230         kernel32"
25231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25232 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25233 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25234
25235 ALL_MAKEFILES="$ALL_MAKEFILES \\
25236         dlls/kernel32/tests/Makefile"
25237 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25238         kernel32/tests"
25239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25240 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25241 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25242
25243 ALL_MAKEFILES="$ALL_MAKEFILES \\
25244         dlls/loadperf/Makefile"
25245 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25246         loadperf"
25247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25248 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25249 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25250
25251 ALL_MAKEFILES="$ALL_MAKEFILES \\
25252         dlls/localspl/Makefile"
25253 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25254         localspl"
25255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25256 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25257 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25258
25259 ALL_MAKEFILES="$ALL_MAKEFILES \\
25260         dlls/localspl/tests/Makefile"
25261 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25262         localspl/tests"
25263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25264 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25265 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25266
25267 ALL_MAKEFILES="$ALL_MAKEFILES \\
25268         dlls/localui/Makefile"
25269 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25270         localui"
25271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25272 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25273 ac_config_files="$ac_config_files dlls/localui/Makefile"
25274
25275 ALL_MAKEFILES="$ALL_MAKEFILES \\
25276         dlls/localui/tests/Makefile"
25277 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25278         localui/tests"
25279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25280 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25281 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25282
25283 ALL_MAKEFILES="$ALL_MAKEFILES \\
25284         dlls/lz32/Makefile"
25285 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25286         lz32"
25287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25288 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25289 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25290
25291 ALL_MAKEFILES="$ALL_MAKEFILES \\
25292         dlls/lz32/tests/Makefile"
25293 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25294         lz32/tests"
25295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25296 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25297 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25298
25299 ALL_MAKEFILES="$ALL_MAKEFILES \\
25300         dlls/mapi32/Makefile"
25301 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25302         mapi32"
25303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25304 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25305 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25306
25307 ALL_MAKEFILES="$ALL_MAKEFILES \\
25308         dlls/mapi32/tests/Makefile"
25309 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25310         mapi32/tests"
25311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25312 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25313 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25314
25315 ALL_MAKEFILES="$ALL_MAKEFILES \\
25316         dlls/mciavi32/Makefile"
25317 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25318         mciavi32"
25319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25320 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25321 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25322
25323 ALL_MAKEFILES="$ALL_MAKEFILES \\
25324         dlls/mcicda/Makefile"
25325 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25326         mcicda"
25327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25328 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25329 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25330
25331 ALL_MAKEFILES="$ALL_MAKEFILES \\
25332         dlls/mciseq/Makefile"
25333 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25334         mciseq"
25335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25336 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25337 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25338
25339 ALL_MAKEFILES="$ALL_MAKEFILES \\
25340         dlls/mciwave/Makefile"
25341 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25342         mciwave"
25343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25344 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25345 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25346
25347 ALL_MAKEFILES="$ALL_MAKEFILES \\
25348         dlls/midimap/Makefile"
25349 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25350         midimap"
25351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25352 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25353 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25354
25355 ALL_MAKEFILES="$ALL_MAKEFILES \\
25356         dlls/mlang/Makefile"
25357 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25358         mlang"
25359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25360 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25361 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25362
25363 ALL_MAKEFILES="$ALL_MAKEFILES \\
25364         dlls/mlang/tests/Makefile"
25365 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25366         mlang/tests"
25367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25368 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25369 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25370
25371 ALL_MAKEFILES="$ALL_MAKEFILES \\
25372         dlls/mmdevldr.vxd/Makefile"
25373 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25374         mmdevldr.vxd"
25375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25376 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25377 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25378
25379 ALL_MAKEFILES="$ALL_MAKEFILES \\
25380         dlls/monodebg.vxd/Makefile"
25381 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25382         monodebg.vxd"
25383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25384 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25385 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25386
25387 ALL_MAKEFILES="$ALL_MAKEFILES \\
25388         dlls/mountmgr.sys/Makefile"
25389 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25390         mountmgr.sys"
25391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25392 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25393 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25394
25395 ALL_MAKEFILES="$ALL_MAKEFILES \\
25396         dlls/mpr/Makefile"
25397 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25398         mpr"
25399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25400 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25401 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25402
25403 ALL_MAKEFILES="$ALL_MAKEFILES \\
25404         dlls/mprapi/Makefile"
25405 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25406         mprapi"
25407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25408 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25409 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25410
25411 ALL_MAKEFILES="$ALL_MAKEFILES \\
25412         dlls/msacm32.drv/Makefile"
25413 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25414         msacm32.drv"
25415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25416 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25417 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25418
25419 ALL_MAKEFILES="$ALL_MAKEFILES \\
25420         dlls/msacm32/Makefile"
25421 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25422         msacm32"
25423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25424 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25425 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25426
25427 ALL_MAKEFILES="$ALL_MAKEFILES \\
25428         dlls/msacm32/tests/Makefile"
25429 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25430         msacm32/tests"
25431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25432 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25433 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25434
25435 ALL_MAKEFILES="$ALL_MAKEFILES \\
25436         dlls/msadp32.acm/Makefile"
25437 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25438         msadp32.acm"
25439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25440 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25441 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25442
25443 ALL_MAKEFILES="$ALL_MAKEFILES \\
25444         dlls/mscat32/Makefile"
25445 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25446         mscat32"
25447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25448 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25449 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25450
25451 ALL_MAKEFILES="$ALL_MAKEFILES \\
25452         dlls/mscms/Makefile"
25453 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25454         mscms"
25455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25456 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25457 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25458
25459 ALL_MAKEFILES="$ALL_MAKEFILES \\
25460         dlls/mscms/tests/Makefile"
25461 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25462         mscms/tests"
25463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25464 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25465 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25466
25467 ALL_MAKEFILES="$ALL_MAKEFILES \\
25468         dlls/mscoree/Makefile"
25469 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25470         mscoree"
25471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25472 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25473 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25474
25475 ALL_MAKEFILES="$ALL_MAKEFILES \\
25476         dlls/msdmo/Makefile"
25477 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25478         msdmo"
25479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25480 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25481 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25482
25483 ALL_MAKEFILES="$ALL_MAKEFILES \\
25484         dlls/msftedit/Makefile"
25485 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25486         msftedit"
25487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25488 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25489 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25490
25491 ALL_MAKEFILES="$ALL_MAKEFILES \\
25492         dlls/msg711.acm/Makefile"
25493 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25494         msg711.acm"
25495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25496 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25497 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25498
25499 ALL_MAKEFILES="$ALL_MAKEFILES \\
25500         dlls/mshtml.tlb/Makefile"
25501 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25502         mshtml.tlb"
25503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25504 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25505 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25506
25507 ALL_MAKEFILES="$ALL_MAKEFILES \\
25508         dlls/mshtml/Makefile"
25509 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25510         mshtml"
25511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25512 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25513 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25514
25515 ALL_MAKEFILES="$ALL_MAKEFILES \\
25516         dlls/mshtml/tests/Makefile"
25517 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25518         mshtml/tests"
25519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25520 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25521 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25522
25523 ALL_MAKEFILES="$ALL_MAKEFILES \\
25524         dlls/msi/Makefile"
25525 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25526         msi"
25527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25528 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25529 ac_config_files="$ac_config_files dlls/msi/Makefile"
25530
25531 ALL_MAKEFILES="$ALL_MAKEFILES \\
25532         dlls/msi/tests/Makefile"
25533 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25534         msi/tests"
25535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25536 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25537 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25538
25539 ALL_MAKEFILES="$ALL_MAKEFILES \\
25540         dlls/msimg32/Makefile"
25541 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25542         msimg32"
25543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25544 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25545 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25546
25547 ALL_MAKEFILES="$ALL_MAKEFILES \\
25548         dlls/msimtf/Makefile"
25549 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25550         msimtf"
25551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25552 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25553 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25554
25555 ALL_MAKEFILES="$ALL_MAKEFILES \\
25556         dlls/msisip/Makefile"
25557 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25558         msisip"
25559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25560 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25561 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25562
25563 ALL_MAKEFILES="$ALL_MAKEFILES \\
25564         dlls/msisys.ocx/Makefile"
25565 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25566         msisys.ocx"
25567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25568 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25569 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25570
25571 ALL_MAKEFILES="$ALL_MAKEFILES \\
25572         dlls/msnet32/Makefile"
25573 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25574         msnet32"
25575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25576 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25577 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25578
25579 ALL_MAKEFILES="$ALL_MAKEFILES \\
25580         dlls/msrle32/Makefile"
25581 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25582         msrle32"
25583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25584 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25585 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25586
25587 ALL_MAKEFILES="$ALL_MAKEFILES \\
25588         dlls/mssip32/Makefile"
25589 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25590         mssip32"
25591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25592 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25593 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25594
25595 ALL_MAKEFILES="$ALL_MAKEFILES \\
25596         dlls/mstask/Makefile"
25597 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25598         mstask"
25599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25600 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25601 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25602
25603 ALL_MAKEFILES="$ALL_MAKEFILES \\
25604         dlls/mstask/tests/Makefile"
25605 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25606         mstask/tests"
25607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25608 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25609 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25610
25611 ALL_MAKEFILES="$ALL_MAKEFILES \\
25612         dlls/msvcirt/Makefile"
25613 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25614         msvcirt"
25615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25616 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25617 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25618
25619 ALL_MAKEFILES="$ALL_MAKEFILES \\
25620         dlls/msvcr71/Makefile"
25621 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25622         msvcr71"
25623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25624 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
25625 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
25626
25627 ALL_MAKEFILES="$ALL_MAKEFILES \\
25628         dlls/msvcrt/Makefile"
25629 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25630         msvcrt"
25631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25632 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
25633 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
25634
25635 ALL_MAKEFILES="$ALL_MAKEFILES \\
25636         dlls/msvcrt/tests/Makefile"
25637 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25638         msvcrt/tests"
25639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25640 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
25641 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
25642
25643 ALL_MAKEFILES="$ALL_MAKEFILES \\
25644         dlls/msvcrt20/Makefile"
25645 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25646         msvcrt20"
25647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25648 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
25649 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
25650
25651 ALL_MAKEFILES="$ALL_MAKEFILES \\
25652         dlls/msvcrt40/Makefile"
25653 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25654         msvcrt40"
25655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25656 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
25657 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
25658
25659 ALL_MAKEFILES="$ALL_MAKEFILES \\
25660         dlls/msvcrtd/Makefile"
25661 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25662         msvcrtd"
25663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25664 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
25665 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
25666
25667 ALL_MAKEFILES="$ALL_MAKEFILES \\
25668         dlls/msvcrtd/tests/Makefile"
25669 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25670         msvcrtd/tests"
25671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25672 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
25673 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
25674
25675 ALL_MAKEFILES="$ALL_MAKEFILES \\
25676         dlls/msvfw32/Makefile"
25677 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25678         msvfw32"
25679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25680 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
25681 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
25682
25683 ALL_MAKEFILES="$ALL_MAKEFILES \\
25684         dlls/msvfw32/tests/Makefile"
25685 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25686         msvfw32/tests"
25687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25688 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
25689 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
25690
25691 ALL_MAKEFILES="$ALL_MAKEFILES \\
25692         dlls/msvidc32/Makefile"
25693 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25694         msvidc32"
25695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25696 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
25697 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
25698
25699 ALL_MAKEFILES="$ALL_MAKEFILES \\
25700         dlls/mswsock/Makefile"
25701 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25702         mswsock"
25703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25704 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
25705 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
25706
25707 ALL_MAKEFILES="$ALL_MAKEFILES \\
25708         dlls/msxml3/Makefile"
25709 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25710         msxml3"
25711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25712 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
25713 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
25714
25715 ALL_MAKEFILES="$ALL_MAKEFILES \\
25716         dlls/msxml3/tests/Makefile"
25717 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25718         msxml3/tests"
25719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25720 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
25721 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
25722
25723 ALL_MAKEFILES="$ALL_MAKEFILES \\
25724         dlls/nddeapi/Makefile"
25725 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25726         nddeapi"
25727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25728 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
25729 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
25730
25731 ALL_MAKEFILES="$ALL_MAKEFILES \\
25732         dlls/netapi32/Makefile"
25733 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25734         netapi32"
25735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25736 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
25737 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
25738
25739 ALL_MAKEFILES="$ALL_MAKEFILES \\
25740         dlls/netapi32/tests/Makefile"
25741 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25742         netapi32/tests"
25743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25744 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
25745 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
25746
25747 ALL_MAKEFILES="$ALL_MAKEFILES \\
25748         dlls/newdev/Makefile"
25749 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25750         newdev"
25751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25752 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
25753 ac_config_files="$ac_config_files dlls/newdev/Makefile"
25754
25755 ALL_MAKEFILES="$ALL_MAKEFILES \\
25756         dlls/ntdll/Makefile"
25757 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25758         ntdll"
25759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25760 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
25761 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
25762
25763 ALL_MAKEFILES="$ALL_MAKEFILES \\
25764         dlls/ntdll/tests/Makefile"
25765 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25766         ntdll/tests"
25767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25768 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
25769 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
25770
25771 ALL_MAKEFILES="$ALL_MAKEFILES \\
25772         dlls/ntdsapi/Makefile"
25773 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25774         ntdsapi"
25775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25776 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
25777 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
25778
25779 ALL_MAKEFILES="$ALL_MAKEFILES \\
25780         dlls/ntdsapi/tests/Makefile"
25781 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25782         ntdsapi/tests"
25783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25784 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
25785 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
25786
25787 ALL_MAKEFILES="$ALL_MAKEFILES \\
25788         dlls/ntoskrnl.exe/Makefile"
25789 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25790         ntoskrnl.exe"
25791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25792 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
25793 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
25794
25795 ALL_MAKEFILES="$ALL_MAKEFILES \\
25796         dlls/ntprint/Makefile"
25797 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25798         ntprint"
25799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25800 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
25801 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
25802
25803 ALL_MAKEFILES="$ALL_MAKEFILES \\
25804         dlls/ntprint/tests/Makefile"
25805 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25806         ntprint/tests"
25807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25808 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
25809 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
25810
25811 ALL_MAKEFILES="$ALL_MAKEFILES \\
25812         dlls/objsel/Makefile"
25813 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25814         objsel"
25815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25816 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
25817 ac_config_files="$ac_config_files dlls/objsel/Makefile"
25818
25819 ALL_MAKEFILES="$ALL_MAKEFILES \\
25820         dlls/odbc32/Makefile"
25821 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25822         odbc32"
25823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25824 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
25825 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
25826
25827 ALL_MAKEFILES="$ALL_MAKEFILES \\
25828         dlls/odbccp32/Makefile"
25829 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25830         odbccp32"
25831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25832 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
25833 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
25834
25835 ALL_MAKEFILES="$ALL_MAKEFILES \\
25836         dlls/odbccp32/tests/Makefile"
25837 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25838         odbccp32/tests"
25839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25840 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
25841 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
25842
25843 ALL_MAKEFILES="$ALL_MAKEFILES \\
25844         dlls/ole32/Makefile"
25845 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25846         ole32"
25847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25848 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
25849 ac_config_files="$ac_config_files dlls/ole32/Makefile"
25850
25851 ALL_MAKEFILES="$ALL_MAKEFILES \\
25852         dlls/ole32/tests/Makefile"
25853 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25854         ole32/tests"
25855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25856 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
25857 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
25858
25859 ALL_MAKEFILES="$ALL_MAKEFILES \\
25860         dlls/oleacc/Makefile"
25861 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25862         oleacc"
25863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25864 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
25865 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
25866
25867 ALL_MAKEFILES="$ALL_MAKEFILES \\
25868         dlls/oleacc/tests/Makefile"
25869 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25870         oleacc/tests"
25871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25872 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
25873 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
25874
25875 ALL_MAKEFILES="$ALL_MAKEFILES \\
25876         dlls/oleaut32/Makefile"
25877 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25878         oleaut32"
25879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25880 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
25881 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
25882
25883 ALL_MAKEFILES="$ALL_MAKEFILES \\
25884         dlls/oleaut32/tests/Makefile"
25885 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25886         oleaut32/tests"
25887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25888 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
25889 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
25890
25891 ALL_MAKEFILES="$ALL_MAKEFILES \\
25892         dlls/olecli32/Makefile"
25893 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25894         olecli32"
25895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25896 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
25897 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
25898
25899 ALL_MAKEFILES="$ALL_MAKEFILES \\
25900         dlls/oledlg/Makefile"
25901 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25902         oledlg"
25903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25904 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
25905 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
25906
25907 ALL_MAKEFILES="$ALL_MAKEFILES \\
25908         dlls/olepro32/Makefile"
25909 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25910         olepro32"
25911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25912 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
25913 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
25914
25915 ALL_MAKEFILES="$ALL_MAKEFILES \\
25916         dlls/olesvr32/Makefile"
25917 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25918         olesvr32"
25919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25920 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
25921 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
25922
25923 ALL_MAKEFILES="$ALL_MAKEFILES \\
25924         dlls/olethk32/Makefile"
25925 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25926         olethk32"
25927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25928 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
25929 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
25930
25931 ALL_MAKEFILES="$ALL_MAKEFILES \\
25932         dlls/opengl32/Makefile"
25933 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25934         opengl32"
25935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25936 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
25937 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
25938
25939 ALL_MAKEFILES="$ALL_MAKEFILES \\
25940         dlls/opengl32/tests/Makefile"
25941 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25942         opengl32/tests"
25943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25944 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
25945 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
25946
25947 ALL_MAKEFILES="$ALL_MAKEFILES \\
25948         dlls/pdh/Makefile"
25949 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25950         pdh"
25951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25952 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
25953 ac_config_files="$ac_config_files dlls/pdh/Makefile"
25954
25955 ALL_MAKEFILES="$ALL_MAKEFILES \\
25956         dlls/pdh/tests/Makefile"
25957 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25958         pdh/tests"
25959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25960 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
25961 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
25962
25963 ALL_MAKEFILES="$ALL_MAKEFILES \\
25964         dlls/pidgen/Makefile"
25965 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25966         pidgen"
25967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25968 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
25969 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
25970
25971 ALL_MAKEFILES="$ALL_MAKEFILES \\
25972         dlls/powrprof/Makefile"
25973 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25974         powrprof"
25975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25976 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
25977 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
25978
25979 ALL_MAKEFILES="$ALL_MAKEFILES \\
25980         dlls/printui/Makefile"
25981 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25982         printui"
25983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25984 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
25985 ac_config_files="$ac_config_files dlls/printui/Makefile"
25986
25987 ALL_MAKEFILES="$ALL_MAKEFILES \\
25988         dlls/propsys/Makefile"
25989 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25990         propsys"
25991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25992 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
25993 ac_config_files="$ac_config_files dlls/propsys/Makefile"
25994
25995 ALL_MAKEFILES="$ALL_MAKEFILES \\
25996         dlls/psapi/Makefile"
25997 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25998         psapi"
25999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26000 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26001 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26002
26003 ALL_MAKEFILES="$ALL_MAKEFILES \\
26004         dlls/psapi/tests/Makefile"
26005 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26006         psapi/tests"
26007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26008 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26009 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26010
26011 ALL_MAKEFILES="$ALL_MAKEFILES \\
26012         dlls/pstorec/Makefile"
26013 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26014         pstorec"
26015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26016 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26017 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26018
26019 ALL_MAKEFILES="$ALL_MAKEFILES \\
26020         dlls/qcap/Makefile"
26021 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26022         qcap"
26023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26024 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26025 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26026
26027 ALL_MAKEFILES="$ALL_MAKEFILES \\
26028         dlls/qedit/Makefile"
26029 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26030         qedit"
26031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26032 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26033 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26034
26035 ALL_MAKEFILES="$ALL_MAKEFILES \\
26036         dlls/qedit/tests/Makefile"
26037 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26038         qedit/tests"
26039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26040 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26041 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26042
26043 ALL_MAKEFILES="$ALL_MAKEFILES \\
26044         dlls/qmgr/Makefile"
26045 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26046         qmgr"
26047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26048 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26049 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26050
26051 ALL_MAKEFILES="$ALL_MAKEFILES \\
26052         dlls/qmgr/tests/Makefile"
26053 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26054         qmgr/tests"
26055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26056 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26057 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26058
26059 ALL_MAKEFILES="$ALL_MAKEFILES \\
26060         dlls/qmgrprxy/Makefile"
26061 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26062         qmgrprxy"
26063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26064 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26065 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26066
26067 ALL_MAKEFILES="$ALL_MAKEFILES \\
26068         dlls/quartz/Makefile"
26069 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26070         quartz"
26071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26072 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26073 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26074
26075 ALL_MAKEFILES="$ALL_MAKEFILES \\
26076         dlls/quartz/tests/Makefile"
26077 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26078         quartz/tests"
26079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26080 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26081 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26082
26083 ALL_MAKEFILES="$ALL_MAKEFILES \\
26084         dlls/query/Makefile"
26085 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26086         query"
26087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26088 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26089 ac_config_files="$ac_config_files dlls/query/Makefile"
26090
26091 ALL_MAKEFILES="$ALL_MAKEFILES \\
26092         dlls/rasapi32/Makefile"
26093 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26094         rasapi32"
26095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26096 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26097 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26098
26099 ALL_MAKEFILES="$ALL_MAKEFILES \\
26100         dlls/rasapi32/tests/Makefile"
26101 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26102         rasapi32/tests"
26103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26104 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26105 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26106
26107 ALL_MAKEFILES="$ALL_MAKEFILES \\
26108         dlls/resutils/Makefile"
26109 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26110         resutils"
26111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26112 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26113 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26114
26115 ALL_MAKEFILES="$ALL_MAKEFILES \\
26116         dlls/riched20/Makefile"
26117 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26118         riched20"
26119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26120 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26121 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26122
26123 ALL_MAKEFILES="$ALL_MAKEFILES \\
26124         dlls/riched20/tests/Makefile"
26125 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26126         riched20/tests"
26127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26128 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26129 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26130
26131 ALL_MAKEFILES="$ALL_MAKEFILES \\
26132         dlls/riched32/Makefile"
26133 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26134         riched32"
26135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26136 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26137 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26138
26139 ALL_MAKEFILES="$ALL_MAKEFILES \\
26140         dlls/riched32/tests/Makefile"
26141 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26142         riched32/tests"
26143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26144 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26145 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26146
26147 ALL_MAKEFILES="$ALL_MAKEFILES \\
26148         dlls/rpcrt4/Makefile"
26149 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26150         rpcrt4"
26151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26152 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26153 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26154
26155 ALL_MAKEFILES="$ALL_MAKEFILES \\
26156         dlls/rpcrt4/tests/Makefile"
26157 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26158         rpcrt4/tests"
26159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26160 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26161 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26162
26163 ALL_MAKEFILES="$ALL_MAKEFILES \\
26164         dlls/rsabase/Makefile"
26165 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26166         rsabase"
26167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26168 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26169 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26170
26171 ALL_MAKEFILES="$ALL_MAKEFILES \\
26172         dlls/rsaenh/Makefile"
26173 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26174         rsaenh"
26175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26176 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26177 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26178
26179 ALL_MAKEFILES="$ALL_MAKEFILES \\
26180         dlls/rsaenh/tests/Makefile"
26181 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26182         rsaenh/tests"
26183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26184 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26185 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26186
26187 ALL_MAKEFILES="$ALL_MAKEFILES \\
26188         dlls/sane.ds/Makefile"
26189 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26190         sane.ds"
26191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26192 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26193 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26194
26195 ALL_MAKEFILES="$ALL_MAKEFILES \\
26196         dlls/sccbase/Makefile"
26197 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26198         sccbase"
26199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26200 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26201 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26202
26203 ALL_MAKEFILES="$ALL_MAKEFILES \\
26204         dlls/schannel/Makefile"
26205 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26206         schannel"
26207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26208 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26209 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26210
26211 ALL_MAKEFILES="$ALL_MAKEFILES \\
26212         dlls/schannel/tests/Makefile"
26213 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26214         schannel/tests"
26215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26216 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26217 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26218
26219 ALL_MAKEFILES="$ALL_MAKEFILES \\
26220         dlls/secur32/Makefile"
26221 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26222         secur32"
26223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26224 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26225 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26226
26227 ALL_MAKEFILES="$ALL_MAKEFILES \\
26228         dlls/secur32/tests/Makefile"
26229 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26230         secur32/tests"
26231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26232 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26233 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26234
26235 ALL_MAKEFILES="$ALL_MAKEFILES \\
26236         dlls/security/Makefile"
26237 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26238         security"
26239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26240 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26241 ac_config_files="$ac_config_files dlls/security/Makefile"
26242
26243 ALL_MAKEFILES="$ALL_MAKEFILES \\
26244         dlls/sensapi/Makefile"
26245 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26246         sensapi"
26247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26248 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26249 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26250
26251 ALL_MAKEFILES="$ALL_MAKEFILES \\
26252         dlls/serialui/Makefile"
26253 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26254         serialui"
26255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26256 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26257 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26258
26259 ALL_MAKEFILES="$ALL_MAKEFILES \\
26260         dlls/serialui/tests/Makefile"
26261 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26262         serialui/tests"
26263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26264 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26265 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26266
26267 ALL_MAKEFILES="$ALL_MAKEFILES \\
26268         dlls/setupapi/Makefile"
26269 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26270         setupapi"
26271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26272 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26273 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26274
26275 ALL_MAKEFILES="$ALL_MAKEFILES \\
26276         dlls/setupapi/tests/Makefile"
26277 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26278         setupapi/tests"
26279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26280 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26281 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26282
26283 ALL_MAKEFILES="$ALL_MAKEFILES \\
26284         dlls/sfc/Makefile"
26285 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26286         sfc"
26287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26288 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26289 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26290
26291 ALL_MAKEFILES="$ALL_MAKEFILES \\
26292         dlls/sfc_os/Makefile"
26293 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26294         sfc_os"
26295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26296 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26297 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26298
26299 ALL_MAKEFILES="$ALL_MAKEFILES \\
26300         dlls/shdoclc/Makefile"
26301 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26302         shdoclc"
26303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26304 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26305 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26306
26307 ALL_MAKEFILES="$ALL_MAKEFILES \\
26308         dlls/shdocvw/Makefile"
26309 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26310         shdocvw"
26311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26312 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26313 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26314
26315 ALL_MAKEFILES="$ALL_MAKEFILES \\
26316         dlls/shdocvw/tests/Makefile"
26317 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26318         shdocvw/tests"
26319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26320 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26321 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26322
26323 ALL_MAKEFILES="$ALL_MAKEFILES \\
26324         dlls/shell32/Makefile"
26325 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26326         shell32"
26327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26328 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26329 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26330
26331 ALL_MAKEFILES="$ALL_MAKEFILES \\
26332         dlls/shell32/tests/Makefile"
26333 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26334         shell32/tests"
26335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26336 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26337 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26338
26339 ALL_MAKEFILES="$ALL_MAKEFILES \\
26340         dlls/shfolder/Makefile"
26341 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26342         shfolder"
26343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26344 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26345 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26346
26347 ALL_MAKEFILES="$ALL_MAKEFILES \\
26348         dlls/shlwapi/Makefile"
26349 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26350         shlwapi"
26351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26352 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26353 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26354
26355 ALL_MAKEFILES="$ALL_MAKEFILES \\
26356         dlls/shlwapi/tests/Makefile"
26357 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26358         shlwapi/tests"
26359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26360 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26361 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26362
26363 ALL_MAKEFILES="$ALL_MAKEFILES \\
26364         dlls/slbcsp/Makefile"
26365 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26366         slbcsp"
26367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26368 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26369 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26370
26371 ALL_MAKEFILES="$ALL_MAKEFILES \\
26372         dlls/slc/Makefile"
26373 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26374         slc"
26375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26376 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26377 ac_config_files="$ac_config_files dlls/slc/Makefile"
26378
26379 ALL_MAKEFILES="$ALL_MAKEFILES \\
26380         dlls/snmpapi/Makefile"
26381 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26382         snmpapi"
26383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26384 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26385 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26386
26387 ALL_MAKEFILES="$ALL_MAKEFILES \\
26388         dlls/snmpapi/tests/Makefile"
26389 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26390         snmpapi/tests"
26391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26392 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26393 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26394
26395 ALL_MAKEFILES="$ALL_MAKEFILES \\
26396         dlls/softpub/Makefile"
26397 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26398         softpub"
26399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26400 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26401 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26402
26403 ALL_MAKEFILES="$ALL_MAKEFILES \\
26404         dlls/spoolss/Makefile"
26405 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26406         spoolss"
26407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26408 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26409 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26410
26411 ALL_MAKEFILES="$ALL_MAKEFILES \\
26412         dlls/spoolss/tests/Makefile"
26413 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26414         spoolss/tests"
26415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26416 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26417 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26418
26419 ALL_MAKEFILES="$ALL_MAKEFILES \\
26420         dlls/stdole2.tlb/Makefile"
26421 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26422         stdole2.tlb"
26423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26424 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26425 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26426
26427 ALL_MAKEFILES="$ALL_MAKEFILES \\
26428         dlls/stdole32.tlb/Makefile"
26429 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26430         stdole32.tlb"
26431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26432 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26433 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26434
26435 ALL_MAKEFILES="$ALL_MAKEFILES \\
26436         dlls/sti/Makefile"
26437 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26438         sti"
26439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26440 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26441 ac_config_files="$ac_config_files dlls/sti/Makefile"
26442
26443 ALL_MAKEFILES="$ALL_MAKEFILES \\
26444         dlls/strmiids/Makefile"
26445 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26446         strmiids"
26447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26448 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26449 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26450
26451 ALL_MAKEFILES="$ALL_MAKEFILES \\
26452         dlls/svrapi/Makefile"
26453 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26454         svrapi"
26455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26456 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26457 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26458
26459 ALL_MAKEFILES="$ALL_MAKEFILES \\
26460         dlls/sxs/Makefile"
26461 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26462         sxs"
26463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26464 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26465 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26466
26467 ALL_MAKEFILES="$ALL_MAKEFILES \\
26468         dlls/tapi32/Makefile"
26469 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26470         tapi32"
26471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26472 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26473 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26474
26475 ALL_MAKEFILES="$ALL_MAKEFILES \\
26476         dlls/twain_32/Makefile"
26477 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26478         twain_32"
26479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26480 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26481 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26482
26483 ALL_MAKEFILES="$ALL_MAKEFILES \\
26484         dlls/unicows/Makefile"
26485 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26486         unicows"
26487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26488 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26489 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26490
26491 ALL_MAKEFILES="$ALL_MAKEFILES \\
26492         dlls/updspapi/Makefile"
26493 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26494         updspapi"
26495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26496 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
26497 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
26498
26499 ALL_MAKEFILES="$ALL_MAKEFILES \\
26500         dlls/url/Makefile"
26501 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26502         url"
26503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26504 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26505 ac_config_files="$ac_config_files dlls/url/Makefile"
26506
26507 ALL_MAKEFILES="$ALL_MAKEFILES \\
26508         dlls/urlmon/Makefile"
26509 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26510         urlmon"
26511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26512 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26513 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26514
26515 ALL_MAKEFILES="$ALL_MAKEFILES \\
26516         dlls/urlmon/tests/Makefile"
26517 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26518         urlmon/tests"
26519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26520 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26521 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26522
26523 ALL_MAKEFILES="$ALL_MAKEFILES \\
26524         dlls/user32/Makefile"
26525 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26526         user32"
26527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26528 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26529 ac_config_files="$ac_config_files dlls/user32/Makefile"
26530
26531 ALL_MAKEFILES="$ALL_MAKEFILES \\
26532         dlls/user32/tests/Makefile"
26533 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26534         user32/tests"
26535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26536 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26537 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26538
26539 ALL_MAKEFILES="$ALL_MAKEFILES \\
26540         dlls/userenv/Makefile"
26541 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26542         userenv"
26543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26544 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26545 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26546
26547 ALL_MAKEFILES="$ALL_MAKEFILES \\
26548         dlls/userenv/tests/Makefile"
26549 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26550         userenv/tests"
26551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26552 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26553 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26554
26555 ALL_MAKEFILES="$ALL_MAKEFILES \\
26556         dlls/usp10/Makefile"
26557 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26558         usp10"
26559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26560 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
26561 ac_config_files="$ac_config_files dlls/usp10/Makefile"
26562
26563 ALL_MAKEFILES="$ALL_MAKEFILES \\
26564         dlls/usp10/tests/Makefile"
26565 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26566         usp10/tests"
26567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26568 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26569 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
26570
26571 ALL_MAKEFILES="$ALL_MAKEFILES \\
26572         dlls/uuid/Makefile"
26573 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26574         uuid"
26575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26576 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26577 ac_config_files="$ac_config_files dlls/uuid/Makefile"
26578
26579 ALL_MAKEFILES="$ALL_MAKEFILES \\
26580         dlls/uxtheme/Makefile"
26581 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26582         uxtheme"
26583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26584 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26585 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
26586
26587 ALL_MAKEFILES="$ALL_MAKEFILES \\
26588         dlls/uxtheme/tests/Makefile"
26589 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26590         uxtheme/tests"
26591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26592 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26593 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
26594
26595 ALL_MAKEFILES="$ALL_MAKEFILES \\
26596         dlls/vdhcp.vxd/Makefile"
26597 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26598         vdhcp.vxd"
26599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26600 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
26601 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
26602
26603 ALL_MAKEFILES="$ALL_MAKEFILES \\
26604         dlls/vdmdbg/Makefile"
26605 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26606         vdmdbg"
26607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26608 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
26609 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
26610
26611 ALL_MAKEFILES="$ALL_MAKEFILES \\
26612         dlls/version/Makefile"
26613 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26614         version"
26615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26616 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
26617 ac_config_files="$ac_config_files dlls/version/Makefile"
26618
26619 ALL_MAKEFILES="$ALL_MAKEFILES \\
26620         dlls/version/tests/Makefile"
26621 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26622         version/tests"
26623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26624 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
26625 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
26626
26627 ALL_MAKEFILES="$ALL_MAKEFILES \\
26628         dlls/vmm.vxd/Makefile"
26629 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26630         vmm.vxd"
26631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26632 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
26633 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
26634
26635 ALL_MAKEFILES="$ALL_MAKEFILES \\
26636         dlls/vnbt.vxd/Makefile"
26637 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26638         vnbt.vxd"
26639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26640 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
26641 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
26642
26643 ALL_MAKEFILES="$ALL_MAKEFILES \\
26644         dlls/vnetbios.vxd/Makefile"
26645 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26646         vnetbios.vxd"
26647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26648 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
26649 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
26650
26651 ALL_MAKEFILES="$ALL_MAKEFILES \\
26652         dlls/vtdapi.vxd/Makefile"
26653 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26654         vtdapi.vxd"
26655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26656 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
26657 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
26658
26659 ALL_MAKEFILES="$ALL_MAKEFILES \\
26660         dlls/vwin32.vxd/Makefile"
26661 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26662         vwin32.vxd"
26663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26664 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
26665 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
26666
26667 ALL_MAKEFILES="$ALL_MAKEFILES \\
26668         dlls/w32skrnl/Makefile"
26669 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26670         w32skrnl"
26671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26672 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
26673 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
26674
26675 ALL_MAKEFILES="$ALL_MAKEFILES \\
26676         dlls/winealsa.drv/Makefile"
26677 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26678         winealsa.drv"
26679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26680 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
26681 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
26682
26683 ALL_MAKEFILES="$ALL_MAKEFILES \\
26684         dlls/wineaudioio.drv/Makefile"
26685 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26686         wineaudioio.drv"
26687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26688 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
26689 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
26690
26691 ALL_MAKEFILES="$ALL_MAKEFILES \\
26692         dlls/winecoreaudio.drv/Makefile"
26693 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26694         winecoreaudio.drv"
26695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26696 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
26697 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
26698
26699 ALL_MAKEFILES="$ALL_MAKEFILES \\
26700         dlls/winecrt0/Makefile"
26701 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26702         winecrt0"
26703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26704 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
26705 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
26706
26707 ALL_MAKEFILES="$ALL_MAKEFILES \\
26708         dlls/wined3d/Makefile"
26709 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26710         wined3d"
26711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26712 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
26713 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
26714
26715 ALL_MAKEFILES="$ALL_MAKEFILES \\
26716         dlls/winedos/Makefile"
26717 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26718         winedos"
26719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26720 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
26721 ac_config_files="$ac_config_files dlls/winedos/Makefile"
26722
26723 ALL_MAKEFILES="$ALL_MAKEFILES \\
26724         dlls/wineesd.drv/Makefile"
26725 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26726         wineesd.drv"
26727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26728 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
26729 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
26730
26731 ALL_MAKEFILES="$ALL_MAKEFILES \\
26732         dlls/winejack.drv/Makefile"
26733 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26734         winejack.drv"
26735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26736 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
26737 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
26738
26739 ALL_MAKEFILES="$ALL_MAKEFILES \\
26740         dlls/winejoystick.drv/Makefile"
26741 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26742         winejoystick.drv"
26743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26744 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
26745 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
26746
26747 ALL_MAKEFILES="$ALL_MAKEFILES \\
26748         dlls/winemp3.acm/Makefile"
26749 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26750         winemp3.acm"
26751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26752 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
26753 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
26754
26755 ALL_MAKEFILES="$ALL_MAKEFILES \\
26756         dlls/winenas.drv/Makefile"
26757 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26758         winenas.drv"
26759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26760 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
26761 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
26762
26763 ALL_MAKEFILES="$ALL_MAKEFILES \\
26764         dlls/wineoss.drv/Makefile"
26765 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26766         wineoss.drv"
26767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26768 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
26769 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
26770
26771 ALL_MAKEFILES="$ALL_MAKEFILES \\
26772         dlls/wineps.drv/Makefile"
26773 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26774         wineps.drv"
26775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26776 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
26777 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
26778
26779 ALL_MAKEFILES="$ALL_MAKEFILES \\
26780         dlls/winequartz.drv/Makefile"
26781 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26782         winequartz.drv"
26783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26784 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
26785 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
26786
26787 ALL_MAKEFILES="$ALL_MAKEFILES \\
26788         dlls/winex11.drv/Makefile"
26789 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26790         winex11.drv"
26791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26792 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
26793 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
26794
26795 ALL_MAKEFILES="$ALL_MAKEFILES \\
26796         dlls/wing32/Makefile"
26797 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26798         wing32"
26799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26800 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
26801 ac_config_files="$ac_config_files dlls/wing32/Makefile"
26802
26803 ALL_MAKEFILES="$ALL_MAKEFILES \\
26804         dlls/winhttp/Makefile"
26805 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26806         winhttp"
26807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26808 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
26809 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
26810
26811 ALL_MAKEFILES="$ALL_MAKEFILES \\
26812         dlls/winhttp/tests/Makefile"
26813 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26814         winhttp/tests"
26815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26816 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
26817 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
26818
26819 ALL_MAKEFILES="$ALL_MAKEFILES \\
26820         dlls/wininet/Makefile"
26821 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26822         wininet"
26823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26824 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
26825 ac_config_files="$ac_config_files dlls/wininet/Makefile"
26826
26827 ALL_MAKEFILES="$ALL_MAKEFILES \\
26828         dlls/wininet/tests/Makefile"
26829 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26830         wininet/tests"
26831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26832 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
26833 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
26834
26835 ALL_MAKEFILES="$ALL_MAKEFILES \\
26836         dlls/winmm/Makefile"
26837 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26838         winmm"
26839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26840 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
26841 ac_config_files="$ac_config_files dlls/winmm/Makefile"
26842
26843 ALL_MAKEFILES="$ALL_MAKEFILES \\
26844         dlls/winmm/tests/Makefile"
26845 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26846         winmm/tests"
26847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26848 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
26849 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
26850
26851 ALL_MAKEFILES="$ALL_MAKEFILES \\
26852         dlls/winnls32/Makefile"
26853 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26854         winnls32"
26855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26856 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
26857 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
26858
26859 ALL_MAKEFILES="$ALL_MAKEFILES \\
26860         dlls/winscard/Makefile"
26861 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26862         winscard"
26863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26864 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
26865 ac_config_files="$ac_config_files dlls/winscard/Makefile"
26866
26867 ALL_MAKEFILES="$ALL_MAKEFILES \\
26868         dlls/winspool.drv/Makefile"
26869 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26870         winspool.drv"
26871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26872 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
26873 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
26874
26875 ALL_MAKEFILES="$ALL_MAKEFILES \\
26876         dlls/winspool.drv/tests/Makefile"
26877 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26878         winspool.drv/tests"
26879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26880 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
26881 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
26882
26883 ALL_MAKEFILES="$ALL_MAKEFILES \\
26884         dlls/wintab32/Makefile"
26885 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26886         wintab32"
26887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26888 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
26889 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
26890
26891 ALL_MAKEFILES="$ALL_MAKEFILES \\
26892         dlls/wintrust/Makefile"
26893 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26894         wintrust"
26895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26896 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
26897 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
26898
26899 ALL_MAKEFILES="$ALL_MAKEFILES \\
26900         dlls/wintrust/tests/Makefile"
26901 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26902         wintrust/tests"
26903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26904 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
26905 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
26906
26907 ALL_MAKEFILES="$ALL_MAKEFILES \\
26908         dlls/wldap32/Makefile"
26909 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26910         wldap32"
26911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26912 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
26913 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
26914
26915 ALL_MAKEFILES="$ALL_MAKEFILES \\
26916         dlls/wldap32/tests/Makefile"
26917 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26918         wldap32/tests"
26919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26920 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
26921 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
26922
26923 ALL_MAKEFILES="$ALL_MAKEFILES \\
26924         dlls/wmi/Makefile"
26925 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26926         wmi"
26927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26928 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
26929 ac_config_files="$ac_config_files dlls/wmi/Makefile"
26930
26931 ALL_MAKEFILES="$ALL_MAKEFILES \\
26932         dlls/wnaspi32/Makefile"
26933 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26934         wnaspi32"
26935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26936 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
26937 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
26938
26939 ALL_MAKEFILES="$ALL_MAKEFILES \\
26940         dlls/wow32/Makefile"
26941 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26942         wow32"
26943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26944 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
26945 ac_config_files="$ac_config_files dlls/wow32/Makefile"
26946
26947 ALL_MAKEFILES="$ALL_MAKEFILES \\
26948         dlls/ws2_32/Makefile"
26949 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26950         ws2_32"
26951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26952 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
26953 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
26954
26955 ALL_MAKEFILES="$ALL_MAKEFILES \\
26956         dlls/ws2_32/tests/Makefile"
26957 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26958         ws2_32/tests"
26959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26960 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
26961 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
26962
26963 ALL_MAKEFILES="$ALL_MAKEFILES \\
26964         dlls/wsock32/Makefile"
26965 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26966         wsock32"
26967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26968 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
26969 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
26970
26971 ALL_MAKEFILES="$ALL_MAKEFILES \\
26972         dlls/wtsapi32/Makefile"
26973 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26974         wtsapi32"
26975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26976 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
26977 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
26978
26979 ALL_MAKEFILES="$ALL_MAKEFILES \\
26980         dlls/wuapi/Makefile"
26981 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26982         wuapi"
26983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26984 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
26985 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
26986
26987 ALL_MAKEFILES="$ALL_MAKEFILES \\
26988         dlls/xinput1_1/Makefile"
26989 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26990         xinput1_1"
26991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26992 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
26993 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
26994
26995 ALL_MAKEFILES="$ALL_MAKEFILES \\
26996         dlls/xinput1_2/Makefile"
26997 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26998         xinput1_2"
26999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27000 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27001 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27002
27003 ALL_MAKEFILES="$ALL_MAKEFILES \\
27004         dlls/xinput1_3/Makefile"
27005 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27006         xinput1_3"
27007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27008 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27009 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27010
27011 ALL_MAKEFILES="$ALL_MAKEFILES \\
27012         dlls/xinput1_3/tests/Makefile"
27013 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27014         xinput1_3/tests"
27015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27016 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27017 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27018
27019 ALL_MAKEFILES="$ALL_MAKEFILES \\
27020         dlls/xinput9_1_0/Makefile"
27021 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27022         xinput9_1_0"
27023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27024 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27025 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27026
27027 ALL_MAKEFILES="$ALL_MAKEFILES \\
27028         documentation/Makefile"
27029 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27030         documentation"
27031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27032 documentation/Makefile: documentation/Makefile.in Make.rules"
27033 ac_config_files="$ac_config_files documentation/Makefile"
27034
27035 ALL_MAKEFILES="$ALL_MAKEFILES \\
27036         fonts/Makefile"
27037 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27038         fonts"
27039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27040 fonts/Makefile: fonts/Makefile.in Make.rules"
27041 ac_config_files="$ac_config_files fonts/Makefile"
27042
27043 ALL_MAKEFILES="$ALL_MAKEFILES \\
27044         include/Makefile"
27045 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27046         include"
27047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27048 include/Makefile: include/Makefile.in Make.rules"
27049 ac_config_files="$ac_config_files include/Makefile"
27050
27051 ALL_MAKEFILES="$ALL_MAKEFILES \\
27052         libs/Makefile"
27053 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27054         libs"
27055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27056 libs/Makefile: libs/Makefile.in Make.rules"
27057 ac_config_files="$ac_config_files libs/Makefile"
27058
27059 ALL_MAKEFILES="$ALL_MAKEFILES \\
27060         libs/port/Makefile"
27061
27062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27063 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27064 ac_config_files="$ac_config_files libs/port/Makefile"
27065
27066 ALL_MAKEFILES="$ALL_MAKEFILES \\
27067         libs/wine/Makefile"
27068
27069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27070 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27071 ac_config_files="$ac_config_files libs/wine/Makefile"
27072
27073 ALL_MAKEFILES="$ALL_MAKEFILES \\
27074         libs/wpp/Makefile"
27075
27076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27077 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27078 ac_config_files="$ac_config_files libs/wpp/Makefile"
27079
27080 ALL_MAKEFILES="$ALL_MAKEFILES \\
27081         loader/Makefile"
27082 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27083         loader"
27084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27085 loader/Makefile: loader/Makefile.in Make.rules"
27086 ac_config_files="$ac_config_files loader/Makefile"
27087
27088 ALL_MAKEFILES="$ALL_MAKEFILES \\
27089         programs/Makefile"
27090 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27091         programs"
27092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27093 programs/Makefile: programs/Makefile.in Make.rules"
27094 ac_config_files="$ac_config_files programs/Makefile"
27095
27096 ALL_MAKEFILES="$ALL_MAKEFILES \\
27097         programs/cacls/Makefile"
27098 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27099         cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27100         cacls"
27101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27102 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27103 ac_config_files="$ac_config_files programs/cacls/Makefile"
27104
27105 ALL_MAKEFILES="$ALL_MAKEFILES \\
27106         programs/clock/Makefile"
27107 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27108         clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27109         clock"
27110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27111 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27112 ac_config_files="$ac_config_files programs/clock/Makefile"
27113
27114 ALL_MAKEFILES="$ALL_MAKEFILES \\
27115         programs/cmd/Makefile"
27116 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27117         cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27118         cmd"
27119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27120 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27121 ac_config_files="$ac_config_files programs/cmd/Makefile"
27122
27123 ALL_MAKEFILES="$ALL_MAKEFILES \\
27124         programs/cmdlgtst/Makefile"
27125 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27126         cmdlgtst"
27127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27128 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27129 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27130
27131 ALL_MAKEFILES="$ALL_MAKEFILES \\
27132         programs/control/Makefile"
27133 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27134         control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27135         control"
27136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27137 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27138 ac_config_files="$ac_config_files programs/control/Makefile"
27139
27140 ALL_MAKEFILES="$ALL_MAKEFILES \\
27141         programs/eject/Makefile"
27142 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27143         eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27144         eject"
27145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27146 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27147 ac_config_files="$ac_config_files programs/eject/Makefile"
27148
27149 ALL_MAKEFILES="$ALL_MAKEFILES \\
27150         programs/expand/Makefile"
27151 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27152         expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27153         expand"
27154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27155 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27156 ac_config_files="$ac_config_files programs/expand/Makefile"
27157
27158 ALL_MAKEFILES="$ALL_MAKEFILES \\
27159         programs/explorer/Makefile"
27160 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27161         explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27162         explorer"
27163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27164 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27165 ac_config_files="$ac_config_files programs/explorer/Makefile"
27166
27167 ALL_MAKEFILES="$ALL_MAKEFILES \\
27168         programs/hh/Makefile"
27169 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27170         hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27171         hh"
27172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27173 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27174 ac_config_files="$ac_config_files programs/hh/Makefile"
27175
27176 ALL_MAKEFILES="$ALL_MAKEFILES \\
27177         programs/icinfo/Makefile"
27178 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27179         icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27180         icinfo"
27181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27182 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27183 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27184
27185 ALL_MAKEFILES="$ALL_MAKEFILES \\
27186         programs/iexplore/Makefile"
27187 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27188         iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27189         iexplore"
27190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27191 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27192 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27193
27194 ALL_MAKEFILES="$ALL_MAKEFILES \\
27195         programs/msiexec/Makefile"
27196 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27197         msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27198         msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27199         msiexec"
27200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27201 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27202 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27203
27204 ALL_MAKEFILES="$ALL_MAKEFILES \\
27205         programs/net/Makefile"
27206 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27207         net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27208         net"
27209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27210 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27211 ac_config_files="$ac_config_files programs/net/Makefile"
27212
27213 ALL_MAKEFILES="$ALL_MAKEFILES \\
27214         programs/notepad/Makefile"
27215 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27216         notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27217         notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27218         notepad"
27219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27220 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27221 ac_config_files="$ac_config_files programs/notepad/Makefile"
27222
27223 ALL_MAKEFILES="$ALL_MAKEFILES \\
27224         programs/oleview/Makefile"
27225 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27226         oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27227         oleview"
27228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27229 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27230 ac_config_files="$ac_config_files programs/oleview/Makefile"
27231
27232 ALL_MAKEFILES="$ALL_MAKEFILES \\
27233         programs/progman/Makefile"
27234 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27235         progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27236         progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27237         progman"
27238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27239 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27240 ac_config_files="$ac_config_files programs/progman/Makefile"
27241
27242 ALL_MAKEFILES="$ALL_MAKEFILES \\
27243         programs/reg/Makefile"
27244 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27245         reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27246         reg"
27247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27248 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27249 ac_config_files="$ac_config_files programs/reg/Makefile"
27250
27251 ALL_MAKEFILES="$ALL_MAKEFILES \\
27252         programs/regedit/Makefile"
27253 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27254         regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27255         regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27256         regedit"
27257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27258 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27259 ac_config_files="$ac_config_files programs/regedit/Makefile"
27260
27261 ALL_MAKEFILES="$ALL_MAKEFILES \\
27262         programs/regsvr32/Makefile"
27263 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27264         regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27265         regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27266         regsvr32"
27267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27268 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27269 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27270
27271 ALL_MAKEFILES="$ALL_MAKEFILES \\
27272         programs/rpcss/Makefile"
27273 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27274         rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27275         rpcss"
27276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27277 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27278 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27279
27280 ALL_MAKEFILES="$ALL_MAKEFILES \\
27281         programs/rundll32/Makefile"
27282 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27283         rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27284         rundll32"
27285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27286 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27287 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27288
27289 ALL_MAKEFILES="$ALL_MAKEFILES \\
27290         programs/secedit/Makefile"
27291 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27292         secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27293         secedit"
27294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27295 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27296 ac_config_files="$ac_config_files programs/secedit/Makefile"
27297
27298 ALL_MAKEFILES="$ALL_MAKEFILES \\
27299         programs/services/Makefile"
27300 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27301         services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27302         services"
27303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27304 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27305 ac_config_files="$ac_config_files programs/services/Makefile"
27306
27307 ALL_MAKEFILES="$ALL_MAKEFILES \\
27308         programs/spoolsv/Makefile"
27309 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27310         spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27311         spoolsv"
27312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27313 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27314 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27315
27316 ALL_MAKEFILES="$ALL_MAKEFILES \\
27317         programs/start/Makefile"
27318 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27319         start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27320         start"
27321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27322 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27323 ac_config_files="$ac_config_files programs/start/Makefile"
27324
27325 ALL_MAKEFILES="$ALL_MAKEFILES \\
27326         programs/svchost/Makefile"
27327 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27328         svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27329         svchost"
27330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27331 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27332 ac_config_files="$ac_config_files programs/svchost/Makefile"
27333
27334 ALL_MAKEFILES="$ALL_MAKEFILES \\
27335         programs/taskmgr/Makefile"
27336 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27337         taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27338         taskmgr"
27339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27340 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27341 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27342
27343 ALL_MAKEFILES="$ALL_MAKEFILES \\
27344         programs/uninstaller/Makefile"
27345 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27346         uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27347         uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27348         uninstaller"
27349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27350 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27351 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27352
27353 ALL_MAKEFILES="$ALL_MAKEFILES \\
27354         programs/view/Makefile"
27355 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27356         view"
27357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27358 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27359 ac_config_files="$ac_config_files programs/view/Makefile"
27360
27361 ALL_MAKEFILES="$ALL_MAKEFILES \\
27362         programs/wineboot/Makefile"
27363 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27364         wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27365         wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27366         wineboot"
27367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27368 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27369 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27370
27371 ALL_MAKEFILES="$ALL_MAKEFILES \\
27372         programs/winebrowser/Makefile"
27373 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27374         winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27375         winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27376         winebrowser"
27377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27378 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27379 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27380
27381 ALL_MAKEFILES="$ALL_MAKEFILES \\
27382         programs/winecfg/Makefile"
27383 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27384         winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27385         winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27386         winecfg"
27387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27388 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27389 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27390
27391 ALL_MAKEFILES="$ALL_MAKEFILES \\
27392         programs/wineconsole/Makefile"
27393 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27394         wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27395         wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27396         wineconsole"
27397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27398 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27399 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27400
27401 ALL_MAKEFILES="$ALL_MAKEFILES \\
27402         programs/winedbg/Makefile"
27403 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27404         winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27405         winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27406         winedbg"
27407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27408 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27409 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27410
27411 ALL_MAKEFILES="$ALL_MAKEFILES \\
27412         programs/winedevice/Makefile"
27413 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27414         winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27415         winedevice"
27416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27417 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27418 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27419
27420 ALL_MAKEFILES="$ALL_MAKEFILES \\
27421         programs/winefile/Makefile"
27422 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27423         winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27424         winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27425         winefile"
27426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27427 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27428 ac_config_files="$ac_config_files programs/winefile/Makefile"
27429
27430 ALL_MAKEFILES="$ALL_MAKEFILES \\
27431         programs/winemenubuilder/Makefile"
27432 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27433         winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27434         winemenubuilder"
27435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27436 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27437 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27438
27439 ALL_MAKEFILES="$ALL_MAKEFILES \\
27440         programs/winemine/Makefile"
27441 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27442         winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27443         winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27444         winemine"
27445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27446 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27447 ac_config_files="$ac_config_files programs/winemine/Makefile"
27448
27449 ALL_MAKEFILES="$ALL_MAKEFILES \\
27450         programs/winepath/Makefile"
27451 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27452         winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27453         winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27454         winepath"
27455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27456 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27457 ac_config_files="$ac_config_files programs/winepath/Makefile"
27458
27459 ALL_MAKEFILES="$ALL_MAKEFILES \\
27460         programs/winetest/Makefile"
27461 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27462         winetest"
27463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27464 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27465 ac_config_files="$ac_config_files programs/winetest/Makefile"
27466
27467 ALL_MAKEFILES="$ALL_MAKEFILES \\
27468         programs/winevdm/Makefile"
27469 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27470         winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27471         winevdm"
27472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27473 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27474 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27475
27476 ALL_MAKEFILES="$ALL_MAKEFILES \\
27477         programs/winhlp32/Makefile"
27478 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27479         winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27480         winhlp32"
27481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27482 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27483 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27484
27485 ALL_MAKEFILES="$ALL_MAKEFILES \\
27486         programs/winver/Makefile"
27487 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27488         winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27489         winver"
27490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27491 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27492 ac_config_files="$ac_config_files programs/winver/Makefile"
27493
27494 ALL_MAKEFILES="$ALL_MAKEFILES \\
27495         programs/wordpad/Makefile"
27496 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27497         wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27498         wordpad"
27499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27500 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27501 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27502
27503 ALL_MAKEFILES="$ALL_MAKEFILES \\
27504         programs/write/Makefile"
27505 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27506         write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27507         write"
27508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27509 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27510 ac_config_files="$ac_config_files programs/write/Makefile"
27511
27512 ALL_MAKEFILES="$ALL_MAKEFILES \\
27513         programs/xcopy/Makefile"
27514 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27515         xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27516         xcopy"
27517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27518 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27519 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27520
27521 ALL_MAKEFILES="$ALL_MAKEFILES \\
27522         server/Makefile"
27523 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27524         server"
27525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27526 server/Makefile: server/Makefile.in Make.rules"
27527 ac_config_files="$ac_config_files server/Makefile"
27528
27529 ALL_MAKEFILES="$ALL_MAKEFILES \\
27530         tools/Makefile"
27531 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27532         tools"
27533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27534 tools/Makefile: tools/Makefile.in Make.rules"
27535 ac_config_files="$ac_config_files tools/Makefile"
27536
27537 ALL_MAKEFILES="$ALL_MAKEFILES \\
27538         tools/widl/Makefile"
27539
27540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27541 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27542 ac_config_files="$ac_config_files tools/widl/Makefile"
27543
27544 ALL_MAKEFILES="$ALL_MAKEFILES \\
27545         tools/winebuild/Makefile"
27546
27547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27548 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27549 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27550
27551 ALL_MAKEFILES="$ALL_MAKEFILES \\
27552         tools/winedump/Makefile"
27553
27554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27555 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27556 ac_config_files="$ac_config_files tools/winedump/Makefile"
27557
27558 ALL_MAKEFILES="$ALL_MAKEFILES \\
27559         tools/winegcc/Makefile"
27560
27561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27562 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27563 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27564
27565 ALL_MAKEFILES="$ALL_MAKEFILES \\
27566         tools/wmc/Makefile"
27567
27568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27569 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27570 ac_config_files="$ac_config_files tools/wmc/Makefile"
27571
27572 ALL_MAKEFILES="$ALL_MAKEFILES \\
27573         tools/wrc/Makefile"
27574
27575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27576 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27577 ac_config_files="$ac_config_files tools/wrc/Makefile"
27578
27579
27580
27581 ALL_WINETEST_DEPENDS="# Test binaries"
27582
27583 for dir in $ALL_TEST_DIRS
27584 do
27585     if test "$dir" != "\\"
27586     then
27587         testname=`expr $dir : '\(.*\)/tests'`_test.exe
27588         ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
27589 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
27590         cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
27591     fi
27592 done
27593
27594 cat >confcache <<\_ACEOF
27595 # This file is a shell script that caches the results of configure
27596 # tests run on this system so they can be shared between configure
27597 # scripts and configure runs, see configure's option --config-cache.
27598 # It is not useful on other systems.  If it contains results you don't
27599 # want to keep, you may remove or edit it.
27600 #
27601 # config.status only pays attention to the cache file if you give it
27602 # the --recheck option to rerun configure.
27603 #
27604 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27605 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27606 # following values.
27607
27608 _ACEOF
27609
27610 # The following way of writing the cache mishandles newlines in values,
27611 # but we know of no workaround that is simple, portable, and efficient.
27612 # So, we kill variables containing newlines.
27613 # Ultrix sh set writes to stderr and can't be redirected directly,
27614 # and sets the high bit in the cache file unless we assign to the vars.
27615 (
27616   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27617     eval ac_val=\$$ac_var
27618     case $ac_val in #(
27619     *${as_nl}*)
27620       case $ac_var in #(
27621       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
27622 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
27623       esac
27624       case $ac_var in #(
27625       _ | IFS | as_nl) ;; #(
27626       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
27627       *) $as_unset $ac_var ;;
27628       esac ;;
27629     esac
27630   done
27631
27632   (set) 2>&1 |
27633     case $as_nl`(ac_space=' '; set) 2>&1` in #(
27634     *${as_nl}ac_space=\ *)
27635       # `set' does not quote correctly, so add quotes (double-quote
27636       # substitution turns \\\\ into \\, and sed turns \\ into \).
27637       sed -n \
27638         "s/'/'\\\\''/g;
27639           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27640       ;; #(
27641     *)
27642       # `set' quotes correctly as required by POSIX, so do not add quotes.
27643       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27644       ;;
27645     esac |
27646     sort
27647 ) |
27648   sed '
27649      /^ac_cv_env_/b end
27650      t clear
27651      :clear
27652      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27653      t end
27654      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27655      :end' >>confcache
27656 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
27657   if test -w "$cache_file"; then
27658     test "x$cache_file" != "x/dev/null" &&
27659       { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
27660 $as_echo "$as_me: updating cache $cache_file" >&6;}
27661     cat confcache >$cache_file
27662   else
27663     { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27664 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27665   fi
27666 fi
27667 rm -f confcache
27668
27669 test "x$prefix" = xNONE && prefix=$ac_default_prefix
27670 # Let make expand exec_prefix.
27671 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
27672
27673 DEFS=-DHAVE_CONFIG_H
27674
27675 ac_libobjs=
27676 ac_ltlibobjs=
27677 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
27678   # 1. Remove the extension, and $U if already installed.
27679   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
27680   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
27681   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
27682   #    will be set to the directory where LIBOBJS objects are built.
27683   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
27684   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
27685 done
27686 LIBOBJS=$ac_libobjs
27687
27688 LTLIBOBJS=$ac_ltlibobjs
27689
27690
27691
27692 : ${CONFIG_STATUS=./config.status}
27693 ac_write_fail=0
27694 ac_clean_files_save=$ac_clean_files
27695 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
27696 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
27697 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
27698 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27699 #! $SHELL
27700 # Generated by $as_me.
27701 # Run this file to recreate the current configuration.
27702 # Compiler output produced by configure, useful for debugging
27703 # configure, is in config.log if it exists.
27704
27705 debug=false
27706 ac_cs_recheck=false
27707 ac_cs_silent=false
27708 SHELL=\${CONFIG_SHELL-$SHELL}
27709 _ACEOF
27710
27711 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27712 ## --------------------- ##
27713 ## M4sh Initialization.  ##
27714 ## --------------------- ##
27715
27716 # Be more Bourne compatible
27717 DUALCASE=1; export DUALCASE # for MKS sh
27718 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27719   emulate sh
27720   NULLCMD=:
27721   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
27722   # is contrary to our usage.  Disable this feature.
27723   alias -g '${1+"$@"}'='"$@"'
27724   setopt NO_GLOB_SUBST
27725 else
27726   case `(set -o) 2>/dev/null` in
27727   *posix*) set -o posix ;;
27728 esac
27729
27730 fi
27731
27732
27733
27734
27735 # PATH needs CR
27736 # Avoid depending upon Character Ranges.
27737 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
27738 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27739 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
27740 as_cr_digits='0123456789'
27741 as_cr_alnum=$as_cr_Letters$as_cr_digits
27742
27743 as_nl='
27744 '
27745 export as_nl
27746 # Printing a long string crashes Solaris 7 /usr/bin/printf.
27747 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
27748 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
27749 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
27750 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
27751   as_echo='printf %s\n'
27752   as_echo_n='printf %s'
27753 else
27754   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
27755     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
27756     as_echo_n='/usr/ucb/echo -n'
27757   else
27758     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
27759     as_echo_n_body='eval
27760       arg=$1;
27761       case $arg in
27762       *"$as_nl"*)
27763         expr "X$arg" : "X\\(.*\\)$as_nl";
27764         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
27765       esac;
27766       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
27767     '
27768     export as_echo_n_body
27769     as_echo_n='sh -c $as_echo_n_body as_echo'
27770   fi
27771   export as_echo_body
27772   as_echo='sh -c $as_echo_body as_echo'
27773 fi
27774
27775 # The user is always right.
27776 if test "${PATH_SEPARATOR+set}" != set; then
27777   PATH_SEPARATOR=:
27778   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
27779     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
27780       PATH_SEPARATOR=';'
27781   }
27782 fi
27783
27784 # Support unset when possible.
27785 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27786   as_unset=unset
27787 else
27788   as_unset=false
27789 fi
27790
27791
27792 # IFS
27793 # We need space, tab and new line, in precisely that order.  Quoting is
27794 # there to prevent editors from complaining about space-tab.
27795 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
27796 # splitting by setting IFS to empty value.)
27797 IFS=" ""        $as_nl"
27798
27799 # Find who we are.  Look in the path if we contain no directory separator.
27800 case $0 in
27801   *[\\/]* ) as_myself=$0 ;;
27802   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27803 for as_dir in $PATH
27804 do
27805   IFS=$as_save_IFS
27806   test -z "$as_dir" && as_dir=.
27807   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
27808 done
27809 IFS=$as_save_IFS
27810
27811      ;;
27812 esac
27813 # We did not find ourselves, most probably we were run as `sh COMMAND'
27814 # in which case we are not to be found in the path.
27815 if test "x$as_myself" = x; then
27816   as_myself=$0
27817 fi
27818 if test ! -f "$as_myself"; then
27819   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27820   { (exit 1); exit 1; }
27821 fi
27822
27823 # Work around bugs in pre-3.0 UWIN ksh.
27824 for as_var in ENV MAIL MAILPATH
27825 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27826 done
27827 PS1='$ '
27828 PS2='> '
27829 PS4='+ '
27830
27831 # NLS nuisances.
27832 LC_ALL=C
27833 export LC_ALL
27834 LANGUAGE=C
27835 export LANGUAGE
27836
27837 # Required to use basename.
27838 if expr a : '\(a\)' >/dev/null 2>&1 &&
27839    test "X`expr 00001 : '.*\(...\)'`" = X001; then
27840   as_expr=expr
27841 else
27842   as_expr=false
27843 fi
27844
27845 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27846   as_basename=basename
27847 else
27848   as_basename=false
27849 fi
27850
27851
27852 # Name of the executable.
27853 as_me=`$as_basename -- "$0" ||
27854 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27855          X"$0" : 'X\(//\)$' \| \
27856          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27857 $as_echo X/"$0" |
27858     sed '/^.*\/\([^/][^/]*\)\/*$/{
27859             s//\1/
27860             q
27861           }
27862           /^X\/\(\/\/\)$/{
27863             s//\1/
27864             q
27865           }
27866           /^X\/\(\/\).*/{
27867             s//\1/
27868             q
27869           }
27870           s/.*/./; q'`
27871
27872 # CDPATH.
27873 $as_unset CDPATH
27874
27875
27876
27877   as_lineno_1=$LINENO
27878   as_lineno_2=$LINENO
27879   test "x$as_lineno_1" != "x$as_lineno_2" &&
27880   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
27881
27882   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
27883   # uniformly replaced by the line number.  The first 'sed' inserts a
27884   # line-number line after each line using $LINENO; the second 'sed'
27885   # does the real work.  The second script uses 'N' to pair each
27886   # line-number line with the line containing $LINENO, and appends
27887   # trailing '-' during substitution so that $LINENO is not a special
27888   # case at line end.
27889   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
27890   # scripts with optimization help from Paolo Bonzini.  Blame Lee
27891   # E. McMahon (1931-1989) for sed's syntax.  :-)
27892   sed -n '
27893     p
27894     /[$]LINENO/=
27895   ' <$as_myself |
27896     sed '
27897       s/[$]LINENO.*/&-/
27898       t lineno
27899       b
27900       :lineno
27901       N
27902       :loop
27903       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
27904       t loop
27905       s/-\n.*//
27906     ' >$as_me.lineno &&
27907   chmod +x "$as_me.lineno" ||
27908     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
27909    { (exit 1); exit 1; }; }
27910
27911   # Don't try to exec as it changes $[0], causing all sort of problems
27912   # (the dirname of $[0] is not the place where we might find the
27913   # original and so on.  Autoconf is especially sensitive to this).
27914   . "./$as_me.lineno"
27915   # Exit status is that of the last command.
27916   exit
27917 }
27918
27919
27920 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
27921   as_dirname=dirname
27922 else
27923   as_dirname=false
27924 fi
27925
27926 ECHO_C= ECHO_N= ECHO_T=
27927 case `echo -n x` in
27928 -n*)
27929   case `echo 'x\c'` in
27930   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
27931   *)   ECHO_C='\c';;
27932   esac;;
27933 *)
27934   ECHO_N='-n';;
27935 esac
27936 if expr a : '\(a\)' >/dev/null 2>&1 &&
27937    test "X`expr 00001 : '.*\(...\)'`" = X001; then
27938   as_expr=expr
27939 else
27940   as_expr=false
27941 fi
27942
27943 rm -f conf$$ conf$$.exe conf$$.file
27944 if test -d conf$$.dir; then
27945   rm -f conf$$.dir/conf$$.file
27946 else
27947   rm -f conf$$.dir
27948   mkdir conf$$.dir 2>/dev/null
27949 fi
27950 if (echo >conf$$.file) 2>/dev/null; then
27951   if ln -s conf$$.file conf$$ 2>/dev/null; then
27952     as_ln_s='ln -s'
27953     # ... but there are two gotchas:
27954     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27955     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27956     # In both cases, we have to default to `cp -p'.
27957     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
27958       as_ln_s='cp -p'
27959   elif ln conf$$.file conf$$ 2>/dev/null; then
27960     as_ln_s=ln
27961   else
27962     as_ln_s='cp -p'
27963   fi
27964 else
27965   as_ln_s='cp -p'
27966 fi
27967 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
27968 rmdir conf$$.dir 2>/dev/null
27969
27970 if mkdir -p . 2>/dev/null; then
27971   as_mkdir_p=:
27972 else
27973   test -d ./-p && rmdir ./-p
27974   as_mkdir_p=false
27975 fi
27976
27977 if test -x / >/dev/null 2>&1; then
27978   as_test_x='test -x'
27979 else
27980   if ls -dL / >/dev/null 2>&1; then
27981     as_ls_L_option=L
27982   else
27983     as_ls_L_option=
27984   fi
27985   as_test_x='
27986     eval sh -c '\''
27987       if test -d "$1"; then
27988         test -d "$1/.";
27989       else
27990         case $1 in
27991         -*)set "./$1";;
27992         esac;
27993         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
27994         ???[sx]*):;;*)false;;esac;fi
27995     '\'' sh
27996   '
27997 fi
27998 as_executable_p=$as_test_x
27999
28000 # Sed expression to map a string onto a valid CPP name.
28001 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28002
28003 # Sed expression to map a string onto a valid variable name.
28004 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28005
28006
28007 exec 6>&1
28008
28009 # Save the log message, to keep $[0] and so on meaningful, and to
28010 # report actual input values of CONFIG_FILES etc. instead of their
28011 # values after options handling.
28012 ac_log="
28013 This file was extended by Wine $as_me 1.1.13, which was
28014 generated by GNU Autoconf 2.63.  Invocation command line was
28015
28016   CONFIG_FILES    = $CONFIG_FILES
28017   CONFIG_HEADERS  = $CONFIG_HEADERS
28018   CONFIG_LINKS    = $CONFIG_LINKS
28019   CONFIG_COMMANDS = $CONFIG_COMMANDS
28020   $ $0 $@
28021
28022 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28023 "
28024
28025 _ACEOF
28026
28027 case $ac_config_files in *"
28028 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28029 esac
28030
28031 case $ac_config_headers in *"
28032 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28033 esac
28034
28035
28036 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28037 # Files that config.status was made for.
28038 config_files="$ac_config_files"
28039 config_headers="$ac_config_headers"
28040 config_commands="$ac_config_commands"
28041
28042 _ACEOF
28043
28044 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28045 ac_cs_usage="\
28046 \`$as_me' instantiates files from templates according to the
28047 current configuration.
28048
28049 Usage: $0 [OPTION]... [FILE]...
28050
28051   -h, --help       print this help, then exit
28052   -V, --version    print version number and configuration settings, then exit
28053   -q, --quiet, --silent
28054                    do not print progress messages
28055   -d, --debug      don't remove temporary files
28056       --recheck    update $as_me by reconfiguring in the same conditions
28057       --file=FILE[:TEMPLATE]
28058                    instantiate the configuration file FILE
28059       --header=FILE[:TEMPLATE]
28060                    instantiate the configuration header FILE
28061
28062 Configuration files:
28063 $config_files
28064
28065 Configuration headers:
28066 $config_headers
28067
28068 Configuration commands:
28069 $config_commands
28070
28071 Report bugs to <bug-autoconf@gnu.org>."
28072
28073 _ACEOF
28074 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28075 ac_cs_version="\\
28076 Wine config.status 1.1.13
28077 configured by $0, generated by GNU Autoconf 2.63,
28078   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28079
28080 Copyright (C) 2008 Free Software Foundation, Inc.
28081 This config.status script is free software; the Free Software Foundation
28082 gives unlimited permission to copy, distribute and modify it."
28083
28084 ac_pwd='$ac_pwd'
28085 srcdir='$srcdir'
28086 INSTALL='$INSTALL'
28087 test -n "\$AWK" || AWK=awk
28088 _ACEOF
28089
28090 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28091 # The default lists apply if the user does not specify any file.
28092 ac_need_defaults=:
28093 while test $# != 0
28094 do
28095   case $1 in
28096   --*=*)
28097     ac_option=`expr "X$1" : 'X\([^=]*\)='`
28098     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28099     ac_shift=:
28100     ;;
28101   *)
28102     ac_option=$1
28103     ac_optarg=$2
28104     ac_shift=shift
28105     ;;
28106   esac
28107
28108   case $ac_option in
28109   # Handling of the options.
28110   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28111     ac_cs_recheck=: ;;
28112   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28113     $as_echo "$ac_cs_version"; exit ;;
28114   --debug | --debu | --deb | --de | --d | -d )
28115     debug=: ;;
28116   --file | --fil | --fi | --f )
28117     $ac_shift
28118     case $ac_optarg in
28119     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28120     esac
28121     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28122     ac_need_defaults=false;;
28123   --header | --heade | --head | --hea )
28124     $ac_shift
28125     case $ac_optarg in
28126     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28127     esac
28128     CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28129     ac_need_defaults=false;;
28130   --he | --h)
28131     # Conflict between --help and --header
28132     { $as_echo "$as_me: error: ambiguous option: $1
28133 Try \`$0 --help' for more information." >&2
28134    { (exit 1); exit 1; }; };;
28135   --help | --hel | -h )
28136     $as_echo "$ac_cs_usage"; exit ;;
28137   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28138   | -silent | --silent | --silen | --sile | --sil | --si | --s)
28139     ac_cs_silent=: ;;
28140
28141   # This is an error.
28142   -*) { $as_echo "$as_me: error: unrecognized option: $1
28143 Try \`$0 --help' for more information." >&2
28144    { (exit 1); exit 1; }; } ;;
28145
28146   *) ac_config_targets="$ac_config_targets $1"
28147      ac_need_defaults=false ;;
28148
28149   esac
28150   shift
28151 done
28152
28153 ac_configure_extra_args=
28154
28155 if $ac_cs_silent; then
28156   exec 6>/dev/null
28157   ac_configure_extra_args="$ac_configure_extra_args --silent"
28158 fi
28159
28160 _ACEOF
28161 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28162 if \$ac_cs_recheck; then
28163   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28164   shift
28165   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28166   CONFIG_SHELL='$SHELL'
28167   export CONFIG_SHELL
28168   exec "\$@"
28169 fi
28170
28171 _ACEOF
28172 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28173 exec 5>>config.log
28174 {
28175   echo
28176   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28177 ## Running $as_me. ##
28178 _ASBOX
28179   $as_echo "$ac_log"
28180 } >&5
28181
28182 _ACEOF
28183 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28184 _ACEOF
28185
28186 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28187
28188 # Handling of arguments.
28189 for ac_config_target in $ac_config_targets
28190 do
28191   case $ac_config_target in
28192     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28193     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28194     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28195     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28196     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28197     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28198     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28199     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28200     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28201     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28202     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28203     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28204     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28205     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28206     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28207     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28208     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28209     "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28210     "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28211     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28212     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28213     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28214     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28215     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28216     "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28217     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28218     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28219     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28220     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28221     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28222     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28223     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28224     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28225     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28226     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28227     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28228     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28229     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28230     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28231     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28232     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28233     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28234     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28235     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28236     "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28237     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28238     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28239     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28240     "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28241     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28242     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28243     "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28244     "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28245     "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28246     "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28247     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28248     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28249     "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28250     "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28251     "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28252     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28253     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28254     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28255     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28256     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28257     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28258     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28259     "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28260     "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28261     "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28262     "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28263     "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28264     "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28265     "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28266     "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28267     "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28268     "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28269     "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28270     "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28271     "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28272     "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28273     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28274     "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28275     "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28276     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28277     "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28278     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28279     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28280     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28281     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28282     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28283     "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
28284     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28285     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28286     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28287     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28288     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28289     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28290     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28291     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28292     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28293     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28294     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28295     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28296     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28297     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28298     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28299     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28300     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28301     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28302     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28303     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28304     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28305     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28306     "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28307     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28308     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28309     "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28310     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28311     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28312     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28313     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28314     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28315     "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28316     "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28317     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28318     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28319     "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28320     "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28321     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28322     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28323     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28324     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28325     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28326     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28327     "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28328     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28329     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28330     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28331     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28332     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28333     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28334     "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
28335     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28336     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28337     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28338     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28339     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28340     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28341     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28342     "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28343     "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28344     "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28345     "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28346     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28347     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28348     "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28349     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28350     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28351     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28352     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28353     "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28354     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28355     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28356     "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28357     "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28358     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28359     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28360     "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
28361     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28362     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28363     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28364     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28365     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28366     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28367     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28368     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28369     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28370     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28371     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28372     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28373     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28374     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28375     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28376     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28377     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28378     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28379     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28380     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28381     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28382     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28383     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28384     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28385     "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28386     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28387     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28388     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28389     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28390     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28391     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28392     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28393     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28394     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28395     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28396     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28397     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28398     "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28399     "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28400     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28401     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28402     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28403     "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28404     "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28405     "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28406     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28407     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28408     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28409     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28410     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28411     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28412     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28413     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28414     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28415     "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
28416     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28417     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28418     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28419     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28420     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28421     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28422     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28423     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28424     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28425     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28426     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28427     "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28428     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28429     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28430     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28431     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28432     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28433     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28434     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28435     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28436     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28437     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28438     "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28439     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28440     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28441     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28442     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28443     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28444     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28445     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28446     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28447     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28448     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28449     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28450     "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
28451     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28452     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28453     "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28454     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28455     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28456     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28457     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28458     "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28459     "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28460     "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28461     "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28462     "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28463     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28464     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28465     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28466     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28467     "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28468     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28469     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28470     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28471     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28472     "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28473     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28474     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28475     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28476     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28477     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28478     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28479     "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28480     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28481     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28482     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28483     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28484     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28485     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28486     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28487     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28488     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28489     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28490     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28491     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28492     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28493     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28494     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28495     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28496     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28497     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28498     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28499     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28500     "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28501     "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28502     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28503     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28504     "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28505     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28506     "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28507     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28508     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28509     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28510     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28511     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28512     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28513     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28514     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28515     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28516     "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
28517     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28518     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28519     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28520     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28521     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28522     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28523     "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28524     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28525     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28526     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28527     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28528     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28529     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28530     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28531     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28532     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28533     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28534     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28535     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28536     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28537     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28538     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28539     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28540     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28541     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28542     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28543     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28544     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28545     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28546     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28547     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28548     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28549     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28550     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28551     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28552     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28553     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28554     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
28555     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28556     "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28557     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
28558     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28559     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
28560     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28561     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28562     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
28563     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28564     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28565     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28566     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28567     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28568     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28569     "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28570     "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
28571     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28572     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
28573     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28574     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28575     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28576     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28577     "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
28578     "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28579     "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28580     "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
28581     "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
28582     "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
28583     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
28584     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
28585     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
28586     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
28587     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
28588     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
28589     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
28590     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
28591     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
28592     "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
28593     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
28594     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
28595     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
28596     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
28597     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
28598     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
28599     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
28600     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
28601     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
28602     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
28603     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
28604     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
28605     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
28606     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
28607     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
28608     "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
28609     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
28610     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
28611     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
28612     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
28613     "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
28614     "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
28615     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
28616     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
28617     "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
28618     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
28619     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
28620     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
28621     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
28622     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
28623     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
28624     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
28625     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
28626     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
28627     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
28628     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
28629     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
28630     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
28631     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
28632     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
28633     "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
28634     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
28635     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
28636     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
28637     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
28638     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
28639     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
28640     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
28641     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
28642     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
28643     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
28644     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
28645     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
28646
28647   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
28648 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
28649    { (exit 1); exit 1; }; };;
28650   esac
28651 done
28652
28653
28654 # If the user did not use the arguments to specify the items to instantiate,
28655 # then the envvar interface is used.  Set only those that are not.
28656 # We use the long form for the default assignment because of an extremely
28657 # bizarre bug on SunOS 4.1.3.
28658 if $ac_need_defaults; then
28659   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
28660   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
28661   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
28662 fi
28663
28664 # Have a temporary directory for convenience.  Make it in the build tree
28665 # simply because there is no reason against having it here, and in addition,
28666 # creating and moving files from /tmp can sometimes cause problems.
28667 # Hook for its removal unless debugging.
28668 # Note that there is a small window in which the directory will not be cleaned:
28669 # after its creation but before its name has been assigned to `$tmp'.
28670 $debug ||
28671 {
28672   tmp=
28673   trap 'exit_status=$?
28674   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
28675 ' 0
28676   trap '{ (exit 1); exit 1; }' 1 2 13 15
28677 }
28678 # Create a (secure) tmp directory for tmp files.
28679
28680 {
28681   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
28682   test -n "$tmp" && test -d "$tmp"
28683 }  ||
28684 {
28685   tmp=./conf$$-$RANDOM
28686   (umask 077 && mkdir "$tmp")
28687 } ||
28688 {
28689    $as_echo "$as_me: cannot create a temporary directory in ." >&2
28690    { (exit 1); exit 1; }
28691 }
28692
28693 # Set up the scripts for CONFIG_FILES section.
28694 # No need to generate them if there are no CONFIG_FILES.
28695 # This happens for instance with `./config.status config.h'.
28696 if test -n "$CONFIG_FILES"; then
28697
28698 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
28699   ac_cs_awk_getline=:
28700   ac_cs_awk_pipe_init=
28701   ac_cs_awk_read_file='
28702       while ((getline aline < (F[key])) > 0)
28703         print(aline)
28704       close(F[key])'
28705   ac_cs_awk_pipe_fini=
28706 else
28707   ac_cs_awk_getline=false
28708   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
28709   ac_cs_awk_read_file='
28710       print "|#_!!_#|"
28711       print "cat " F[key] " &&"
28712       '$ac_cs_awk_pipe_init
28713   # The final `:' finishes the AND list.
28714   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
28715 fi
28716 ac_cr='\r'
28717 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
28718 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
28719   ac_cs_awk_cr='\\r'
28720 else
28721   ac_cs_awk_cr=$ac_cr
28722 fi
28723
28724 echo 'BEGIN {' >"$tmp/subs1.awk" &&
28725 _ACEOF
28726
28727 # Create commands to substitute file output variables.
28728 {
28729   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
28730   echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
28731   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
28732   echo "_ACAWK" &&
28733   echo "_ACEOF"
28734 } >conf$$files.sh &&
28735 . ./conf$$files.sh ||
28736   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28737 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28738    { (exit 1); exit 1; }; }
28739 rm -f conf$$files.sh
28740
28741 {
28742   echo "cat >conf$$subs.awk <<_ACEOF" &&
28743   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
28744   echo "_ACEOF"
28745 } >conf$$subs.sh ||
28746   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28747 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28748    { (exit 1); exit 1; }; }
28749 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
28750 ac_delim='%!_!# '
28751 for ac_last_try in false false false false false :; do
28752   . ./conf$$subs.sh ||
28753     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28754 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28755    { (exit 1); exit 1; }; }
28756
28757   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
28758   if test $ac_delim_n = $ac_delim_num; then
28759     break
28760   elif $ac_last_try; then
28761     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28762 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28763    { (exit 1); exit 1; }; }
28764   else
28765     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28766   fi
28767 done
28768 rm -f conf$$subs.sh
28769
28770 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28771 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
28772 _ACEOF
28773 sed -n '
28774 h
28775 s/^/S["/; s/!.*/"]=/
28776 p
28777 g
28778 s/^[^!]*!//
28779 :repl
28780 t repl
28781 s/'"$ac_delim"'$//
28782 t delim
28783 :nl
28784 h
28785 s/\(.\{148\}\).*/\1/
28786 t more1
28787 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
28788 p
28789 n
28790 b repl
28791 :more1
28792 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
28793 p
28794 g
28795 s/.\{148\}//
28796 t nl
28797 :delim
28798 h
28799 s/\(.\{148\}\).*/\1/
28800 t more2
28801 s/["\\]/\\&/g; s/^/"/; s/$/"/
28802 p
28803 b
28804 :more2
28805 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
28806 p
28807 g
28808 s/.\{148\}//
28809 t delim
28810 ' <conf$$subs.awk | sed '
28811 /^[^""]/{
28812   N
28813   s/\n//
28814 }
28815 ' >>$CONFIG_STATUS || ac_write_fail=1
28816 rm -f conf$$subs.awk
28817 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28818 _ACAWK
28819 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
28820   for (key in S) S_is_set[key] = 1
28821   FS = "\a"
28822   \$ac_cs_awk_pipe_init
28823 }
28824 {
28825   line = $ 0
28826   nfields = split(line, field, "@")
28827   substed = 0
28828   len = length(field[1])
28829   for (i = 2; i < nfields; i++) {
28830     key = field[i]
28831     keylen = length(key)
28832     if (S_is_set[key]) {
28833       value = S[key]
28834       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
28835       len += length(value) + length(field[++i])
28836       substed = 1
28837     } else
28838       len += 1 + keylen
28839   }
28840   if (nfields == 3 && !substed) {
28841     key = field[2]
28842     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
28843       \$ac_cs_awk_read_file
28844       next
28845     }
28846   }
28847   print line
28848 }
28849 \$ac_cs_awk_pipe_fini
28850 _ACAWK
28851 _ACEOF
28852 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28853 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
28854   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
28855 else
28856   cat
28857 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
28858   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
28859 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
28860    { (exit 1); exit 1; }; }
28861 _ACEOF
28862
28863 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28864 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28865 # trailing colons and then remove the whole line if VPATH becomes empty
28866 # (actually we leave an empty line to preserve line numbers).
28867 if test "x$srcdir" = x.; then
28868   ac_vpsub='/^[  ]*VPATH[        ]*=/{
28869 s/:*\$(srcdir):*/:/
28870 s/:*\${srcdir}:*/:/
28871 s/:*@srcdir@:*/:/
28872 s/^\([^=]*=[     ]*\):*/\1/
28873 s/:*$//
28874 s/^[^=]*=[       ]*$//
28875 }'
28876 fi
28877
28878 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28879 fi # test -n "$CONFIG_FILES"
28880
28881 # Set up the scripts for CONFIG_HEADERS section.
28882 # No need to generate them if there are no CONFIG_HEADERS.
28883 # This happens for instance with `./config.status Makefile'.
28884 if test -n "$CONFIG_HEADERS"; then
28885 cat >"$tmp/defines.awk" <<\_ACAWK ||
28886 BEGIN {
28887 _ACEOF
28888
28889 # Transform confdefs.h into an awk script `defines.awk', embedded as
28890 # here-document in config.status, that substitutes the proper values into
28891 # config.h.in to produce config.h.
28892
28893 # Create a delimiter string that does not exist in confdefs.h, to ease
28894 # handling of long lines.
28895 ac_delim='%!_!# '
28896 for ac_last_try in false false :; do
28897   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
28898   if test -z "$ac_t"; then
28899     break
28900   elif $ac_last_try; then
28901     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
28902 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
28903    { (exit 1); exit 1; }; }
28904   else
28905     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28906   fi
28907 done
28908
28909 # For the awk script, D is an array of macro values keyed by name,
28910 # likewise P contains macro parameters if any.  Preserve backslash
28911 # newline sequences.
28912
28913 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
28914 sed -n '
28915 s/.\{148\}/&'"$ac_delim"'/g
28916 t rset
28917 :rset
28918 s/^[     ]*#[    ]*define[       ][      ]*/ /
28919 t def
28920 d
28921 :def
28922 s/\\$//
28923 t bsnl
28924 s/["\\]/\\&/g
28925 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
28926 D["\1"]=" \3"/p
28927 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
28928 d
28929 :bsnl
28930 s/["\\]/\\&/g
28931 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
28932 D["\1"]=" \3\\\\\\n"\\/p
28933 t cont
28934 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
28935 t cont
28936 d
28937 :cont
28938 n
28939 s/.\{148\}/&'"$ac_delim"'/g
28940 t clear
28941 :clear
28942 s/\\$//
28943 t bsnlc
28944 s/["\\]/\\&/g; s/^/"/; s/$/"/p
28945 d
28946 :bsnlc
28947 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
28948 b cont
28949 ' <confdefs.h | sed '
28950 s/'"$ac_delim"'/"\\\
28951 "/g' >>$CONFIG_STATUS || ac_write_fail=1
28952
28953 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28954   for (key in D) D_is_set[key] = 1
28955   FS = "\a"
28956 }
28957 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
28958   line = \$ 0
28959   split(line, arg, " ")
28960   if (arg[1] == "#") {
28961     defundef = arg[2]
28962     mac1 = arg[3]
28963   } else {
28964     defundef = substr(arg[1], 2)
28965     mac1 = arg[2]
28966   }
28967   split(mac1, mac2, "(") #)
28968   macro = mac2[1]
28969   prefix = substr(line, 1, index(line, defundef) - 1)
28970   if (D_is_set[macro]) {
28971     # Preserve the white space surrounding the "#".
28972     print prefix "define", macro P[macro] D[macro]
28973     next
28974   } else {
28975     # Replace #undef with comments.  This is necessary, for example,
28976     # in the case of _POSIX_SOURCE, which is predefined and required
28977     # on some systems where configure will not decide to define it.
28978     if (defundef == "undef") {
28979       print "/*", prefix defundef, macro, "*/"
28980       next
28981     }
28982   }
28983 }
28984 { print }
28985 _ACAWK
28986 _ACEOF
28987 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28988   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
28989 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
28990    { (exit 1); exit 1; }; }
28991 fi # test -n "$CONFIG_HEADERS"
28992
28993
28994 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
28995 shift
28996 for ac_tag
28997 do
28998   case $ac_tag in
28999   :[FHLC]) ac_mode=$ac_tag; continue;;
29000   esac
29001   case $ac_mode$ac_tag in
29002   :[FHL]*:*);;
29003   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29004 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29005    { (exit 1); exit 1; }; };;
29006   :[FH]-) ac_tag=-:-;;
29007   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29008   esac
29009   ac_save_IFS=$IFS
29010   IFS=:
29011   set x $ac_tag
29012   IFS=$ac_save_IFS
29013   shift
29014   ac_file=$1
29015   shift
29016
29017   case $ac_mode in
29018   :L) ac_source=$1;;
29019   :[FH])
29020     ac_file_inputs=
29021     for ac_f
29022     do
29023       case $ac_f in
29024       -) ac_f="$tmp/stdin";;
29025       *) # Look for the file first in the build tree, then in the source tree
29026          # (if the path is not absolute).  The absolute path cannot be DOS-style,
29027          # because $ac_f cannot contain `:'.
29028          test -f "$ac_f" ||
29029            case $ac_f in
29030            [\\/$]*) false;;
29031            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29032            esac ||
29033            { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29034 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29035    { (exit 1); exit 1; }; };;
29036       esac
29037       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29038       ac_file_inputs="$ac_file_inputs '$ac_f'"
29039     done
29040
29041     # Let's still pretend it is `configure' which instantiates (i.e., don't
29042     # use $as_me), people would be surprised to read:
29043     #    /* config.h.  Generated by config.status.  */
29044     configure_input='Generated from '`
29045           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29046         `' by configure.'
29047     if test x"$ac_file" != x-; then
29048       configure_input="$ac_file.  $configure_input"
29049       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29050 $as_echo "$as_me: creating $ac_file" >&6;}
29051     fi
29052     # Neutralize special characters interpreted by sed in replacement strings.
29053     case $configure_input in #(
29054     *\&* | *\|* | *\\* )
29055        ac_sed_conf_input=`$as_echo "$configure_input" |
29056        sed 's/[\\\\&|]/\\\\&/g'`;; #(
29057     *) ac_sed_conf_input=$configure_input;;
29058     esac
29059
29060     case $ac_tag in
29061     *:-:* | *:-) cat >"$tmp/stdin" \
29062       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29063 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29064    { (exit 1); exit 1; }; } ;;
29065     esac
29066     ;;
29067   esac
29068
29069   ac_dir=`$as_dirname -- "$ac_file" ||
29070 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29071          X"$ac_file" : 'X\(//\)[^/]' \| \
29072          X"$ac_file" : 'X\(//\)$' \| \
29073          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29074 $as_echo X"$ac_file" |
29075     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29076             s//\1/
29077             q
29078           }
29079           /^X\(\/\/\)[^/].*/{
29080             s//\1/
29081             q
29082           }
29083           /^X\(\/\/\)$/{
29084             s//\1/
29085             q
29086           }
29087           /^X\(\/\).*/{
29088             s//\1/
29089             q
29090           }
29091           s/.*/./; q'`
29092   { as_dir="$ac_dir"
29093   case $as_dir in #(
29094   -*) as_dir=./$as_dir;;
29095   esac
29096   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29097     as_dirs=
29098     while :; do
29099       case $as_dir in #(
29100       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29101       *) as_qdir=$as_dir;;
29102       esac
29103       as_dirs="'$as_qdir' $as_dirs"
29104       as_dir=`$as_dirname -- "$as_dir" ||
29105 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29106          X"$as_dir" : 'X\(//\)[^/]' \| \
29107          X"$as_dir" : 'X\(//\)$' \| \
29108          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29109 $as_echo X"$as_dir" |
29110     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29111             s//\1/
29112             q
29113           }
29114           /^X\(\/\/\)[^/].*/{
29115             s//\1/
29116             q
29117           }
29118           /^X\(\/\/\)$/{
29119             s//\1/
29120             q
29121           }
29122           /^X\(\/\).*/{
29123             s//\1/
29124             q
29125           }
29126           s/.*/./; q'`
29127       test -d "$as_dir" && break
29128     done
29129     test -z "$as_dirs" || eval "mkdir $as_dirs"
29130   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29131 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29132    { (exit 1); exit 1; }; }; }
29133   ac_builddir=.
29134
29135 case "$ac_dir" in
29136 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29137 *)
29138   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29139   # A ".." for each directory in $ac_dir_suffix.
29140   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29141   case $ac_top_builddir_sub in
29142   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29143   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29144   esac ;;
29145 esac
29146 ac_abs_top_builddir=$ac_pwd
29147 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29148 # for backward compatibility:
29149 ac_top_builddir=$ac_top_build_prefix
29150
29151 case $srcdir in
29152   .)  # We are building in place.
29153     ac_srcdir=.
29154     ac_top_srcdir=$ac_top_builddir_sub
29155     ac_abs_top_srcdir=$ac_pwd ;;
29156   [\\/]* | ?:[\\/]* )  # Absolute name.
29157     ac_srcdir=$srcdir$ac_dir_suffix;
29158     ac_top_srcdir=$srcdir
29159     ac_abs_top_srcdir=$srcdir ;;
29160   *) # Relative name.
29161     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29162     ac_top_srcdir=$ac_top_build_prefix$srcdir
29163     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29164 esac
29165 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29166
29167
29168   case $ac_mode in
29169   :F)
29170   #
29171   # CONFIG_FILE
29172   #
29173
29174   case $INSTALL in
29175   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29176   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29177   esac
29178 _ACEOF
29179
29180 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29181 # If the template does not know about datarootdir, expand it.
29182 # FIXME: This hack should be removed a few years after 2.60.
29183 ac_datarootdir_hack=; ac_datarootdir_seen=
29184
29185 ac_sed_dataroot='
29186 /datarootdir/ {
29187   p
29188   q
29189 }
29190 /@datadir@/p
29191 /@docdir@/p
29192 /@infodir@/p
29193 /@localedir@/p
29194 /@mandir@/p
29195 '
29196 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
29197 *datarootdir*) ac_datarootdir_seen=yes;;
29198 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
29199   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
29200 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
29201 _ACEOF
29202 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29203   ac_datarootdir_hack='
29204   s&@datadir@&$datadir&g
29205   s&@docdir@&$docdir&g
29206   s&@infodir@&$infodir&g
29207   s&@localedir@&$localedir&g
29208   s&@mandir@&$mandir&g
29209     s&\\\${datarootdir}&$datarootdir&g' ;;
29210 esac
29211 _ACEOF
29212
29213 # Neutralize VPATH when `$srcdir' = `.'.
29214 # Shell code in configure.ac might set extrasub.
29215 # FIXME: do we really want to maintain this feature?
29216 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29217 ac_sed_extra="$ac_vpsub
29218 $extrasub
29219 _ACEOF
29220 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29221 :t
29222 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29223 s|@configure_input@|$ac_sed_conf_input|;t t
29224 s&@top_builddir@&$ac_top_builddir_sub&;t t
29225 s&@top_build_prefix@&$ac_top_build_prefix&;t t
29226 s&@srcdir@&$ac_srcdir&;t t
29227 s&@abs_srcdir@&$ac_abs_srcdir&;t t
29228 s&@top_srcdir@&$ac_top_srcdir&;t t
29229 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
29230 s&@builddir@&$ac_builddir&;t t
29231 s&@abs_builddir@&$ac_abs_builddir&;t t
29232 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
29233 s&@INSTALL@&$ac_INSTALL&;t t
29234 $ac_datarootdir_hack
29235 "
29236 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
29237 if $ac_cs_awk_getline; then
29238   $AWK -f "$tmp/subs.awk"
29239 else
29240   $AWK -f "$tmp/subs.awk" | $SHELL
29241 fi >$tmp/out \
29242   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29243 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29244    { (exit 1); exit 1; }; }
29245
29246 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29247   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
29248   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
29249   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29250 which seems to be undefined.  Please make sure it is defined." >&5
29251 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29252 which seems to be undefined.  Please make sure it is defined." >&2;}
29253
29254   rm -f "$tmp/stdin"
29255   case $ac_file in
29256   -) cat "$tmp/out" && rm -f "$tmp/out";;
29257   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
29258   esac \
29259   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29260 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29261    { (exit 1); exit 1; }; }
29262  ;;
29263   :H)
29264   #
29265   # CONFIG_HEADER
29266   #
29267   if test x"$ac_file" != x-; then
29268     {
29269       $as_echo "/* $configure_input  */" \
29270       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
29271     } >"$tmp/config.h" \
29272       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29273 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29274    { (exit 1); exit 1; }; }
29275     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
29276       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29277 $as_echo "$as_me: $ac_file is unchanged" >&6;}
29278     else
29279       rm -f "$ac_file"
29280       mv "$tmp/config.h" "$ac_file" \
29281         || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29282 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29283    { (exit 1); exit 1; }; }
29284     fi
29285   else
29286     $as_echo "/* $configure_input  */" \
29287       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
29288       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
29289 $as_echo "$as_me: error: could not create -" >&2;}
29290    { (exit 1); exit 1; }; }
29291   fi
29292  ;;
29293
29294   :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
29295 $as_echo "$as_me: executing $ac_file commands" >&6;}
29296  ;;
29297   esac
29298
29299
29300   case $ac_file$ac_mode in
29301     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29302     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29303 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29304     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29305 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29306     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29307 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29308     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29309 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29310     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29311 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29312     "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
29313 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29314
29315   esac
29316 done # for ac_tag
29317
29318
29319 { (exit 0); exit 0; }
29320 _ACEOF
29321 chmod +x $CONFIG_STATUS
29322 ac_clean_files=$ac_clean_files_save
29323
29324 test $ac_write_fail = 0 ||
29325   { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
29326 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
29327    { (exit 1); exit 1; }; }
29328
29329
29330 # configure is writing to config.log, and then calls config.status.
29331 # config.status does its own redirection, appending to config.log.
29332 # Unfortunately, on DOS this fails, as config.log is still kept open
29333 # by configure, so config.status won't be able to write to it; its
29334 # output is simply discarded.  So we exec the FD to /dev/null,
29335 # effectively closing config.log, so it can be properly (re)opened and
29336 # appended to by config.status.  When coming back to configure, we
29337 # need to make the FD available again.
29338 if test "$no_create" != yes; then
29339   ac_cs_success=:
29340   ac_config_status_args=
29341   test "$silent" = yes &&
29342     ac_config_status_args="$ac_config_status_args --quiet"
29343   exec 5>/dev/null
29344   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29345   exec 5>>config.log
29346   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29347   # would make configure fail if this is the last instruction.
29348   $ac_cs_success || { (exit 1); exit 1; }
29349 fi
29350 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
29351   { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
29352 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
29353 fi
29354
29355
29356 if test "$no_create" = "yes"
29357 then
29358   exit 0
29359 fi
29360
29361 ac_save_IFS="$IFS"
29362 if test "x$wine_notices != "x; then
29363     echo >&6
29364     IFS="|"
29365     for msg in $wine_notices; do
29366         IFS="$ac_save_IFS"
29367         if test -n "$msg"; then
29368             { $as_echo "$as_me:$LINENO: $msg" >&5
29369 $as_echo "$as_me: $msg" >&6;}
29370         fi
29371     done
29372 fi
29373 IFS="|"
29374 for msg in $wine_warnings; do
29375     IFS="$ac_save_IFS"
29376     if test -n "$msg"; then
29377         echo >&2
29378         { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
29379 $as_echo "$as_me: WARNING: $msg" >&2;}
29380     fi
29381 done
29382 IFS="$ac_save_IFS"
29383
29384 echo "
29385 $as_me: Finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine.
29386 " >&6
29387