activscp.idl: Added IActiveScriptParseProcedure*64 interfaces and use it on Win64.
[wine] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.14.
4 #
5 # Report bugs to <wine-devel@winehq.org>.
6 #
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization.  ##
13 ## --------------------- ##
14
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18   emulate sh
19   NULLCMD=:
20   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21   # is contrary to our usage.  Disable this feature.
22   alias -g '${1+"$@"}'='"$@"'
23   setopt NO_GLOB_SUBST
24 else
25   case `(set -o) 2>/dev/null` in
26   *posix*) set -o posix ;;
27 esac
28
29 fi
30
31
32
33
34 # PATH needs CR
35 # Avoid depending upon Character Ranges.
36 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39 as_cr_digits='0123456789'
40 as_cr_alnum=$as_cr_Letters$as_cr_digits
41
42 as_nl='
43 '
44 export as_nl
45 # Printing a long string crashes Solaris 7 /usr/bin/printf.
46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50   as_echo='printf %s\n'
51   as_echo_n='printf %s'
52 else
53   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55     as_echo_n='/usr/ucb/echo -n'
56   else
57     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58     as_echo_n_body='eval
59       arg=$1;
60       case $arg in
61       *"$as_nl"*)
62         expr "X$arg" : "X\\(.*\\)$as_nl";
63         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64       esac;
65       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66     '
67     export as_echo_n_body
68     as_echo_n='sh -c $as_echo_n_body as_echo'
69   fi
70   export as_echo_body
71   as_echo='sh -c $as_echo_body as_echo'
72 fi
73
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76   PATH_SEPARATOR=:
77   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79       PATH_SEPARATOR=';'
80   }
81 fi
82
83 # Support unset when possible.
84 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
85   as_unset=unset
86 else
87   as_unset=false
88 fi
89
90
91 # IFS
92 # We need space, tab and new line, in precisely that order.  Quoting is
93 # there to prevent editors from complaining about space-tab.
94 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
95 # splitting by setting IFS to empty value.)
96 IFS=" ""        $as_nl"
97
98 # Find who we are.  Look in the path if we contain no directory separator.
99 case $0 in
100   *[\\/]* ) as_myself=$0 ;;
101   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
102 for as_dir in $PATH
103 do
104   IFS=$as_save_IFS
105   test -z "$as_dir" && as_dir=.
106   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
107 done
108 IFS=$as_save_IFS
109
110      ;;
111 esac
112 # We did not find ourselves, most probably we were run as `sh COMMAND'
113 # in which case we are not to be found in the path.
114 if test "x$as_myself" = x; then
115   as_myself=$0
116 fi
117 if test ! -f "$as_myself"; then
118   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
119   { (exit 1); exit 1; }
120 fi
121
122 # Work around bugs in pre-3.0 UWIN ksh.
123 for as_var in ENV MAIL MAILPATH
124 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
125 done
126 PS1='$ '
127 PS2='> '
128 PS4='+ '
129
130 # NLS nuisances.
131 LC_ALL=C
132 export LC_ALL
133 LANGUAGE=C
134 export LANGUAGE
135
136 # Required to use basename.
137 if expr a : '\(a\)' >/dev/null 2>&1 &&
138    test "X`expr 00001 : '.*\(...\)'`" = X001; then
139   as_expr=expr
140 else
141   as_expr=false
142 fi
143
144 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
145   as_basename=basename
146 else
147   as_basename=false
148 fi
149
150
151 # Name of the executable.
152 as_me=`$as_basename -- "$0" ||
153 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
154          X"$0" : 'X\(//\)$' \| \
155          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
156 $as_echo X/"$0" |
157     sed '/^.*\/\([^/][^/]*\)\/*$/{
158             s//\1/
159             q
160           }
161           /^X\/\(\/\/\)$/{
162             s//\1/
163             q
164           }
165           /^X\/\(\/\).*/{
166             s//\1/
167             q
168           }
169           s/.*/./; q'`
170
171 # CDPATH.
172 $as_unset CDPATH
173
174
175 if test "x$CONFIG_SHELL" = x; then
176   if (eval ":") 2>/dev/null; then
177   as_have_required=yes
178 else
179   as_have_required=no
180 fi
181
182   if test $as_have_required = yes &&     (eval ":
183 (as_func_return () {
184   (exit \$1)
185 }
186 as_func_success () {
187   as_func_return 0
188 }
189 as_func_failure () {
190   as_func_return 1
191 }
192 as_func_ret_success () {
193   return 0
194 }
195 as_func_ret_failure () {
196   return 1
197 }
198
199 exitcode=0
200 if as_func_success; then
201   :
202 else
203   exitcode=1
204   echo as_func_success failed.
205 fi
206
207 if as_func_failure; then
208   exitcode=1
209   echo as_func_failure succeeded.
210 fi
211
212 if as_func_ret_success; then
213   :
214 else
215   exitcode=1
216   echo as_func_ret_success failed.
217 fi
218
219 if as_func_ret_failure; then
220   exitcode=1
221   echo as_func_ret_failure succeeded.
222 fi
223
224 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
225   :
226 else
227   exitcode=1
228   echo positional parameters were not saved.
229 fi
230
231 test \$exitcode = 0) || { (exit 1); exit 1; }
232
233 (
234   as_lineno_1=\$LINENO
235   as_lineno_2=\$LINENO
236   test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
237   test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
238 ") 2> /dev/null; then
239   :
240 else
241   as_candidate_shells=
242     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
243 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
244 do
245   IFS=$as_save_IFS
246   test -z "$as_dir" && as_dir=.
247   case $as_dir in
248          /*)
249            for as_base in sh bash ksh sh5; do
250              as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
251            done;;
252        esac
253 done
254 IFS=$as_save_IFS
255
256
257       for as_shell in $as_candidate_shells $SHELL; do
258          # Try only shells that exist, to save several forks.
259          if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
260                 { ("$as_shell") 2> /dev/null <<\_ASEOF
261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262   emulate sh
263   NULLCMD=:
264   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
265   # is contrary to our usage.  Disable this feature.
266   alias -g '${1+"$@"}'='"$@"'
267   setopt NO_GLOB_SUBST
268 else
269   case `(set -o) 2>/dev/null` in
270   *posix*) set -o posix ;;
271 esac
272
273 fi
274
275
276 :
277 _ASEOF
278 }; then
279   CONFIG_SHELL=$as_shell
280                as_have_required=yes
281                if { "$as_shell" 2> /dev/null <<\_ASEOF
282 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
283   emulate sh
284   NULLCMD=:
285   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
286   # is contrary to our usage.  Disable this feature.
287   alias -g '${1+"$@"}'='"$@"'
288   setopt NO_GLOB_SUBST
289 else
290   case `(set -o) 2>/dev/null` in
291   *posix*) set -o posix ;;
292 esac
293
294 fi
295
296
297 :
298 (as_func_return () {
299   (exit $1)
300 }
301 as_func_success () {
302   as_func_return 0
303 }
304 as_func_failure () {
305   as_func_return 1
306 }
307 as_func_ret_success () {
308   return 0
309 }
310 as_func_ret_failure () {
311   return 1
312 }
313
314 exitcode=0
315 if as_func_success; then
316   :
317 else
318   exitcode=1
319   echo as_func_success failed.
320 fi
321
322 if as_func_failure; then
323   exitcode=1
324   echo as_func_failure succeeded.
325 fi
326
327 if as_func_ret_success; then
328   :
329 else
330   exitcode=1
331   echo as_func_ret_success failed.
332 fi
333
334 if as_func_ret_failure; then
335   exitcode=1
336   echo as_func_ret_failure succeeded.
337 fi
338
339 if ( set x; as_func_ret_success y && test x = "$1" ); then
340   :
341 else
342   exitcode=1
343   echo positional parameters were not saved.
344 fi
345
346 test $exitcode = 0) || { (exit 1); exit 1; }
347
348 (
349   as_lineno_1=$LINENO
350   as_lineno_2=$LINENO
351   test "x$as_lineno_1" != "x$as_lineno_2" &&
352   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
353
354 _ASEOF
355 }; then
356   break
357 fi
358
359 fi
360
361       done
362
363       if test "x$CONFIG_SHELL" != x; then
364   for as_var in BASH_ENV ENV
365         do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
366         done
367         export CONFIG_SHELL
368         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
369 fi
370
371
372     if test $as_have_required = no; then
373   echo This script requires a shell more modern than all the
374       echo shells that I found on your system.  Please install a
375       echo modern shell, or manually run the script under such a
376       echo shell if you do have one.
377       { (exit 1); exit 1; }
378 fi
379
380
381 fi
382
383 fi
384
385
386
387 (eval "as_func_return () {
388   (exit \$1)
389 }
390 as_func_success () {
391   as_func_return 0
392 }
393 as_func_failure () {
394   as_func_return 1
395 }
396 as_func_ret_success () {
397   return 0
398 }
399 as_func_ret_failure () {
400   return 1
401 }
402
403 exitcode=0
404 if as_func_success; then
405   :
406 else
407   exitcode=1
408   echo as_func_success failed.
409 fi
410
411 if as_func_failure; then
412   exitcode=1
413   echo as_func_failure succeeded.
414 fi
415
416 if as_func_ret_success; then
417   :
418 else
419   exitcode=1
420   echo as_func_ret_success failed.
421 fi
422
423 if as_func_ret_failure; then
424   exitcode=1
425   echo as_func_ret_failure succeeded.
426 fi
427
428 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
429   :
430 else
431   exitcode=1
432   echo positional parameters were not saved.
433 fi
434
435 test \$exitcode = 0") || {
436   echo No shell found that supports shell functions.
437   echo Please tell bug-autoconf@gnu.org about your system,
438   echo including any error possibly output before this message.
439   echo This can help us improve future autoconf versions.
440   echo Configuration will now proceed without shell functions.
441 }
442
443
444
445   as_lineno_1=$LINENO
446   as_lineno_2=$LINENO
447   test "x$as_lineno_1" != "x$as_lineno_2" &&
448   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
449
450   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
451   # uniformly replaced by the line number.  The first 'sed' inserts a
452   # line-number line after each line using $LINENO; the second 'sed'
453   # does the real work.  The second script uses 'N' to pair each
454   # line-number line with the line containing $LINENO, and appends
455   # trailing '-' during substitution so that $LINENO is not a special
456   # case at line end.
457   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
458   # scripts with optimization help from Paolo Bonzini.  Blame Lee
459   # E. McMahon (1931-1989) for sed's syntax.  :-)
460   sed -n '
461     p
462     /[$]LINENO/=
463   ' <$as_myself |
464     sed '
465       s/[$]LINENO.*/&-/
466       t lineno
467       b
468       :lineno
469       N
470       :loop
471       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
472       t loop
473       s/-\n.*//
474     ' >$as_me.lineno &&
475   chmod +x "$as_me.lineno" ||
476     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
477    { (exit 1); exit 1; }; }
478
479   # Don't try to exec as it changes $[0], causing all sort of problems
480   # (the dirname of $[0] is not the place where we might find the
481   # original and so on.  Autoconf is especially sensitive to this).
482   . "./$as_me.lineno"
483   # Exit status is that of the last command.
484   exit
485 }
486
487
488 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
489   as_dirname=dirname
490 else
491   as_dirname=false
492 fi
493
494 ECHO_C= ECHO_N= ECHO_T=
495 case `echo -n x` in
496 -n*)
497   case `echo 'x\c'` in
498   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
499   *)   ECHO_C='\c';;
500   esac;;
501 *)
502   ECHO_N='-n';;
503 esac
504 if expr a : '\(a\)' >/dev/null 2>&1 &&
505    test "X`expr 00001 : '.*\(...\)'`" = X001; then
506   as_expr=expr
507 else
508   as_expr=false
509 fi
510
511 rm -f conf$$ conf$$.exe conf$$.file
512 if test -d conf$$.dir; then
513   rm -f conf$$.dir/conf$$.file
514 else
515   rm -f conf$$.dir
516   mkdir conf$$.dir 2>/dev/null
517 fi
518 if (echo >conf$$.file) 2>/dev/null; then
519   if ln -s conf$$.file conf$$ 2>/dev/null; then
520     as_ln_s='ln -s'
521     # ... but there are two gotchas:
522     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
523     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
524     # In both cases, we have to default to `cp -p'.
525     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
526       as_ln_s='cp -p'
527   elif ln conf$$.file conf$$ 2>/dev/null; then
528     as_ln_s=ln
529   else
530     as_ln_s='cp -p'
531   fi
532 else
533   as_ln_s='cp -p'
534 fi
535 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
536 rmdir conf$$.dir 2>/dev/null
537
538 if mkdir -p . 2>/dev/null; then
539   as_mkdir_p=:
540 else
541   test -d ./-p && rmdir ./-p
542   as_mkdir_p=false
543 fi
544
545 if test -x / >/dev/null 2>&1; then
546   as_test_x='test -x'
547 else
548   if ls -dL / >/dev/null 2>&1; then
549     as_ls_L_option=L
550   else
551     as_ls_L_option=
552   fi
553   as_test_x='
554     eval sh -c '\''
555       if test -d "$1"; then
556         test -d "$1/.";
557       else
558         case $1 in
559         -*)set "./$1";;
560         esac;
561         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
562         ???[sx]*):;;*)false;;esac;fi
563     '\'' sh
564   '
565 fi
566 as_executable_p=$as_test_x
567
568 # Sed expression to map a string onto a valid CPP name.
569 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
570
571 # Sed expression to map a string onto a valid variable name.
572 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
573
574
575
576 exec 7<&0 </dev/null 6>&1
577
578 # Name of the host.
579 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
580 # so uname gets run too.
581 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
582
583 #
584 # Initializations.
585 #
586 ac_default_prefix=/usr/local
587 ac_clean_files=
588 ac_config_libobj_dir=.
589 LIBOBJS=
590 cross_compiling=no
591 subdirs=
592 MFLAGS=
593 MAKEFLAGS=
594 SHELL=${CONFIG_SHELL-/bin/sh}
595
596 # Identity of this package.
597 PACKAGE_NAME='Wine'
598 PACKAGE_TARNAME='wine'
599 PACKAGE_VERSION='1.1.14'
600 PACKAGE_STRING='Wine 1.1.14'
601 PACKAGE_BUGREPORT='wine-devel@winehq.org'
602
603 ac_unique_file="server/atom.c"
604 # Factoring default headers for most tests.
605 ac_includes_default="\
606 #include <stdio.h>
607 #ifdef HAVE_SYS_TYPES_H
608 # include <sys/types.h>
609 #endif
610 #ifdef HAVE_SYS_STAT_H
611 # include <sys/stat.h>
612 #endif
613 #ifdef STDC_HEADERS
614 # include <stdlib.h>
615 # include <stddef.h>
616 #else
617 # ifdef HAVE_STDLIB_H
618 #  include <stdlib.h>
619 # endif
620 #endif
621 #ifdef HAVE_STRING_H
622 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
623 #  include <memory.h>
624 # endif
625 # include <string.h>
626 #endif
627 #ifdef HAVE_STRINGS_H
628 # include <strings.h>
629 #endif
630 #ifdef HAVE_INTTYPES_H
631 # include <inttypes.h>
632 #endif
633 #ifdef HAVE_STDINT_H
634 # include <stdint.h>
635 #endif
636 #ifdef HAVE_UNISTD_H
637 # include <unistd.h>
638 #endif"
639
640 ac_subst_vars='LTLIBOBJS
641 LIBOBJS
642 ALL_WINETEST_DEPENDS
643 ALL_PROGRAM_BIN_INSTALL_DIRS
644 ALL_PROGRAM_INSTALL_DIRS
645 ALL_PROGRAM_DIRS
646 ALL_TEST_DIRS
647 ALL_IMPLIB_DIRS
648 ALL_DLL_DIRS
649 ALL_TOP_DIRS
650 ALL_MAKEFILE_DEPENDS
651 ALL_MAKEFILES
652 ALL_MAKERULES
653 DEPENDENCIES
654 LDAPLIBS
655 LIBPOLL
656 LIBDL
657 EXTRA_BINARIES
658 MAIN_BINARY
659 SOCKETLIBS
660 CRTLIBS
661 LDPATH
662 BUILTINFLAG
663 EXTRACFLAGS
664 FONTCONFIGINCL
665 CUPSINCL
666 AUDIOIOLIBS
667 ALSALIBS
668 ESDLIBS
669 ESDINCL
670 ESDCONFIG
671 FREETYPEINCL
672 FREETYPELIBS
673 ft_devel
674 LCMSLIBS
675 RESOLVLIBS
676 GPHOTO2INCL
677 GPHOTO2LIBS
678 gphoto2port_devel
679 gphoto2_devel
680 SANEINCL
681 sane_devel
682 GNUTLSINCL
683 HALINCL
684 XSLTINCL
685 XML2INCL
686 XML2LIBS
687 NASLIBS
688 CROSSTEST
689 CROSSWINDRES
690 CROSSCC
691 CARBONLIB
692 COREAUDIO
693 DISKARBITRATIONLIB
694 LDEXECFLAGS
695 IOKITLIB
696 COREFOUNDATIONLIB
697 SECURITYLIB
698 MINGWAR
699 DLLWRAP
700 DLLTOOL
701 LDD
702 LDRPATH_LOCAL
703 LDRPATH_INSTALL
704 IMPLIBEXT
705 LIBEXT
706 LDDLLFLAGS
707 LDSHARED
708 DLLFLAGS
709 DLLEXT
710 OPENGL_LIBS
711 XLIB
712 LIBPTHREAD
713 PRELINK
714 ICOTOOL
715 RSVG
716 PKG_CONFIG
717 FONTFORGE
718 LINTFLAGS
719 LINT
720 INSTALL_DATA
721 INSTALL_SCRIPT
722 INSTALL_PROGRAM
723 LDCONFIG
724 EGREP
725 GREP
726 LN
727 LN_S
728 WINDRES
729 STRIP
730 RANLIB
731 ARFLAGS
732 ac_ct_AR
733 AR
734 ac_ct_NM
735 NM
736 ac_ct_LD
737 LD
738 ac_ct_AS
739 AS
740 BISON
741 FLEX
742 X_EXTRA_LIBS
743 X_LIBS
744 X_PRE_LIBS
745 X_CFLAGS
746 CPP
747 XMKMF
748 TOOLSDIR
749 WIN16_INSTALL
750 WIN16_FILES
751 TARGETFLAGS
752 CPPBIN
753 ac_ct_CXX
754 CXXFLAGS
755 CXX
756 OBJEXT
757 EXEEXT
758 ac_ct_CC
759 CPPFLAGS
760 LDFLAGS
761 CFLAGS
762 CC
763 SET_MAKE
764 host_os
765 host_vendor
766 host_cpu
767 host
768 build_os
769 build_vendor
770 build_cpu
771 build
772 MAINTAINER_MODE
773 target_alias
774 host_alias
775 build_alias
776 LIBS
777 ECHO_T
778 ECHO_N
779 ECHO_C
780 DEFS
781 mandir
782 localedir
783 libdir
784 psdir
785 pdfdir
786 dvidir
787 htmldir
788 infodir
789 docdir
790 oldincludedir
791 includedir
792 localstatedir
793 sharedstatedir
794 sysconfdir
795 datadir
796 datarootdir
797 libexecdir
798 sbindir
799 bindir
800 program_transform_name
801 prefix
802 exec_prefix
803 PACKAGE_BUGREPORT
804 PACKAGE_STRING
805 PACKAGE_VERSION
806 PACKAGE_TARNAME
807 PACKAGE_NAME
808 PATH_SEPARATOR
809 SHELL'
810 ac_subst_files='MAKE_RULES
811 MAKE_DLL_RULES
812 MAKE_IMPLIB_RULES
813 MAKE_TEST_RULES
814 MAKE_PROG_RULES'
815 ac_user_opts='
816 enable_option_checking
817 enable_win16
818 enable_win64
819 enable_tests
820 enable_maintainer_mode
821 with_alsa
822 with_audioio
823 with_capi
824 with_cms
825 with_coreaudio
826 with_cups
827 with_curses
828 with_esd
829 with_fontconfig
830 with_freetype
831 with_gphoto
832 with_glu
833 with_gnutls
834 with_hal
835 with_jack
836 with_jpeg
837 with_ldap
838 with_nas
839 with_opengl
840 with_openssl
841 with_oss
842 with_png
843 with_sane
844 with_xcomposite
845 with_xcursor
846 with_xinerama
847 with_xinput
848 with_xml
849 with_xrandr
850 with_xrender
851 with_xshape
852 with_xshm
853 with_xslt
854 with_xxf86vm
855 with_wine_tools
856 with_x
857 '
858       ac_precious_vars='build_alias
859 host_alias
860 target_alias
861 CC
862 CFLAGS
863 LDFLAGS
864 LIBS
865 CPPFLAGS
866 CXX
867 CXXFLAGS
868 CCC
869 XMKMF
870 CPP'
871
872
873 # Initialize some variables set by options.
874 ac_init_help=
875 ac_init_version=false
876 ac_unrecognized_opts=
877 ac_unrecognized_sep=
878 # The variables have the same names as the options, with
879 # dashes changed to underlines.
880 cache_file=/dev/null
881 exec_prefix=NONE
882 no_create=
883 no_recursion=
884 prefix=NONE
885 program_prefix=NONE
886 program_suffix=NONE
887 program_transform_name=s,x,x,
888 silent=
889 site=
890 srcdir=
891 verbose=
892 x_includes=NONE
893 x_libraries=NONE
894
895 # Installation directory options.
896 # These are left unexpanded so users can "make install exec_prefix=/foo"
897 # and all the variables that are supposed to be based on exec_prefix
898 # by default will actually change.
899 # Use braces instead of parens because sh, perl, etc. also accept them.
900 # (The list follows the same order as the GNU Coding Standards.)
901 bindir='${exec_prefix}/bin'
902 sbindir='${exec_prefix}/sbin'
903 libexecdir='${exec_prefix}/libexec'
904 datarootdir='${prefix}/share'
905 datadir='${datarootdir}'
906 sysconfdir='${prefix}/etc'
907 sharedstatedir='${prefix}/com'
908 localstatedir='${prefix}/var'
909 includedir='${prefix}/include'
910 oldincludedir='/usr/include'
911 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
912 infodir='${datarootdir}/info'
913 htmldir='${docdir}'
914 dvidir='${docdir}'
915 pdfdir='${docdir}'
916 psdir='${docdir}'
917 libdir='${exec_prefix}/lib'
918 localedir='${datarootdir}/locale'
919 mandir='${datarootdir}/man'
920
921 ac_prev=
922 ac_dashdash=
923 for ac_option
924 do
925   # If the previous option needs an argument, assign it.
926   if test -n "$ac_prev"; then
927     eval $ac_prev=\$ac_option
928     ac_prev=
929     continue
930   fi
931
932   case $ac_option in
933   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
934   *)    ac_optarg=yes ;;
935   esac
936
937   # Accept the important Cygnus configure options, so we can diagnose typos.
938
939   case $ac_dashdash$ac_option in
940   --)
941     ac_dashdash=yes ;;
942
943   -bindir | --bindir | --bindi | --bind | --bin | --bi)
944     ac_prev=bindir ;;
945   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
946     bindir=$ac_optarg ;;
947
948   -build | --build | --buil | --bui | --bu)
949     ac_prev=build_alias ;;
950   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
951     build_alias=$ac_optarg ;;
952
953   -cache-file | --cache-file | --cache-fil | --cache-fi \
954   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
955     ac_prev=cache_file ;;
956   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
957   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
958     cache_file=$ac_optarg ;;
959
960   --config-cache | -C)
961     cache_file=config.cache ;;
962
963   -datadir | --datadir | --datadi | --datad)
964     ac_prev=datadir ;;
965   -datadir=* | --datadir=* | --datadi=* | --datad=*)
966     datadir=$ac_optarg ;;
967
968   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
969   | --dataroo | --dataro | --datar)
970     ac_prev=datarootdir ;;
971   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
972   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
973     datarootdir=$ac_optarg ;;
974
975   -disable-* | --disable-*)
976     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
977     # Reject names that are not valid shell variable names.
978     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
979       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
980    { (exit 1); exit 1; }; }
981     ac_useropt_orig=$ac_useropt
982     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
983     case $ac_user_opts in
984       *"
985 "enable_$ac_useropt"
986 "*) ;;
987       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
988          ac_unrecognized_sep=', ';;
989     esac
990     eval enable_$ac_useropt=no ;;
991
992   -docdir | --docdir | --docdi | --doc | --do)
993     ac_prev=docdir ;;
994   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
995     docdir=$ac_optarg ;;
996
997   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
998     ac_prev=dvidir ;;
999   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1000     dvidir=$ac_optarg ;;
1001
1002   -enable-* | --enable-*)
1003     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1004     # Reject names that are not valid shell variable names.
1005     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1006       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1007    { (exit 1); exit 1; }; }
1008     ac_useropt_orig=$ac_useropt
1009     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1010     case $ac_user_opts in
1011       *"
1012 "enable_$ac_useropt"
1013 "*) ;;
1014       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1015          ac_unrecognized_sep=', ';;
1016     esac
1017     eval enable_$ac_useropt=\$ac_optarg ;;
1018
1019   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1020   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1021   | --exec | --exe | --ex)
1022     ac_prev=exec_prefix ;;
1023   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1024   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1025   | --exec=* | --exe=* | --ex=*)
1026     exec_prefix=$ac_optarg ;;
1027
1028   -gas | --gas | --ga | --g)
1029     # Obsolete; use --with-gas.
1030     with_gas=yes ;;
1031
1032   -help | --help | --hel | --he | -h)
1033     ac_init_help=long ;;
1034   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1035     ac_init_help=recursive ;;
1036   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1037     ac_init_help=short ;;
1038
1039   -host | --host | --hos | --ho)
1040     ac_prev=host_alias ;;
1041   -host=* | --host=* | --hos=* | --ho=*)
1042     host_alias=$ac_optarg ;;
1043
1044   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1045     ac_prev=htmldir ;;
1046   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1047   | --ht=*)
1048     htmldir=$ac_optarg ;;
1049
1050   -includedir | --includedir | --includedi | --included | --include \
1051   | --includ | --inclu | --incl | --inc)
1052     ac_prev=includedir ;;
1053   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1054   | --includ=* | --inclu=* | --incl=* | --inc=*)
1055     includedir=$ac_optarg ;;
1056
1057   -infodir | --infodir | --infodi | --infod | --info | --inf)
1058     ac_prev=infodir ;;
1059   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1060     infodir=$ac_optarg ;;
1061
1062   -libdir | --libdir | --libdi | --libd)
1063     ac_prev=libdir ;;
1064   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1065     libdir=$ac_optarg ;;
1066
1067   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1068   | --libexe | --libex | --libe)
1069     ac_prev=libexecdir ;;
1070   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1071   | --libexe=* | --libex=* | --libe=*)
1072     libexecdir=$ac_optarg ;;
1073
1074   -localedir | --localedir | --localedi | --localed | --locale)
1075     ac_prev=localedir ;;
1076   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1077     localedir=$ac_optarg ;;
1078
1079   -localstatedir | --localstatedir | --localstatedi | --localstated \
1080   | --localstate | --localstat | --localsta | --localst | --locals)
1081     ac_prev=localstatedir ;;
1082   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1083   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1084     localstatedir=$ac_optarg ;;
1085
1086   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1087     ac_prev=mandir ;;
1088   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1089     mandir=$ac_optarg ;;
1090
1091   -nfp | --nfp | --nf)
1092     # Obsolete; use --without-fp.
1093     with_fp=no ;;
1094
1095   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1096   | --no-cr | --no-c | -n)
1097     no_create=yes ;;
1098
1099   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1100   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1101     no_recursion=yes ;;
1102
1103   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1104   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1105   | --oldin | --oldi | --old | --ol | --o)
1106     ac_prev=oldincludedir ;;
1107   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1108   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1109   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1110     oldincludedir=$ac_optarg ;;
1111
1112   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1113     ac_prev=prefix ;;
1114   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1115     prefix=$ac_optarg ;;
1116
1117   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1118   | --program-pre | --program-pr | --program-p)
1119     ac_prev=program_prefix ;;
1120   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1121   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1122     program_prefix=$ac_optarg ;;
1123
1124   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1125   | --program-suf | --program-su | --program-s)
1126     ac_prev=program_suffix ;;
1127   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1128   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1129     program_suffix=$ac_optarg ;;
1130
1131   -program-transform-name | --program-transform-name \
1132   | --program-transform-nam | --program-transform-na \
1133   | --program-transform-n | --program-transform- \
1134   | --program-transform | --program-transfor \
1135   | --program-transfo | --program-transf \
1136   | --program-trans | --program-tran \
1137   | --progr-tra | --program-tr | --program-t)
1138     ac_prev=program_transform_name ;;
1139   -program-transform-name=* | --program-transform-name=* \
1140   | --program-transform-nam=* | --program-transform-na=* \
1141   | --program-transform-n=* | --program-transform-=* \
1142   | --program-transform=* | --program-transfor=* \
1143   | --program-transfo=* | --program-transf=* \
1144   | --program-trans=* | --program-tran=* \
1145   | --progr-tra=* | --program-tr=* | --program-t=*)
1146     program_transform_name=$ac_optarg ;;
1147
1148   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1149     ac_prev=pdfdir ;;
1150   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1151     pdfdir=$ac_optarg ;;
1152
1153   -psdir | --psdir | --psdi | --psd | --ps)
1154     ac_prev=psdir ;;
1155   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1156     psdir=$ac_optarg ;;
1157
1158   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1159   | -silent | --silent | --silen | --sile | --sil)
1160     silent=yes ;;
1161
1162   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1163     ac_prev=sbindir ;;
1164   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1165   | --sbi=* | --sb=*)
1166     sbindir=$ac_optarg ;;
1167
1168   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1169   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1170   | --sharedst | --shareds | --shared | --share | --shar \
1171   | --sha | --sh)
1172     ac_prev=sharedstatedir ;;
1173   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1174   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1175   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1176   | --sha=* | --sh=*)
1177     sharedstatedir=$ac_optarg ;;
1178
1179   -site | --site | --sit)
1180     ac_prev=site ;;
1181   -site=* | --site=* | --sit=*)
1182     site=$ac_optarg ;;
1183
1184   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1185     ac_prev=srcdir ;;
1186   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1187     srcdir=$ac_optarg ;;
1188
1189   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1190   | --syscon | --sysco | --sysc | --sys | --sy)
1191     ac_prev=sysconfdir ;;
1192   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1193   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1194     sysconfdir=$ac_optarg ;;
1195
1196   -target | --target | --targe | --targ | --tar | --ta | --t)
1197     ac_prev=target_alias ;;
1198   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1199     target_alias=$ac_optarg ;;
1200
1201   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1202     verbose=yes ;;
1203
1204   -version | --version | --versio | --versi | --vers | -V)
1205     ac_init_version=: ;;
1206
1207   -with-* | --with-*)
1208     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1209     # Reject names that are not valid shell variable names.
1210     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1211       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1212    { (exit 1); exit 1; }; }
1213     ac_useropt_orig=$ac_useropt
1214     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1215     case $ac_user_opts in
1216       *"
1217 "with_$ac_useropt"
1218 "*) ;;
1219       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1220          ac_unrecognized_sep=', ';;
1221     esac
1222     eval with_$ac_useropt=\$ac_optarg ;;
1223
1224   -without-* | --without-*)
1225     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1226     # Reject names that are not valid shell variable names.
1227     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1228       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1229    { (exit 1); exit 1; }; }
1230     ac_useropt_orig=$ac_useropt
1231     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1232     case $ac_user_opts in
1233       *"
1234 "with_$ac_useropt"
1235 "*) ;;
1236       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1237          ac_unrecognized_sep=', ';;
1238     esac
1239     eval with_$ac_useropt=no ;;
1240
1241   --x)
1242     # Obsolete; use --with-x.
1243     with_x=yes ;;
1244
1245   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1246   | --x-incl | --x-inc | --x-in | --x-i)
1247     ac_prev=x_includes ;;
1248   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1249   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1250     x_includes=$ac_optarg ;;
1251
1252   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1253   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1254     ac_prev=x_libraries ;;
1255   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1256   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1257     x_libraries=$ac_optarg ;;
1258
1259   -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1260 Try \`$0 --help' for more information." >&2
1261    { (exit 1); exit 1; }; }
1262     ;;
1263
1264   *=*)
1265     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1266     # Reject names that are not valid shell variable names.
1267     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1268       { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1269    { (exit 1); exit 1; }; }
1270     eval $ac_envvar=\$ac_optarg
1271     export $ac_envvar ;;
1272
1273   *)
1274     # FIXME: should be removed in autoconf 3.0.
1275     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1276     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1277       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1278     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1279     ;;
1280
1281   esac
1282 done
1283
1284 if test -n "$ac_prev"; then
1285   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1286   { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1287    { (exit 1); exit 1; }; }
1288 fi
1289
1290 if test -n "$ac_unrecognized_opts"; then
1291   case $enable_option_checking in
1292     no) ;;
1293     fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1294    { (exit 1); exit 1; }; } ;;
1295     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1296   esac
1297 fi
1298
1299 # Check all directory arguments for consistency.
1300 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1301                 datadir sysconfdir sharedstatedir localstatedir includedir \
1302                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1303                 libdir localedir mandir
1304 do
1305   eval ac_val=\$$ac_var
1306   # Remove trailing slashes.
1307   case $ac_val in
1308     */ )
1309       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1310       eval $ac_var=\$ac_val;;
1311   esac
1312   # Be sure to have absolute directory names.
1313   case $ac_val in
1314     [\\/$]* | ?:[\\/]* )  continue;;
1315     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1316   esac
1317   { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1318    { (exit 1); exit 1; }; }
1319 done
1320
1321 # There might be people who depend on the old broken behavior: `$host'
1322 # used to hold the argument of --host etc.
1323 # FIXME: To remove some day.
1324 build=$build_alias
1325 host=$host_alias
1326 target=$target_alias
1327
1328 # FIXME: To remove some day.
1329 if test "x$host_alias" != x; then
1330   if test "x$build_alias" = x; then
1331     cross_compiling=maybe
1332     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1333     If a cross compiler is detected then cross compile mode will be used." >&2
1334   elif test "x$build_alias" != "x$host_alias"; then
1335     cross_compiling=yes
1336   fi
1337 fi
1338
1339 ac_tool_prefix=
1340 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1341
1342 test "$silent" = yes && exec 6>/dev/null
1343
1344
1345 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1346 ac_ls_di=`ls -di .` &&
1347 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1348   { $as_echo "$as_me: error: working directory cannot be determined" >&2
1349    { (exit 1); exit 1; }; }
1350 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1351   { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1352    { (exit 1); exit 1; }; }
1353
1354
1355 # Find the source files, if location was not specified.
1356 if test -z "$srcdir"; then
1357   ac_srcdir_defaulted=yes
1358   # Try the directory containing this script, then the parent directory.
1359   ac_confdir=`$as_dirname -- "$as_myself" ||
1360 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1361          X"$as_myself" : 'X\(//\)[^/]' \| \
1362          X"$as_myself" : 'X\(//\)$' \| \
1363          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1364 $as_echo X"$as_myself" |
1365     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1366             s//\1/
1367             q
1368           }
1369           /^X\(\/\/\)[^/].*/{
1370             s//\1/
1371             q
1372           }
1373           /^X\(\/\/\)$/{
1374             s//\1/
1375             q
1376           }
1377           /^X\(\/\).*/{
1378             s//\1/
1379             q
1380           }
1381           s/.*/./; q'`
1382   srcdir=$ac_confdir
1383   if test ! -r "$srcdir/$ac_unique_file"; then
1384     srcdir=..
1385   fi
1386 else
1387   ac_srcdir_defaulted=no
1388 fi
1389 if test ! -r "$srcdir/$ac_unique_file"; then
1390   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1391   { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1392    { (exit 1); exit 1; }; }
1393 fi
1394 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1395 ac_abs_confdir=`(
1396         cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1397    { (exit 1); exit 1; }; }
1398         pwd)`
1399 # When building in place, set srcdir=.
1400 if test "$ac_abs_confdir" = "$ac_pwd"; then
1401   srcdir=.
1402 fi
1403 # Remove unnecessary trailing slashes from srcdir.
1404 # Double slashes in file names in object file debugging info
1405 # mess up M-x gdb in Emacs.
1406 case $srcdir in
1407 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1408 esac
1409 for ac_var in $ac_precious_vars; do
1410   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1411   eval ac_env_${ac_var}_value=\$${ac_var}
1412   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1413   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1414 done
1415
1416 #
1417 # Report the --help message.
1418 #
1419 if test "$ac_init_help" = "long"; then
1420   # Omit some internal or obsolete options to make the list less imposing.
1421   # This message is too long to be a string in the A/UX 3.1 sh.
1422   cat <<_ACEOF
1423 \`configure' configures Wine 1.1.14 to adapt to many kinds of systems.
1424
1425 Usage: $0 [OPTION]... [VAR=VALUE]...
1426
1427 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1428 VAR=VALUE.  See below for descriptions of some of the useful variables.
1429
1430 Defaults for the options are specified in brackets.
1431
1432 Configuration:
1433   -h, --help              display this help and exit
1434       --help=short        display options specific to this package
1435       --help=recursive    display the short help of all the included packages
1436   -V, --version           display version information and exit
1437   -q, --quiet, --silent   do not print \`checking...' messages
1438       --cache-file=FILE   cache test results in FILE [disabled]
1439   -C, --config-cache      alias for \`--cache-file=config.cache'
1440   -n, --no-create         do not create output files
1441       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1442
1443 Installation directories:
1444   --prefix=PREFIX         install architecture-independent files in PREFIX
1445                           [$ac_default_prefix]
1446   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1447                           [PREFIX]
1448
1449 By default, \`make install' will install all the files in
1450 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1451 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1452 for instance \`--prefix=\$HOME'.
1453
1454 For better control, use the options below.
1455
1456 Fine tuning of the installation directories:
1457   --bindir=DIR            user executables [EPREFIX/bin]
1458   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1459   --libexecdir=DIR        program executables [EPREFIX/libexec]
1460   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1461   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1462   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1463   --libdir=DIR            object code libraries [EPREFIX/lib]
1464   --includedir=DIR        C header files [PREFIX/include]
1465   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1466   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1467   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1468   --infodir=DIR           info documentation [DATAROOTDIR/info]
1469   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1470   --mandir=DIR            man documentation [DATAROOTDIR/man]
1471   --docdir=DIR            documentation root [DATAROOTDIR/doc/wine]
1472   --htmldir=DIR           html documentation [DOCDIR]
1473   --dvidir=DIR            dvi documentation [DOCDIR]
1474   --pdfdir=DIR            pdf documentation [DOCDIR]
1475   --psdir=DIR             ps documentation [DOCDIR]
1476 _ACEOF
1477
1478   cat <<\_ACEOF
1479
1480 X features:
1481   --x-includes=DIR    X include files are in DIR
1482   --x-libraries=DIR   X library files are in DIR
1483
1484 System types:
1485   --build=BUILD     configure for building on BUILD [guessed]
1486   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1487 _ACEOF
1488 fi
1489
1490 if test -n "$ac_init_help"; then
1491   case $ac_init_help in
1492      short | recursive ) echo "Configuration of Wine 1.1.14:";;
1493    esac
1494   cat <<\_ACEOF
1495
1496 Optional Features:
1497   --disable-option-checking  ignore unrecognized --enable/--with options
1498   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1499   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1500   --disable-win16         do not include Win16 support
1501   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
1502                           binaries)
1503   --disable-tests         do not build the regression tests
1504   --enable-maintainer-mode
1505                           enable maintainer-specific build rules
1506
1507 Optional Packages:
1508   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1509   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1510   --without-alsa          do not use the Alsa sound support
1511   --without-audioio       do not use the AudioIO sound support
1512   --without-capi          do not use CAPI (ISDN support)
1513   --without-cms           do not use CMS (color management support)
1514   --without-coreaudio     do not use the CoreAudio sound support
1515   --without-cups          do not use CUPS
1516   --without-curses        do not use (n)curses
1517   --without-esd           do not use the EsounD sound support
1518   --without-fontconfig    do not use fontconfig
1519   --without-freetype      do not use the FreeType library
1520   --without-gphoto        do not use gphoto (Digital Camera support)
1521   --without-glu           do not use the GLU library
1522   --without-gnutls        do not use GnuTLS (schannel support)
1523   --without-hal           do not use HAL (dynamic device support)
1524   --without-jack          do not use the Jack sound support
1525   --without-jpeg          do not use JPEG
1526   --without-ldap          do not use LDAP
1527   --without-nas           do not use the NAS sound support
1528   --without-opengl        do not use OpenGL
1529   --without-openssl       do not use OpenSSL
1530   --without-oss           do not use the OSS sound support
1531   --without-png           do not use PNG
1532   --without-sane          do not use SANE (scanner support)
1533   --without-xcomposite    do not use the Xcomposite extension
1534   --without-xcursor       do not use the Xcursor extension
1535   --without-xinerama      do not use Xinerama (multi-monitor support)
1536   --without-xinput        do not use the Xinput extension
1537   --without-xml           do not use XML
1538   --without-xrandr        do not use Xrandr (resolution changes)
1539   --without-xrender       do not use the Xrender extension
1540   --without-xshape        do not use the Xshape extension
1541   --without-xshm          do not use XShm (shared memory extension)
1542   --without-xslt          do not use XSLT
1543   --without-xxf86vm       do not use XFree video mode extension
1544   --with-wine-tools=DIR   use Wine tools from directory DIR
1545   --with-x                use the X Window System
1546
1547 Some influential environment variables:
1548   CC          C compiler command
1549   CFLAGS      C compiler flags
1550   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1551               nonstandard directory <lib dir>
1552   LIBS        libraries to pass to the linker, e.g. -l<library>
1553   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1554               you have headers in a nonstandard directory <include dir>
1555   CXX         C++ compiler command
1556   CXXFLAGS    C++ compiler flags
1557   XMKMF       Path to xmkmf, Makefile generator for X Window System
1558   CPP         C preprocessor
1559
1560 Use these variables to override the choices made by `configure' or to help
1561 it to find libraries and programs with nonstandard names/locations.
1562
1563 Report bugs to <wine-devel@winehq.org>.
1564 _ACEOF
1565 ac_status=$?
1566 fi
1567
1568 if test "$ac_init_help" = "recursive"; then
1569   # If there are subdirs, report their specific --help.
1570   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1571     test -d "$ac_dir" ||
1572       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1573       continue
1574     ac_builddir=.
1575
1576 case "$ac_dir" in
1577 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1578 *)
1579   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1580   # A ".." for each directory in $ac_dir_suffix.
1581   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1582   case $ac_top_builddir_sub in
1583   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1584   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1585   esac ;;
1586 esac
1587 ac_abs_top_builddir=$ac_pwd
1588 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1589 # for backward compatibility:
1590 ac_top_builddir=$ac_top_build_prefix
1591
1592 case $srcdir in
1593   .)  # We are building in place.
1594     ac_srcdir=.
1595     ac_top_srcdir=$ac_top_builddir_sub
1596     ac_abs_top_srcdir=$ac_pwd ;;
1597   [\\/]* | ?:[\\/]* )  # Absolute name.
1598     ac_srcdir=$srcdir$ac_dir_suffix;
1599     ac_top_srcdir=$srcdir
1600     ac_abs_top_srcdir=$srcdir ;;
1601   *) # Relative name.
1602     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1603     ac_top_srcdir=$ac_top_build_prefix$srcdir
1604     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1605 esac
1606 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1607
1608     cd "$ac_dir" || { ac_status=$?; continue; }
1609     # Check for guested configure.
1610     if test -f "$ac_srcdir/configure.gnu"; then
1611       echo &&
1612       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1613     elif test -f "$ac_srcdir/configure"; then
1614       echo &&
1615       $SHELL "$ac_srcdir/configure" --help=recursive
1616     else
1617       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1618     fi || ac_status=$?
1619     cd "$ac_pwd" || { ac_status=$?; break; }
1620   done
1621 fi
1622
1623 test -n "$ac_init_help" && exit $ac_status
1624 if $ac_init_version; then
1625   cat <<\_ACEOF
1626 Wine configure 1.1.14
1627 generated by GNU Autoconf 2.63
1628
1629 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1630 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1631 This configure script is free software; the Free Software Foundation
1632 gives unlimited permission to copy, distribute and modify it.
1633 _ACEOF
1634   exit
1635 fi
1636 cat >config.log <<_ACEOF
1637 This file contains any messages produced by compilers while
1638 running configure, to aid debugging if configure makes a mistake.
1639
1640 It was created by Wine $as_me 1.1.14, which was
1641 generated by GNU Autoconf 2.63.  Invocation command line was
1642
1643   $ $0 $@
1644
1645 _ACEOF
1646 exec 5>>config.log
1647 {
1648 cat <<_ASUNAME
1649 ## --------- ##
1650 ## Platform. ##
1651 ## --------- ##
1652
1653 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1654 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1655 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1656 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1657 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1658
1659 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1660 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1661
1662 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1663 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1664 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1665 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1666 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1667 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1668 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1669
1670 _ASUNAME
1671
1672 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1673 for as_dir in $PATH
1674 do
1675   IFS=$as_save_IFS
1676   test -z "$as_dir" && as_dir=.
1677   $as_echo "PATH: $as_dir"
1678 done
1679 IFS=$as_save_IFS
1680
1681 } >&5
1682
1683 cat >&5 <<_ACEOF
1684
1685
1686 ## ----------- ##
1687 ## Core tests. ##
1688 ## ----------- ##
1689
1690 _ACEOF
1691
1692
1693 # Keep a trace of the command line.
1694 # Strip out --no-create and --no-recursion so they do not pile up.
1695 # Strip out --silent because we don't want to record it for future runs.
1696 # Also quote any args containing shell meta-characters.
1697 # Make two passes to allow for proper duplicate-argument suppression.
1698 ac_configure_args=
1699 ac_configure_args0=
1700 ac_configure_args1=
1701 ac_must_keep_next=false
1702 for ac_pass in 1 2
1703 do
1704   for ac_arg
1705   do
1706     case $ac_arg in
1707     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1708     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1709     | -silent | --silent | --silen | --sile | --sil)
1710       continue ;;
1711     *\'*)
1712       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1713     esac
1714     case $ac_pass in
1715     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1716     2)
1717       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1718       if test $ac_must_keep_next = true; then
1719         ac_must_keep_next=false # Got value, back to normal.
1720       else
1721         case $ac_arg in
1722           *=* | --config-cache | -C | -disable-* | --disable-* \
1723           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1724           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1725           | -with-* | --with-* | -without-* | --without-* | --x)
1726             case "$ac_configure_args0 " in
1727               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1728             esac
1729             ;;
1730           -* ) ac_must_keep_next=true ;;
1731         esac
1732       fi
1733       ac_configure_args="$ac_configure_args '$ac_arg'"
1734       ;;
1735     esac
1736   done
1737 done
1738 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1739 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1740
1741 # When interrupted or exit'd, cleanup temporary files, and complete
1742 # config.log.  We remove comments because anyway the quotes in there
1743 # would cause problems or look ugly.
1744 # WARNING: Use '\'' to represent an apostrophe within the trap.
1745 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1746 trap 'exit_status=$?
1747   # Save into config.log some information that might help in debugging.
1748   {
1749     echo
1750
1751     cat <<\_ASBOX
1752 ## ---------------- ##
1753 ## Cache variables. ##
1754 ## ---------------- ##
1755 _ASBOX
1756     echo
1757     # The following way of writing the cache mishandles newlines in values,
1758 (
1759   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1760     eval ac_val=\$$ac_var
1761     case $ac_val in #(
1762     *${as_nl}*)
1763       case $ac_var in #(
1764       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1765 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1766       esac
1767       case $ac_var in #(
1768       _ | IFS | as_nl) ;; #(
1769       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1770       *) $as_unset $ac_var ;;
1771       esac ;;
1772     esac
1773   done
1774   (set) 2>&1 |
1775     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1776     *${as_nl}ac_space=\ *)
1777       sed -n \
1778         "s/'\''/'\''\\\\'\'''\''/g;
1779           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1780       ;; #(
1781     *)
1782       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1783       ;;
1784     esac |
1785     sort
1786 )
1787     echo
1788
1789     cat <<\_ASBOX
1790 ## ----------------- ##
1791 ## Output variables. ##
1792 ## ----------------- ##
1793 _ASBOX
1794     echo
1795     for ac_var in $ac_subst_vars
1796     do
1797       eval ac_val=\$$ac_var
1798       case $ac_val in
1799       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1800       esac
1801       $as_echo "$ac_var='\''$ac_val'\''"
1802     done | sort
1803     echo
1804
1805     if test -n "$ac_subst_files"; then
1806       cat <<\_ASBOX
1807 ## ------------------- ##
1808 ## File substitutions. ##
1809 ## ------------------- ##
1810 _ASBOX
1811       echo
1812       for ac_var in $ac_subst_files
1813       do
1814         eval ac_val=\$$ac_var
1815         case $ac_val in
1816         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1817         esac
1818         $as_echo "$ac_var='\''$ac_val'\''"
1819       done | sort
1820       echo
1821     fi
1822
1823     if test -s confdefs.h; then
1824       cat <<\_ASBOX
1825 ## ----------- ##
1826 ## confdefs.h. ##
1827 ## ----------- ##
1828 _ASBOX
1829       echo
1830       cat confdefs.h
1831       echo
1832     fi
1833     test "$ac_signal" != 0 &&
1834       $as_echo "$as_me: caught signal $ac_signal"
1835     $as_echo "$as_me: exit $exit_status"
1836   } >&5
1837   rm -f core *.core core.conftest.* &&
1838     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1839     exit $exit_status
1840 ' 0
1841 for ac_signal in 1 2 13 15; do
1842   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1843 done
1844 ac_signal=0
1845
1846 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1847 rm -f -r conftest* confdefs.h
1848
1849 # Predefined preprocessor variables.
1850
1851 cat >>confdefs.h <<_ACEOF
1852 #define PACKAGE_NAME "$PACKAGE_NAME"
1853 _ACEOF
1854
1855
1856 cat >>confdefs.h <<_ACEOF
1857 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1858 _ACEOF
1859
1860
1861 cat >>confdefs.h <<_ACEOF
1862 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1863 _ACEOF
1864
1865
1866 cat >>confdefs.h <<_ACEOF
1867 #define PACKAGE_STRING "$PACKAGE_STRING"
1868 _ACEOF
1869
1870
1871 cat >>confdefs.h <<_ACEOF
1872 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1873 _ACEOF
1874
1875
1876 # Let the site file select an alternate cache file if it wants to.
1877 # Prefer an explicitly selected file to automatically selected ones.
1878 ac_site_file1=NONE
1879 ac_site_file2=NONE
1880 if test -n "$CONFIG_SITE"; then
1881   ac_site_file1=$CONFIG_SITE
1882 elif test "x$prefix" != xNONE; then
1883   ac_site_file1=$prefix/share/config.site
1884   ac_site_file2=$prefix/etc/config.site
1885 else
1886   ac_site_file1=$ac_default_prefix/share/config.site
1887   ac_site_file2=$ac_default_prefix/etc/config.site
1888 fi
1889 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1890 do
1891   test "x$ac_site_file" = xNONE && continue
1892   if test -r "$ac_site_file"; then
1893     { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1894 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1895     sed 's/^/| /' "$ac_site_file" >&5
1896     . "$ac_site_file"
1897   fi
1898 done
1899
1900 if test -r "$cache_file"; then
1901   # Some versions of bash will fail to source /dev/null (special
1902   # files actually), so we avoid doing that.
1903   if test -f "$cache_file"; then
1904     { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1905 $as_echo "$as_me: loading cache $cache_file" >&6;}
1906     case $cache_file in
1907       [\\/]* | ?:[\\/]* ) . "$cache_file";;
1908       *)                      . "./$cache_file";;
1909     esac
1910   fi
1911 else
1912   { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1913 $as_echo "$as_me: creating cache $cache_file" >&6;}
1914   >$cache_file
1915 fi
1916
1917 # Check that the precious variables saved in the cache have kept the same
1918 # value.
1919 ac_cache_corrupted=false
1920 for ac_var in $ac_precious_vars; do
1921   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1922   eval ac_new_set=\$ac_env_${ac_var}_set
1923   eval ac_old_val=\$ac_cv_env_${ac_var}_value
1924   eval ac_new_val=\$ac_env_${ac_var}_value
1925   case $ac_old_set,$ac_new_set in
1926     set,)
1927       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1928 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1929       ac_cache_corrupted=: ;;
1930     ,set)
1931       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1932 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1933       ac_cache_corrupted=: ;;
1934     ,);;
1935     *)
1936       if test "x$ac_old_val" != "x$ac_new_val"; then
1937         # differences in whitespace do not lead to failure.
1938         ac_old_val_w=`echo x $ac_old_val`
1939         ac_new_val_w=`echo x $ac_new_val`
1940         if test "$ac_old_val_w" != "$ac_new_val_w"; then
1941           { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1942 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1943           ac_cache_corrupted=:
1944         else
1945           { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1946 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1947           eval $ac_var=\$ac_old_val
1948         fi
1949         { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
1950 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1951         { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
1952 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1953       fi;;
1954   esac
1955   # Pass precious variables to config.status.
1956   if test "$ac_new_set" = set; then
1957     case $ac_new_val in
1958     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1959     *) ac_arg=$ac_var=$ac_new_val ;;
1960     esac
1961     case " $ac_configure_args " in
1962       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1963       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1964     esac
1965   fi
1966 done
1967 if $ac_cache_corrupted; then
1968   { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1969 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1970   { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1971 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1972   { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1973 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1974    { (exit 1); exit 1; }; }
1975 fi
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001 ac_ext=c
2002 ac_cpp='$CPP $CPPFLAGS'
2003 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2004 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2005 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2006
2007
2008
2009 ac_config_headers="$ac_config_headers include/config.h"
2010
2011 ac_aux_dir=
2012 for ac_dir in tools "$srcdir"/tools; do
2013   if test -f "$ac_dir/install-sh"; then
2014     ac_aux_dir=$ac_dir
2015     ac_install_sh="$ac_aux_dir/install-sh -c"
2016     break
2017   elif test -f "$ac_dir/install.sh"; then
2018     ac_aux_dir=$ac_dir
2019     ac_install_sh="$ac_aux_dir/install.sh -c"
2020     break
2021   elif test -f "$ac_dir/shtool"; then
2022     ac_aux_dir=$ac_dir
2023     ac_install_sh="$ac_aux_dir/shtool install -c"
2024     break
2025   fi
2026 done
2027 if test -z "$ac_aux_dir"; then
2028   { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2029 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2030    { (exit 1); exit 1; }; }
2031 fi
2032
2033 # These three variables are undocumented and unsupported,
2034 # and are intended to be withdrawn in a future Autoconf release.
2035 # They can cause serious problems if a builder's source tree is in a directory
2036 # whose full name contains unusual characters.
2037 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2038 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2039 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2040
2041
2042
2043
2044 # Check whether --enable-win16 was given.
2045 if test "${enable_win16+set}" = set; then
2046   enableval=$enable_win16;
2047 fi
2048
2049 # Check whether --enable-win64 was given.
2050 if test "${enable_win64+set}" = set; then
2051   enableval=$enable_win64;
2052 fi
2053
2054 # Check whether --enable-tests was given.
2055 if test "${enable_tests+set}" = set; then
2056   enableval=$enable_tests;
2057 fi
2058
2059 # Check whether --enable-maintainer-mode was given.
2060 if test "${enable_maintainer_mode+set}" = set; then
2061   enableval=$enable_maintainer_mode;
2062 else
2063   MAINTAINER_MODE=\#
2064
2065 fi
2066
2067
2068
2069 # Check whether --with-alsa was given.
2070 if test "${with_alsa+set}" = set; then
2071   withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2072 fi
2073
2074
2075 # Check whether --with-audioio was given.
2076 if test "${with_audioio+set}" = set; then
2077   withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2078 fi
2079
2080
2081 # Check whether --with-capi was given.
2082 if test "${with_capi+set}" = set; then
2083   withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2084 fi
2085
2086
2087 # Check whether --with-cms was given.
2088 if test "${with_cms+set}" = set; then
2089   withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2090 fi
2091
2092
2093 # Check whether --with-coreaudio was given.
2094 if test "${with_coreaudio+set}" = set; then
2095   withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2096 fi
2097
2098
2099 # Check whether --with-cups was given.
2100 if test "${with_cups+set}" = set; then
2101   withval=$with_cups;
2102 fi
2103
2104
2105 # Check whether --with-curses was given.
2106 if test "${with_curses+set}" = set; then
2107   withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2108 fi
2109
2110
2111 # Check whether --with-esd was given.
2112 if test "${with_esd+set}" = set; then
2113   withval=$with_esd;
2114 fi
2115
2116
2117 # Check whether --with-fontconfig was given.
2118 if test "${with_fontconfig+set}" = set; then
2119   withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2120 fi
2121
2122
2123 # Check whether --with-freetype was given.
2124 if test "${with_freetype+set}" = set; then
2125   withval=$with_freetype;
2126 fi
2127
2128
2129 # Check whether --with-gphoto was given.
2130 if test "${with_gphoto+set}" = set; then
2131   withval=$with_gphoto;
2132 fi
2133
2134
2135 # Check whether --with-glu was given.
2136 if test "${with_glu+set}" = set; then
2137   withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2138 fi
2139
2140
2141 # Check whether --with-gnutls was given.
2142 if test "${with_gnutls+set}" = set; then
2143   withval=$with_gnutls;
2144 fi
2145
2146
2147 # Check whether --with-hal was given.
2148 if test "${with_hal+set}" = set; then
2149   withval=$with_hal;
2150 fi
2151
2152
2153 # Check whether --with-jack was given.
2154 if test "${with_jack+set}" = set; then
2155   withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2156 fi
2157
2158
2159 # Check whether --with-jpeg was given.
2160 if test "${with_jpeg+set}" = set; then
2161   withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2162 fi
2163
2164
2165 # Check whether --with-ldap was given.
2166 if test "${with_ldap+set}" = set; then
2167   withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2168 fi
2169
2170
2171 # Check whether --with-nas was given.
2172 if test "${with_nas+set}" = set; then
2173   withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2174 fi
2175
2176
2177 # Check whether --with-opengl was given.
2178 if test "${with_opengl+set}" = set; then
2179   withval=$with_opengl;
2180 fi
2181
2182
2183 # Check whether --with-openssl was given.
2184 if test "${with_openssl+set}" = set; then
2185   withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2186 fi
2187
2188
2189 # Check whether --with-oss was given.
2190 if test "${with_oss+set}" = set; then
2191   withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2192 fi
2193
2194
2195 # Check whether --with-png was given.
2196 if test "${with_png+set}" = set; then
2197   withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2198 fi
2199
2200
2201 # Check whether --with-sane was given.
2202 if test "${with_sane+set}" = set; then
2203   withval=$with_sane;
2204 fi
2205
2206
2207 # Check whether --with-xcomposite was given.
2208 if test "${with_xcomposite+set}" = set; then
2209   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2210 fi
2211
2212
2213 # Check whether --with-xcursor was given.
2214 if test "${with_xcursor+set}" = set; then
2215   withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2216 fi
2217
2218
2219 # Check whether --with-xinerama was given.
2220 if test "${with_xinerama+set}" = set; then
2221   withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2222 fi
2223
2224
2225 # Check whether --with-xinput was given.
2226 if test "${with_xinput+set}" = set; then
2227   withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2228 fi
2229
2230
2231 # Check whether --with-xml was given.
2232 if test "${with_xml+set}" = set; then
2233   withval=$with_xml;
2234 fi
2235
2236
2237 # Check whether --with-xrandr was given.
2238 if test "${with_xrandr+set}" = set; then
2239   withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2240 fi
2241
2242
2243 # Check whether --with-xrender was given.
2244 if test "${with_xrender+set}" = set; then
2245   withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2246 fi
2247
2248
2249 # Check whether --with-xshape was given.
2250 if test "${with_xshape+set}" = set; then
2251   withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2252 fi
2253
2254
2255 # Check whether --with-xshm was given.
2256 if test "${with_xshm+set}" = set; then
2257   withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2258 fi
2259
2260
2261 # Check whether --with-xslt was given.
2262 if test "${with_xslt+set}" = set; then
2263   withval=$with_xslt;
2264 fi
2265
2266
2267 # Check whether --with-xxf86vm was given.
2268 if test "${with_xxf86vm+set}" = set; then
2269   withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2270 fi
2271
2272
2273
2274 # Check whether --with-wine-tools was given.
2275 if test "${with_wine_tools+set}" = set; then
2276   withval=$with_wine_tools;
2277 fi
2278
2279
2280 # Make sure we can run config.sub.
2281 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2282   { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2283 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2284    { (exit 1); exit 1; }; }
2285
2286 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2287 $as_echo_n "checking build system type... " >&6; }
2288 if test "${ac_cv_build+set}" = set; then
2289   $as_echo_n "(cached) " >&6
2290 else
2291   ac_build_alias=$build_alias
2292 test "x$ac_build_alias" = x &&
2293   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2294 test "x$ac_build_alias" = x &&
2295   { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2296 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2297    { (exit 1); exit 1; }; }
2298 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2299   { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2300 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2301    { (exit 1); exit 1; }; }
2302
2303 fi
2304 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2305 $as_echo "$ac_cv_build" >&6; }
2306 case $ac_cv_build in
2307 *-*-*) ;;
2308 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2309 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2310    { (exit 1); exit 1; }; };;
2311 esac
2312 build=$ac_cv_build
2313 ac_save_IFS=$IFS; IFS='-'
2314 set x $ac_cv_build
2315 shift
2316 build_cpu=$1
2317 build_vendor=$2
2318 shift; shift
2319 # Remember, the first character of IFS is used to create $*,
2320 # except with old shells:
2321 build_os=$*
2322 IFS=$ac_save_IFS
2323 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2324
2325
2326 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2327 $as_echo_n "checking host system type... " >&6; }
2328 if test "${ac_cv_host+set}" = set; then
2329   $as_echo_n "(cached) " >&6
2330 else
2331   if test "x$host_alias" = x; then
2332   ac_cv_host=$ac_cv_build
2333 else
2334   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2335     { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2336 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2337    { (exit 1); exit 1; }; }
2338 fi
2339
2340 fi
2341 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2342 $as_echo "$ac_cv_host" >&6; }
2343 case $ac_cv_host in
2344 *-*-*) ;;
2345 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2346 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2347    { (exit 1); exit 1; }; };;
2348 esac
2349 host=$ac_cv_host
2350 ac_save_IFS=$IFS; IFS='-'
2351 set x $ac_cv_host
2352 shift
2353 host_cpu=$1
2354 host_vendor=$2
2355 shift; shift
2356 # Remember, the first character of IFS is used to create $*,
2357 # except with old shells:
2358 host_os=$*
2359 IFS=$ac_save_IFS
2360 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2361
2362
2363
2364 case "$srcdir" in
2365  .) ;;
2366  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2367       { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2368 You need to run 'make distclean' in the source tree first." >&5
2369 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2370 You need to run 'make distclean' in the source tree first." >&2;}
2371    { (exit 1); exit 1; }; }
2372     fi ;;
2373 esac
2374
2375
2376 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2377 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2378 set x ${MAKE-make}
2379 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2380 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2381   $as_echo_n "(cached) " >&6
2382 else
2383   cat >conftest.make <<\_ACEOF
2384 SHELL = /bin/sh
2385 all:
2386         @echo '@@@%%%=$(MAKE)=@@@%%%'
2387 _ACEOF
2388 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2389 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2390   *@@@%%%=?*=@@@%%%*)
2391     eval ac_cv_prog_make_${ac_make}_set=yes;;
2392   *)
2393     eval ac_cv_prog_make_${ac_make}_set=no;;
2394 esac
2395 rm -f conftest.make
2396 fi
2397 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2398   { $as_echo "$as_me:$LINENO: result: yes" >&5
2399 $as_echo "yes" >&6; }
2400   SET_MAKE=
2401 else
2402   { $as_echo "$as_me:$LINENO: result: no" >&5
2403 $as_echo "no" >&6; }
2404   SET_MAKE="MAKE=${MAKE-make}"
2405 fi
2406
2407 ac_ext=c
2408 ac_cpp='$CPP $CPPFLAGS'
2409 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2410 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2411 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2412 if test -n "$ac_tool_prefix"; then
2413   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2414 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2415 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2416 $as_echo_n "checking for $ac_word... " >&6; }
2417 if test "${ac_cv_prog_CC+set}" = set; then
2418   $as_echo_n "(cached) " >&6
2419 else
2420   if test -n "$CC"; then
2421   ac_cv_prog_CC="$CC" # Let the user override the test.
2422 else
2423 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2424 for as_dir in $PATH
2425 do
2426   IFS=$as_save_IFS
2427   test -z "$as_dir" && as_dir=.
2428   for ac_exec_ext in '' $ac_executable_extensions; do
2429   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2430     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2431     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2432     break 2
2433   fi
2434 done
2435 done
2436 IFS=$as_save_IFS
2437
2438 fi
2439 fi
2440 CC=$ac_cv_prog_CC
2441 if test -n "$CC"; then
2442   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2443 $as_echo "$CC" >&6; }
2444 else
2445   { $as_echo "$as_me:$LINENO: result: no" >&5
2446 $as_echo "no" >&6; }
2447 fi
2448
2449
2450 fi
2451 if test -z "$ac_cv_prog_CC"; then
2452   ac_ct_CC=$CC
2453   # Extract the first word of "gcc", so it can be a program name with args.
2454 set dummy gcc; ac_word=$2
2455 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2456 $as_echo_n "checking for $ac_word... " >&6; }
2457 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2458   $as_echo_n "(cached) " >&6
2459 else
2460   if test -n "$ac_ct_CC"; then
2461   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2462 else
2463 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2464 for as_dir in $PATH
2465 do
2466   IFS=$as_save_IFS
2467   test -z "$as_dir" && as_dir=.
2468   for ac_exec_ext in '' $ac_executable_extensions; do
2469   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2470     ac_cv_prog_ac_ct_CC="gcc"
2471     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2472     break 2
2473   fi
2474 done
2475 done
2476 IFS=$as_save_IFS
2477
2478 fi
2479 fi
2480 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2481 if test -n "$ac_ct_CC"; then
2482   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2483 $as_echo "$ac_ct_CC" >&6; }
2484 else
2485   { $as_echo "$as_me:$LINENO: result: no" >&5
2486 $as_echo "no" >&6; }
2487 fi
2488
2489   if test "x$ac_ct_CC" = x; then
2490     CC=""
2491   else
2492     case $cross_compiling:$ac_tool_warned in
2493 yes:)
2494 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2495 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2496 ac_tool_warned=yes ;;
2497 esac
2498     CC=$ac_ct_CC
2499   fi
2500 else
2501   CC="$ac_cv_prog_CC"
2502 fi
2503
2504 if test -z "$CC"; then
2505           if test -n "$ac_tool_prefix"; then
2506     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2507 set dummy ${ac_tool_prefix}cc; ac_word=$2
2508 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2509 $as_echo_n "checking for $ac_word... " >&6; }
2510 if test "${ac_cv_prog_CC+set}" = set; then
2511   $as_echo_n "(cached) " >&6
2512 else
2513   if test -n "$CC"; then
2514   ac_cv_prog_CC="$CC" # Let the user override the test.
2515 else
2516 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2517 for as_dir in $PATH
2518 do
2519   IFS=$as_save_IFS
2520   test -z "$as_dir" && as_dir=.
2521   for ac_exec_ext in '' $ac_executable_extensions; do
2522   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2523     ac_cv_prog_CC="${ac_tool_prefix}cc"
2524     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2525     break 2
2526   fi
2527 done
2528 done
2529 IFS=$as_save_IFS
2530
2531 fi
2532 fi
2533 CC=$ac_cv_prog_CC
2534 if test -n "$CC"; then
2535   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2536 $as_echo "$CC" >&6; }
2537 else
2538   { $as_echo "$as_me:$LINENO: result: no" >&5
2539 $as_echo "no" >&6; }
2540 fi
2541
2542
2543   fi
2544 fi
2545 if test -z "$CC"; then
2546   # Extract the first word of "cc", so it can be a program name with args.
2547 set dummy cc; ac_word=$2
2548 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2549 $as_echo_n "checking for $ac_word... " >&6; }
2550 if test "${ac_cv_prog_CC+set}" = set; then
2551   $as_echo_n "(cached) " >&6
2552 else
2553   if test -n "$CC"; then
2554   ac_cv_prog_CC="$CC" # Let the user override the test.
2555 else
2556   ac_prog_rejected=no
2557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2558 for as_dir in $PATH
2559 do
2560   IFS=$as_save_IFS
2561   test -z "$as_dir" && as_dir=.
2562   for ac_exec_ext in '' $ac_executable_extensions; do
2563   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2564     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2565        ac_prog_rejected=yes
2566        continue
2567      fi
2568     ac_cv_prog_CC="cc"
2569     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2570     break 2
2571   fi
2572 done
2573 done
2574 IFS=$as_save_IFS
2575
2576 if test $ac_prog_rejected = yes; then
2577   # We found a bogon in the path, so make sure we never use it.
2578   set dummy $ac_cv_prog_CC
2579   shift
2580   if test $# != 0; then
2581     # We chose a different compiler from the bogus one.
2582     # However, it has the same basename, so the bogon will be chosen
2583     # first if we set CC to just the basename; use the full file name.
2584     shift
2585     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2586   fi
2587 fi
2588 fi
2589 fi
2590 CC=$ac_cv_prog_CC
2591 if test -n "$CC"; then
2592   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2593 $as_echo "$CC" >&6; }
2594 else
2595   { $as_echo "$as_me:$LINENO: result: no" >&5
2596 $as_echo "no" >&6; }
2597 fi
2598
2599
2600 fi
2601 if test -z "$CC"; then
2602   if test -n "$ac_tool_prefix"; then
2603   for ac_prog in cl.exe
2604   do
2605     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2606 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2607 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2608 $as_echo_n "checking for $ac_word... " >&6; }
2609 if test "${ac_cv_prog_CC+set}" = set; then
2610   $as_echo_n "(cached) " >&6
2611 else
2612   if test -n "$CC"; then
2613   ac_cv_prog_CC="$CC" # Let the user override the test.
2614 else
2615 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2616 for as_dir in $PATH
2617 do
2618   IFS=$as_save_IFS
2619   test -z "$as_dir" && as_dir=.
2620   for ac_exec_ext in '' $ac_executable_extensions; do
2621   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2622     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2623     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2624     break 2
2625   fi
2626 done
2627 done
2628 IFS=$as_save_IFS
2629
2630 fi
2631 fi
2632 CC=$ac_cv_prog_CC
2633 if test -n "$CC"; then
2634   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2635 $as_echo "$CC" >&6; }
2636 else
2637   { $as_echo "$as_me:$LINENO: result: no" >&5
2638 $as_echo "no" >&6; }
2639 fi
2640
2641
2642     test -n "$CC" && break
2643   done
2644 fi
2645 if test -z "$CC"; then
2646   ac_ct_CC=$CC
2647   for ac_prog in cl.exe
2648 do
2649   # Extract the first word of "$ac_prog", so it can be a program name with args.
2650 set dummy $ac_prog; ac_word=$2
2651 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2652 $as_echo_n "checking for $ac_word... " >&6; }
2653 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2654   $as_echo_n "(cached) " >&6
2655 else
2656   if test -n "$ac_ct_CC"; then
2657   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2658 else
2659 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2660 for as_dir in $PATH
2661 do
2662   IFS=$as_save_IFS
2663   test -z "$as_dir" && as_dir=.
2664   for ac_exec_ext in '' $ac_executable_extensions; do
2665   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2666     ac_cv_prog_ac_ct_CC="$ac_prog"
2667     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2668     break 2
2669   fi
2670 done
2671 done
2672 IFS=$as_save_IFS
2673
2674 fi
2675 fi
2676 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2677 if test -n "$ac_ct_CC"; then
2678   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2679 $as_echo "$ac_ct_CC" >&6; }
2680 else
2681   { $as_echo "$as_me:$LINENO: result: no" >&5
2682 $as_echo "no" >&6; }
2683 fi
2684
2685
2686   test -n "$ac_ct_CC" && break
2687 done
2688
2689   if test "x$ac_ct_CC" = x; then
2690     CC=""
2691   else
2692     case $cross_compiling:$ac_tool_warned in
2693 yes:)
2694 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2695 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2696 ac_tool_warned=yes ;;
2697 esac
2698     CC=$ac_ct_CC
2699   fi
2700 fi
2701
2702 fi
2703
2704
2705 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2706 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2707 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2708 See \`config.log' for more details." >&5
2709 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2710 See \`config.log' for more details." >&2;}
2711    { (exit 1); exit 1; }; }; }
2712
2713 # Provide some information about the compiler.
2714 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2715 set X $ac_compile
2716 ac_compiler=$2
2717 { (ac_try="$ac_compiler --version >&5"
2718 case "(($ac_try" in
2719   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2720   *) ac_try_echo=$ac_try;;
2721 esac
2722 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2723 $as_echo "$ac_try_echo") >&5
2724   (eval "$ac_compiler --version >&5") 2>&5
2725   ac_status=$?
2726   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2727   (exit $ac_status); }
2728 { (ac_try="$ac_compiler -v >&5"
2729 case "(($ac_try" in
2730   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2731   *) ac_try_echo=$ac_try;;
2732 esac
2733 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2734 $as_echo "$ac_try_echo") >&5
2735   (eval "$ac_compiler -v >&5") 2>&5
2736   ac_status=$?
2737   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2738   (exit $ac_status); }
2739 { (ac_try="$ac_compiler -V >&5"
2740 case "(($ac_try" in
2741   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2742   *) ac_try_echo=$ac_try;;
2743 esac
2744 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2745 $as_echo "$ac_try_echo") >&5
2746   (eval "$ac_compiler -V >&5") 2>&5
2747   ac_status=$?
2748   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2749   (exit $ac_status); }
2750
2751 cat >conftest.$ac_ext <<_ACEOF
2752 /* confdefs.h.  */
2753 _ACEOF
2754 cat confdefs.h >>conftest.$ac_ext
2755 cat >>conftest.$ac_ext <<_ACEOF
2756 /* end confdefs.h.  */
2757
2758 int
2759 main ()
2760 {
2761
2762   ;
2763   return 0;
2764 }
2765 _ACEOF
2766 ac_clean_files_save=$ac_clean_files
2767 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2768 # Try to create an executable without -o first, disregard a.out.
2769 # It will help us diagnose broken compilers, and finding out an intuition
2770 # of exeext.
2771 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2772 $as_echo_n "checking for C compiler default output file name... " >&6; }
2773 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2774
2775 # The possible output files:
2776 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2777
2778 ac_rmfiles=
2779 for ac_file in $ac_files
2780 do
2781   case $ac_file in
2782     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2783     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2784   esac
2785 done
2786 rm -f $ac_rmfiles
2787
2788 if { (ac_try="$ac_link_default"
2789 case "(($ac_try" in
2790   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2791   *) ac_try_echo=$ac_try;;
2792 esac
2793 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2794 $as_echo "$ac_try_echo") >&5
2795   (eval "$ac_link_default") 2>&5
2796   ac_status=$?
2797   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2798   (exit $ac_status); }; then
2799   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2800 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2801 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
2802 # so that the user can short-circuit this test for compilers unknown to
2803 # Autoconf.
2804 for ac_file in $ac_files ''
2805 do
2806   test -f "$ac_file" || continue
2807   case $ac_file in
2808     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2809         ;;
2810     [ab].out )
2811         # We found the default executable, but exeext='' is most
2812         # certainly right.
2813         break;;
2814     *.* )
2815         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2816         then :; else
2817            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2818         fi
2819         # We set ac_cv_exeext here because the later test for it is not
2820         # safe: cross compilers may not add the suffix if given an `-o'
2821         # argument, so we may need to know it at that point already.
2822         # Even if this section looks crufty: it has the advantage of
2823         # actually working.
2824         break;;
2825     * )
2826         break;;
2827   esac
2828 done
2829 test "$ac_cv_exeext" = no && ac_cv_exeext=
2830
2831 else
2832   ac_file=''
2833 fi
2834
2835 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2836 $as_echo "$ac_file" >&6; }
2837 if test -z "$ac_file"; then
2838   $as_echo "$as_me: failed program was:" >&5
2839 sed 's/^/| /' conftest.$ac_ext >&5
2840
2841 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2842 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2843 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2844 See \`config.log' for more details." >&5
2845 $as_echo "$as_me: error: C compiler cannot create executables
2846 See \`config.log' for more details." >&2;}
2847    { (exit 77); exit 77; }; }; }
2848 fi
2849
2850 ac_exeext=$ac_cv_exeext
2851
2852 # Check that the compiler produces executables we can run.  If not, either
2853 # the compiler is broken, or we cross compile.
2854 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2855 $as_echo_n "checking whether the C compiler works... " >&6; }
2856 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2857 # If not cross compiling, check that we can run a simple program.
2858 if test "$cross_compiling" != yes; then
2859   if { ac_try='./$ac_file'
2860   { (case "(($ac_try" in
2861   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2862   *) ac_try_echo=$ac_try;;
2863 esac
2864 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2865 $as_echo "$ac_try_echo") >&5
2866   (eval "$ac_try") 2>&5
2867   ac_status=$?
2868   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2869   (exit $ac_status); }; }; then
2870     cross_compiling=no
2871   else
2872     if test "$cross_compiling" = maybe; then
2873         cross_compiling=yes
2874     else
2875         { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2876 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2877 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2878 If you meant to cross compile, use \`--host'.
2879 See \`config.log' for more details." >&5
2880 $as_echo "$as_me: error: cannot run C compiled programs.
2881 If you meant to cross compile, use \`--host'.
2882 See \`config.log' for more details." >&2;}
2883    { (exit 1); exit 1; }; }; }
2884     fi
2885   fi
2886 fi
2887 { $as_echo "$as_me:$LINENO: result: yes" >&5
2888 $as_echo "yes" >&6; }
2889
2890 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2891 ac_clean_files=$ac_clean_files_save
2892 # Check that the compiler produces executables we can run.  If not, either
2893 # the compiler is broken, or we cross compile.
2894 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2895 $as_echo_n "checking whether we are cross compiling... " >&6; }
2896 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2897 $as_echo "$cross_compiling" >&6; }
2898
2899 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2900 $as_echo_n "checking for suffix of executables... " >&6; }
2901 if { (ac_try="$ac_link"
2902 case "(($ac_try" in
2903   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2904   *) ac_try_echo=$ac_try;;
2905 esac
2906 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2907 $as_echo "$ac_try_echo") >&5
2908   (eval "$ac_link") 2>&5
2909   ac_status=$?
2910   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2911   (exit $ac_status); }; then
2912   # If both `conftest.exe' and `conftest' are `present' (well, observable)
2913 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2914 # work properly (i.e., refer to `conftest.exe'), while it won't with
2915 # `rm'.
2916 for ac_file in conftest.exe conftest conftest.*; do
2917   test -f "$ac_file" || continue
2918   case $ac_file in
2919     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2920     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2921           break;;
2922     * ) break;;
2923   esac
2924 done
2925 else
2926   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2927 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2928 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2929 See \`config.log' for more details." >&5
2930 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2931 See \`config.log' for more details." >&2;}
2932    { (exit 1); exit 1; }; }; }
2933 fi
2934
2935 rm -f conftest$ac_cv_exeext
2936 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2937 $as_echo "$ac_cv_exeext" >&6; }
2938
2939 rm -f conftest.$ac_ext
2940 EXEEXT=$ac_cv_exeext
2941 ac_exeext=$EXEEXT
2942 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2943 $as_echo_n "checking for suffix of object files... " >&6; }
2944 if test "${ac_cv_objext+set}" = set; then
2945   $as_echo_n "(cached) " >&6
2946 else
2947   cat >conftest.$ac_ext <<_ACEOF
2948 /* confdefs.h.  */
2949 _ACEOF
2950 cat confdefs.h >>conftest.$ac_ext
2951 cat >>conftest.$ac_ext <<_ACEOF
2952 /* end confdefs.h.  */
2953
2954 int
2955 main ()
2956 {
2957
2958   ;
2959   return 0;
2960 }
2961 _ACEOF
2962 rm -f conftest.o conftest.obj
2963 if { (ac_try="$ac_compile"
2964 case "(($ac_try" in
2965   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2966   *) ac_try_echo=$ac_try;;
2967 esac
2968 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2969 $as_echo "$ac_try_echo") >&5
2970   (eval "$ac_compile") 2>&5
2971   ac_status=$?
2972   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2973   (exit $ac_status); }; then
2974   for ac_file in conftest.o conftest.obj conftest.*; do
2975   test -f "$ac_file" || continue;
2976   case $ac_file in
2977     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2978     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2979        break;;
2980   esac
2981 done
2982 else
2983   $as_echo "$as_me: failed program was:" >&5
2984 sed 's/^/| /' conftest.$ac_ext >&5
2985
2986 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2987 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2988 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2989 See \`config.log' for more details." >&5
2990 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
2991 See \`config.log' for more details." >&2;}
2992    { (exit 1); exit 1; }; }; }
2993 fi
2994
2995 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2996 fi
2997 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2998 $as_echo "$ac_cv_objext" >&6; }
2999 OBJEXT=$ac_cv_objext
3000 ac_objext=$OBJEXT
3001 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3002 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3003 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3004   $as_echo_n "(cached) " >&6
3005 else
3006   cat >conftest.$ac_ext <<_ACEOF
3007 /* confdefs.h.  */
3008 _ACEOF
3009 cat confdefs.h >>conftest.$ac_ext
3010 cat >>conftest.$ac_ext <<_ACEOF
3011 /* end confdefs.h.  */
3012
3013 int
3014 main ()
3015 {
3016 #ifndef __GNUC__
3017        choke me
3018 #endif
3019
3020   ;
3021   return 0;
3022 }
3023 _ACEOF
3024 rm -f conftest.$ac_objext
3025 if { (ac_try="$ac_compile"
3026 case "(($ac_try" in
3027   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3028   *) ac_try_echo=$ac_try;;
3029 esac
3030 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3031 $as_echo "$ac_try_echo") >&5
3032   (eval "$ac_compile") 2>conftest.er1
3033   ac_status=$?
3034   grep -v '^ *+' conftest.er1 >conftest.err
3035   rm -f conftest.er1
3036   cat conftest.err >&5
3037   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3038   (exit $ac_status); } && {
3039          test -z "$ac_c_werror_flag" ||
3040          test ! -s conftest.err
3041        } && test -s conftest.$ac_objext; then
3042   ac_compiler_gnu=yes
3043 else
3044   $as_echo "$as_me: failed program was:" >&5
3045 sed 's/^/| /' conftest.$ac_ext >&5
3046
3047         ac_compiler_gnu=no
3048 fi
3049
3050 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3051 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3052
3053 fi
3054 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3055 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3056 if test $ac_compiler_gnu = yes; then
3057   GCC=yes
3058 else
3059   GCC=
3060 fi
3061 ac_test_CFLAGS=${CFLAGS+set}
3062 ac_save_CFLAGS=$CFLAGS
3063 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3064 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3065 if test "${ac_cv_prog_cc_g+set}" = set; then
3066   $as_echo_n "(cached) " >&6
3067 else
3068   ac_save_c_werror_flag=$ac_c_werror_flag
3069    ac_c_werror_flag=yes
3070    ac_cv_prog_cc_g=no
3071    CFLAGS="-g"
3072    cat >conftest.$ac_ext <<_ACEOF
3073 /* confdefs.h.  */
3074 _ACEOF
3075 cat confdefs.h >>conftest.$ac_ext
3076 cat >>conftest.$ac_ext <<_ACEOF
3077 /* end confdefs.h.  */
3078
3079 int
3080 main ()
3081 {
3082
3083   ;
3084   return 0;
3085 }
3086 _ACEOF
3087 rm -f conftest.$ac_objext
3088 if { (ac_try="$ac_compile"
3089 case "(($ac_try" in
3090   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3091   *) ac_try_echo=$ac_try;;
3092 esac
3093 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3094 $as_echo "$ac_try_echo") >&5
3095   (eval "$ac_compile") 2>conftest.er1
3096   ac_status=$?
3097   grep -v '^ *+' conftest.er1 >conftest.err
3098   rm -f conftest.er1
3099   cat conftest.err >&5
3100   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3101   (exit $ac_status); } && {
3102          test -z "$ac_c_werror_flag" ||
3103          test ! -s conftest.err
3104        } && test -s conftest.$ac_objext; then
3105   ac_cv_prog_cc_g=yes
3106 else
3107   $as_echo "$as_me: failed program was:" >&5
3108 sed 's/^/| /' conftest.$ac_ext >&5
3109
3110         CFLAGS=""
3111       cat >conftest.$ac_ext <<_ACEOF
3112 /* confdefs.h.  */
3113 _ACEOF
3114 cat confdefs.h >>conftest.$ac_ext
3115 cat >>conftest.$ac_ext <<_ACEOF
3116 /* end confdefs.h.  */
3117
3118 int
3119 main ()
3120 {
3121
3122   ;
3123   return 0;
3124 }
3125 _ACEOF
3126 rm -f conftest.$ac_objext
3127 if { (ac_try="$ac_compile"
3128 case "(($ac_try" in
3129   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3130   *) ac_try_echo=$ac_try;;
3131 esac
3132 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3133 $as_echo "$ac_try_echo") >&5
3134   (eval "$ac_compile") 2>conftest.er1
3135   ac_status=$?
3136   grep -v '^ *+' conftest.er1 >conftest.err
3137   rm -f conftest.er1
3138   cat conftest.err >&5
3139   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3140   (exit $ac_status); } && {
3141          test -z "$ac_c_werror_flag" ||
3142          test ! -s conftest.err
3143        } && test -s conftest.$ac_objext; then
3144   :
3145 else
3146   $as_echo "$as_me: failed program was:" >&5
3147 sed 's/^/| /' conftest.$ac_ext >&5
3148
3149         ac_c_werror_flag=$ac_save_c_werror_flag
3150          CFLAGS="-g"
3151          cat >conftest.$ac_ext <<_ACEOF
3152 /* confdefs.h.  */
3153 _ACEOF
3154 cat confdefs.h >>conftest.$ac_ext
3155 cat >>conftest.$ac_ext <<_ACEOF
3156 /* end confdefs.h.  */
3157
3158 int
3159 main ()
3160 {
3161
3162   ;
3163   return 0;
3164 }
3165 _ACEOF
3166 rm -f conftest.$ac_objext
3167 if { (ac_try="$ac_compile"
3168 case "(($ac_try" in
3169   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3170   *) ac_try_echo=$ac_try;;
3171 esac
3172 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3173 $as_echo "$ac_try_echo") >&5
3174   (eval "$ac_compile") 2>conftest.er1
3175   ac_status=$?
3176   grep -v '^ *+' conftest.er1 >conftest.err
3177   rm -f conftest.er1
3178   cat conftest.err >&5
3179   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3180   (exit $ac_status); } && {
3181          test -z "$ac_c_werror_flag" ||
3182          test ! -s conftest.err
3183        } && test -s conftest.$ac_objext; then
3184   ac_cv_prog_cc_g=yes
3185 else
3186   $as_echo "$as_me: failed program was:" >&5
3187 sed 's/^/| /' conftest.$ac_ext >&5
3188
3189
3190 fi
3191
3192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3193 fi
3194
3195 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3196 fi
3197
3198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3199    ac_c_werror_flag=$ac_save_c_werror_flag
3200 fi
3201 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3202 $as_echo "$ac_cv_prog_cc_g" >&6; }
3203 if test "$ac_test_CFLAGS" = set; then
3204   CFLAGS=$ac_save_CFLAGS
3205 elif test $ac_cv_prog_cc_g = yes; then
3206   if test "$GCC" = yes; then
3207     CFLAGS="-g -O2"
3208   else
3209     CFLAGS="-g"
3210   fi
3211 else
3212   if test "$GCC" = yes; then
3213     CFLAGS="-O2"
3214   else
3215     CFLAGS=
3216   fi
3217 fi
3218 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3219 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3220 if test "${ac_cv_prog_cc_c89+set}" = set; then
3221   $as_echo_n "(cached) " >&6
3222 else
3223   ac_cv_prog_cc_c89=no
3224 ac_save_CC=$CC
3225 cat >conftest.$ac_ext <<_ACEOF
3226 /* confdefs.h.  */
3227 _ACEOF
3228 cat confdefs.h >>conftest.$ac_ext
3229 cat >>conftest.$ac_ext <<_ACEOF
3230 /* end confdefs.h.  */
3231 #include <stdarg.h>
3232 #include <stdio.h>
3233 #include <sys/types.h>
3234 #include <sys/stat.h>
3235 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3236 struct buf { int x; };
3237 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3238 static char *e (p, i)
3239      char **p;
3240      int i;
3241 {
3242   return p[i];
3243 }
3244 static char *f (char * (*g) (char **, int), char **p, ...)
3245 {
3246   char *s;
3247   va_list v;
3248   va_start (v,p);
3249   s = g (p, va_arg (v,int));
3250   va_end (v);
3251   return s;
3252 }
3253
3254 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3255    function prototypes and stuff, but not '\xHH' hex character constants.
3256    These don't provoke an error unfortunately, instead are silently treated
3257    as 'x'.  The following induces an error, until -std is added to get
3258    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3259    array size at least.  It's necessary to write '\x00'==0 to get something
3260    that's true only with -std.  */
3261 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3262
3263 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3264    inside strings and character constants.  */
3265 #define FOO(x) 'x'
3266 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3267
3268 int test (int i, double x);
3269 struct s1 {int (*f) (int a);};
3270 struct s2 {int (*f) (double a);};
3271 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3272 int argc;
3273 char **argv;
3274 int
3275 main ()
3276 {
3277 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3278   ;
3279   return 0;
3280 }
3281 _ACEOF
3282 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3283         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3284 do
3285   CC="$ac_save_CC $ac_arg"
3286   rm -f conftest.$ac_objext
3287 if { (ac_try="$ac_compile"
3288 case "(($ac_try" in
3289   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3290   *) ac_try_echo=$ac_try;;
3291 esac
3292 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3293 $as_echo "$ac_try_echo") >&5
3294   (eval "$ac_compile") 2>conftest.er1
3295   ac_status=$?
3296   grep -v '^ *+' conftest.er1 >conftest.err
3297   rm -f conftest.er1
3298   cat conftest.err >&5
3299   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3300   (exit $ac_status); } && {
3301          test -z "$ac_c_werror_flag" ||
3302          test ! -s conftest.err
3303        } && test -s conftest.$ac_objext; then
3304   ac_cv_prog_cc_c89=$ac_arg
3305 else
3306   $as_echo "$as_me: failed program was:" >&5
3307 sed 's/^/| /' conftest.$ac_ext >&5
3308
3309
3310 fi
3311
3312 rm -f core conftest.err conftest.$ac_objext
3313   test "x$ac_cv_prog_cc_c89" != "xno" && break
3314 done
3315 rm -f conftest.$ac_ext
3316 CC=$ac_save_CC
3317
3318 fi
3319 # AC_CACHE_VAL
3320 case "x$ac_cv_prog_cc_c89" in
3321   x)
3322     { $as_echo "$as_me:$LINENO: result: none needed" >&5
3323 $as_echo "none needed" >&6; } ;;
3324   xno)
3325     { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3326 $as_echo "unsupported" >&6; } ;;
3327   *)
3328     CC="$CC $ac_cv_prog_cc_c89"
3329     { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3330 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3331 esac
3332
3333
3334 ac_ext=c
3335 ac_cpp='$CPP $CPPFLAGS'
3336 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3337 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3338 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3339
3340 ac_ext=cpp
3341 ac_cpp='$CXXCPP $CPPFLAGS'
3342 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3343 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3344 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3345 if test -z "$CXX"; then
3346   if test -n "$CCC"; then
3347     CXX=$CCC
3348   else
3349     if test -n "$ac_tool_prefix"; then
3350   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3351   do
3352     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3353 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3354 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3355 $as_echo_n "checking for $ac_word... " >&6; }
3356 if test "${ac_cv_prog_CXX+set}" = set; then
3357   $as_echo_n "(cached) " >&6
3358 else
3359   if test -n "$CXX"; then
3360   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3361 else
3362 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3363 for as_dir in $PATH
3364 do
3365   IFS=$as_save_IFS
3366   test -z "$as_dir" && as_dir=.
3367   for ac_exec_ext in '' $ac_executable_extensions; do
3368   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3369     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3370     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3371     break 2
3372   fi
3373 done
3374 done
3375 IFS=$as_save_IFS
3376
3377 fi
3378 fi
3379 CXX=$ac_cv_prog_CXX
3380 if test -n "$CXX"; then
3381   { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3382 $as_echo "$CXX" >&6; }
3383 else
3384   { $as_echo "$as_me:$LINENO: result: no" >&5
3385 $as_echo "no" >&6; }
3386 fi
3387
3388
3389     test -n "$CXX" && break
3390   done
3391 fi
3392 if test -z "$CXX"; then
3393   ac_ct_CXX=$CXX
3394   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3395 do
3396   # Extract the first word of "$ac_prog", so it can be a program name with args.
3397 set dummy $ac_prog; ac_word=$2
3398 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3399 $as_echo_n "checking for $ac_word... " >&6; }
3400 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3401   $as_echo_n "(cached) " >&6
3402 else
3403   if test -n "$ac_ct_CXX"; then
3404   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3405 else
3406 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3407 for as_dir in $PATH
3408 do
3409   IFS=$as_save_IFS
3410   test -z "$as_dir" && as_dir=.
3411   for ac_exec_ext in '' $ac_executable_extensions; do
3412   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3413     ac_cv_prog_ac_ct_CXX="$ac_prog"
3414     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3415     break 2
3416   fi
3417 done
3418 done
3419 IFS=$as_save_IFS
3420
3421 fi
3422 fi
3423 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3424 if test -n "$ac_ct_CXX"; then
3425   { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3426 $as_echo "$ac_ct_CXX" >&6; }
3427 else
3428   { $as_echo "$as_me:$LINENO: result: no" >&5
3429 $as_echo "no" >&6; }
3430 fi
3431
3432
3433   test -n "$ac_ct_CXX" && break
3434 done
3435
3436   if test "x$ac_ct_CXX" = x; then
3437     CXX="g++"
3438   else
3439     case $cross_compiling:$ac_tool_warned in
3440 yes:)
3441 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3442 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3443 ac_tool_warned=yes ;;
3444 esac
3445     CXX=$ac_ct_CXX
3446   fi
3447 fi
3448
3449   fi
3450 fi
3451 # Provide some information about the compiler.
3452 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3453 set X $ac_compile
3454 ac_compiler=$2
3455 { (ac_try="$ac_compiler --version >&5"
3456 case "(($ac_try" in
3457   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3458   *) ac_try_echo=$ac_try;;
3459 esac
3460 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3461 $as_echo "$ac_try_echo") >&5
3462   (eval "$ac_compiler --version >&5") 2>&5
3463   ac_status=$?
3464   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3465   (exit $ac_status); }
3466 { (ac_try="$ac_compiler -v >&5"
3467 case "(($ac_try" in
3468   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3469   *) ac_try_echo=$ac_try;;
3470 esac
3471 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3472 $as_echo "$ac_try_echo") >&5
3473   (eval "$ac_compiler -v >&5") 2>&5
3474   ac_status=$?
3475   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3476   (exit $ac_status); }
3477 { (ac_try="$ac_compiler -V >&5"
3478 case "(($ac_try" in
3479   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3480   *) ac_try_echo=$ac_try;;
3481 esac
3482 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3483 $as_echo "$ac_try_echo") >&5
3484   (eval "$ac_compiler -V >&5") 2>&5
3485   ac_status=$?
3486   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3487   (exit $ac_status); }
3488
3489 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3490 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3491 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3492   $as_echo_n "(cached) " >&6
3493 else
3494   cat >conftest.$ac_ext <<_ACEOF
3495 /* confdefs.h.  */
3496 _ACEOF
3497 cat confdefs.h >>conftest.$ac_ext
3498 cat >>conftest.$ac_ext <<_ACEOF
3499 /* end confdefs.h.  */
3500
3501 int
3502 main ()
3503 {
3504 #ifndef __GNUC__
3505        choke me
3506 #endif
3507
3508   ;
3509   return 0;
3510 }
3511 _ACEOF
3512 rm -f conftest.$ac_objext
3513 if { (ac_try="$ac_compile"
3514 case "(($ac_try" in
3515   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3516   *) ac_try_echo=$ac_try;;
3517 esac
3518 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3519 $as_echo "$ac_try_echo") >&5
3520   (eval "$ac_compile") 2>conftest.er1
3521   ac_status=$?
3522   grep -v '^ *+' conftest.er1 >conftest.err
3523   rm -f conftest.er1
3524   cat conftest.err >&5
3525   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3526   (exit $ac_status); } && {
3527          test -z "$ac_cxx_werror_flag" ||
3528          test ! -s conftest.err
3529        } && test -s conftest.$ac_objext; then
3530   ac_compiler_gnu=yes
3531 else
3532   $as_echo "$as_me: failed program was:" >&5
3533 sed 's/^/| /' conftest.$ac_ext >&5
3534
3535         ac_compiler_gnu=no
3536 fi
3537
3538 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3539 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3540
3541 fi
3542 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3543 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3544 if test $ac_compiler_gnu = yes; then
3545   GXX=yes
3546 else
3547   GXX=
3548 fi
3549 ac_test_CXXFLAGS=${CXXFLAGS+set}
3550 ac_save_CXXFLAGS=$CXXFLAGS
3551 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3552 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3553 if test "${ac_cv_prog_cxx_g+set}" = set; then
3554   $as_echo_n "(cached) " >&6
3555 else
3556   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3557    ac_cxx_werror_flag=yes
3558    ac_cv_prog_cxx_g=no
3559    CXXFLAGS="-g"
3560    cat >conftest.$ac_ext <<_ACEOF
3561 /* confdefs.h.  */
3562 _ACEOF
3563 cat confdefs.h >>conftest.$ac_ext
3564 cat >>conftest.$ac_ext <<_ACEOF
3565 /* end confdefs.h.  */
3566
3567 int
3568 main ()
3569 {
3570
3571   ;
3572   return 0;
3573 }
3574 _ACEOF
3575 rm -f conftest.$ac_objext
3576 if { (ac_try="$ac_compile"
3577 case "(($ac_try" in
3578   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3579   *) ac_try_echo=$ac_try;;
3580 esac
3581 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3582 $as_echo "$ac_try_echo") >&5
3583   (eval "$ac_compile") 2>conftest.er1
3584   ac_status=$?
3585   grep -v '^ *+' conftest.er1 >conftest.err
3586   rm -f conftest.er1
3587   cat conftest.err >&5
3588   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3589   (exit $ac_status); } && {
3590          test -z "$ac_cxx_werror_flag" ||
3591          test ! -s conftest.err
3592        } && test -s conftest.$ac_objext; then
3593   ac_cv_prog_cxx_g=yes
3594 else
3595   $as_echo "$as_me: failed program was:" >&5
3596 sed 's/^/| /' conftest.$ac_ext >&5
3597
3598         CXXFLAGS=""
3599       cat >conftest.$ac_ext <<_ACEOF
3600 /* confdefs.h.  */
3601 _ACEOF
3602 cat confdefs.h >>conftest.$ac_ext
3603 cat >>conftest.$ac_ext <<_ACEOF
3604 /* end confdefs.h.  */
3605
3606 int
3607 main ()
3608 {
3609
3610   ;
3611   return 0;
3612 }
3613 _ACEOF
3614 rm -f conftest.$ac_objext
3615 if { (ac_try="$ac_compile"
3616 case "(($ac_try" in
3617   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3618   *) ac_try_echo=$ac_try;;
3619 esac
3620 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3621 $as_echo "$ac_try_echo") >&5
3622   (eval "$ac_compile") 2>conftest.er1
3623   ac_status=$?
3624   grep -v '^ *+' conftest.er1 >conftest.err
3625   rm -f conftest.er1
3626   cat conftest.err >&5
3627   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3628   (exit $ac_status); } && {
3629          test -z "$ac_cxx_werror_flag" ||
3630          test ! -s conftest.err
3631        } && test -s conftest.$ac_objext; then
3632   :
3633 else
3634   $as_echo "$as_me: failed program was:" >&5
3635 sed 's/^/| /' conftest.$ac_ext >&5
3636
3637         ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3638          CXXFLAGS="-g"
3639          cat >conftest.$ac_ext <<_ACEOF
3640 /* confdefs.h.  */
3641 _ACEOF
3642 cat confdefs.h >>conftest.$ac_ext
3643 cat >>conftest.$ac_ext <<_ACEOF
3644 /* end confdefs.h.  */
3645
3646 int
3647 main ()
3648 {
3649
3650   ;
3651   return 0;
3652 }
3653 _ACEOF
3654 rm -f conftest.$ac_objext
3655 if { (ac_try="$ac_compile"
3656 case "(($ac_try" in
3657   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3658   *) ac_try_echo=$ac_try;;
3659 esac
3660 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3661 $as_echo "$ac_try_echo") >&5
3662   (eval "$ac_compile") 2>conftest.er1
3663   ac_status=$?
3664   grep -v '^ *+' conftest.er1 >conftest.err
3665   rm -f conftest.er1
3666   cat conftest.err >&5
3667   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3668   (exit $ac_status); } && {
3669          test -z "$ac_cxx_werror_flag" ||
3670          test ! -s conftest.err
3671        } && test -s conftest.$ac_objext; then
3672   ac_cv_prog_cxx_g=yes
3673 else
3674   $as_echo "$as_me: failed program was:" >&5
3675 sed 's/^/| /' conftest.$ac_ext >&5
3676
3677
3678 fi
3679
3680 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3681 fi
3682
3683 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3684 fi
3685
3686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3687    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3688 fi
3689 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3690 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3691 if test "$ac_test_CXXFLAGS" = set; then
3692   CXXFLAGS=$ac_save_CXXFLAGS
3693 elif test $ac_cv_prog_cxx_g = yes; then
3694   if test "$GXX" = yes; then
3695     CXXFLAGS="-g -O2"
3696   else
3697     CXXFLAGS="-g"
3698   fi
3699 else
3700   if test "$GXX" = yes; then
3701     CXXFLAGS="-O2"
3702   else
3703     CXXFLAGS=
3704   fi
3705 fi
3706 ac_ext=c
3707 ac_cpp='$CPP $CPPFLAGS'
3708 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3709 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3710 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3711
3712 if test -n "$ac_tool_prefix"; then
3713   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3714 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3715 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3716 $as_echo_n "checking for $ac_word... " >&6; }
3717 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3718   $as_echo_n "(cached) " >&6
3719 else
3720   if test -n "$CPPBIN"; then
3721   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3722 else
3723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3724 for as_dir in $PATH
3725 do
3726   IFS=$as_save_IFS
3727   test -z "$as_dir" && as_dir=.
3728   for ac_exec_ext in '' $ac_executable_extensions; do
3729   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3730     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3731     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3732     break 2
3733   fi
3734 done
3735 done
3736 IFS=$as_save_IFS
3737
3738 fi
3739 fi
3740 CPPBIN=$ac_cv_prog_CPPBIN
3741 if test -n "$CPPBIN"; then
3742   { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3743 $as_echo "$CPPBIN" >&6; }
3744 else
3745   { $as_echo "$as_me:$LINENO: result: no" >&5
3746 $as_echo "no" >&6; }
3747 fi
3748
3749
3750 fi
3751 if test -z "$ac_cv_prog_CPPBIN"; then
3752   ac_ct_CPPBIN=$CPPBIN
3753   # Extract the first word of "cpp", so it can be a program name with args.
3754 set dummy cpp; ac_word=$2
3755 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3756 $as_echo_n "checking for $ac_word... " >&6; }
3757 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3758   $as_echo_n "(cached) " >&6
3759 else
3760   if test -n "$ac_ct_CPPBIN"; then
3761   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3762 else
3763 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3764 for as_dir in $PATH
3765 do
3766   IFS=$as_save_IFS
3767   test -z "$as_dir" && as_dir=.
3768   for ac_exec_ext in '' $ac_executable_extensions; do
3769   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3770     ac_cv_prog_ac_ct_CPPBIN="cpp"
3771     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3772     break 2
3773   fi
3774 done
3775 done
3776 IFS=$as_save_IFS
3777
3778 fi
3779 fi
3780 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3781 if test -n "$ac_ct_CPPBIN"; then
3782   { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3783 $as_echo "$ac_ct_CPPBIN" >&6; }
3784 else
3785   { $as_echo "$as_me:$LINENO: result: no" >&5
3786 $as_echo "no" >&6; }
3787 fi
3788
3789   if test "x$ac_ct_CPPBIN" = x; then
3790     CPPBIN="cpp"
3791   else
3792     case $cross_compiling:$ac_tool_warned in
3793 yes:)
3794 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3795 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3796 ac_tool_warned=yes ;;
3797 esac
3798     CPPBIN=$ac_ct_CPPBIN
3799   fi
3800 else
3801   CPPBIN="$ac_cv_prog_CPPBIN"
3802 fi
3803
3804
3805 case $host in
3806   x86_64*)
3807     if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3808     then
3809       CC="$CC -m32"
3810       CXX="$CXX -m32"
3811       { $as_echo "$as_me:$LINENO: checking whether $CC works" >&5
3812 $as_echo_n "checking whether $CC works... " >&6; }
3813
3814 cat >conftest.$ac_ext <<_ACEOF
3815 /* confdefs.h.  */
3816 _ACEOF
3817 cat confdefs.h >>conftest.$ac_ext
3818 cat >>conftest.$ac_ext <<_ACEOF
3819 /* end confdefs.h.  */
3820
3821 int
3822 main ()
3823 {
3824
3825   ;
3826   return 0;
3827 }
3828 _ACEOF
3829 rm -f conftest.$ac_objext conftest$ac_exeext
3830 if { (ac_try="$ac_link"
3831 case "(($ac_try" in
3832   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3833   *) ac_try_echo=$ac_try;;
3834 esac
3835 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3836 $as_echo "$ac_try_echo") >&5
3837   (eval "$ac_link") 2>conftest.er1
3838   ac_status=$?
3839   grep -v '^ *+' conftest.er1 >conftest.err
3840   rm -f conftest.er1
3841   cat conftest.err >&5
3842   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3843   (exit $ac_status); } && {
3844          test -z "$ac_c_werror_flag" ||
3845          test ! -s conftest.err
3846        } && test -s conftest$ac_exeext && {
3847          test "$cross_compiling" = yes ||
3848          $as_test_x conftest$ac_exeext
3849        }; then
3850   { $as_echo "$as_me:$LINENO: result: yes" >&5
3851 $as_echo "yes" >&6; }
3852 else
3853   $as_echo "$as_me: failed program was:" >&5
3854 sed 's/^/| /' conftest.$ac_ext >&5
3855
3856         { $as_echo "$as_me:$LINENO: result: no" >&5
3857 $as_echo "no" >&6; }
3858                       { { $as_echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3859 $as_echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3860    { (exit 1); exit 1; }; }
3861 fi
3862
3863 rm -rf conftest.dSYM
3864 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3865       conftest$ac_exeext conftest.$ac_ext
3866       LD="${LD:-ld} -m elf_i386"
3867       AS="${AS:-as} --32"
3868       host_cpu="i386"
3869       notice_platform="32-bit "
3870       TARGETFLAGS="-m32"
3871
3872     else
3873       TARGETFLAGS="-m64"
3874
3875     fi
3876     ;;
3877 esac
3878
3879 case $host_cpu in
3880   *i[3456789]86*)
3881     enable_win16=${enable_win16:-yes}
3882     ;;
3883   *)
3884     enable_win16=${enable_win16:-no}
3885     enable_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
3886     enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
3887     enable_monodebg_vxd=${enable_monodebg_vxd:-no}
3888     enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
3889     enable_vmm_vxd=${enable_vmm_vxd:-no}
3890     enable_vnbt_vxd=${enable_vnbt_vxd:-no}
3891     enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
3892     enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
3893     enable_vwin32_vxd=${enable_vwin32_vxd:-no}
3894     enable_w32skrnl=${enable_w32skrnl:-no}
3895     enable_winedos=${enable_winedos:-no}
3896     enable_winevdm=${enable_winevdm:-no}
3897     ;;
3898 esac
3899
3900 WIN16_FILES="\$(WIN16_FILES)"
3901
3902 WIN16_INSTALL="\$(WIN16_INSTALL)"
3903
3904 if test "x$enable_win16" != "xyes"
3905 then
3906   WIN16_FILES=""
3907   WIN16_INSTALL=""
3908 fi
3909
3910 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3911 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3912 if test "${wine_cv_toolsdir+set}" = set; then
3913   $as_echo_n "(cached) " >&6
3914 else
3915   if test -z "$with_wine_tools"; then
3916      if test "$cross_compiling" = "yes"; then
3917        { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3918 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3919    { (exit 1); exit 1; }; }
3920      else
3921        wine_cv_toolsdir="\$(TOPOBJDIR)"
3922      fi
3923    elif test -d "$with_wine_tools/tools/winebuild"; then
3924      case $with_wine_tools in
3925        /*) wine_cv_toolsdir="$with_wine_tools" ;;
3926        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3927      esac
3928    else
3929      { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3930 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3931    { (exit 1); exit 1; }; }
3932    fi
3933 fi
3934 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3935 $as_echo "$wine_cv_toolsdir" >&6; }
3936 TOOLSDIR=$wine_cv_toolsdir
3937
3938 if test "$cross_compiling" = "yes"
3939 then
3940     TARGETFLAGS="-b $host_alias"
3941
3942 fi
3943
3944 ac_ext=c
3945 ac_cpp='$CPP $CPPFLAGS'
3946 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3947 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3948 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3949 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3950 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3951 # On Suns, sometimes $CPP names a directory.
3952 if test -n "$CPP" && test -d "$CPP"; then
3953   CPP=
3954 fi
3955 if test -z "$CPP"; then
3956   if test "${ac_cv_prog_CPP+set}" = set; then
3957   $as_echo_n "(cached) " >&6
3958 else
3959       # Double quotes because CPP needs to be expanded
3960     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3961     do
3962       ac_preproc_ok=false
3963 for ac_c_preproc_warn_flag in '' yes
3964 do
3965   # Use a header file that comes with gcc, so configuring glibc
3966   # with a fresh cross-compiler works.
3967   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3968   # <limits.h> exists even on freestanding compilers.
3969   # On the NeXT, cc -E runs the code through the compiler's parser,
3970   # not just through cpp. "Syntax error" is here to catch this case.
3971   cat >conftest.$ac_ext <<_ACEOF
3972 /* confdefs.h.  */
3973 _ACEOF
3974 cat confdefs.h >>conftest.$ac_ext
3975 cat >>conftest.$ac_ext <<_ACEOF
3976 /* end confdefs.h.  */
3977 #ifdef __STDC__
3978 # include <limits.h>
3979 #else
3980 # include <assert.h>
3981 #endif
3982                      Syntax error
3983 _ACEOF
3984 if { (ac_try="$ac_cpp conftest.$ac_ext"
3985 case "(($ac_try" in
3986   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3987   *) ac_try_echo=$ac_try;;
3988 esac
3989 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3990 $as_echo "$ac_try_echo") >&5
3991   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3992   ac_status=$?
3993   grep -v '^ *+' conftest.er1 >conftest.err
3994   rm -f conftest.er1
3995   cat conftest.err >&5
3996   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3997   (exit $ac_status); } >/dev/null && {
3998          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3999          test ! -s conftest.err
4000        }; then
4001   :
4002 else
4003   $as_echo "$as_me: failed program was:" >&5
4004 sed 's/^/| /' conftest.$ac_ext >&5
4005
4006   # Broken: fails on valid input.
4007 continue
4008 fi
4009
4010 rm -f conftest.err conftest.$ac_ext
4011
4012   # OK, works on sane cases.  Now check whether nonexistent headers
4013   # can be detected and how.
4014   cat >conftest.$ac_ext <<_ACEOF
4015 /* confdefs.h.  */
4016 _ACEOF
4017 cat confdefs.h >>conftest.$ac_ext
4018 cat >>conftest.$ac_ext <<_ACEOF
4019 /* end confdefs.h.  */
4020 #include <ac_nonexistent.h>
4021 _ACEOF
4022 if { (ac_try="$ac_cpp conftest.$ac_ext"
4023 case "(($ac_try" in
4024   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4025   *) ac_try_echo=$ac_try;;
4026 esac
4027 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4028 $as_echo "$ac_try_echo") >&5
4029   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4030   ac_status=$?
4031   grep -v '^ *+' conftest.er1 >conftest.err
4032   rm -f conftest.er1
4033   cat conftest.err >&5
4034   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4035   (exit $ac_status); } >/dev/null && {
4036          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4037          test ! -s conftest.err
4038        }; then
4039   # Broken: success on invalid input.
4040 continue
4041 else
4042   $as_echo "$as_me: failed program was:" >&5
4043 sed 's/^/| /' conftest.$ac_ext >&5
4044
4045   # Passes both tests.
4046 ac_preproc_ok=:
4047 break
4048 fi
4049
4050 rm -f conftest.err conftest.$ac_ext
4051
4052 done
4053 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4054 rm -f conftest.err conftest.$ac_ext
4055 if $ac_preproc_ok; then
4056   break
4057 fi
4058
4059     done
4060     ac_cv_prog_CPP=$CPP
4061
4062 fi
4063   CPP=$ac_cv_prog_CPP
4064 else
4065   ac_cv_prog_CPP=$CPP
4066 fi
4067 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
4068 $as_echo "$CPP" >&6; }
4069 ac_preproc_ok=false
4070 for ac_c_preproc_warn_flag in '' yes
4071 do
4072   # Use a header file that comes with gcc, so configuring glibc
4073   # with a fresh cross-compiler works.
4074   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4075   # <limits.h> exists even on freestanding compilers.
4076   # On the NeXT, cc -E runs the code through the compiler's parser,
4077   # not just through cpp. "Syntax error" is here to catch this case.
4078   cat >conftest.$ac_ext <<_ACEOF
4079 /* confdefs.h.  */
4080 _ACEOF
4081 cat confdefs.h >>conftest.$ac_ext
4082 cat >>conftest.$ac_ext <<_ACEOF
4083 /* end confdefs.h.  */
4084 #ifdef __STDC__
4085 # include <limits.h>
4086 #else
4087 # include <assert.h>
4088 #endif
4089                      Syntax error
4090 _ACEOF
4091 if { (ac_try="$ac_cpp conftest.$ac_ext"
4092 case "(($ac_try" in
4093   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4094   *) ac_try_echo=$ac_try;;
4095 esac
4096 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4097 $as_echo "$ac_try_echo") >&5
4098   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4099   ac_status=$?
4100   grep -v '^ *+' conftest.er1 >conftest.err
4101   rm -f conftest.er1
4102   cat conftest.err >&5
4103   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4104   (exit $ac_status); } >/dev/null && {
4105          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4106          test ! -s conftest.err
4107        }; then
4108   :
4109 else
4110   $as_echo "$as_me: failed program was:" >&5
4111 sed 's/^/| /' conftest.$ac_ext >&5
4112
4113   # Broken: fails on valid input.
4114 continue
4115 fi
4116
4117 rm -f conftest.err conftest.$ac_ext
4118
4119   # OK, works on sane cases.  Now check whether nonexistent headers
4120   # can be detected and how.
4121   cat >conftest.$ac_ext <<_ACEOF
4122 /* confdefs.h.  */
4123 _ACEOF
4124 cat confdefs.h >>conftest.$ac_ext
4125 cat >>conftest.$ac_ext <<_ACEOF
4126 /* end confdefs.h.  */
4127 #include <ac_nonexistent.h>
4128 _ACEOF
4129 if { (ac_try="$ac_cpp conftest.$ac_ext"
4130 case "(($ac_try" in
4131   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4132   *) ac_try_echo=$ac_try;;
4133 esac
4134 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4135 $as_echo "$ac_try_echo") >&5
4136   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4137   ac_status=$?
4138   grep -v '^ *+' conftest.er1 >conftest.err
4139   rm -f conftest.er1
4140   cat conftest.err >&5
4141   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4142   (exit $ac_status); } >/dev/null && {
4143          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4144          test ! -s conftest.err
4145        }; then
4146   # Broken: success on invalid input.
4147 continue
4148 else
4149   $as_echo "$as_me: failed program was:" >&5
4150 sed 's/^/| /' conftest.$ac_ext >&5
4151
4152   # Passes both tests.
4153 ac_preproc_ok=:
4154 break
4155 fi
4156
4157 rm -f conftest.err conftest.$ac_ext
4158
4159 done
4160 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4161 rm -f conftest.err conftest.$ac_ext
4162 if $ac_preproc_ok; then
4163   :
4164 else
4165   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
4166 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4167 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4168 See \`config.log' for more details." >&5
4169 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4170 See \`config.log' for more details." >&2;}
4171    { (exit 1); exit 1; }; }; }
4172 fi
4173
4174 ac_ext=c
4175 ac_cpp='$CPP $CPPFLAGS'
4176 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4177 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4178 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4179
4180
4181 { $as_echo "$as_me:$LINENO: checking for X" >&5
4182 $as_echo_n "checking for X... " >&6; }
4183
4184
4185 # Check whether --with-x was given.
4186 if test "${with_x+set}" = set; then
4187   withval=$with_x;
4188 fi
4189
4190 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
4191 if test "x$with_x" = xno; then
4192   # The user explicitly disabled X.
4193   have_x=disabled
4194 else
4195   case $x_includes,$x_libraries in #(
4196     *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
4197 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
4198    { (exit 1); exit 1; }; };; #(
4199     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
4200   $as_echo_n "(cached) " >&6
4201 else
4202   # One or both of the vars are not set, and there is no cached value.
4203 ac_x_includes=no ac_x_libraries=no
4204 rm -f -r conftest.dir
4205 if mkdir conftest.dir; then
4206   cd conftest.dir
4207   cat >Imakefile <<'_ACEOF'
4208 incroot:
4209         @echo incroot='${INCROOT}'
4210 usrlibdir:
4211         @echo usrlibdir='${USRLIBDIR}'
4212 libdir:
4213         @echo libdir='${LIBDIR}'
4214 _ACEOF
4215   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
4216     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4217     for ac_var in incroot usrlibdir libdir; do
4218       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
4219     done
4220     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
4221     for ac_extension in a so sl dylib la dll; do
4222       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
4223          test -f "$ac_im_libdir/libX11.$ac_extension"; then
4224         ac_im_usrlibdir=$ac_im_libdir; break
4225       fi
4226     done
4227     # Screen out bogus values from the imake configuration.  They are
4228     # bogus both because they are the default anyway, and because
4229     # using them would break gcc on systems where it needs fixed includes.
4230     case $ac_im_incroot in
4231         /usr/include) ac_x_includes= ;;
4232         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
4233     esac
4234     case $ac_im_usrlibdir in
4235         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
4236         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4237     esac
4238   fi
4239   cd ..
4240   rm -f -r conftest.dir
4241 fi
4242
4243 # Standard set of common directories for X headers.
4244 # Check X11 before X11Rn because it is often a symlink to the current release.
4245 ac_x_header_dirs='
4246 /usr/X11/include
4247 /usr/X11R6/include
4248 /usr/X11R5/include
4249 /usr/X11R4/include
4250
4251 /usr/include/X11
4252 /usr/include/X11R6
4253 /usr/include/X11R5
4254 /usr/include/X11R4
4255
4256 /usr/local/X11/include
4257 /usr/local/X11R6/include
4258 /usr/local/X11R5/include
4259 /usr/local/X11R4/include
4260
4261 /usr/local/include/X11
4262 /usr/local/include/X11R6
4263 /usr/local/include/X11R5
4264 /usr/local/include/X11R4
4265
4266 /usr/X386/include
4267 /usr/x386/include
4268 /usr/XFree86/include/X11
4269
4270 /usr/include
4271 /usr/local/include
4272 /usr/unsupported/include
4273 /usr/athena/include
4274 /usr/local/x11r5/include
4275 /usr/lpp/Xamples/include
4276
4277 /usr/openwin/include
4278 /usr/openwin/share/include'
4279
4280 if test "$ac_x_includes" = no; then
4281   # Guess where to find include files, by looking for Xlib.h.
4282   # First, try using that file with no special directory specified.
4283   cat >conftest.$ac_ext <<_ACEOF
4284 /* confdefs.h.  */
4285 _ACEOF
4286 cat confdefs.h >>conftest.$ac_ext
4287 cat >>conftest.$ac_ext <<_ACEOF
4288 /* end confdefs.h.  */
4289 #include <X11/Xlib.h>
4290 _ACEOF
4291 if { (ac_try="$ac_cpp conftest.$ac_ext"
4292 case "(($ac_try" in
4293   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4294   *) ac_try_echo=$ac_try;;
4295 esac
4296 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4297 $as_echo "$ac_try_echo") >&5
4298   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4299   ac_status=$?
4300   grep -v '^ *+' conftest.er1 >conftest.err
4301   rm -f conftest.er1
4302   cat conftest.err >&5
4303   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4304   (exit $ac_status); } >/dev/null && {
4305          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4306          test ! -s conftest.err
4307        }; then
4308   # We can compile using X headers with no special include directory.
4309 ac_x_includes=
4310 else
4311   $as_echo "$as_me: failed program was:" >&5
4312 sed 's/^/| /' conftest.$ac_ext >&5
4313
4314   for ac_dir in $ac_x_header_dirs; do
4315   if test -r "$ac_dir/X11/Xlib.h"; then
4316     ac_x_includes=$ac_dir
4317     break
4318   fi
4319 done
4320 fi
4321
4322 rm -f conftest.err conftest.$ac_ext
4323 fi # $ac_x_includes = no
4324
4325 if test "$ac_x_libraries" = no; then
4326   # Check for the libraries.
4327   # See if we find them without any special options.
4328   # Don't add to $LIBS permanently.
4329   ac_save_LIBS=$LIBS
4330   LIBS="-lX11 $LIBS"
4331   cat >conftest.$ac_ext <<_ACEOF
4332 /* confdefs.h.  */
4333 _ACEOF
4334 cat confdefs.h >>conftest.$ac_ext
4335 cat >>conftest.$ac_ext <<_ACEOF
4336 /* end confdefs.h.  */
4337 #include <X11/Xlib.h>
4338 int
4339 main ()
4340 {
4341 XrmInitialize ()
4342   ;
4343   return 0;
4344 }
4345 _ACEOF
4346 rm -f conftest.$ac_objext conftest$ac_exeext
4347 if { (ac_try="$ac_link"
4348 case "(($ac_try" in
4349   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4350   *) ac_try_echo=$ac_try;;
4351 esac
4352 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4353 $as_echo "$ac_try_echo") >&5
4354   (eval "$ac_link") 2>conftest.er1
4355   ac_status=$?
4356   grep -v '^ *+' conftest.er1 >conftest.err
4357   rm -f conftest.er1
4358   cat conftest.err >&5
4359   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4360   (exit $ac_status); } && {
4361          test -z "$ac_c_werror_flag" ||
4362          test ! -s conftest.err
4363        } && test -s conftest$ac_exeext && {
4364          test "$cross_compiling" = yes ||
4365          $as_test_x conftest$ac_exeext
4366        }; then
4367   LIBS=$ac_save_LIBS
4368 # We can link X programs with no special library path.
4369 ac_x_libraries=
4370 else
4371   $as_echo "$as_me: failed program was:" >&5
4372 sed 's/^/| /' conftest.$ac_ext >&5
4373
4374         LIBS=$ac_save_LIBS
4375 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4376 do
4377   # Don't even attempt the hair of trying to link an X program!
4378   for ac_extension in a so sl dylib la dll; do
4379     if test -r "$ac_dir/libX11.$ac_extension"; then
4380       ac_x_libraries=$ac_dir
4381       break 2
4382     fi
4383   done
4384 done
4385 fi
4386
4387 rm -rf conftest.dSYM
4388 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4389       conftest$ac_exeext conftest.$ac_ext
4390 fi # $ac_x_libraries = no
4391
4392 case $ac_x_includes,$ac_x_libraries in #(
4393   no,* | *,no | *\'*)
4394     # Didn't find X, or a directory has "'" in its name.
4395     ac_cv_have_x="have_x=no";; #(
4396   *)
4397     # Record where we found X for the cache.
4398     ac_cv_have_x="have_x=yes\
4399         ac_x_includes='$ac_x_includes'\
4400         ac_x_libraries='$ac_x_libraries'"
4401 esac
4402 fi
4403 ;; #(
4404     *) have_x=yes;;
4405   esac
4406   eval "$ac_cv_have_x"
4407 fi # $with_x != no
4408
4409 if test "$have_x" != yes; then
4410   { $as_echo "$as_me:$LINENO: result: $have_x" >&5
4411 $as_echo "$have_x" >&6; }
4412   no_x=yes
4413 else
4414   # If each of the values was on the command line, it overrides each guess.
4415   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4416   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4417   # Update the cache value to reflect the command line values.
4418   ac_cv_have_x="have_x=yes\
4419         ac_x_includes='$x_includes'\
4420         ac_x_libraries='$x_libraries'"
4421   { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4422 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
4423 fi
4424
4425 if test "$no_x" = yes; then
4426   # Not all programs may use this symbol, but it does not hurt to define it.
4427
4428 cat >>confdefs.h <<\_ACEOF
4429 #define X_DISPLAY_MISSING 1
4430 _ACEOF
4431
4432   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4433 else
4434   if test -n "$x_includes"; then
4435     X_CFLAGS="$X_CFLAGS -I$x_includes"
4436   fi
4437
4438   # It would also be nice to do this for all -L options, not just this one.
4439   if test -n "$x_libraries"; then
4440     X_LIBS="$X_LIBS -L$x_libraries"
4441     # For Solaris; some versions of Sun CC require a space after -R and
4442     # others require no space.  Words are not sufficient . . . .
4443     { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4444 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
4445     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4446     ac_xsave_c_werror_flag=$ac_c_werror_flag
4447     ac_c_werror_flag=yes
4448     cat >conftest.$ac_ext <<_ACEOF
4449 /* confdefs.h.  */
4450 _ACEOF
4451 cat confdefs.h >>conftest.$ac_ext
4452 cat >>conftest.$ac_ext <<_ACEOF
4453 /* end confdefs.h.  */
4454
4455 int
4456 main ()
4457 {
4458
4459   ;
4460   return 0;
4461 }
4462 _ACEOF
4463 rm -f conftest.$ac_objext conftest$ac_exeext
4464 if { (ac_try="$ac_link"
4465 case "(($ac_try" in
4466   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4467   *) ac_try_echo=$ac_try;;
4468 esac
4469 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4470 $as_echo "$ac_try_echo") >&5
4471   (eval "$ac_link") 2>conftest.er1
4472   ac_status=$?
4473   grep -v '^ *+' conftest.er1 >conftest.err
4474   rm -f conftest.er1
4475   cat conftest.err >&5
4476   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4477   (exit $ac_status); } && {
4478          test -z "$ac_c_werror_flag" ||
4479          test ! -s conftest.err
4480        } && test -s conftest$ac_exeext && {
4481          test "$cross_compiling" = yes ||
4482          $as_test_x conftest$ac_exeext
4483        }; then
4484   { $as_echo "$as_me:$LINENO: result: no" >&5
4485 $as_echo "no" >&6; }
4486        X_LIBS="$X_LIBS -R$x_libraries"
4487 else
4488   $as_echo "$as_me: failed program was:" >&5
4489 sed 's/^/| /' conftest.$ac_ext >&5
4490
4491         LIBS="$ac_xsave_LIBS -R $x_libraries"
4492        cat >conftest.$ac_ext <<_ACEOF
4493 /* confdefs.h.  */
4494 _ACEOF
4495 cat confdefs.h >>conftest.$ac_ext
4496 cat >>conftest.$ac_ext <<_ACEOF
4497 /* end confdefs.h.  */
4498
4499 int
4500 main ()
4501 {
4502
4503   ;
4504   return 0;
4505 }
4506 _ACEOF
4507 rm -f conftest.$ac_objext conftest$ac_exeext
4508 if { (ac_try="$ac_link"
4509 case "(($ac_try" in
4510   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4511   *) ac_try_echo=$ac_try;;
4512 esac
4513 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4514 $as_echo "$ac_try_echo") >&5
4515   (eval "$ac_link") 2>conftest.er1
4516   ac_status=$?
4517   grep -v '^ *+' conftest.er1 >conftest.err
4518   rm -f conftest.er1
4519   cat conftest.err >&5
4520   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4521   (exit $ac_status); } && {
4522          test -z "$ac_c_werror_flag" ||
4523          test ! -s conftest.err
4524        } && test -s conftest$ac_exeext && {
4525          test "$cross_compiling" = yes ||
4526          $as_test_x conftest$ac_exeext
4527        }; then
4528   { $as_echo "$as_me:$LINENO: result: yes" >&5
4529 $as_echo "yes" >&6; }
4530           X_LIBS="$X_LIBS -R $x_libraries"
4531 else
4532   $as_echo "$as_me: failed program was:" >&5
4533 sed 's/^/| /' conftest.$ac_ext >&5
4534
4535         { $as_echo "$as_me:$LINENO: result: neither works" >&5
4536 $as_echo "neither works" >&6; }
4537 fi
4538
4539 rm -rf conftest.dSYM
4540 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4541       conftest$ac_exeext conftest.$ac_ext
4542 fi
4543
4544 rm -rf conftest.dSYM
4545 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4546       conftest$ac_exeext conftest.$ac_ext
4547     ac_c_werror_flag=$ac_xsave_c_werror_flag
4548     LIBS=$ac_xsave_LIBS
4549   fi
4550
4551   # Check for system-dependent libraries X programs must link with.
4552   # Do this before checking for the system-independent R6 libraries
4553   # (-lICE), since we may need -lsocket or whatever for X linking.
4554
4555   if test "$ISC" = yes; then
4556     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4557   else
4558     # Martyn Johnson says this is needed for Ultrix, if the X
4559     # libraries were built with DECnet support.  And Karl Berry says
4560     # the Alpha needs dnet_stub (dnet does not exist).
4561     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4562     cat >conftest.$ac_ext <<_ACEOF
4563 /* confdefs.h.  */
4564 _ACEOF
4565 cat confdefs.h >>conftest.$ac_ext
4566 cat >>conftest.$ac_ext <<_ACEOF
4567 /* end confdefs.h.  */
4568
4569 /* Override any GCC internal prototype to avoid an error.
4570    Use char because int might match the return type of a GCC
4571    builtin and then its argument prototype would still apply.  */
4572 #ifdef __cplusplus
4573 extern "C"
4574 #endif
4575 char XOpenDisplay ();
4576 int
4577 main ()
4578 {
4579 return XOpenDisplay ();
4580   ;
4581   return 0;
4582 }
4583 _ACEOF
4584 rm -f conftest.$ac_objext conftest$ac_exeext
4585 if { (ac_try="$ac_link"
4586 case "(($ac_try" in
4587   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4588   *) ac_try_echo=$ac_try;;
4589 esac
4590 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4591 $as_echo "$ac_try_echo") >&5
4592   (eval "$ac_link") 2>conftest.er1
4593   ac_status=$?
4594   grep -v '^ *+' conftest.er1 >conftest.err
4595   rm -f conftest.er1
4596   cat conftest.err >&5
4597   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4598   (exit $ac_status); } && {
4599          test -z "$ac_c_werror_flag" ||
4600          test ! -s conftest.err
4601        } && test -s conftest$ac_exeext && {
4602          test "$cross_compiling" = yes ||
4603          $as_test_x conftest$ac_exeext
4604        }; then
4605   :
4606 else
4607   $as_echo "$as_me: failed program was:" >&5
4608 sed 's/^/| /' conftest.$ac_ext >&5
4609
4610         { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4611 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
4612 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4613   $as_echo_n "(cached) " >&6
4614 else
4615   ac_check_lib_save_LIBS=$LIBS
4616 LIBS="-ldnet  $LIBS"
4617 cat >conftest.$ac_ext <<_ACEOF
4618 /* confdefs.h.  */
4619 _ACEOF
4620 cat confdefs.h >>conftest.$ac_ext
4621 cat >>conftest.$ac_ext <<_ACEOF
4622 /* end confdefs.h.  */
4623
4624 /* Override any GCC internal prototype to avoid an error.
4625    Use char because int might match the return type of a GCC
4626    builtin and then its argument prototype would still apply.  */
4627 #ifdef __cplusplus
4628 extern "C"
4629 #endif
4630 char dnet_ntoa ();
4631 int
4632 main ()
4633 {
4634 return dnet_ntoa ();
4635   ;
4636   return 0;
4637 }
4638 _ACEOF
4639 rm -f conftest.$ac_objext conftest$ac_exeext
4640 if { (ac_try="$ac_link"
4641 case "(($ac_try" in
4642   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4643   *) ac_try_echo=$ac_try;;
4644 esac
4645 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4646 $as_echo "$ac_try_echo") >&5
4647   (eval "$ac_link") 2>conftest.er1
4648   ac_status=$?
4649   grep -v '^ *+' conftest.er1 >conftest.err
4650   rm -f conftest.er1
4651   cat conftest.err >&5
4652   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4653   (exit $ac_status); } && {
4654          test -z "$ac_c_werror_flag" ||
4655          test ! -s conftest.err
4656        } && test -s conftest$ac_exeext && {
4657          test "$cross_compiling" = yes ||
4658          $as_test_x conftest$ac_exeext
4659        }; then
4660   ac_cv_lib_dnet_dnet_ntoa=yes
4661 else
4662   $as_echo "$as_me: failed program was:" >&5
4663 sed 's/^/| /' conftest.$ac_ext >&5
4664
4665         ac_cv_lib_dnet_dnet_ntoa=no
4666 fi
4667
4668 rm -rf conftest.dSYM
4669 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4670       conftest$ac_exeext conftest.$ac_ext
4671 LIBS=$ac_check_lib_save_LIBS
4672 fi
4673 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4674 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4675 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
4676   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4677 fi
4678
4679     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4680       { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4681 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
4682 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4683   $as_echo_n "(cached) " >&6
4684 else
4685   ac_check_lib_save_LIBS=$LIBS
4686 LIBS="-ldnet_stub  $LIBS"
4687 cat >conftest.$ac_ext <<_ACEOF
4688 /* confdefs.h.  */
4689 _ACEOF
4690 cat confdefs.h >>conftest.$ac_ext
4691 cat >>conftest.$ac_ext <<_ACEOF
4692 /* end confdefs.h.  */
4693
4694 /* Override any GCC internal prototype to avoid an error.
4695    Use char because int might match the return type of a GCC
4696    builtin and then its argument prototype would still apply.  */
4697 #ifdef __cplusplus
4698 extern "C"
4699 #endif
4700 char dnet_ntoa ();
4701 int
4702 main ()
4703 {
4704 return dnet_ntoa ();
4705   ;
4706   return 0;
4707 }
4708 _ACEOF
4709 rm -f conftest.$ac_objext conftest$ac_exeext
4710 if { (ac_try="$ac_link"
4711 case "(($ac_try" in
4712   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4713   *) ac_try_echo=$ac_try;;
4714 esac
4715 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4716 $as_echo "$ac_try_echo") >&5
4717   (eval "$ac_link") 2>conftest.er1
4718   ac_status=$?
4719   grep -v '^ *+' conftest.er1 >conftest.err
4720   rm -f conftest.er1
4721   cat conftest.err >&5
4722   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4723   (exit $ac_status); } && {
4724          test -z "$ac_c_werror_flag" ||
4725          test ! -s conftest.err
4726        } && test -s conftest$ac_exeext && {
4727          test "$cross_compiling" = yes ||
4728          $as_test_x conftest$ac_exeext
4729        }; then
4730   ac_cv_lib_dnet_stub_dnet_ntoa=yes
4731 else
4732   $as_echo "$as_me: failed program was:" >&5
4733 sed 's/^/| /' conftest.$ac_ext >&5
4734
4735         ac_cv_lib_dnet_stub_dnet_ntoa=no
4736 fi
4737
4738 rm -rf conftest.dSYM
4739 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4740       conftest$ac_exeext conftest.$ac_ext
4741 LIBS=$ac_check_lib_save_LIBS
4742 fi
4743 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4744 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4745 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
4746   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4747 fi
4748
4749     fi
4750 fi
4751
4752 rm -rf conftest.dSYM
4753 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4754       conftest$ac_exeext conftest.$ac_ext
4755     LIBS="$ac_xsave_LIBS"
4756
4757     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4758     # to get the SysV transport functions.
4759     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4760     # needs -lnsl.
4761     # The nsl library prevents programs from opening the X display
4762     # on Irix 5.2, according to T.E. Dickey.
4763     # The functions gethostbyname, getservbyname, and inet_addr are
4764     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4765     { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
4766 $as_echo_n "checking for gethostbyname... " >&6; }
4767 if test "${ac_cv_func_gethostbyname+set}" = set; then
4768   $as_echo_n "(cached) " >&6
4769 else
4770   cat >conftest.$ac_ext <<_ACEOF
4771 /* confdefs.h.  */
4772 _ACEOF
4773 cat confdefs.h >>conftest.$ac_ext
4774 cat >>conftest.$ac_ext <<_ACEOF
4775 /* end confdefs.h.  */
4776 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4777    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4778 #define gethostbyname innocuous_gethostbyname
4779
4780 /* System header to define __stub macros and hopefully few prototypes,
4781     which can conflict with char gethostbyname (); below.
4782     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4783     <limits.h> exists even on freestanding compilers.  */
4784
4785 #ifdef __STDC__
4786 # include <limits.h>
4787 #else
4788 # include <assert.h>
4789 #endif
4790
4791 #undef gethostbyname
4792
4793 /* Override any GCC internal prototype to avoid an error.
4794    Use char because int might match the return type of a GCC
4795    builtin and then its argument prototype would still apply.  */
4796 #ifdef __cplusplus
4797 extern "C"
4798 #endif
4799 char gethostbyname ();
4800 /* The GNU C library defines this for functions which it implements
4801     to always fail with ENOSYS.  Some functions are actually named
4802     something starting with __ and the normal name is an alias.  */
4803 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4804 choke me
4805 #endif
4806
4807 int
4808 main ()
4809 {
4810 return gethostbyname ();
4811   ;
4812   return 0;
4813 }
4814 _ACEOF
4815 rm -f conftest.$ac_objext conftest$ac_exeext
4816 if { (ac_try="$ac_link"
4817 case "(($ac_try" in
4818   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4819   *) ac_try_echo=$ac_try;;
4820 esac
4821 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4822 $as_echo "$ac_try_echo") >&5
4823   (eval "$ac_link") 2>conftest.er1
4824   ac_status=$?
4825   grep -v '^ *+' conftest.er1 >conftest.err
4826   rm -f conftest.er1
4827   cat conftest.err >&5
4828   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4829   (exit $ac_status); } && {
4830          test -z "$ac_c_werror_flag" ||
4831          test ! -s conftest.err
4832        } && test -s conftest$ac_exeext && {
4833          test "$cross_compiling" = yes ||
4834          $as_test_x conftest$ac_exeext
4835        }; then
4836   ac_cv_func_gethostbyname=yes
4837 else
4838   $as_echo "$as_me: failed program was:" >&5
4839 sed 's/^/| /' conftest.$ac_ext >&5
4840
4841         ac_cv_func_gethostbyname=no
4842 fi
4843
4844 rm -rf conftest.dSYM
4845 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4846       conftest$ac_exeext conftest.$ac_ext
4847 fi
4848 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4849 $as_echo "$ac_cv_func_gethostbyname" >&6; }
4850
4851     if test $ac_cv_func_gethostbyname = no; then
4852       { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4853 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
4854 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4855   $as_echo_n "(cached) " >&6
4856 else
4857   ac_check_lib_save_LIBS=$LIBS
4858 LIBS="-lnsl  $LIBS"
4859 cat >conftest.$ac_ext <<_ACEOF
4860 /* confdefs.h.  */
4861 _ACEOF
4862 cat confdefs.h >>conftest.$ac_ext
4863 cat >>conftest.$ac_ext <<_ACEOF
4864 /* end confdefs.h.  */
4865
4866 /* Override any GCC internal prototype to avoid an error.
4867    Use char because int might match the return type of a GCC
4868    builtin and then its argument prototype would still apply.  */
4869 #ifdef __cplusplus
4870 extern "C"
4871 #endif
4872 char gethostbyname ();
4873 int
4874 main ()
4875 {
4876 return gethostbyname ();
4877   ;
4878   return 0;
4879 }
4880 _ACEOF
4881 rm -f conftest.$ac_objext conftest$ac_exeext
4882 if { (ac_try="$ac_link"
4883 case "(($ac_try" in
4884   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4885   *) ac_try_echo=$ac_try;;
4886 esac
4887 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4888 $as_echo "$ac_try_echo") >&5
4889   (eval "$ac_link") 2>conftest.er1
4890   ac_status=$?
4891   grep -v '^ *+' conftest.er1 >conftest.err
4892   rm -f conftest.er1
4893   cat conftest.err >&5
4894   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4895   (exit $ac_status); } && {
4896          test -z "$ac_c_werror_flag" ||
4897          test ! -s conftest.err
4898        } && test -s conftest$ac_exeext && {
4899          test "$cross_compiling" = yes ||
4900          $as_test_x conftest$ac_exeext
4901        }; then
4902   ac_cv_lib_nsl_gethostbyname=yes
4903 else
4904   $as_echo "$as_me: failed program was:" >&5
4905 sed 's/^/| /' conftest.$ac_ext >&5
4906
4907         ac_cv_lib_nsl_gethostbyname=no
4908 fi
4909
4910 rm -rf conftest.dSYM
4911 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4912       conftest$ac_exeext conftest.$ac_ext
4913 LIBS=$ac_check_lib_save_LIBS
4914 fi
4915 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4916 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
4917 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
4918   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4919 fi
4920
4921       if test $ac_cv_lib_nsl_gethostbyname = no; then
4922         { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4923 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
4924 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4925   $as_echo_n "(cached) " >&6
4926 else
4927   ac_check_lib_save_LIBS=$LIBS
4928 LIBS="-lbsd  $LIBS"
4929 cat >conftest.$ac_ext <<_ACEOF
4930 /* confdefs.h.  */
4931 _ACEOF
4932 cat confdefs.h >>conftest.$ac_ext
4933 cat >>conftest.$ac_ext <<_ACEOF
4934 /* end confdefs.h.  */
4935
4936 /* Override any GCC internal prototype to avoid an error.
4937    Use char because int might match the return type of a GCC
4938    builtin and then its argument prototype would still apply.  */
4939 #ifdef __cplusplus
4940 extern "C"
4941 #endif
4942 char gethostbyname ();
4943 int
4944 main ()
4945 {
4946 return gethostbyname ();
4947   ;
4948   return 0;
4949 }
4950 _ACEOF
4951 rm -f conftest.$ac_objext conftest$ac_exeext
4952 if { (ac_try="$ac_link"
4953 case "(($ac_try" in
4954   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4955   *) ac_try_echo=$ac_try;;
4956 esac
4957 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4958 $as_echo "$ac_try_echo") >&5
4959   (eval "$ac_link") 2>conftest.er1
4960   ac_status=$?
4961   grep -v '^ *+' conftest.er1 >conftest.err
4962   rm -f conftest.er1
4963   cat conftest.err >&5
4964   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4965   (exit $ac_status); } && {
4966          test -z "$ac_c_werror_flag" ||
4967          test ! -s conftest.err
4968        } && test -s conftest$ac_exeext && {
4969          test "$cross_compiling" = yes ||
4970          $as_test_x conftest$ac_exeext
4971        }; then
4972   ac_cv_lib_bsd_gethostbyname=yes
4973 else
4974   $as_echo "$as_me: failed program was:" >&5
4975 sed 's/^/| /' conftest.$ac_ext >&5
4976
4977         ac_cv_lib_bsd_gethostbyname=no
4978 fi
4979
4980 rm -rf conftest.dSYM
4981 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4982       conftest$ac_exeext conftest.$ac_ext
4983 LIBS=$ac_check_lib_save_LIBS
4984 fi
4985 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4986 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
4987 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
4988   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4989 fi
4990
4991       fi
4992     fi
4993
4994     # lieder@skyler.mavd.honeywell.com says without -lsocket,
4995     # socket/setsockopt and other routines are undefined under SCO ODT
4996     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
4997     # on later versions), says Simon Leinen: it contains gethostby*
4998     # variants that don't use the name server (or something).  -lsocket
4999     # must be given before -lnsl if both are needed.  We assume that
5000     # if connect needs -lnsl, so does gethostbyname.
5001     { $as_echo "$as_me:$LINENO: checking for connect" >&5
5002 $as_echo_n "checking for connect... " >&6; }
5003 if test "${ac_cv_func_connect+set}" = set; then
5004   $as_echo_n "(cached) " >&6
5005 else
5006   cat >conftest.$ac_ext <<_ACEOF
5007 /* confdefs.h.  */
5008 _ACEOF
5009 cat confdefs.h >>conftest.$ac_ext
5010 cat >>conftest.$ac_ext <<_ACEOF
5011 /* end confdefs.h.  */
5012 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
5013    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5014 #define connect innocuous_connect
5015
5016 /* System header to define __stub macros and hopefully few prototypes,
5017     which can conflict with char connect (); below.
5018     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5019     <limits.h> exists even on freestanding compilers.  */
5020
5021 #ifdef __STDC__
5022 # include <limits.h>
5023 #else
5024 # include <assert.h>
5025 #endif
5026
5027 #undef connect
5028
5029 /* Override any GCC internal prototype to avoid an error.
5030    Use char because int might match the return type of a GCC
5031    builtin and then its argument prototype would still apply.  */
5032 #ifdef __cplusplus
5033 extern "C"
5034 #endif
5035 char connect ();
5036 /* The GNU C library defines this for functions which it implements
5037     to always fail with ENOSYS.  Some functions are actually named
5038     something starting with __ and the normal name is an alias.  */
5039 #if defined __stub_connect || defined __stub___connect
5040 choke me
5041 #endif
5042
5043 int
5044 main ()
5045 {
5046 return connect ();
5047   ;
5048   return 0;
5049 }
5050 _ACEOF
5051 rm -f conftest.$ac_objext conftest$ac_exeext
5052 if { (ac_try="$ac_link"
5053 case "(($ac_try" in
5054   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5055   *) ac_try_echo=$ac_try;;
5056 esac
5057 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5058 $as_echo "$ac_try_echo") >&5
5059   (eval "$ac_link") 2>conftest.er1
5060   ac_status=$?
5061   grep -v '^ *+' conftest.er1 >conftest.err
5062   rm -f conftest.er1
5063   cat conftest.err >&5
5064   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5065   (exit $ac_status); } && {
5066          test -z "$ac_c_werror_flag" ||
5067          test ! -s conftest.err
5068        } && test -s conftest$ac_exeext && {
5069          test "$cross_compiling" = yes ||
5070          $as_test_x conftest$ac_exeext
5071        }; then
5072   ac_cv_func_connect=yes
5073 else
5074   $as_echo "$as_me: failed program was:" >&5
5075 sed 's/^/| /' conftest.$ac_ext >&5
5076
5077         ac_cv_func_connect=no
5078 fi
5079
5080 rm -rf conftest.dSYM
5081 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5082       conftest$ac_exeext conftest.$ac_ext
5083 fi
5084 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
5085 $as_echo "$ac_cv_func_connect" >&6; }
5086
5087     if test $ac_cv_func_connect = no; then
5088       { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
5089 $as_echo_n "checking for connect in -lsocket... " >&6; }
5090 if test "${ac_cv_lib_socket_connect+set}" = set; then
5091   $as_echo_n "(cached) " >&6
5092 else
5093   ac_check_lib_save_LIBS=$LIBS
5094 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
5095 cat >conftest.$ac_ext <<_ACEOF
5096 /* confdefs.h.  */
5097 _ACEOF
5098 cat confdefs.h >>conftest.$ac_ext
5099 cat >>conftest.$ac_ext <<_ACEOF
5100 /* end confdefs.h.  */
5101
5102 /* Override any GCC internal prototype to avoid an error.
5103    Use char because int might match the return type of a GCC
5104    builtin and then its argument prototype would still apply.  */
5105 #ifdef __cplusplus
5106 extern "C"
5107 #endif
5108 char connect ();
5109 int
5110 main ()
5111 {
5112 return connect ();
5113   ;
5114   return 0;
5115 }
5116 _ACEOF
5117 rm -f conftest.$ac_objext conftest$ac_exeext
5118 if { (ac_try="$ac_link"
5119 case "(($ac_try" in
5120   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5121   *) ac_try_echo=$ac_try;;
5122 esac
5123 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5124 $as_echo "$ac_try_echo") >&5
5125   (eval "$ac_link") 2>conftest.er1
5126   ac_status=$?
5127   grep -v '^ *+' conftest.er1 >conftest.err
5128   rm -f conftest.er1
5129   cat conftest.err >&5
5130   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5131   (exit $ac_status); } && {
5132          test -z "$ac_c_werror_flag" ||
5133          test ! -s conftest.err
5134        } && test -s conftest$ac_exeext && {
5135          test "$cross_compiling" = yes ||
5136          $as_test_x conftest$ac_exeext
5137        }; then
5138   ac_cv_lib_socket_connect=yes
5139 else
5140   $as_echo "$as_me: failed program was:" >&5
5141 sed 's/^/| /' conftest.$ac_ext >&5
5142
5143         ac_cv_lib_socket_connect=no
5144 fi
5145
5146 rm -rf conftest.dSYM
5147 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5148       conftest$ac_exeext conftest.$ac_ext
5149 LIBS=$ac_check_lib_save_LIBS
5150 fi
5151 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
5152 $as_echo "$ac_cv_lib_socket_connect" >&6; }
5153 if test "x$ac_cv_lib_socket_connect" = x""yes; then
5154   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
5155 fi
5156
5157     fi
5158
5159     # Guillermo Gomez says -lposix is necessary on A/UX.
5160     { $as_echo "$as_me:$LINENO: checking for remove" >&5
5161 $as_echo_n "checking for remove... " >&6; }
5162 if test "${ac_cv_func_remove+set}" = set; then
5163   $as_echo_n "(cached) " >&6
5164 else
5165   cat >conftest.$ac_ext <<_ACEOF
5166 /* confdefs.h.  */
5167 _ACEOF
5168 cat confdefs.h >>conftest.$ac_ext
5169 cat >>conftest.$ac_ext <<_ACEOF
5170 /* end confdefs.h.  */
5171 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
5172    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5173 #define remove innocuous_remove
5174
5175 /* System header to define __stub macros and hopefully few prototypes,
5176     which can conflict with char remove (); below.
5177     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5178     <limits.h> exists even on freestanding compilers.  */
5179
5180 #ifdef __STDC__
5181 # include <limits.h>
5182 #else
5183 # include <assert.h>
5184 #endif
5185
5186 #undef remove
5187
5188 /* Override any GCC internal prototype to avoid an error.
5189    Use char because int might match the return type of a GCC
5190    builtin and then its argument prototype would still apply.  */
5191 #ifdef __cplusplus
5192 extern "C"
5193 #endif
5194 char remove ();
5195 /* The GNU C library defines this for functions which it implements
5196     to always fail with ENOSYS.  Some functions are actually named
5197     something starting with __ and the normal name is an alias.  */
5198 #if defined __stub_remove || defined __stub___remove
5199 choke me
5200 #endif
5201
5202 int
5203 main ()
5204 {
5205 return remove ();
5206   ;
5207   return 0;
5208 }
5209 _ACEOF
5210 rm -f conftest.$ac_objext conftest$ac_exeext
5211 if { (ac_try="$ac_link"
5212 case "(($ac_try" in
5213   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5214   *) ac_try_echo=$ac_try;;
5215 esac
5216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5217 $as_echo "$ac_try_echo") >&5
5218   (eval "$ac_link") 2>conftest.er1
5219   ac_status=$?
5220   grep -v '^ *+' conftest.er1 >conftest.err
5221   rm -f conftest.er1
5222   cat conftest.err >&5
5223   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5224   (exit $ac_status); } && {
5225          test -z "$ac_c_werror_flag" ||
5226          test ! -s conftest.err
5227        } && test -s conftest$ac_exeext && {
5228          test "$cross_compiling" = yes ||
5229          $as_test_x conftest$ac_exeext
5230        }; then
5231   ac_cv_func_remove=yes
5232 else
5233   $as_echo "$as_me: failed program was:" >&5
5234 sed 's/^/| /' conftest.$ac_ext >&5
5235
5236         ac_cv_func_remove=no
5237 fi
5238
5239 rm -rf conftest.dSYM
5240 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5241       conftest$ac_exeext conftest.$ac_ext
5242 fi
5243 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
5244 $as_echo "$ac_cv_func_remove" >&6; }
5245
5246     if test $ac_cv_func_remove = no; then
5247       { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
5248 $as_echo_n "checking for remove in -lposix... " >&6; }
5249 if test "${ac_cv_lib_posix_remove+set}" = set; then
5250   $as_echo_n "(cached) " >&6
5251 else
5252   ac_check_lib_save_LIBS=$LIBS
5253 LIBS="-lposix  $LIBS"
5254 cat >conftest.$ac_ext <<_ACEOF
5255 /* confdefs.h.  */
5256 _ACEOF
5257 cat confdefs.h >>conftest.$ac_ext
5258 cat >>conftest.$ac_ext <<_ACEOF
5259 /* end confdefs.h.  */
5260
5261 /* Override any GCC internal prototype to avoid an error.
5262    Use char because int might match the return type of a GCC
5263    builtin and then its argument prototype would still apply.  */
5264 #ifdef __cplusplus
5265 extern "C"
5266 #endif
5267 char remove ();
5268 int
5269 main ()
5270 {
5271 return remove ();
5272   ;
5273   return 0;
5274 }
5275 _ACEOF
5276 rm -f conftest.$ac_objext conftest$ac_exeext
5277 if { (ac_try="$ac_link"
5278 case "(($ac_try" in
5279   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5280   *) ac_try_echo=$ac_try;;
5281 esac
5282 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5283 $as_echo "$ac_try_echo") >&5
5284   (eval "$ac_link") 2>conftest.er1
5285   ac_status=$?
5286   grep -v '^ *+' conftest.er1 >conftest.err
5287   rm -f conftest.er1
5288   cat conftest.err >&5
5289   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5290   (exit $ac_status); } && {
5291          test -z "$ac_c_werror_flag" ||
5292          test ! -s conftest.err
5293        } && test -s conftest$ac_exeext && {
5294          test "$cross_compiling" = yes ||
5295          $as_test_x conftest$ac_exeext
5296        }; then
5297   ac_cv_lib_posix_remove=yes
5298 else
5299   $as_echo "$as_me: failed program was:" >&5
5300 sed 's/^/| /' conftest.$ac_ext >&5
5301
5302         ac_cv_lib_posix_remove=no
5303 fi
5304
5305 rm -rf conftest.dSYM
5306 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5307       conftest$ac_exeext conftest.$ac_ext
5308 LIBS=$ac_check_lib_save_LIBS
5309 fi
5310 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5311 $as_echo "$ac_cv_lib_posix_remove" >&6; }
5312 if test "x$ac_cv_lib_posix_remove" = x""yes; then
5313   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5314 fi
5315
5316     fi
5317
5318     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5319     { $as_echo "$as_me:$LINENO: checking for shmat" >&5
5320 $as_echo_n "checking for shmat... " >&6; }
5321 if test "${ac_cv_func_shmat+set}" = set; then
5322   $as_echo_n "(cached) " >&6
5323 else
5324   cat >conftest.$ac_ext <<_ACEOF
5325 /* confdefs.h.  */
5326 _ACEOF
5327 cat confdefs.h >>conftest.$ac_ext
5328 cat >>conftest.$ac_ext <<_ACEOF
5329 /* end confdefs.h.  */
5330 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5331    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5332 #define shmat innocuous_shmat
5333
5334 /* System header to define __stub macros and hopefully few prototypes,
5335     which can conflict with char shmat (); below.
5336     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5337     <limits.h> exists even on freestanding compilers.  */
5338
5339 #ifdef __STDC__
5340 # include <limits.h>
5341 #else
5342 # include <assert.h>
5343 #endif
5344
5345 #undef shmat
5346
5347 /* Override any GCC internal prototype to avoid an error.
5348    Use char because int might match the return type of a GCC
5349    builtin and then its argument prototype would still apply.  */
5350 #ifdef __cplusplus
5351 extern "C"
5352 #endif
5353 char shmat ();
5354 /* The GNU C library defines this for functions which it implements
5355     to always fail with ENOSYS.  Some functions are actually named
5356     something starting with __ and the normal name is an alias.  */
5357 #if defined __stub_shmat || defined __stub___shmat
5358 choke me
5359 #endif
5360
5361 int
5362 main ()
5363 {
5364 return shmat ();
5365   ;
5366   return 0;
5367 }
5368 _ACEOF
5369 rm -f conftest.$ac_objext conftest$ac_exeext
5370 if { (ac_try="$ac_link"
5371 case "(($ac_try" in
5372   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5373   *) ac_try_echo=$ac_try;;
5374 esac
5375 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5376 $as_echo "$ac_try_echo") >&5
5377   (eval "$ac_link") 2>conftest.er1
5378   ac_status=$?
5379   grep -v '^ *+' conftest.er1 >conftest.err
5380   rm -f conftest.er1
5381   cat conftest.err >&5
5382   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5383   (exit $ac_status); } && {
5384          test -z "$ac_c_werror_flag" ||
5385          test ! -s conftest.err
5386        } && test -s conftest$ac_exeext && {
5387          test "$cross_compiling" = yes ||
5388          $as_test_x conftest$ac_exeext
5389        }; then
5390   ac_cv_func_shmat=yes
5391 else
5392   $as_echo "$as_me: failed program was:" >&5
5393 sed 's/^/| /' conftest.$ac_ext >&5
5394
5395         ac_cv_func_shmat=no
5396 fi
5397
5398 rm -rf conftest.dSYM
5399 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5400       conftest$ac_exeext conftest.$ac_ext
5401 fi
5402 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5403 $as_echo "$ac_cv_func_shmat" >&6; }
5404
5405     if test $ac_cv_func_shmat = no; then
5406       { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5407 $as_echo_n "checking for shmat in -lipc... " >&6; }
5408 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5409   $as_echo_n "(cached) " >&6
5410 else
5411   ac_check_lib_save_LIBS=$LIBS
5412 LIBS="-lipc  $LIBS"
5413 cat >conftest.$ac_ext <<_ACEOF
5414 /* confdefs.h.  */
5415 _ACEOF
5416 cat confdefs.h >>conftest.$ac_ext
5417 cat >>conftest.$ac_ext <<_ACEOF
5418 /* end confdefs.h.  */
5419
5420 /* Override any GCC internal prototype to avoid an error.
5421    Use char because int might match the return type of a GCC
5422    builtin and then its argument prototype would still apply.  */
5423 #ifdef __cplusplus
5424 extern "C"
5425 #endif
5426 char shmat ();
5427 int
5428 main ()
5429 {
5430 return shmat ();
5431   ;
5432   return 0;
5433 }
5434 _ACEOF
5435 rm -f conftest.$ac_objext conftest$ac_exeext
5436 if { (ac_try="$ac_link"
5437 case "(($ac_try" in
5438   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5439   *) ac_try_echo=$ac_try;;
5440 esac
5441 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5442 $as_echo "$ac_try_echo") >&5
5443   (eval "$ac_link") 2>conftest.er1
5444   ac_status=$?
5445   grep -v '^ *+' conftest.er1 >conftest.err
5446   rm -f conftest.er1
5447   cat conftest.err >&5
5448   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5449   (exit $ac_status); } && {
5450          test -z "$ac_c_werror_flag" ||
5451          test ! -s conftest.err
5452        } && test -s conftest$ac_exeext && {
5453          test "$cross_compiling" = yes ||
5454          $as_test_x conftest$ac_exeext
5455        }; then
5456   ac_cv_lib_ipc_shmat=yes
5457 else
5458   $as_echo "$as_me: failed program was:" >&5
5459 sed 's/^/| /' conftest.$ac_ext >&5
5460
5461         ac_cv_lib_ipc_shmat=no
5462 fi
5463
5464 rm -rf conftest.dSYM
5465 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5466       conftest$ac_exeext conftest.$ac_ext
5467 LIBS=$ac_check_lib_save_LIBS
5468 fi
5469 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5470 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
5471 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
5472   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5473 fi
5474
5475     fi
5476   fi
5477
5478   # Check for libraries that X11R6 Xt/Xaw programs need.
5479   ac_save_LDFLAGS=$LDFLAGS
5480   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5481   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5482   # check for ICE first), but we must link in the order -lSM -lICE or
5483   # we get undefined symbols.  So assume we have SM if we have ICE.
5484   # These have to be linked with before -lX11, unlike the other
5485   # libraries we check for below, so use a different variable.
5486   # John Interrante, Karl Berry
5487   { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5488 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
5489 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5490   $as_echo_n "(cached) " >&6
5491 else
5492   ac_check_lib_save_LIBS=$LIBS
5493 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5494 cat >conftest.$ac_ext <<_ACEOF
5495 /* confdefs.h.  */
5496 _ACEOF
5497 cat confdefs.h >>conftest.$ac_ext
5498 cat >>conftest.$ac_ext <<_ACEOF
5499 /* end confdefs.h.  */
5500
5501 /* Override any GCC internal prototype to avoid an error.
5502    Use char because int might match the return type of a GCC
5503    builtin and then its argument prototype would still apply.  */
5504 #ifdef __cplusplus
5505 extern "C"
5506 #endif
5507 char IceConnectionNumber ();
5508 int
5509 main ()
5510 {
5511 return IceConnectionNumber ();
5512   ;
5513   return 0;
5514 }
5515 _ACEOF
5516 rm -f conftest.$ac_objext conftest$ac_exeext
5517 if { (ac_try="$ac_link"
5518 case "(($ac_try" in
5519   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5520   *) ac_try_echo=$ac_try;;
5521 esac
5522 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5523 $as_echo "$ac_try_echo") >&5
5524   (eval "$ac_link") 2>conftest.er1
5525   ac_status=$?
5526   grep -v '^ *+' conftest.er1 >conftest.err
5527   rm -f conftest.er1
5528   cat conftest.err >&5
5529   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5530   (exit $ac_status); } && {
5531          test -z "$ac_c_werror_flag" ||
5532          test ! -s conftest.err
5533        } && test -s conftest$ac_exeext && {
5534          test "$cross_compiling" = yes ||
5535          $as_test_x conftest$ac_exeext
5536        }; then
5537   ac_cv_lib_ICE_IceConnectionNumber=yes
5538 else
5539   $as_echo "$as_me: failed program was:" >&5
5540 sed 's/^/| /' conftest.$ac_ext >&5
5541
5542         ac_cv_lib_ICE_IceConnectionNumber=no
5543 fi
5544
5545 rm -rf conftest.dSYM
5546 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5547       conftest$ac_exeext conftest.$ac_ext
5548 LIBS=$ac_check_lib_save_LIBS
5549 fi
5550 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5551 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5552 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
5553   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5554 fi
5555
5556   LDFLAGS=$ac_save_LDFLAGS
5557
5558 fi
5559
5560
5561 for ac_prog in flex
5562 do
5563   # Extract the first word of "$ac_prog", so it can be a program name with args.
5564 set dummy $ac_prog; ac_word=$2
5565 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5566 $as_echo_n "checking for $ac_word... " >&6; }
5567 if test "${ac_cv_prog_FLEX+set}" = set; then
5568   $as_echo_n "(cached) " >&6
5569 else
5570   if test -n "$FLEX"; then
5571   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5572 else
5573 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5574 for as_dir in $PATH
5575 do
5576   IFS=$as_save_IFS
5577   test -z "$as_dir" && as_dir=.
5578   for ac_exec_ext in '' $ac_executable_extensions; do
5579   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5580     ac_cv_prog_FLEX="$ac_prog"
5581     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5582     break 2
5583   fi
5584 done
5585 done
5586 IFS=$as_save_IFS
5587
5588 fi
5589 fi
5590 FLEX=$ac_cv_prog_FLEX
5591 if test -n "$FLEX"; then
5592   { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
5593 $as_echo "$FLEX" >&6; }
5594 else
5595   { $as_echo "$as_me:$LINENO: result: no" >&5
5596 $as_echo "no" >&6; }
5597 fi
5598
5599
5600   test -n "$FLEX" && break
5601 done
5602 test -n "$FLEX" || FLEX="none"
5603
5604 if test "$FLEX" = "none"
5605 then
5606   { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5607 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5608    { (exit 1); exit 1; }; }
5609 fi
5610
5611 for ac_prog in bison
5612 do
5613   # Extract the first word of "$ac_prog", so it can be a program name with args.
5614 set dummy $ac_prog; ac_word=$2
5615 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5616 $as_echo_n "checking for $ac_word... " >&6; }
5617 if test "${ac_cv_prog_BISON+set}" = set; then
5618   $as_echo_n "(cached) " >&6
5619 else
5620   if test -n "$BISON"; then
5621   ac_cv_prog_BISON="$BISON" # Let the user override the test.
5622 else
5623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5624 for as_dir in $PATH
5625 do
5626   IFS=$as_save_IFS
5627   test -z "$as_dir" && as_dir=.
5628   for ac_exec_ext in '' $ac_executable_extensions; do
5629   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5630     ac_cv_prog_BISON="$ac_prog"
5631     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5632     break 2
5633   fi
5634 done
5635 done
5636 IFS=$as_save_IFS
5637
5638 fi
5639 fi
5640 BISON=$ac_cv_prog_BISON
5641 if test -n "$BISON"; then
5642   { $as_echo "$as_me:$LINENO: result: $BISON" >&5
5643 $as_echo "$BISON" >&6; }
5644 else
5645   { $as_echo "$as_me:$LINENO: result: no" >&5
5646 $as_echo "no" >&6; }
5647 fi
5648
5649
5650   test -n "$BISON" && break
5651 done
5652 test -n "$BISON" || BISON="none"
5653
5654 if test "$BISON" = "none"
5655 then
5656   { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5657 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5658    { (exit 1); exit 1; }; }
5659 fi
5660
5661 if test -n "$ac_tool_prefix"; then
5662   for ac_prog in gas as
5663   do
5664     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5665 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5666 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5667 $as_echo_n "checking for $ac_word... " >&6; }
5668 if test "${ac_cv_prog_AS+set}" = set; then
5669   $as_echo_n "(cached) " >&6
5670 else
5671   if test -n "$AS"; then
5672   ac_cv_prog_AS="$AS" # Let the user override the test.
5673 else
5674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5675 for as_dir in $PATH
5676 do
5677   IFS=$as_save_IFS
5678   test -z "$as_dir" && as_dir=.
5679   for ac_exec_ext in '' $ac_executable_extensions; do
5680   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5681     ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5682     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5683     break 2
5684   fi
5685 done
5686 done
5687 IFS=$as_save_IFS
5688
5689 fi
5690 fi
5691 AS=$ac_cv_prog_AS
5692 if test -n "$AS"; then
5693   { $as_echo "$as_me:$LINENO: result: $AS" >&5
5694 $as_echo "$AS" >&6; }
5695 else
5696   { $as_echo "$as_me:$LINENO: result: no" >&5
5697 $as_echo "no" >&6; }
5698 fi
5699
5700
5701     test -n "$AS" && break
5702   done
5703 fi
5704 if test -z "$AS"; then
5705   ac_ct_AS=$AS
5706   for ac_prog in gas as
5707 do
5708   # Extract the first word of "$ac_prog", so it can be a program name with args.
5709 set dummy $ac_prog; ac_word=$2
5710 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5711 $as_echo_n "checking for $ac_word... " >&6; }
5712 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5713   $as_echo_n "(cached) " >&6
5714 else
5715   if test -n "$ac_ct_AS"; then
5716   ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5717 else
5718 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5719 for as_dir in $PATH
5720 do
5721   IFS=$as_save_IFS
5722   test -z "$as_dir" && as_dir=.
5723   for ac_exec_ext in '' $ac_executable_extensions; do
5724   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5725     ac_cv_prog_ac_ct_AS="$ac_prog"
5726     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5727     break 2
5728   fi
5729 done
5730 done
5731 IFS=$as_save_IFS
5732
5733 fi
5734 fi
5735 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5736 if test -n "$ac_ct_AS"; then
5737   { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5738 $as_echo "$ac_ct_AS" >&6; }
5739 else
5740   { $as_echo "$as_me:$LINENO: result: no" >&5
5741 $as_echo "no" >&6; }
5742 fi
5743
5744
5745   test -n "$ac_ct_AS" && break
5746 done
5747
5748   if test "x$ac_ct_AS" = x; then
5749     AS="as"
5750   else
5751     case $cross_compiling:$ac_tool_warned in
5752 yes:)
5753 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5754 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5755 ac_tool_warned=yes ;;
5756 esac
5757     AS=$ac_ct_AS
5758   fi
5759 fi
5760
5761 if test -n "$ac_tool_prefix"; then
5762   for ac_prog in ld gld
5763   do
5764     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5765 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5766 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5767 $as_echo_n "checking for $ac_word... " >&6; }
5768 if test "${ac_cv_prog_LD+set}" = set; then
5769   $as_echo_n "(cached) " >&6
5770 else
5771   if test -n "$LD"; then
5772   ac_cv_prog_LD="$LD" # Let the user override the test.
5773 else
5774 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5775 for as_dir in $PATH
5776 do
5777   IFS=$as_save_IFS
5778   test -z "$as_dir" && as_dir=.
5779   for ac_exec_ext in '' $ac_executable_extensions; do
5780   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5781     ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5782     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5783     break 2
5784   fi
5785 done
5786 done
5787 IFS=$as_save_IFS
5788
5789 fi
5790 fi
5791 LD=$ac_cv_prog_LD
5792 if test -n "$LD"; then
5793   { $as_echo "$as_me:$LINENO: result: $LD" >&5
5794 $as_echo "$LD" >&6; }
5795 else
5796   { $as_echo "$as_me:$LINENO: result: no" >&5
5797 $as_echo "no" >&6; }
5798 fi
5799
5800
5801     test -n "$LD" && break
5802   done
5803 fi
5804 if test -z "$LD"; then
5805   ac_ct_LD=$LD
5806   for ac_prog in ld gld
5807 do
5808   # Extract the first word of "$ac_prog", so it can be a program name with args.
5809 set dummy $ac_prog; ac_word=$2
5810 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5811 $as_echo_n "checking for $ac_word... " >&6; }
5812 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5813   $as_echo_n "(cached) " >&6
5814 else
5815   if test -n "$ac_ct_LD"; then
5816   ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5817 else
5818 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5819 for as_dir in $PATH
5820 do
5821   IFS=$as_save_IFS
5822   test -z "$as_dir" && as_dir=.
5823   for ac_exec_ext in '' $ac_executable_extensions; do
5824   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5825     ac_cv_prog_ac_ct_LD="$ac_prog"
5826     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5827     break 2
5828   fi
5829 done
5830 done
5831 IFS=$as_save_IFS
5832
5833 fi
5834 fi
5835 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5836 if test -n "$ac_ct_LD"; then
5837   { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5838 $as_echo "$ac_ct_LD" >&6; }
5839 else
5840   { $as_echo "$as_me:$LINENO: result: no" >&5
5841 $as_echo "no" >&6; }
5842 fi
5843
5844
5845   test -n "$ac_ct_LD" && break
5846 done
5847
5848   if test "x$ac_ct_LD" = x; then
5849     LD="ld"
5850   else
5851     case $cross_compiling:$ac_tool_warned in
5852 yes:)
5853 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5854 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5855 ac_tool_warned=yes ;;
5856 esac
5857     LD=$ac_ct_LD
5858   fi
5859 fi
5860
5861 if test -n "$ac_tool_prefix"; then
5862   for ac_prog in nm gnm
5863   do
5864     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5865 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5866 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5867 $as_echo_n "checking for $ac_word... " >&6; }
5868 if test "${ac_cv_prog_NM+set}" = set; then
5869   $as_echo_n "(cached) " >&6
5870 else
5871   if test -n "$NM"; then
5872   ac_cv_prog_NM="$NM" # Let the user override the test.
5873 else
5874 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5875 for as_dir in $PATH
5876 do
5877   IFS=$as_save_IFS
5878   test -z "$as_dir" && as_dir=.
5879   for ac_exec_ext in '' $ac_executable_extensions; do
5880   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5881     ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5882     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5883     break 2
5884   fi
5885 done
5886 done
5887 IFS=$as_save_IFS
5888
5889 fi
5890 fi
5891 NM=$ac_cv_prog_NM
5892 if test -n "$NM"; then
5893   { $as_echo "$as_me:$LINENO: result: $NM" >&5
5894 $as_echo "$NM" >&6; }
5895 else
5896   { $as_echo "$as_me:$LINENO: result: no" >&5
5897 $as_echo "no" >&6; }
5898 fi
5899
5900
5901     test -n "$NM" && break
5902   done
5903 fi
5904 if test -z "$NM"; then
5905   ac_ct_NM=$NM
5906   for ac_prog in nm gnm
5907 do
5908   # Extract the first word of "$ac_prog", so it can be a program name with args.
5909 set dummy $ac_prog; ac_word=$2
5910 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5911 $as_echo_n "checking for $ac_word... " >&6; }
5912 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5913   $as_echo_n "(cached) " >&6
5914 else
5915   if test -n "$ac_ct_NM"; then
5916   ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5917 else
5918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5919 for as_dir in $PATH
5920 do
5921   IFS=$as_save_IFS
5922   test -z "$as_dir" && as_dir=.
5923   for ac_exec_ext in '' $ac_executable_extensions; do
5924   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5925     ac_cv_prog_ac_ct_NM="$ac_prog"
5926     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5927     break 2
5928   fi
5929 done
5930 done
5931 IFS=$as_save_IFS
5932
5933 fi
5934 fi
5935 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5936 if test -n "$ac_ct_NM"; then
5937   { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5938 $as_echo "$ac_ct_NM" >&6; }
5939 else
5940   { $as_echo "$as_me:$LINENO: result: no" >&5
5941 $as_echo "no" >&6; }
5942 fi
5943
5944
5945   test -n "$ac_ct_NM" && break
5946 done
5947
5948   if test "x$ac_ct_NM" = x; then
5949     NM="nm"
5950   else
5951     case $cross_compiling:$ac_tool_warned in
5952 yes:)
5953 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5954 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5955 ac_tool_warned=yes ;;
5956 esac
5957     NM=$ac_ct_NM
5958   fi
5959 fi
5960
5961 if test -n "$ac_tool_prefix"; then
5962   for ac_prog in ar gar
5963   do
5964     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5965 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5966 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5967 $as_echo_n "checking for $ac_word... " >&6; }
5968 if test "${ac_cv_prog_AR+set}" = set; then
5969   $as_echo_n "(cached) " >&6
5970 else
5971   if test -n "$AR"; then
5972   ac_cv_prog_AR="$AR" # Let the user override the test.
5973 else
5974 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5975 for as_dir in $PATH
5976 do
5977   IFS=$as_save_IFS
5978   test -z "$as_dir" && as_dir=.
5979   for ac_exec_ext in '' $ac_executable_extensions; do
5980   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5981     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5982     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5983     break 2
5984   fi
5985 done
5986 done
5987 IFS=$as_save_IFS
5988
5989 fi
5990 fi
5991 AR=$ac_cv_prog_AR
5992 if test -n "$AR"; then
5993   { $as_echo "$as_me:$LINENO: result: $AR" >&5
5994 $as_echo "$AR" >&6; }
5995 else
5996   { $as_echo "$as_me:$LINENO: result: no" >&5
5997 $as_echo "no" >&6; }
5998 fi
5999
6000
6001     test -n "$AR" && break
6002   done
6003 fi
6004 if test -z "$AR"; then
6005   ac_ct_AR=$AR
6006   for ac_prog in ar gar
6007 do
6008   # Extract the first word of "$ac_prog", so it can be a program name with args.
6009 set dummy $ac_prog; ac_word=$2
6010 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6011 $as_echo_n "checking for $ac_word... " >&6; }
6012 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
6013   $as_echo_n "(cached) " >&6
6014 else
6015   if test -n "$ac_ct_AR"; then
6016   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6017 else
6018 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6019 for as_dir in $PATH
6020 do
6021   IFS=$as_save_IFS
6022   test -z "$as_dir" && as_dir=.
6023   for ac_exec_ext in '' $ac_executable_extensions; do
6024   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6025     ac_cv_prog_ac_ct_AR="$ac_prog"
6026     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6027     break 2
6028   fi
6029 done
6030 done
6031 IFS=$as_save_IFS
6032
6033 fi
6034 fi
6035 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6036 if test -n "$ac_ct_AR"; then
6037   { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
6038 $as_echo "$ac_ct_AR" >&6; }
6039 else
6040   { $as_echo "$as_me:$LINENO: result: no" >&5
6041 $as_echo "no" >&6; }
6042 fi
6043
6044
6045   test -n "$ac_ct_AR" && break
6046 done
6047
6048   if test "x$ac_ct_AR" = x; then
6049     AR="ar"
6050   else
6051     case $cross_compiling:$ac_tool_warned in
6052 yes:)
6053 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6054 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6055 ac_tool_warned=yes ;;
6056 esac
6057     AR=$ac_ct_AR
6058   fi
6059 fi
6060
6061 ARFLAGS=rc
6062
6063 if test -n "$ac_tool_prefix"; then
6064   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6065 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6066 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6067 $as_echo_n "checking for $ac_word... " >&6; }
6068 if test "${ac_cv_prog_RANLIB+set}" = set; then
6069   $as_echo_n "(cached) " >&6
6070 else
6071   if test -n "$RANLIB"; then
6072   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6073 else
6074 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6075 for as_dir in $PATH
6076 do
6077   IFS=$as_save_IFS
6078   test -z "$as_dir" && as_dir=.
6079   for ac_exec_ext in '' $ac_executable_extensions; do
6080   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6081     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6082     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6083     break 2
6084   fi
6085 done
6086 done
6087 IFS=$as_save_IFS
6088
6089 fi
6090 fi
6091 RANLIB=$ac_cv_prog_RANLIB
6092 if test -n "$RANLIB"; then
6093   { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
6094 $as_echo "$RANLIB" >&6; }
6095 else
6096   { $as_echo "$as_me:$LINENO: result: no" >&5
6097 $as_echo "no" >&6; }
6098 fi
6099
6100
6101 fi
6102 if test -z "$ac_cv_prog_RANLIB"; then
6103   ac_ct_RANLIB=$RANLIB
6104   # Extract the first word of "ranlib", so it can be a program name with args.
6105 set dummy ranlib; ac_word=$2
6106 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6107 $as_echo_n "checking for $ac_word... " >&6; }
6108 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6109   $as_echo_n "(cached) " >&6
6110 else
6111   if test -n "$ac_ct_RANLIB"; then
6112   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6113 else
6114 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6115 for as_dir in $PATH
6116 do
6117   IFS=$as_save_IFS
6118   test -z "$as_dir" && as_dir=.
6119   for ac_exec_ext in '' $ac_executable_extensions; do
6120   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6121     ac_cv_prog_ac_ct_RANLIB="ranlib"
6122     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6123     break 2
6124   fi
6125 done
6126 done
6127 IFS=$as_save_IFS
6128
6129 fi
6130 fi
6131 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6132 if test -n "$ac_ct_RANLIB"; then
6133   { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6134 $as_echo "$ac_ct_RANLIB" >&6; }
6135 else
6136   { $as_echo "$as_me:$LINENO: result: no" >&5
6137 $as_echo "no" >&6; }
6138 fi
6139
6140   if test "x$ac_ct_RANLIB" = x; then
6141     RANLIB=":"
6142   else
6143     case $cross_compiling:$ac_tool_warned in
6144 yes:)
6145 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6146 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6147 ac_tool_warned=yes ;;
6148 esac
6149     RANLIB=$ac_ct_RANLIB
6150   fi
6151 else
6152   RANLIB="$ac_cv_prog_RANLIB"
6153 fi
6154
6155 if test -n "$ac_tool_prefix"; then
6156   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6157 set dummy ${ac_tool_prefix}strip; ac_word=$2
6158 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6159 $as_echo_n "checking for $ac_word... " >&6; }
6160 if test "${ac_cv_prog_STRIP+set}" = set; then
6161   $as_echo_n "(cached) " >&6
6162 else
6163   if test -n "$STRIP"; then
6164   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6165 else
6166 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6167 for as_dir in $PATH
6168 do
6169   IFS=$as_save_IFS
6170   test -z "$as_dir" && as_dir=.
6171   for ac_exec_ext in '' $ac_executable_extensions; do
6172   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6173     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6174     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6175     break 2
6176   fi
6177 done
6178 done
6179 IFS=$as_save_IFS
6180
6181 fi
6182 fi
6183 STRIP=$ac_cv_prog_STRIP
6184 if test -n "$STRIP"; then
6185   { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
6186 $as_echo "$STRIP" >&6; }
6187 else
6188   { $as_echo "$as_me:$LINENO: result: no" >&5
6189 $as_echo "no" >&6; }
6190 fi
6191
6192
6193 fi
6194 if test -z "$ac_cv_prog_STRIP"; then
6195   ac_ct_STRIP=$STRIP
6196   # Extract the first word of "strip", so it can be a program name with args.
6197 set dummy strip; ac_word=$2
6198 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6199 $as_echo_n "checking for $ac_word... " >&6; }
6200 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
6201   $as_echo_n "(cached) " >&6
6202 else
6203   if test -n "$ac_ct_STRIP"; then
6204   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6205 else
6206 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6207 for as_dir in $PATH
6208 do
6209   IFS=$as_save_IFS
6210   test -z "$as_dir" && as_dir=.
6211   for ac_exec_ext in '' $ac_executable_extensions; do
6212   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6213     ac_cv_prog_ac_ct_STRIP="strip"
6214     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6215     break 2
6216   fi
6217 done
6218 done
6219 IFS=$as_save_IFS
6220
6221 fi
6222 fi
6223 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6224 if test -n "$ac_ct_STRIP"; then
6225   { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
6226 $as_echo "$ac_ct_STRIP" >&6; }
6227 else
6228   { $as_echo "$as_me:$LINENO: result: no" >&5
6229 $as_echo "no" >&6; }
6230 fi
6231
6232   if test "x$ac_ct_STRIP" = x; then
6233     STRIP="strip"
6234   else
6235     case $cross_compiling:$ac_tool_warned in
6236 yes:)
6237 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6238 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6239 ac_tool_warned=yes ;;
6240 esac
6241     STRIP=$ac_ct_STRIP
6242   fi
6243 else
6244   STRIP="$ac_cv_prog_STRIP"
6245 fi
6246
6247 if test -n "$ac_tool_prefix"; then
6248   # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
6249 set dummy ${ac_tool_prefix}windres; ac_word=$2
6250 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6251 $as_echo_n "checking for $ac_word... " >&6; }
6252 if test "${ac_cv_prog_WINDRES+set}" = set; then
6253   $as_echo_n "(cached) " >&6
6254 else
6255   if test -n "$WINDRES"; then
6256   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
6257 else
6258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6259 for as_dir in $PATH
6260 do
6261   IFS=$as_save_IFS
6262   test -z "$as_dir" && as_dir=.
6263   for ac_exec_ext in '' $ac_executable_extensions; do
6264   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6265     ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
6266     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6267     break 2
6268   fi
6269 done
6270 done
6271 IFS=$as_save_IFS
6272
6273 fi
6274 fi
6275 WINDRES=$ac_cv_prog_WINDRES
6276 if test -n "$WINDRES"; then
6277   { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
6278 $as_echo "$WINDRES" >&6; }
6279 else
6280   { $as_echo "$as_me:$LINENO: result: no" >&5
6281 $as_echo "no" >&6; }
6282 fi
6283
6284
6285 fi
6286 if test -z "$ac_cv_prog_WINDRES"; then
6287   ac_ct_WINDRES=$WINDRES
6288   # Extract the first word of "windres", so it can be a program name with args.
6289 set dummy windres; ac_word=$2
6290 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6291 $as_echo_n "checking for $ac_word... " >&6; }
6292 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6293   $as_echo_n "(cached) " >&6
6294 else
6295   if test -n "$ac_ct_WINDRES"; then
6296   ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6297 else
6298 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6299 for as_dir in $PATH
6300 do
6301   IFS=$as_save_IFS
6302   test -z "$as_dir" && as_dir=.
6303   for ac_exec_ext in '' $ac_executable_extensions; do
6304   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6305     ac_cv_prog_ac_ct_WINDRES="windres"
6306     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6307     break 2
6308   fi
6309 done
6310 done
6311 IFS=$as_save_IFS
6312
6313 fi
6314 fi
6315 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6316 if test -n "$ac_ct_WINDRES"; then
6317   { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6318 $as_echo "$ac_ct_WINDRES" >&6; }
6319 else
6320   { $as_echo "$as_me:$LINENO: result: no" >&5
6321 $as_echo "no" >&6; }
6322 fi
6323
6324   if test "x$ac_ct_WINDRES" = x; then
6325     WINDRES="false"
6326   else
6327     case $cross_compiling:$ac_tool_warned in
6328 yes:)
6329 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6330 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6331 ac_tool_warned=yes ;;
6332 esac
6333     WINDRES=$ac_ct_WINDRES
6334   fi
6335 else
6336   WINDRES="$ac_cv_prog_WINDRES"
6337 fi
6338
6339 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
6340 $as_echo_n "checking whether ln -s works... " >&6; }
6341 LN_S=$as_ln_s
6342 if test "$LN_S" = "ln -s"; then
6343   { $as_echo "$as_me:$LINENO: result: yes" >&5
6344 $as_echo "yes" >&6; }
6345 else
6346   { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6347 $as_echo "no, using $LN_S" >&6; }
6348 fi
6349
6350 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
6351 $as_echo_n "checking whether ln works... " >&6; }
6352 rm -f conf$$ conf$$.file
6353 echo >conf$$.file
6354 if ln conf$$.file conf$$ 2>/dev/null; then
6355   LN=ln
6356
6357   { $as_echo "$as_me:$LINENO: result: yes" >&5
6358 $as_echo "yes" >&6; }
6359 else
6360   LN="cp -p"
6361
6362   { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
6363 $as_echo "no, using $LN" >&6; }
6364 fi
6365 rm -f conf$$ conf$$.file
6366 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6367 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
6368 if test "${ac_cv_path_GREP+set}" = set; then
6369   $as_echo_n "(cached) " >&6
6370 else
6371   if test -z "$GREP"; then
6372   ac_path_GREP_found=false
6373   # Loop through the user's path and test for each of PROGNAME-LIST
6374   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6375 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6376 do
6377   IFS=$as_save_IFS
6378   test -z "$as_dir" && as_dir=.
6379   for ac_prog in grep ggrep; do
6380     for ac_exec_ext in '' $ac_executable_extensions; do
6381       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6382       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6383 # Check for GNU ac_path_GREP and select it if it is found.
6384   # Check for GNU $ac_path_GREP
6385 case `"$ac_path_GREP" --version 2>&1` in
6386 *GNU*)
6387   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6388 *)
6389   ac_count=0
6390   $as_echo_n 0123456789 >"conftest.in"
6391   while :
6392   do
6393     cat "conftest.in" "conftest.in" >"conftest.tmp"
6394     mv "conftest.tmp" "conftest.in"
6395     cp "conftest.in" "conftest.nl"
6396     $as_echo 'GREP' >> "conftest.nl"
6397     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6398     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6399     ac_count=`expr $ac_count + 1`
6400     if test $ac_count -gt ${ac_path_GREP_max-0}; then
6401       # Best one so far, save it but keep looking for a better one
6402       ac_cv_path_GREP="$ac_path_GREP"
6403       ac_path_GREP_max=$ac_count
6404     fi
6405     # 10*(2^10) chars as input seems more than enough
6406     test $ac_count -gt 10 && break
6407   done
6408   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6409 esac
6410
6411       $ac_path_GREP_found && break 3
6412     done
6413   done
6414 done
6415 IFS=$as_save_IFS
6416   if test -z "$ac_cv_path_GREP"; then
6417     { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6418 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6419    { (exit 1); exit 1; }; }
6420   fi
6421 else
6422   ac_cv_path_GREP=$GREP
6423 fi
6424
6425 fi
6426 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6427 $as_echo "$ac_cv_path_GREP" >&6; }
6428  GREP="$ac_cv_path_GREP"
6429
6430
6431 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
6432 $as_echo_n "checking for egrep... " >&6; }
6433 if test "${ac_cv_path_EGREP+set}" = set; then
6434   $as_echo_n "(cached) " >&6
6435 else
6436   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6437    then ac_cv_path_EGREP="$GREP -E"
6438    else
6439      if test -z "$EGREP"; then
6440   ac_path_EGREP_found=false
6441   # Loop through the user's path and test for each of PROGNAME-LIST
6442   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6443 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6444 do
6445   IFS=$as_save_IFS
6446   test -z "$as_dir" && as_dir=.
6447   for ac_prog in egrep; do
6448     for ac_exec_ext in '' $ac_executable_extensions; do
6449       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6450       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6451 # Check for GNU ac_path_EGREP and select it if it is found.
6452   # Check for GNU $ac_path_EGREP
6453 case `"$ac_path_EGREP" --version 2>&1` in
6454 *GNU*)
6455   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6456 *)
6457   ac_count=0
6458   $as_echo_n 0123456789 >"conftest.in"
6459   while :
6460   do
6461     cat "conftest.in" "conftest.in" >"conftest.tmp"
6462     mv "conftest.tmp" "conftest.in"
6463     cp "conftest.in" "conftest.nl"
6464     $as_echo 'EGREP' >> "conftest.nl"
6465     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6466     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6467     ac_count=`expr $ac_count + 1`
6468     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6469       # Best one so far, save it but keep looking for a better one
6470       ac_cv_path_EGREP="$ac_path_EGREP"
6471       ac_path_EGREP_max=$ac_count
6472     fi
6473     # 10*(2^10) chars as input seems more than enough
6474     test $ac_count -gt 10 && break
6475   done
6476   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6477 esac
6478
6479       $ac_path_EGREP_found && break 3
6480     done
6481   done
6482 done
6483 IFS=$as_save_IFS
6484   if test -z "$ac_cv_path_EGREP"; then
6485     { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6486 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6487    { (exit 1); exit 1; }; }
6488   fi
6489 else
6490   ac_cv_path_EGREP=$EGREP
6491 fi
6492
6493    fi
6494 fi
6495 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6496 $as_echo "$ac_cv_path_EGREP" >&6; }
6497  EGREP="$ac_cv_path_EGREP"
6498
6499
6500 # Extract the first word of "ldconfig", so it can be a program name with args.
6501 set dummy ldconfig; ac_word=$2
6502 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6503 $as_echo_n "checking for $ac_word... " >&6; }
6504 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6505   $as_echo_n "(cached) " >&6
6506 else
6507   case $LDCONFIG in
6508   [\\/]* | ?:[\\/]*)
6509   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6510   ;;
6511   *)
6512   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6513 for as_dir in /sbin /usr/sbin $PATH
6514 do
6515   IFS=$as_save_IFS
6516   test -z "$as_dir" && as_dir=.
6517   for ac_exec_ext in '' $ac_executable_extensions; do
6518   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6519     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6520     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6521     break 2
6522   fi
6523 done
6524 done
6525 IFS=$as_save_IFS
6526
6527   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6528   ;;
6529 esac
6530 fi
6531 LDCONFIG=$ac_cv_path_LDCONFIG
6532 if test -n "$LDCONFIG"; then
6533   { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6534 $as_echo "$LDCONFIG" >&6; }
6535 else
6536   { $as_echo "$as_me:$LINENO: result: no" >&5
6537 $as_echo "no" >&6; }
6538 fi
6539
6540
6541 # Find a good install program.  We prefer a C program (faster),
6542 # so one script is as good as another.  But avoid the broken or
6543 # incompatible versions:
6544 # SysV /etc/install, /usr/sbin/install
6545 # SunOS /usr/etc/install
6546 # IRIX /sbin/install
6547 # AIX /bin/install
6548 # AmigaOS /C/install, which installs bootblocks on floppy discs
6549 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6550 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6551 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6552 # OS/2's system install, which has a completely different semantic
6553 # ./install, which can be erroneously created by make from ./install.sh.
6554 # Reject install programs that cannot install multiple files.
6555 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6556 $as_echo_n "checking for a BSD-compatible install... " >&6; }
6557 if test -z "$INSTALL"; then
6558 if test "${ac_cv_path_install+set}" = set; then
6559   $as_echo_n "(cached) " >&6
6560 else
6561   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6562 for as_dir in $PATH
6563 do
6564   IFS=$as_save_IFS
6565   test -z "$as_dir" && as_dir=.
6566   # Account for people who put trailing slashes in PATH elements.
6567 case $as_dir/ in
6568   ./ | .// | /cC/* | \
6569   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6570   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6571   /usr/ucb/* ) ;;
6572   *)
6573     # OSF1 and SCO ODT 3.0 have their own names for install.
6574     # Don't use installbsd from OSF since it installs stuff as root
6575     # by default.
6576     for ac_prog in ginstall scoinst install; do
6577       for ac_exec_ext in '' $ac_executable_extensions; do
6578         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6579           if test $ac_prog = install &&
6580             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6581             # AIX install.  It has an incompatible calling convention.
6582             :
6583           elif test $ac_prog = install &&
6584             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6585             # program-specific install script used by HP pwplus--don't use.
6586             :
6587           else
6588             rm -rf conftest.one conftest.two conftest.dir
6589             echo one > conftest.one
6590             echo two > conftest.two
6591             mkdir conftest.dir
6592             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
6593               test -s conftest.one && test -s conftest.two &&
6594               test -s conftest.dir/conftest.one &&
6595               test -s conftest.dir/conftest.two
6596             then
6597               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6598               break 3
6599             fi
6600           fi
6601         fi
6602       done
6603     done
6604     ;;
6605 esac
6606
6607 done
6608 IFS=$as_save_IFS
6609
6610 rm -rf conftest.one conftest.two conftest.dir
6611
6612 fi
6613   if test "${ac_cv_path_install+set}" = set; then
6614     INSTALL=$ac_cv_path_install
6615   else
6616     # As a last resort, use the slow shell script.  Don't cache a
6617     # value for INSTALL within a source directory, because that will
6618     # break other packages using the cache if that directory is
6619     # removed, or if the value is a relative name.
6620     INSTALL=$ac_install_sh
6621   fi
6622 fi
6623 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
6624 $as_echo "$INSTALL" >&6; }
6625
6626 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6627 # It thinks the first close brace ends the variable substitution.
6628 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6629
6630 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6631
6632 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6633
6634 case "$INSTALL" in
6635   [\\/$]* | ?:[\\/]* ) ;;
6636   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6637 esac
6638
6639 for ac_prog in lclint lint
6640 do
6641   # Extract the first word of "$ac_prog", so it can be a program name with args.
6642 set dummy $ac_prog; ac_word=$2
6643 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6644 $as_echo_n "checking for $ac_word... " >&6; }
6645 if test "${ac_cv_prog_LINT+set}" = set; then
6646   $as_echo_n "(cached) " >&6
6647 else
6648   if test -n "$LINT"; then
6649   ac_cv_prog_LINT="$LINT" # Let the user override the test.
6650 else
6651 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6652 for as_dir in $PATH
6653 do
6654   IFS=$as_save_IFS
6655   test -z "$as_dir" && as_dir=.
6656   for ac_exec_ext in '' $ac_executable_extensions; do
6657   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6658     ac_cv_prog_LINT="$ac_prog"
6659     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6660     break 2
6661   fi
6662 done
6663 done
6664 IFS=$as_save_IFS
6665
6666 fi
6667 fi
6668 LINT=$ac_cv_prog_LINT
6669 if test -n "$LINT"; then
6670   { $as_echo "$as_me:$LINENO: result: $LINT" >&5
6671 $as_echo "$LINT" >&6; }
6672 else
6673   { $as_echo "$as_me:$LINENO: result: no" >&5
6674 $as_echo "no" >&6; }
6675 fi
6676
6677
6678   test -n "$LINT" && break
6679 done
6680
6681 if test "$LINT" = "lint"
6682 then
6683   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6684   fi
6685
6686
6687
6688 for ac_prog in fontforge
6689 do
6690   # Extract the first word of "$ac_prog", so it can be a program name with args.
6691 set dummy $ac_prog; ac_word=$2
6692 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6693 $as_echo_n "checking for $ac_word... " >&6; }
6694 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6695   $as_echo_n "(cached) " >&6
6696 else
6697   if test -n "$FONTFORGE"; then
6698   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6699 else
6700 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6701 for as_dir in $PATH
6702 do
6703   IFS=$as_save_IFS
6704   test -z "$as_dir" && as_dir=.
6705   for ac_exec_ext in '' $ac_executable_extensions; do
6706   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6707     ac_cv_prog_FONTFORGE="$ac_prog"
6708     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6709     break 2
6710   fi
6711 done
6712 done
6713 IFS=$as_save_IFS
6714
6715 fi
6716 fi
6717 FONTFORGE=$ac_cv_prog_FONTFORGE
6718 if test -n "$FONTFORGE"; then
6719   { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6720 $as_echo "$FONTFORGE" >&6; }
6721 else
6722   { $as_echo "$as_me:$LINENO: result: no" >&5
6723 $as_echo "no" >&6; }
6724 fi
6725
6726
6727   test -n "$FONTFORGE" && break
6728 done
6729 test -n "$FONTFORGE" || FONTFORGE="false"
6730
6731 for ac_prog in pkg-config
6732 do
6733   # Extract the first word of "$ac_prog", so it can be a program name with args.
6734 set dummy $ac_prog; ac_word=$2
6735 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6736 $as_echo_n "checking for $ac_word... " >&6; }
6737 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6738   $as_echo_n "(cached) " >&6
6739 else
6740   if test -n "$PKG_CONFIG"; then
6741   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6742 else
6743 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6744 for as_dir in $PATH
6745 do
6746   IFS=$as_save_IFS
6747   test -z "$as_dir" && as_dir=.
6748   for ac_exec_ext in '' $ac_executable_extensions; do
6749   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6750     ac_cv_prog_PKG_CONFIG="$ac_prog"
6751     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6752     break 2
6753   fi
6754 done
6755 done
6756 IFS=$as_save_IFS
6757
6758 fi
6759 fi
6760 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6761 if test -n "$PKG_CONFIG"; then
6762   { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6763 $as_echo "$PKG_CONFIG" >&6; }
6764 else
6765   { $as_echo "$as_me:$LINENO: result: no" >&5
6766 $as_echo "no" >&6; }
6767 fi
6768
6769
6770   test -n "$PKG_CONFIG" && break
6771 done
6772 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6773
6774 for ac_prog in rsvg
6775 do
6776   # Extract the first word of "$ac_prog", so it can be a program name with args.
6777 set dummy $ac_prog; ac_word=$2
6778 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6779 $as_echo_n "checking for $ac_word... " >&6; }
6780 if test "${ac_cv_prog_RSVG+set}" = set; then
6781   $as_echo_n "(cached) " >&6
6782 else
6783   if test -n "$RSVG"; then
6784   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6785 else
6786 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6787 for as_dir in $PATH
6788 do
6789   IFS=$as_save_IFS
6790   test -z "$as_dir" && as_dir=.
6791   for ac_exec_ext in '' $ac_executable_extensions; do
6792   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6793     ac_cv_prog_RSVG="$ac_prog"
6794     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6795     break 2
6796   fi
6797 done
6798 done
6799 IFS=$as_save_IFS
6800
6801 fi
6802 fi
6803 RSVG=$ac_cv_prog_RSVG
6804 if test -n "$RSVG"; then
6805   { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
6806 $as_echo "$RSVG" >&6; }
6807 else
6808   { $as_echo "$as_me:$LINENO: result: no" >&5
6809 $as_echo "no" >&6; }
6810 fi
6811
6812
6813   test -n "$RSVG" && break
6814 done
6815 test -n "$RSVG" || RSVG="false"
6816
6817 for ac_prog in icotool
6818 do
6819   # Extract the first word of "$ac_prog", so it can be a program name with args.
6820 set dummy $ac_prog; ac_word=$2
6821 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6822 $as_echo_n "checking for $ac_word... " >&6; }
6823 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6824   $as_echo_n "(cached) " >&6
6825 else
6826   if test -n "$ICOTOOL"; then
6827   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6828 else
6829 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6830 for as_dir in $PATH
6831 do
6832   IFS=$as_save_IFS
6833   test -z "$as_dir" && as_dir=.
6834   for ac_exec_ext in '' $ac_executable_extensions; do
6835   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6836     ac_cv_prog_ICOTOOL="$ac_prog"
6837     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6838     break 2
6839   fi
6840 done
6841 done
6842 IFS=$as_save_IFS
6843
6844 fi
6845 fi
6846 ICOTOOL=$ac_cv_prog_ICOTOOL
6847 if test -n "$ICOTOOL"; then
6848   { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6849 $as_echo "$ICOTOOL" >&6; }
6850 else
6851   { $as_echo "$as_me:$LINENO: result: no" >&5
6852 $as_echo "no" >&6; }
6853 fi
6854
6855
6856   test -n "$ICOTOOL" && break
6857 done
6858 test -n "$ICOTOOL" || ICOTOOL="false"
6859
6860
6861 if test "${enable_maintainer_mode+set}" = set
6862 then
6863   if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6864   if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6865   if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6866 fi
6867
6868 case $host_cpu in
6869   *i[3456789]86*)
6870     # Extract the first word of "prelink", so it can be a program name with args.
6871 set dummy prelink; ac_word=$2
6872 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6873 $as_echo_n "checking for $ac_word... " >&6; }
6874 if test "${ac_cv_path_PRELINK+set}" = set; then
6875   $as_echo_n "(cached) " >&6
6876 else
6877   case $PRELINK in
6878   [\\/]* | ?:[\\/]*)
6879   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6880   ;;
6881   *)
6882   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6883 for as_dir in /sbin /usr/sbin $PATH
6884 do
6885   IFS=$as_save_IFS
6886   test -z "$as_dir" && as_dir=.
6887   for ac_exec_ext in '' $ac_executable_extensions; do
6888   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6889     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6890     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6891     break 2
6892   fi
6893 done
6894 done
6895 IFS=$as_save_IFS
6896
6897   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6898   ;;
6899 esac
6900 fi
6901 PRELINK=$ac_cv_path_PRELINK
6902 if test -n "$PRELINK"; then
6903   { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
6904 $as_echo "$PRELINK" >&6; }
6905 else
6906   { $as_echo "$as_me:$LINENO: result: no" >&5
6907 $as_echo "no" >&6; }
6908 fi
6909
6910
6911     ;;
6912 esac
6913
6914
6915
6916 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6917 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6918 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6919   $as_echo_n "(cached) " >&6
6920 else
6921   ac_check_lib_save_LIBS=$LIBS
6922 LIBS="-li386  $LIBS"
6923 cat >conftest.$ac_ext <<_ACEOF
6924 /* confdefs.h.  */
6925 _ACEOF
6926 cat confdefs.h >>conftest.$ac_ext
6927 cat >>conftest.$ac_ext <<_ACEOF
6928 /* end confdefs.h.  */
6929
6930 /* Override any GCC internal prototype to avoid an error.
6931    Use char because int might match the return type of a GCC
6932    builtin and then its argument prototype would still apply.  */
6933 #ifdef __cplusplus
6934 extern "C"
6935 #endif
6936 char i386_set_ldt ();
6937 int
6938 main ()
6939 {
6940 return i386_set_ldt ();
6941   ;
6942   return 0;
6943 }
6944 _ACEOF
6945 rm -f conftest.$ac_objext conftest$ac_exeext
6946 if { (ac_try="$ac_link"
6947 case "(($ac_try" in
6948   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6949   *) ac_try_echo=$ac_try;;
6950 esac
6951 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6952 $as_echo "$ac_try_echo") >&5
6953   (eval "$ac_link") 2>conftest.er1
6954   ac_status=$?
6955   grep -v '^ *+' conftest.er1 >conftest.err
6956   rm -f conftest.er1
6957   cat conftest.err >&5
6958   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6959   (exit $ac_status); } && {
6960          test -z "$ac_c_werror_flag" ||
6961          test ! -s conftest.err
6962        } && test -s conftest$ac_exeext && {
6963          test "$cross_compiling" = yes ||
6964          $as_test_x conftest$ac_exeext
6965        }; then
6966   ac_cv_lib_i386_i386_set_ldt=yes
6967 else
6968   $as_echo "$as_me: failed program was:" >&5
6969 sed 's/^/| /' conftest.$ac_ext >&5
6970
6971         ac_cv_lib_i386_i386_set_ldt=no
6972 fi
6973
6974 rm -rf conftest.dSYM
6975 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6976       conftest$ac_exeext conftest.$ac_ext
6977 LIBS=$ac_check_lib_save_LIBS
6978 fi
6979 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6980 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6981 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
6982   cat >>confdefs.h <<_ACEOF
6983 #define HAVE_LIBI386 1
6984 _ACEOF
6985
6986   LIBS="-li386 $LIBS"
6987
6988 fi
6989
6990
6991 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6992 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6993 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6994   $as_echo_n "(cached) " >&6
6995 else
6996   ac_check_lib_save_LIBS=$LIBS
6997 LIBS="-lossaudio  $LIBS"
6998 cat >conftest.$ac_ext <<_ACEOF
6999 /* confdefs.h.  */
7000 _ACEOF
7001 cat confdefs.h >>conftest.$ac_ext
7002 cat >>conftest.$ac_ext <<_ACEOF
7003 /* end confdefs.h.  */
7004
7005 /* Override any GCC internal prototype to avoid an error.
7006    Use char because int might match the return type of a GCC
7007    builtin and then its argument prototype would still apply.  */
7008 #ifdef __cplusplus
7009 extern "C"
7010 #endif
7011 char _oss_ioctl ();
7012 int
7013 main ()
7014 {
7015 return _oss_ioctl ();
7016   ;
7017   return 0;
7018 }
7019 _ACEOF
7020 rm -f conftest.$ac_objext conftest$ac_exeext
7021 if { (ac_try="$ac_link"
7022 case "(($ac_try" in
7023   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7024   *) ac_try_echo=$ac_try;;
7025 esac
7026 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7027 $as_echo "$ac_try_echo") >&5
7028   (eval "$ac_link") 2>conftest.er1
7029   ac_status=$?
7030   grep -v '^ *+' conftest.er1 >conftest.err
7031   rm -f conftest.er1
7032   cat conftest.err >&5
7033   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7034   (exit $ac_status); } && {
7035          test -z "$ac_c_werror_flag" ||
7036          test ! -s conftest.err
7037        } && test -s conftest$ac_exeext && {
7038          test "$cross_compiling" = yes ||
7039          $as_test_x conftest$ac_exeext
7040        }; then
7041   ac_cv_lib_ossaudio__oss_ioctl=yes
7042 else
7043   $as_echo "$as_me: failed program was:" >&5
7044 sed 's/^/| /' conftest.$ac_ext >&5
7045
7046         ac_cv_lib_ossaudio__oss_ioctl=no
7047 fi
7048
7049 rm -rf conftest.dSYM
7050 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7051       conftest$ac_exeext conftest.$ac_ext
7052 LIBS=$ac_check_lib_save_LIBS
7053 fi
7054 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
7055 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
7056 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
7057   cat >>confdefs.h <<_ACEOF
7058 #define HAVE_LIBOSSAUDIO 1
7059 _ACEOF
7060
7061   LIBS="-lossaudio $LIBS"
7062
7063 fi
7064
7065 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
7066 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7067 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
7068   $as_echo_n "(cached) " >&6
7069 else
7070   ac_check_lib_save_LIBS=$LIBS
7071 LIBS="-lpthread  $LIBS"
7072 cat >conftest.$ac_ext <<_ACEOF
7073 /* confdefs.h.  */
7074 _ACEOF
7075 cat confdefs.h >>conftest.$ac_ext
7076 cat >>conftest.$ac_ext <<_ACEOF
7077 /* end confdefs.h.  */
7078
7079 /* Override any GCC internal prototype to avoid an error.
7080    Use char because int might match the return type of a GCC
7081    builtin and then its argument prototype would still apply.  */
7082 #ifdef __cplusplus
7083 extern "C"
7084 #endif
7085 char pthread_create ();
7086 int
7087 main ()
7088 {
7089 return pthread_create ();
7090   ;
7091   return 0;
7092 }
7093 _ACEOF
7094 rm -f conftest.$ac_objext conftest$ac_exeext
7095 if { (ac_try="$ac_link"
7096 case "(($ac_try" in
7097   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7098   *) ac_try_echo=$ac_try;;
7099 esac
7100 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7101 $as_echo "$ac_try_echo") >&5
7102   (eval "$ac_link") 2>conftest.er1
7103   ac_status=$?
7104   grep -v '^ *+' conftest.er1 >conftest.err
7105   rm -f conftest.er1
7106   cat conftest.err >&5
7107   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7108   (exit $ac_status); } && {
7109          test -z "$ac_c_werror_flag" ||
7110          test ! -s conftest.err
7111        } && test -s conftest$ac_exeext && {
7112          test "$cross_compiling" = yes ||
7113          $as_test_x conftest$ac_exeext
7114        }; then
7115   ac_cv_lib_pthread_pthread_create=yes
7116 else
7117   $as_echo "$as_me: failed program was:" >&5
7118 sed 's/^/| /' conftest.$ac_ext >&5
7119
7120         ac_cv_lib_pthread_pthread_create=no
7121 fi
7122
7123 rm -rf conftest.dSYM
7124 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7125       conftest$ac_exeext conftest.$ac_ext
7126 LIBS=$ac_check_lib_save_LIBS
7127 fi
7128 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
7129 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7130 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
7131   LIBPTHREAD="-lpthread"
7132
7133 fi
7134
7135
7136 XLIB=""
7137
7138 OPENGL_LIBS=""
7139
7140
7141
7142 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7143 $as_echo_n "checking for ANSI C header files... " >&6; }
7144 if test "${ac_cv_header_stdc+set}" = set; then
7145   $as_echo_n "(cached) " >&6
7146 else
7147   cat >conftest.$ac_ext <<_ACEOF
7148 /* confdefs.h.  */
7149 _ACEOF
7150 cat confdefs.h >>conftest.$ac_ext
7151 cat >>conftest.$ac_ext <<_ACEOF
7152 /* end confdefs.h.  */
7153 #include <stdlib.h>
7154 #include <stdarg.h>
7155 #include <string.h>
7156 #include <float.h>
7157
7158 int
7159 main ()
7160 {
7161
7162   ;
7163   return 0;
7164 }
7165 _ACEOF
7166 rm -f conftest.$ac_objext
7167 if { (ac_try="$ac_compile"
7168 case "(($ac_try" in
7169   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7170   *) ac_try_echo=$ac_try;;
7171 esac
7172 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7173 $as_echo "$ac_try_echo") >&5
7174   (eval "$ac_compile") 2>conftest.er1
7175   ac_status=$?
7176   grep -v '^ *+' conftest.er1 >conftest.err
7177   rm -f conftest.er1
7178   cat conftest.err >&5
7179   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7180   (exit $ac_status); } && {
7181          test -z "$ac_c_werror_flag" ||
7182          test ! -s conftest.err
7183        } && test -s conftest.$ac_objext; then
7184   ac_cv_header_stdc=yes
7185 else
7186   $as_echo "$as_me: failed program was:" >&5
7187 sed 's/^/| /' conftest.$ac_ext >&5
7188
7189         ac_cv_header_stdc=no
7190 fi
7191
7192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7193
7194 if test $ac_cv_header_stdc = yes; then
7195   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7196   cat >conftest.$ac_ext <<_ACEOF
7197 /* confdefs.h.  */
7198 _ACEOF
7199 cat confdefs.h >>conftest.$ac_ext
7200 cat >>conftest.$ac_ext <<_ACEOF
7201 /* end confdefs.h.  */
7202 #include <string.h>
7203
7204 _ACEOF
7205 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7206   $EGREP "memchr" >/dev/null 2>&1; then
7207   :
7208 else
7209   ac_cv_header_stdc=no
7210 fi
7211 rm -f conftest*
7212
7213 fi
7214
7215 if test $ac_cv_header_stdc = yes; then
7216   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7217   cat >conftest.$ac_ext <<_ACEOF
7218 /* confdefs.h.  */
7219 _ACEOF
7220 cat confdefs.h >>conftest.$ac_ext
7221 cat >>conftest.$ac_ext <<_ACEOF
7222 /* end confdefs.h.  */
7223 #include <stdlib.h>
7224
7225 _ACEOF
7226 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7227   $EGREP "free" >/dev/null 2>&1; then
7228   :
7229 else
7230   ac_cv_header_stdc=no
7231 fi
7232 rm -f conftest*
7233
7234 fi
7235
7236 if test $ac_cv_header_stdc = yes; then
7237   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7238   if test "$cross_compiling" = yes; then
7239   :
7240 else
7241   cat >conftest.$ac_ext <<_ACEOF
7242 /* confdefs.h.  */
7243 _ACEOF
7244 cat confdefs.h >>conftest.$ac_ext
7245 cat >>conftest.$ac_ext <<_ACEOF
7246 /* end confdefs.h.  */
7247 #include <ctype.h>
7248 #include <stdlib.h>
7249 #if ((' ' & 0x0FF) == 0x020)
7250 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7251 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7252 #else
7253 # define ISLOWER(c) \
7254                    (('a' <= (c) && (c) <= 'i') \
7255                      || ('j' <= (c) && (c) <= 'r') \
7256                      || ('s' <= (c) && (c) <= 'z'))
7257 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7258 #endif
7259
7260 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7261 int
7262 main ()
7263 {
7264   int i;
7265   for (i = 0; i < 256; i++)
7266     if (XOR (islower (i), ISLOWER (i))
7267         || toupper (i) != TOUPPER (i))
7268       return 2;
7269   return 0;
7270 }
7271 _ACEOF
7272 rm -f conftest$ac_exeext
7273 if { (ac_try="$ac_link"
7274 case "(($ac_try" in
7275   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7276   *) ac_try_echo=$ac_try;;
7277 esac
7278 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7279 $as_echo "$ac_try_echo") >&5
7280   (eval "$ac_link") 2>&5
7281   ac_status=$?
7282   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7283   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7284   { (case "(($ac_try" in
7285   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7286   *) ac_try_echo=$ac_try;;
7287 esac
7288 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7289 $as_echo "$ac_try_echo") >&5
7290   (eval "$ac_try") 2>&5
7291   ac_status=$?
7292   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7293   (exit $ac_status); }; }; then
7294   :
7295 else
7296   $as_echo "$as_me: program exited with status $ac_status" >&5
7297 $as_echo "$as_me: failed program was:" >&5
7298 sed 's/^/| /' conftest.$ac_ext >&5
7299
7300 ( exit $ac_status )
7301 ac_cv_header_stdc=no
7302 fi
7303 rm -rf conftest.dSYM
7304 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7305 fi
7306
7307
7308 fi
7309 fi
7310 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7311 $as_echo "$ac_cv_header_stdc" >&6; }
7312 if test $ac_cv_header_stdc = yes; then
7313
7314 cat >>confdefs.h <<\_ACEOF
7315 #define STDC_HEADERS 1
7316 _ACEOF
7317
7318 fi
7319
7320 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7321
7322
7323
7324
7325
7326
7327
7328
7329
7330 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7331                   inttypes.h stdint.h unistd.h
7332 do
7333 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7334 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7335 $as_echo_n "checking for $ac_header... " >&6; }
7336 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7337   $as_echo_n "(cached) " >&6
7338 else
7339   cat >conftest.$ac_ext <<_ACEOF
7340 /* confdefs.h.  */
7341 _ACEOF
7342 cat confdefs.h >>conftest.$ac_ext
7343 cat >>conftest.$ac_ext <<_ACEOF
7344 /* end confdefs.h.  */
7345 $ac_includes_default
7346
7347 #include <$ac_header>
7348 _ACEOF
7349 rm -f conftest.$ac_objext
7350 if { (ac_try="$ac_compile"
7351 case "(($ac_try" in
7352   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7353   *) ac_try_echo=$ac_try;;
7354 esac
7355 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7356 $as_echo "$ac_try_echo") >&5
7357   (eval "$ac_compile") 2>conftest.er1
7358   ac_status=$?
7359   grep -v '^ *+' conftest.er1 >conftest.err
7360   rm -f conftest.er1
7361   cat conftest.err >&5
7362   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7363   (exit $ac_status); } && {
7364          test -z "$ac_c_werror_flag" ||
7365          test ! -s conftest.err
7366        } && test -s conftest.$ac_objext; then
7367   eval "$as_ac_Header=yes"
7368 else
7369   $as_echo "$as_me: failed program was:" >&5
7370 sed 's/^/| /' conftest.$ac_ext >&5
7371
7372         eval "$as_ac_Header=no"
7373 fi
7374
7375 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7376 fi
7377 ac_res=`eval 'as_val=${'$as_ac_Header'}
7378                  $as_echo "$as_val"'`
7379                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7380 $as_echo "$ac_res" >&6; }
7381 as_val=`eval 'as_val=${'$as_ac_Header'}
7382                  $as_echo "$as_val"'`
7383    if test "x$as_val" = x""yes; then
7384   cat >>confdefs.h <<_ACEOF
7385 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7386 _ACEOF
7387
7388 fi
7389
7390 done
7391
7392
7393
7394
7395
7396
7397
7398
7399
7400
7401
7402
7403
7404
7405
7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
7416
7417
7418
7419
7420
7421
7422
7423
7424
7425
7426
7427
7428
7429
7430
7431
7432
7433
7434
7435
7436
7437
7438
7439
7440
7441
7442
7443
7444
7445
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456
7457
7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
7480
7481
7482
7483
7484
7485
7486
7487
7488
7489
7490
7491
7492
7493
7494
7495
7496
7497
7498
7499
7500
7501
7502
7503
7504
7505
7506
7507
7508
7509 for ac_header in \
7510         AudioUnit/AudioUnit.h \
7511         Carbon/Carbon.h \
7512         CoreAudio/CoreAudio.h \
7513         DiskArbitration/DiskArbitration.h \
7514         IOKit/IOKitLib.h \
7515         alias.h \
7516         alsa/asoundlib.h \
7517         arpa/inet.h \
7518         arpa/nameser.h \
7519         asm/types.h \
7520         capi20.h \
7521         curses.h \
7522         direct.h \
7523         dirent.h \
7524         dlfcn.h \
7525         elf.h \
7526         float.h \
7527         fontconfig/fontconfig.h \
7528         getopt.h \
7529         grp.h \
7530         ieeefp.h \
7531         io.h \
7532         jack/jack.h \
7533         jpeglib.h \
7534         lber.h \
7535         lcms.h \
7536         lcms/lcms.h \
7537         ldap.h \
7538         libaudioio.h \
7539         link.h \
7540         linux/cdrom.h \
7541         linux/compiler.h \
7542         linux/hdreg.h \
7543         linux/input.h \
7544         linux/ioctl.h \
7545         linux/joystick.h \
7546         linux/major.h \
7547         linux/param.h \
7548         linux/serial.h \
7549         linux/types.h \
7550         linux/ucdrom.h \
7551         mach/mach.h \
7552         mach/machine.h \
7553         machine/cpu.h \
7554         machine/limits.h \
7555         machine/soundcard.h \
7556         mntent.h \
7557         ncurses.h \
7558         netdb.h \
7559         netinet/in.h \
7560         netinet/in_systm.h \
7561         netinet/tcp.h \
7562         netinet/tcp_fsm.h \
7563         openssl/err.h \
7564         openssl/ssl.h \
7565         png.h \
7566         poll.h \
7567         process.h \
7568         pthread.h \
7569         pwd.h \
7570         regex.h \
7571         sched.h \
7572         scsi/scsi.h \
7573         scsi/scsi_ioctl.h \
7574         scsi/sg.h \
7575         soundcard.h \
7576         stdint.h \
7577         strings.h \
7578         sys/asoundlib.h \
7579         sys/cdio.h \
7580         sys/elf32.h \
7581         sys/epoll.h \
7582         sys/errno.h \
7583         sys/event.h \
7584         sys/exec_elf.h \
7585         sys/filio.h \
7586         sys/ioctl.h \
7587         sys/ipc.h \
7588         sys/limits.h \
7589         sys/link.h \
7590         sys/lwp.h \
7591         sys/mman.h \
7592         sys/modem.h \
7593         sys/msg.h \
7594         sys/mtio.h \
7595         sys/param.h \
7596         sys/poll.h \
7597         sys/prctl.h \
7598         sys/protosw.h \
7599         sys/ptrace.h \
7600         sys/reg.h \
7601         sys/resource.h \
7602         sys/scsiio.h \
7603         sys/shm.h \
7604         sys/signal.h \
7605         sys/socket.h \
7606         sys/socketvar.h \
7607         sys/sockio.h \
7608         sys/soundcard.h \
7609         sys/statvfs.h \
7610         sys/strtio.h \
7611         sys/syscall.h \
7612         sys/time.h \
7613         sys/timeout.h \
7614         sys/times.h \
7615         sys/uio.h \
7616         sys/un.h \
7617         sys/utsname.h \
7618         sys/vm86.h \
7619         sys/wait.h \
7620         syscall.h \
7621         termios.h \
7622         unistd.h \
7623         utime.h \
7624         valgrind/memcheck.h \
7625         valgrind/valgrind.h
7626
7627 do
7628 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7629 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7630   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7631 $as_echo_n "checking for $ac_header... " >&6; }
7632 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7633   $as_echo_n "(cached) " >&6
7634 fi
7635 ac_res=`eval 'as_val=${'$as_ac_Header'}
7636                  $as_echo "$as_val"'`
7637                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7638 $as_echo "$ac_res" >&6; }
7639 else
7640   # Is the header compilable?
7641 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
7642 $as_echo_n "checking $ac_header usability... " >&6; }
7643 cat >conftest.$ac_ext <<_ACEOF
7644 /* confdefs.h.  */
7645 _ACEOF
7646 cat confdefs.h >>conftest.$ac_ext
7647 cat >>conftest.$ac_ext <<_ACEOF
7648 /* end confdefs.h.  */
7649 $ac_includes_default
7650 #include <$ac_header>
7651 _ACEOF
7652 rm -f conftest.$ac_objext
7653 if { (ac_try="$ac_compile"
7654 case "(($ac_try" in
7655   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7656   *) ac_try_echo=$ac_try;;
7657 esac
7658 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7659 $as_echo "$ac_try_echo") >&5
7660   (eval "$ac_compile") 2>conftest.er1
7661   ac_status=$?
7662   grep -v '^ *+' conftest.er1 >conftest.err
7663   rm -f conftest.er1
7664   cat conftest.err >&5
7665   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7666   (exit $ac_status); } && {
7667          test -z "$ac_c_werror_flag" ||
7668          test ! -s conftest.err
7669        } && test -s conftest.$ac_objext; then
7670   ac_header_compiler=yes
7671 else
7672   $as_echo "$as_me: failed program was:" >&5
7673 sed 's/^/| /' conftest.$ac_ext >&5
7674
7675         ac_header_compiler=no
7676 fi
7677
7678 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7679 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7680 $as_echo "$ac_header_compiler" >&6; }
7681
7682 # Is the header present?
7683 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
7684 $as_echo_n "checking $ac_header presence... " >&6; }
7685 cat >conftest.$ac_ext <<_ACEOF
7686 /* confdefs.h.  */
7687 _ACEOF
7688 cat confdefs.h >>conftest.$ac_ext
7689 cat >>conftest.$ac_ext <<_ACEOF
7690 /* end confdefs.h.  */
7691 #include <$ac_header>
7692 _ACEOF
7693 if { (ac_try="$ac_cpp conftest.$ac_ext"
7694 case "(($ac_try" in
7695   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7696   *) ac_try_echo=$ac_try;;
7697 esac
7698 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7699 $as_echo "$ac_try_echo") >&5
7700   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7701   ac_status=$?
7702   grep -v '^ *+' conftest.er1 >conftest.err
7703   rm -f conftest.er1
7704   cat conftest.err >&5
7705   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7706   (exit $ac_status); } >/dev/null && {
7707          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7708          test ! -s conftest.err
7709        }; then
7710   ac_header_preproc=yes
7711 else
7712   $as_echo "$as_me: failed program was:" >&5
7713 sed 's/^/| /' conftest.$ac_ext >&5
7714
7715   ac_header_preproc=no
7716 fi
7717
7718 rm -f conftest.err conftest.$ac_ext
7719 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7720 $as_echo "$ac_header_preproc" >&6; }
7721
7722 # So?  What about this header?
7723 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7724   yes:no: )
7725     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7726 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7727     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7728 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7729     ac_header_preproc=yes
7730     ;;
7731   no:yes:* )
7732     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7733 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7734     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
7735 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
7736     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7737 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7738     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
7739 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
7740     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7741 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7742     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7743 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7744     ( cat <<\_ASBOX
7745 ## ------------------------------------ ##
7746 ## Report this to wine-devel@winehq.org ##
7747 ## ------------------------------------ ##
7748 _ASBOX
7749      ) | sed "s/^/$as_me: WARNING:     /" >&2
7750     ;;
7751 esac
7752 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7753 $as_echo_n "checking for $ac_header... " >&6; }
7754 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7755   $as_echo_n "(cached) " >&6
7756 else
7757   eval "$as_ac_Header=\$ac_header_preproc"
7758 fi
7759 ac_res=`eval 'as_val=${'$as_ac_Header'}
7760                  $as_echo "$as_val"'`
7761                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7762 $as_echo "$ac_res" >&6; }
7763
7764 fi
7765 as_val=`eval 'as_val=${'$as_ac_Header'}
7766                  $as_echo "$as_val"'`
7767    if test "x$as_val" = x""yes; then
7768   cat >>confdefs.h <<_ACEOF
7769 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7770 _ACEOF
7771
7772 fi
7773
7774 done
7775
7776 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7777 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7778 if test "${ac_cv_header_stat_broken+set}" = set; then
7779   $as_echo_n "(cached) " >&6
7780 else
7781   cat >conftest.$ac_ext <<_ACEOF
7782 /* confdefs.h.  */
7783 _ACEOF
7784 cat confdefs.h >>conftest.$ac_ext
7785 cat >>conftest.$ac_ext <<_ACEOF
7786 /* end confdefs.h.  */
7787 #include <sys/types.h>
7788 #include <sys/stat.h>
7789
7790 #if defined S_ISBLK && defined S_IFDIR
7791 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7792 #endif
7793
7794 #if defined S_ISBLK && defined S_IFCHR
7795 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7796 #endif
7797
7798 #if defined S_ISLNK && defined S_IFREG
7799 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7800 #endif
7801
7802 #if defined S_ISSOCK && defined S_IFREG
7803 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7804 #endif
7805
7806 _ACEOF
7807 rm -f conftest.$ac_objext
7808 if { (ac_try="$ac_compile"
7809 case "(($ac_try" in
7810   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7811   *) ac_try_echo=$ac_try;;
7812 esac
7813 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7814 $as_echo "$ac_try_echo") >&5
7815   (eval "$ac_compile") 2>conftest.er1
7816   ac_status=$?
7817   grep -v '^ *+' conftest.er1 >conftest.err
7818   rm -f conftest.er1
7819   cat conftest.err >&5
7820   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7821   (exit $ac_status); } && {
7822          test -z "$ac_c_werror_flag" ||
7823          test ! -s conftest.err
7824        } && test -s conftest.$ac_objext; then
7825   ac_cv_header_stat_broken=no
7826 else
7827   $as_echo "$as_me: failed program was:" >&5
7828 sed 's/^/| /' conftest.$ac_ext >&5
7829
7830         ac_cv_header_stat_broken=yes
7831 fi
7832
7833 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7834 fi
7835 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7836 $as_echo "$ac_cv_header_stat_broken" >&6; }
7837 if test $ac_cv_header_stat_broken = yes; then
7838
7839 cat >>confdefs.h <<\_ACEOF
7840 #define STAT_MACROS_BROKEN 1
7841 _ACEOF
7842
7843 fi
7844
7845
7846
7847
7848
7849
7850
7851
7852 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
7853 do
7854 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7855 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7856 $as_echo_n "checking for $ac_header... " >&6; }
7857 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7858   $as_echo_n "(cached) " >&6
7859 else
7860   cat >conftest.$ac_ext <<_ACEOF
7861 /* confdefs.h.  */
7862 _ACEOF
7863 cat confdefs.h >>conftest.$ac_ext
7864 cat >>conftest.$ac_ext <<_ACEOF
7865 /* end confdefs.h.  */
7866 #include <sys/types.h>
7867      #ifdef HAVE_SYS_PARAM_H
7868      # include <sys/param.h>
7869      #endif
7870
7871 #include <$ac_header>
7872 _ACEOF
7873 rm -f conftest.$ac_objext
7874 if { (ac_try="$ac_compile"
7875 case "(($ac_try" in
7876   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7877   *) ac_try_echo=$ac_try;;
7878 esac
7879 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7880 $as_echo "$ac_try_echo") >&5
7881   (eval "$ac_compile") 2>conftest.er1
7882   ac_status=$?
7883   grep -v '^ *+' conftest.er1 >conftest.err
7884   rm -f conftest.er1
7885   cat conftest.err >&5
7886   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7887   (exit $ac_status); } && {
7888          test -z "$ac_c_werror_flag" ||
7889          test ! -s conftest.err
7890        } && test -s conftest.$ac_objext; then
7891   eval "$as_ac_Header=yes"
7892 else
7893   $as_echo "$as_me: failed program was:" >&5
7894 sed 's/^/| /' conftest.$ac_ext >&5
7895
7896         eval "$as_ac_Header=no"
7897 fi
7898
7899 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7900 fi
7901 ac_res=`eval 'as_val=${'$as_ac_Header'}
7902                  $as_echo "$as_val"'`
7903                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7904 $as_echo "$ac_res" >&6; }
7905 as_val=`eval 'as_val=${'$as_ac_Header'}
7906                  $as_echo "$as_val"'`
7907    if test "x$as_val" = x""yes; then
7908   cat >>confdefs.h <<_ACEOF
7909 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7910 _ACEOF
7911
7912 fi
7913
7914 done
7915
7916
7917
7918
7919
7920
7921
7922
7923
7924
7925
7926
7927
7928
7929
7930 for ac_header in \
7931         netinet/ip.h \
7932         net/if.h \
7933         net/if_arp.h \
7934         net/if_dl.h \
7935         net/if_types.h \
7936         net/route.h \
7937         netinet/if_ether.h \
7938         netinet/if_inarp.h \
7939         netinet/in_pcb.h \
7940         netinet/ip_icmp.h \
7941         netinet/ip_var.h \
7942         netinet/udp.h \
7943         netipx/ipx.h \
7944
7945 do
7946 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7947 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7948 $as_echo_n "checking for $ac_header... " >&6; }
7949 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7950   $as_echo_n "(cached) " >&6
7951 else
7952   cat >conftest.$ac_ext <<_ACEOF
7953 /* confdefs.h.  */
7954 _ACEOF
7955 cat confdefs.h >>conftest.$ac_ext
7956 cat >>conftest.$ac_ext <<_ACEOF
7957 /* end confdefs.h.  */
7958 #include <sys/types.h>
7959      #ifdef HAVE_SYS_SOCKET_H
7960      # include <sys/socket.h>
7961      #endif
7962      #ifdef HAVE_SYS_SOCKETVAR_H
7963      # include <sys/socketvar.h>
7964      #endif
7965      #ifdef HAVE_NET_ROUTE_H
7966      # include <net/route.h>
7967      #endif
7968      #ifdef HAVE_NETINET_IN_H
7969      # include <netinet/in.h>
7970      #endif
7971      #ifdef HAVE_NETINET_IN_SYSTM_H
7972      # include <netinet/in_systm.h>
7973      #endif
7974      #ifdef HAVE_NET_IF_H
7975      # include <net/if.h>
7976      #endif
7977      #ifdef HAVE_NETINET_IP_H
7978      # include <netinet/ip.h>
7979      #endif
7980
7981 #include <$ac_header>
7982 _ACEOF
7983 rm -f conftest.$ac_objext
7984 if { (ac_try="$ac_compile"
7985 case "(($ac_try" in
7986   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7987   *) ac_try_echo=$ac_try;;
7988 esac
7989 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7990 $as_echo "$ac_try_echo") >&5
7991   (eval "$ac_compile") 2>conftest.er1
7992   ac_status=$?
7993   grep -v '^ *+' conftest.er1 >conftest.err
7994   rm -f conftest.er1
7995   cat conftest.err >&5
7996   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7997   (exit $ac_status); } && {
7998          test -z "$ac_c_werror_flag" ||
7999          test ! -s conftest.err
8000        } && test -s conftest.$ac_objext; then
8001   eval "$as_ac_Header=yes"
8002 else
8003   $as_echo "$as_me: failed program was:" >&5
8004 sed 's/^/| /' conftest.$ac_ext >&5
8005
8006         eval "$as_ac_Header=no"
8007 fi
8008
8009 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8010 fi
8011 ac_res=`eval 'as_val=${'$as_ac_Header'}
8012                  $as_echo "$as_val"'`
8013                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8014 $as_echo "$ac_res" >&6; }
8015 as_val=`eval 'as_val=${'$as_ac_Header'}
8016                  $as_echo "$as_val"'`
8017    if test "x$as_val" = x""yes; then
8018   cat >>confdefs.h <<_ACEOF
8019 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8020 _ACEOF
8021
8022 fi
8023
8024 done
8025
8026
8027
8028
8029
8030
8031 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
8032 do
8033 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8034 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8035 $as_echo_n "checking for $ac_header... " >&6; }
8036 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8037   $as_echo_n "(cached) " >&6
8038 else
8039   cat >conftest.$ac_ext <<_ACEOF
8040 /* confdefs.h.  */
8041 _ACEOF
8042 cat confdefs.h >>conftest.$ac_ext
8043 cat >>conftest.$ac_ext <<_ACEOF
8044 /* end confdefs.h.  */
8045 #include <sys/types.h>
8046      #ifdef HAVE_ALIAS_H
8047      # include <alias.h>
8048      #endif
8049      #ifdef HAVE_SYS_SOCKET_H
8050      # include <sys/socket.h>
8051      #endif
8052      #ifdef HAVE_SYS_SOCKETVAR_H
8053      # include <sys/socketvar.h>
8054      #endif
8055      #ifdef HAVE_SYS_TIMEOUT_H
8056      # include <sys/timeout.h>
8057      #endif
8058      #ifdef HAVE_NETINET_IN_H
8059      # include <netinet/in.h>
8060      #endif
8061      #ifdef HAVE_NETINET_IN_SYSTM_H
8062      # include <netinet/in_systm.h>
8063      #endif
8064      #ifdef HAVE_NETINET_IP_H
8065      # include <netinet/ip.h>
8066      #endif
8067      #ifdef HAVE_NETINET_IP_VAR_H
8068      # include <netinet/ip_var.h>
8069      #endif
8070      #ifdef HAVE_NETINET_IP_ICMP_H
8071      # include <netinet/ip_icmp.h>
8072      #endif
8073      #ifdef HAVE_NETINET_UDP_H
8074      # include <netinet/udp.h>
8075      #endif
8076      #ifdef HAVE_NETINET_TCP_H
8077      # include <netinet/tcp.h>
8078      #endif
8079      #ifdef HAVE_NETINET_TCP_TIMER_H
8080      #include <netinet/tcp_timer.h>
8081      #endif
8082
8083 #include <$ac_header>
8084 _ACEOF
8085 rm -f conftest.$ac_objext
8086 if { (ac_try="$ac_compile"
8087 case "(($ac_try" in
8088   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8089   *) ac_try_echo=$ac_try;;
8090 esac
8091 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8092 $as_echo "$ac_try_echo") >&5
8093   (eval "$ac_compile") 2>conftest.er1
8094   ac_status=$?
8095   grep -v '^ *+' conftest.er1 >conftest.err
8096   rm -f conftest.er1
8097   cat conftest.err >&5
8098   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8099   (exit $ac_status); } && {
8100          test -z "$ac_c_werror_flag" ||
8101          test ! -s conftest.err
8102        } && test -s conftest.$ac_objext; then
8103   eval "$as_ac_Header=yes"
8104 else
8105   $as_echo "$as_me: failed program was:" >&5
8106 sed 's/^/| /' conftest.$ac_ext >&5
8107
8108         eval "$as_ac_Header=no"
8109 fi
8110
8111 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8112 fi
8113 ac_res=`eval 'as_val=${'$as_ac_Header'}
8114                  $as_echo "$as_val"'`
8115                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8116 $as_echo "$ac_res" >&6; }
8117 as_val=`eval 'as_val=${'$as_ac_Header'}
8118                  $as_echo "$as_val"'`
8119    if test "x$as_val" = x""yes; then
8120   cat >>confdefs.h <<_ACEOF
8121 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8122 _ACEOF
8123
8124 fi
8125
8126 done
8127
8128
8129
8130 for ac_header in linux/ipx.h
8131 do
8132 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8133 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8134 $as_echo_n "checking for $ac_header... " >&6; }
8135 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8136   $as_echo_n "(cached) " >&6
8137 else
8138   cat >conftest.$ac_ext <<_ACEOF
8139 /* confdefs.h.  */
8140 _ACEOF
8141 cat confdefs.h >>conftest.$ac_ext
8142 cat >>conftest.$ac_ext <<_ACEOF
8143 /* end confdefs.h.  */
8144 #include <sys/types.h>
8145      #ifdef HAVE_ASM_TYPES_H
8146      # include <asm/types.h>
8147      #endif
8148      #ifdef HAVE_SYS_SOCKET_H
8149      # include <sys/socket.h>
8150      #endif
8151      #ifdef HAVE_LINUX_TYPES_H
8152      # include <linux/types.h>
8153      #endif
8154
8155 #include <$ac_header>
8156 _ACEOF
8157 rm -f conftest.$ac_objext
8158 if { (ac_try="$ac_compile"
8159 case "(($ac_try" in
8160   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8161   *) ac_try_echo=$ac_try;;
8162 esac
8163 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8164 $as_echo "$ac_try_echo") >&5
8165   (eval "$ac_compile") 2>conftest.er1
8166   ac_status=$?
8167   grep -v '^ *+' conftest.er1 >conftest.err
8168   rm -f conftest.er1
8169   cat conftest.err >&5
8170   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8171   (exit $ac_status); } && {
8172          test -z "$ac_c_werror_flag" ||
8173          test ! -s conftest.err
8174        } && test -s conftest.$ac_objext; then
8175   eval "$as_ac_Header=yes"
8176 else
8177   $as_echo "$as_me: failed program was:" >&5
8178 sed 's/^/| /' conftest.$ac_ext >&5
8179
8180         eval "$as_ac_Header=no"
8181 fi
8182
8183 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8184 fi
8185 ac_res=`eval 'as_val=${'$as_ac_Header'}
8186                  $as_echo "$as_val"'`
8187                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8188 $as_echo "$ac_res" >&6; }
8189 as_val=`eval 'as_val=${'$as_ac_Header'}
8190                  $as_echo "$as_val"'`
8191    if test "x$as_val" = x""yes; then
8192   cat >>confdefs.h <<_ACEOF
8193 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8194 _ACEOF
8195
8196 fi
8197
8198 done
8199
8200
8201
8202 for ac_header in resolv.h
8203 do
8204 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8205 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8206 $as_echo_n "checking for $ac_header... " >&6; }
8207 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8208   $as_echo_n "(cached) " >&6
8209 else
8210   cat >conftest.$ac_ext <<_ACEOF
8211 /* confdefs.h.  */
8212 _ACEOF
8213 cat confdefs.h >>conftest.$ac_ext
8214 cat >>conftest.$ac_ext <<_ACEOF
8215 /* end confdefs.h.  */
8216 #include <sys/types.h>
8217      #ifdef HAVE_SYS_SOCKET_H
8218      # include <sys/socket.h>
8219      #endif
8220      #ifdef HAVE_NETINET_IN_H
8221      # include <netinet/in.h>
8222      #endif
8223      #ifdef HAVE_ARPA_NAMESER_H
8224      # include <arpa/nameser.h>
8225      #endif
8226
8227 #include <$ac_header>
8228 _ACEOF
8229 rm -f conftest.$ac_objext
8230 if { (ac_try="$ac_compile"
8231 case "(($ac_try" in
8232   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8233   *) ac_try_echo=$ac_try;;
8234 esac
8235 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8236 $as_echo "$ac_try_echo") >&5
8237   (eval "$ac_compile") 2>conftest.er1
8238   ac_status=$?
8239   grep -v '^ *+' conftest.er1 >conftest.err
8240   rm -f conftest.er1
8241   cat conftest.err >&5
8242   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8243   (exit $ac_status); } && {
8244          test -z "$ac_c_werror_flag" ||
8245          test ! -s conftest.err
8246        } && test -s conftest.$ac_objext; then
8247   eval "$as_ac_Header=yes"
8248 else
8249   $as_echo "$as_me: failed program was:" >&5
8250 sed 's/^/| /' conftest.$ac_ext >&5
8251
8252         eval "$as_ac_Header=no"
8253 fi
8254
8255 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8256 fi
8257 ac_res=`eval 'as_val=${'$as_ac_Header'}
8258                  $as_echo "$as_val"'`
8259                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8260 $as_echo "$ac_res" >&6; }
8261 as_val=`eval 'as_val=${'$as_ac_Header'}
8262                  $as_echo "$as_val"'`
8263    if test "x$as_val" = x""yes; then
8264   cat >>confdefs.h <<_ACEOF
8265 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8266 _ACEOF
8267
8268 fi
8269
8270 done
8271
8272
8273
8274 for ac_header in ucontext.h
8275 do
8276 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8277 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8278 $as_echo_n "checking for $ac_header... " >&6; }
8279 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8280   $as_echo_n "(cached) " >&6
8281 else
8282   cat >conftest.$ac_ext <<_ACEOF
8283 /* confdefs.h.  */
8284 _ACEOF
8285 cat confdefs.h >>conftest.$ac_ext
8286 cat >>conftest.$ac_ext <<_ACEOF
8287 /* end confdefs.h.  */
8288 #include <signal.h>
8289
8290 #include <$ac_header>
8291 _ACEOF
8292 rm -f conftest.$ac_objext
8293 if { (ac_try="$ac_compile"
8294 case "(($ac_try" in
8295   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8296   *) ac_try_echo=$ac_try;;
8297 esac
8298 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8299 $as_echo "$ac_try_echo") >&5
8300   (eval "$ac_compile") 2>conftest.er1
8301   ac_status=$?
8302   grep -v '^ *+' conftest.er1 >conftest.err
8303   rm -f conftest.er1
8304   cat conftest.err >&5
8305   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8306   (exit $ac_status); } && {
8307          test -z "$ac_c_werror_flag" ||
8308          test ! -s conftest.err
8309        } && test -s conftest.$ac_objext; then
8310   eval "$as_ac_Header=yes"
8311 else
8312   $as_echo "$as_me: failed program was:" >&5
8313 sed 's/^/| /' conftest.$ac_ext >&5
8314
8315         eval "$as_ac_Header=no"
8316 fi
8317
8318 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8319 fi
8320 ac_res=`eval 'as_val=${'$as_ac_Header'}
8321                  $as_echo "$as_val"'`
8322                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8323 $as_echo "$ac_res" >&6; }
8324 as_val=`eval 'as_val=${'$as_ac_Header'}
8325                  $as_echo "$as_val"'`
8326    if test "x$as_val" = x""yes; then
8327   cat >>confdefs.h <<_ACEOF
8328 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8329 _ACEOF
8330
8331 fi
8332
8333 done
8334
8335
8336
8337 for ac_header in sys/thr.h
8338 do
8339 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8340 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8341 $as_echo_n "checking for $ac_header... " >&6; }
8342 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8343   $as_echo_n "(cached) " >&6
8344 else
8345   cat >conftest.$ac_ext <<_ACEOF
8346 /* confdefs.h.  */
8347 _ACEOF
8348 cat confdefs.h >>conftest.$ac_ext
8349 cat >>conftest.$ac_ext <<_ACEOF
8350 /* end confdefs.h.  */
8351 #include <sys/types.h>
8352 #ifdef HAVE_UCONTEXT_H
8353 #include <ucontext.h>
8354 #endif
8355
8356 #include <$ac_header>
8357 _ACEOF
8358 rm -f conftest.$ac_objext
8359 if { (ac_try="$ac_compile"
8360 case "(($ac_try" in
8361   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8362   *) ac_try_echo=$ac_try;;
8363 esac
8364 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8365 $as_echo "$ac_try_echo") >&5
8366   (eval "$ac_compile") 2>conftest.er1
8367   ac_status=$?
8368   grep -v '^ *+' conftest.er1 >conftest.err
8369   rm -f conftest.er1
8370   cat conftest.err >&5
8371   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8372   (exit $ac_status); } && {
8373          test -z "$ac_c_werror_flag" ||
8374          test ! -s conftest.err
8375        } && test -s conftest.$ac_objext; then
8376   eval "$as_ac_Header=yes"
8377 else
8378   $as_echo "$as_me: failed program was:" >&5
8379 sed 's/^/| /' conftest.$ac_ext >&5
8380
8381         eval "$as_ac_Header=no"
8382 fi
8383
8384 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8385 fi
8386 ac_res=`eval 'as_val=${'$as_ac_Header'}
8387                  $as_echo "$as_val"'`
8388                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8389 $as_echo "$ac_res" >&6; }
8390 as_val=`eval 'as_val=${'$as_ac_Header'}
8391                  $as_echo "$as_val"'`
8392    if test "x$as_val" = x""yes; then
8393   cat >>confdefs.h <<_ACEOF
8394 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8395 _ACEOF
8396
8397 fi
8398
8399 done
8400
8401
8402
8403 for ac_header in pthread_np.h
8404 do
8405 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8406 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8407 $as_echo_n "checking for $ac_header... " >&6; }
8408 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8409   $as_echo_n "(cached) " >&6
8410 else
8411   cat >conftest.$ac_ext <<_ACEOF
8412 /* confdefs.h.  */
8413 _ACEOF
8414 cat confdefs.h >>conftest.$ac_ext
8415 cat >>conftest.$ac_ext <<_ACEOF
8416 /* end confdefs.h.  */
8417 #ifdef HAVE_PTHREAD_H
8418 #include <pthread.h>
8419 #endif
8420
8421 #include <$ac_header>
8422 _ACEOF
8423 rm -f conftest.$ac_objext
8424 if { (ac_try="$ac_compile"
8425 case "(($ac_try" in
8426   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8427   *) ac_try_echo=$ac_try;;
8428 esac
8429 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8430 $as_echo "$ac_try_echo") >&5
8431   (eval "$ac_compile") 2>conftest.er1
8432   ac_status=$?
8433   grep -v '^ *+' conftest.er1 >conftest.err
8434   rm -f conftest.er1
8435   cat conftest.err >&5
8436   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8437   (exit $ac_status); } && {
8438          test -z "$ac_c_werror_flag" ||
8439          test ! -s conftest.err
8440        } && test -s conftest.$ac_objext; then
8441   eval "$as_ac_Header=yes"
8442 else
8443   $as_echo "$as_me: failed program was:" >&5
8444 sed 's/^/| /' conftest.$ac_ext >&5
8445
8446         eval "$as_ac_Header=no"
8447 fi
8448
8449 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8450 fi
8451 ac_res=`eval 'as_val=${'$as_ac_Header'}
8452                  $as_echo "$as_val"'`
8453                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8454 $as_echo "$ac_res" >&6; }
8455 as_val=`eval 'as_val=${'$as_ac_Header'}
8456                  $as_echo "$as_val"'`
8457    if test "x$as_val" = x""yes; then
8458   cat >>confdefs.h <<_ACEOF
8459 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8460 _ACEOF
8461
8462 fi
8463
8464 done
8465
8466
8467
8468 for ac_header in linux/videodev.h
8469 do
8470 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8471 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8472 $as_echo_n "checking for $ac_header... " >&6; }
8473 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8474   $as_echo_n "(cached) " >&6
8475 else
8476   cat >conftest.$ac_ext <<_ACEOF
8477 /* confdefs.h.  */
8478 _ACEOF
8479 cat confdefs.h >>conftest.$ac_ext
8480 cat >>conftest.$ac_ext <<_ACEOF
8481 /* end confdefs.h.  */
8482 #ifdef HAVE_SYS_TIME_H
8483 #include <sys/time.h>
8484 #endif
8485 #include <sys/types.h>
8486 #ifdef HAVE_ASM_TYPES_H
8487 #include <asm/types.h>
8488 #endif
8489
8490 #include <$ac_header>
8491 _ACEOF
8492 rm -f conftest.$ac_objext
8493 if { (ac_try="$ac_compile"
8494 case "(($ac_try" in
8495   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8496   *) ac_try_echo=$ac_try;;
8497 esac
8498 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8499 $as_echo "$ac_try_echo") >&5
8500   (eval "$ac_compile") 2>conftest.er1
8501   ac_status=$?
8502   grep -v '^ *+' conftest.er1 >conftest.err
8503   rm -f conftest.er1
8504   cat conftest.err >&5
8505   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8506   (exit $ac_status); } && {
8507          test -z "$ac_c_werror_flag" ||
8508          test ! -s conftest.err
8509        } && test -s conftest.$ac_objext; then
8510   eval "$as_ac_Header=yes"
8511 else
8512   $as_echo "$as_me: failed program was:" >&5
8513 sed 's/^/| /' conftest.$ac_ext >&5
8514
8515         eval "$as_ac_Header=no"
8516 fi
8517
8518 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8519 fi
8520 ac_res=`eval 'as_val=${'$as_ac_Header'}
8521                  $as_echo "$as_val"'`
8522                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8523 $as_echo "$ac_res" >&6; }
8524 as_val=`eval 'as_val=${'$as_ac_Header'}
8525                  $as_echo "$as_val"'`
8526    if test "x$as_val" = x""yes; then
8527   cat >>confdefs.h <<_ACEOF
8528 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8529 _ACEOF
8530
8531 fi
8532
8533 done
8534
8535
8536
8537 for ac_header in linux/capi.h
8538 do
8539 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8540 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8541 $as_echo_n "checking for $ac_header... " >&6; }
8542 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8543   $as_echo_n "(cached) " >&6
8544 else
8545   cat >conftest.$ac_ext <<_ACEOF
8546 /* confdefs.h.  */
8547 _ACEOF
8548 cat confdefs.h >>conftest.$ac_ext
8549 cat >>conftest.$ac_ext <<_ACEOF
8550 /* end confdefs.h.  */
8551 #define __user
8552
8553 #include <$ac_header>
8554 _ACEOF
8555 rm -f conftest.$ac_objext
8556 if { (ac_try="$ac_compile"
8557 case "(($ac_try" in
8558   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8559   *) ac_try_echo=$ac_try;;
8560 esac
8561 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8562 $as_echo "$ac_try_echo") >&5
8563   (eval "$ac_compile") 2>conftest.er1
8564   ac_status=$?
8565   grep -v '^ *+' conftest.er1 >conftest.err
8566   rm -f conftest.er1
8567   cat conftest.err >&5
8568   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8569   (exit $ac_status); } && {
8570          test -z "$ac_c_werror_flag" ||
8571          test ! -s conftest.err
8572        } && test -s conftest.$ac_objext; then
8573   eval "$as_ac_Header=yes"
8574 else
8575   $as_echo "$as_me: failed program was:" >&5
8576 sed 's/^/| /' conftest.$ac_ext >&5
8577
8578         eval "$as_ac_Header=no"
8579 fi
8580
8581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8582 fi
8583 ac_res=`eval 'as_val=${'$as_ac_Header'}
8584                  $as_echo "$as_val"'`
8585                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8586 $as_echo "$ac_res" >&6; }
8587 as_val=`eval 'as_val=${'$as_ac_Header'}
8588                  $as_echo "$as_val"'`
8589    if test "x$as_val" = x""yes; then
8590   cat >>confdefs.h <<_ACEOF
8591 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8592 _ACEOF
8593
8594 fi
8595
8596 done
8597
8598
8599
8600 DLLEXT=""
8601
8602 DLLFLAGS="-D_REENTRANT"
8603
8604 LDSHARED=""
8605
8606 LDDLLFLAGS=""
8607
8608 LIBEXT="so"
8609
8610 IMPLIBEXT="def"
8611
8612 LDRPATH_INSTALL=""
8613
8614 LDRPATH_LOCAL=""
8615
8616 # Extract the first word of "ldd", so it can be a program name with args.
8617 set dummy ldd; ac_word=$2
8618 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8619 $as_echo_n "checking for $ac_word... " >&6; }
8620 if test "${ac_cv_path_LDD+set}" = set; then
8621   $as_echo_n "(cached) " >&6
8622 else
8623   case $LDD in
8624   [\\/]* | ?:[\\/]*)
8625   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8626   ;;
8627   *)
8628   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8629 as_dummy="/sbin:/usr/sbin:$PATH"
8630 for as_dir in $as_dummy
8631 do
8632   IFS=$as_save_IFS
8633   test -z "$as_dir" && as_dir=.
8634   for ac_exec_ext in '' $ac_executable_extensions; do
8635   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8636     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8637     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8638     break 2
8639   fi
8640 done
8641 done
8642 IFS=$as_save_IFS
8643
8644   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8645   ;;
8646 esac
8647 fi
8648 LDD=$ac_cv_path_LDD
8649 if test -n "$LDD"; then
8650   { $as_echo "$as_me:$LINENO: result: $LDD" >&5
8651 $as_echo "$LDD" >&6; }
8652 else
8653   { $as_echo "$as_me:$LINENO: result: no" >&5
8654 $as_echo "no" >&6; }
8655 fi
8656
8657
8658
8659 case $host_os in
8660   cygwin*|mingw32*)
8661     if test -n "$ac_tool_prefix"; then
8662   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8663 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8664 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8665 $as_echo_n "checking for $ac_word... " >&6; }
8666 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8667   $as_echo_n "(cached) " >&6
8668 else
8669   if test -n "$DLLTOOL"; then
8670   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8671 else
8672 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8673 for as_dir in $PATH
8674 do
8675   IFS=$as_save_IFS
8676   test -z "$as_dir" && as_dir=.
8677   for ac_exec_ext in '' $ac_executable_extensions; do
8678   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8679     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8680     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8681     break 2
8682   fi
8683 done
8684 done
8685 IFS=$as_save_IFS
8686
8687 fi
8688 fi
8689 DLLTOOL=$ac_cv_prog_DLLTOOL
8690 if test -n "$DLLTOOL"; then
8691   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8692 $as_echo "$DLLTOOL" >&6; }
8693 else
8694   { $as_echo "$as_me:$LINENO: result: no" >&5
8695 $as_echo "no" >&6; }
8696 fi
8697
8698
8699 fi
8700 if test -z "$ac_cv_prog_DLLTOOL"; then
8701   ac_ct_DLLTOOL=$DLLTOOL
8702   # Extract the first word of "dlltool", so it can be a program name with args.
8703 set dummy dlltool; ac_word=$2
8704 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8705 $as_echo_n "checking for $ac_word... " >&6; }
8706 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8707   $as_echo_n "(cached) " >&6
8708 else
8709   if test -n "$ac_ct_DLLTOOL"; then
8710   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8711 else
8712 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8713 for as_dir in $PATH
8714 do
8715   IFS=$as_save_IFS
8716   test -z "$as_dir" && as_dir=.
8717   for ac_exec_ext in '' $ac_executable_extensions; do
8718   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8719     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8720     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8721     break 2
8722   fi
8723 done
8724 done
8725 IFS=$as_save_IFS
8726
8727 fi
8728 fi
8729 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8730 if test -n "$ac_ct_DLLTOOL"; then
8731   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8732 $as_echo "$ac_ct_DLLTOOL" >&6; }
8733 else
8734   { $as_echo "$as_me:$LINENO: result: no" >&5
8735 $as_echo "no" >&6; }
8736 fi
8737
8738   if test "x$ac_ct_DLLTOOL" = x; then
8739     DLLTOOL="false"
8740   else
8741     case $cross_compiling:$ac_tool_warned in
8742 yes:)
8743 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8744 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8745 ac_tool_warned=yes ;;
8746 esac
8747     DLLTOOL=$ac_ct_DLLTOOL
8748   fi
8749 else
8750   DLLTOOL="$ac_cv_prog_DLLTOOL"
8751 fi
8752
8753     if test -n "$ac_tool_prefix"; then
8754   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8755 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8756 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8757 $as_echo_n "checking for $ac_word... " >&6; }
8758 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8759   $as_echo_n "(cached) " >&6
8760 else
8761   if test -n "$DLLWRAP"; then
8762   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8763 else
8764 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8765 for as_dir in $PATH
8766 do
8767   IFS=$as_save_IFS
8768   test -z "$as_dir" && as_dir=.
8769   for ac_exec_ext in '' $ac_executable_extensions; do
8770   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8771     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8772     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8773     break 2
8774   fi
8775 done
8776 done
8777 IFS=$as_save_IFS
8778
8779 fi
8780 fi
8781 DLLWRAP=$ac_cv_prog_DLLWRAP
8782 if test -n "$DLLWRAP"; then
8783   { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8784 $as_echo "$DLLWRAP" >&6; }
8785 else
8786   { $as_echo "$as_me:$LINENO: result: no" >&5
8787 $as_echo "no" >&6; }
8788 fi
8789
8790
8791 fi
8792 if test -z "$ac_cv_prog_DLLWRAP"; then
8793   ac_ct_DLLWRAP=$DLLWRAP
8794   # Extract the first word of "dllwrap", so it can be a program name with args.
8795 set dummy dllwrap; ac_word=$2
8796 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8797 $as_echo_n "checking for $ac_word... " >&6; }
8798 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8799   $as_echo_n "(cached) " >&6
8800 else
8801   if test -n "$ac_ct_DLLWRAP"; then
8802   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8803 else
8804 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8805 for as_dir in $PATH
8806 do
8807   IFS=$as_save_IFS
8808   test -z "$as_dir" && as_dir=.
8809   for ac_exec_ext in '' $ac_executable_extensions; do
8810   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8811     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8812     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8813     break 2
8814   fi
8815 done
8816 done
8817 IFS=$as_save_IFS
8818
8819 fi
8820 fi
8821 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8822 if test -n "$ac_ct_DLLWRAP"; then
8823   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8824 $as_echo "$ac_ct_DLLWRAP" >&6; }
8825 else
8826   { $as_echo "$as_me:$LINENO: result: no" >&5
8827 $as_echo "no" >&6; }
8828 fi
8829
8830   if test "x$ac_ct_DLLWRAP" = x; then
8831     DLLWRAP="false"
8832   else
8833     case $cross_compiling:$ac_tool_warned in
8834 yes:)
8835 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8836 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8837 ac_tool_warned=yes ;;
8838 esac
8839     DLLWRAP=$ac_ct_DLLWRAP
8840   fi
8841 else
8842   DLLWRAP="$ac_cv_prog_DLLWRAP"
8843 fi
8844
8845     if test -n "$ac_tool_prefix"; then
8846   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8847 set dummy ${ac_tool_prefix}ar; ac_word=$2
8848 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8849 $as_echo_n "checking for $ac_word... " >&6; }
8850 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8851   $as_echo_n "(cached) " >&6
8852 else
8853   if test -n "$MINGWAR"; then
8854   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8855 else
8856 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8857 for as_dir in $PATH
8858 do
8859   IFS=$as_save_IFS
8860   test -z "$as_dir" && as_dir=.
8861   for ac_exec_ext in '' $ac_executable_extensions; do
8862   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8863     ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8864     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8865     break 2
8866   fi
8867 done
8868 done
8869 IFS=$as_save_IFS
8870
8871 fi
8872 fi
8873 MINGWAR=$ac_cv_prog_MINGWAR
8874 if test -n "$MINGWAR"; then
8875   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8876 $as_echo "$MINGWAR" >&6; }
8877 else
8878   { $as_echo "$as_me:$LINENO: result: no" >&5
8879 $as_echo "no" >&6; }
8880 fi
8881
8882
8883 fi
8884 if test -z "$ac_cv_prog_MINGWAR"; then
8885   ac_ct_MINGWAR=$MINGWAR
8886   # Extract the first word of "ar", so it can be a program name with args.
8887 set dummy ar; ac_word=$2
8888 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8889 $as_echo_n "checking for $ac_word... " >&6; }
8890 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8891   $as_echo_n "(cached) " >&6
8892 else
8893   if test -n "$ac_ct_MINGWAR"; then
8894   ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8895 else
8896 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8897 for as_dir in $PATH
8898 do
8899   IFS=$as_save_IFS
8900   test -z "$as_dir" && as_dir=.
8901   for ac_exec_ext in '' $ac_executable_extensions; do
8902   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8903     ac_cv_prog_ac_ct_MINGWAR="ar"
8904     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8905     break 2
8906   fi
8907 done
8908 done
8909 IFS=$as_save_IFS
8910
8911 fi
8912 fi
8913 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8914 if test -n "$ac_ct_MINGWAR"; then
8915   { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8916 $as_echo "$ac_ct_MINGWAR" >&6; }
8917 else
8918   { $as_echo "$as_me:$LINENO: result: no" >&5
8919 $as_echo "no" >&6; }
8920 fi
8921
8922   if test "x$ac_ct_MINGWAR" = x; then
8923     MINGWAR="false"
8924   else
8925     case $cross_compiling:$ac_tool_warned in
8926 yes:)
8927 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8928 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8929 ac_tool_warned=yes ;;
8930 esac
8931     MINGWAR=$ac_ct_MINGWAR
8932   fi
8933 else
8934   MINGWAR="$ac_cv_prog_MINGWAR"
8935 fi
8936
8937     if test "$DLLWRAP" = "false"; then
8938       LIBEXT="a"
8939     else
8940             LIBEXT="dll"
8941     fi
8942     IMPLIBEXT="a"
8943         WIN16_FILES=""
8944     WIN16_INSTALL=""
8945         enable_iphlpapi=${enable_iphlpapi:-no}
8946     enable_kernel32=${enable_kernel32:-no}
8947     enable_msvcrt=${enable_msvcrt:-no}
8948     enable_ntdll=${enable_ntdll:-no}
8949     enable_ws2_32=${enable_ws2_32:-no}
8950     enable_loader=${enable_loader:-no}
8951     enable_server=${enable_server:-no}
8952     ;;
8953   darwin*|macosx*)
8954     DLLEXT=".so"
8955     LIBEXT="dylib"
8956     DLLFLAGS="$DLLFLAGS -fPIC"
8957     LDDLLFLAGS="-bundle -multiply_defined suppress"
8958     LIBWINE_LDFLAGS="-multiply_defined suppress"
8959     LDSHARED="\$(CC) -dynamiclib"
8960     STRIP="$STRIP -x"
8961     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8962         SECURITYLIB="-framework Security -framework CoreFoundation"
8963
8964     COREFOUNDATIONLIB="-framework CoreFoundation"
8965
8966     IOKITLIB="-framework IOKit -framework CoreFoundation"
8967
8968     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8969
8970     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8971     then
8972                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8973
8974     fi
8975     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8976     then
8977                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8978
8979     fi
8980     case $host_cpu in
8981       *powerpc*)
8982         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
8983     esac
8984         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8985     then
8986         CARBONLIB="-framework Carbon"
8987
8988         enable_winequartz_drv=${enable_winequartz_drv:-yes}
8989     fi
8990     ;;
8991   *)
8992     DLLFLAGS="$DLLFLAGS -fPIC"
8993     DLLEXT=".so"
8994     { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8995 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8996 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8997   $as_echo_n "(cached) " >&6
8998 else
8999   ac_wine_try_cflags_saved=$CFLAGS
9000 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
9001 cat >conftest.$ac_ext <<_ACEOF
9002 void myfunc() {}
9003 _ACEOF
9004 rm -f conftest.$ac_objext conftest$ac_exeext
9005 if { (ac_try="$ac_link"
9006 case "(($ac_try" in
9007   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9008   *) ac_try_echo=$ac_try;;
9009 esac
9010 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9011 $as_echo "$ac_try_echo") >&5
9012   (eval "$ac_link") 2>conftest.er1
9013   ac_status=$?
9014   grep -v '^ *+' conftest.er1 >conftest.err
9015   rm -f conftest.er1
9016   cat conftest.err >&5
9017   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9018   (exit $ac_status); } && {
9019          test -z "$ac_c_werror_flag" ||
9020          test ! -s conftest.err
9021        } && test -s conftest$ac_exeext && {
9022          test "$cross_compiling" = yes ||
9023          $as_test_x conftest$ac_exeext
9024        }; then
9025   ac_cv_c_dll_gnuelf="yes"
9026 else
9027   $as_echo "$as_me: failed program was:" >&5
9028 sed 's/^/| /' conftest.$ac_ext >&5
9029
9030         ac_cv_c_dll_gnuelf="no"
9031 fi
9032
9033 rm -rf conftest.dSYM
9034 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9035       conftest$ac_exeext conftest.$ac_ext
9036 CFLAGS=$ac_wine_try_cflags_saved
9037 fi
9038 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
9039 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
9040     if test "$ac_cv_c_dll_gnuelf" = "yes"
9041     then
9042       LDSHARED="\$(CC) -shared"
9043       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
9044       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
9045 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
9046 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
9047   $as_echo_n "(cached) " >&6
9048 else
9049   ac_wine_try_cflags_saved=$CFLAGS
9050 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
9051 cat >conftest.$ac_ext <<_ACEOF
9052 /* confdefs.h.  */
9053 _ACEOF
9054 cat confdefs.h >>conftest.$ac_ext
9055 cat >>conftest.$ac_ext <<_ACEOF
9056 /* end confdefs.h.  */
9057
9058 int
9059 main ()
9060 {
9061
9062   ;
9063   return 0;
9064 }
9065 _ACEOF
9066 rm -f conftest.$ac_objext conftest$ac_exeext
9067 if { (ac_try="$ac_link"
9068 case "(($ac_try" in
9069   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9070   *) ac_try_echo=$ac_try;;
9071 esac
9072 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9073 $as_echo "$ac_try_echo") >&5
9074   (eval "$ac_link") 2>conftest.er1
9075   ac_status=$?
9076   grep -v '^ *+' conftest.er1 >conftest.err
9077   rm -f conftest.er1
9078   cat conftest.err >&5
9079   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9080   (exit $ac_status); } && {
9081          test -z "$ac_c_werror_flag" ||
9082          test ! -s conftest.err
9083        } && test -s conftest$ac_exeext && {
9084          test "$cross_compiling" = yes ||
9085          $as_test_x conftest$ac_exeext
9086        }; then
9087   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
9088 else
9089   $as_echo "$as_me: failed program was:" >&5
9090 sed 's/^/| /' conftest.$ac_ext >&5
9091
9092         ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
9093 fi
9094
9095 rm -rf conftest.dSYM
9096 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9097       conftest$ac_exeext conftest.$ac_ext
9098 CFLAGS=$ac_wine_try_cflags_saved
9099 fi
9100 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
9101 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
9102 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
9103   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
9104 else
9105   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
9106 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
9107 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
9108   $as_echo_n "(cached) " >&6
9109 else
9110   ac_wine_try_cflags_saved=$CFLAGS
9111 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
9112 cat >conftest.$ac_ext <<_ACEOF
9113 /* confdefs.h.  */
9114 _ACEOF
9115 cat confdefs.h >>conftest.$ac_ext
9116 cat >>conftest.$ac_ext <<_ACEOF
9117 /* end confdefs.h.  */
9118
9119 int
9120 main ()
9121 {
9122
9123   ;
9124   return 0;
9125 }
9126 _ACEOF
9127 rm -f conftest.$ac_objext conftest$ac_exeext
9128 if { (ac_try="$ac_link"
9129 case "(($ac_try" in
9130   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9131   *) ac_try_echo=$ac_try;;
9132 esac
9133 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9134 $as_echo "$ac_try_echo") >&5
9135   (eval "$ac_link") 2>conftest.er1
9136   ac_status=$?
9137   grep -v '^ *+' conftest.er1 >conftest.err
9138   rm -f conftest.er1
9139   cat conftest.err >&5
9140   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9141   (exit $ac_status); } && {
9142          test -z "$ac_c_werror_flag" ||
9143          test ! -s conftest.err
9144        } && test -s conftest$ac_exeext && {
9145          test "$cross_compiling" = yes ||
9146          $as_test_x conftest$ac_exeext
9147        }; then
9148   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
9149 else
9150   $as_echo "$as_me: failed program was:" >&5
9151 sed 's/^/| /' conftest.$ac_ext >&5
9152
9153         ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
9154 fi
9155
9156 rm -rf conftest.dSYM
9157 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9158       conftest$ac_exeext conftest.$ac_ext
9159 CFLAGS=$ac_wine_try_cflags_saved
9160 fi
9161 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
9162 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
9163 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
9164   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
9165 fi
9166
9167 fi
9168
9169
9170       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
9171 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
9172 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
9173   $as_echo_n "(cached) " >&6
9174 else
9175   ac_wine_try_cflags_saved=$CFLAGS
9176 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
9177 cat >conftest.$ac_ext <<_ACEOF
9178 /* confdefs.h.  */
9179 _ACEOF
9180 cat confdefs.h >>conftest.$ac_ext
9181 cat >>conftest.$ac_ext <<_ACEOF
9182 /* end confdefs.h.  */
9183
9184 int
9185 main ()
9186 {
9187
9188   ;
9189   return 0;
9190 }
9191 _ACEOF
9192 rm -f conftest.$ac_objext conftest$ac_exeext
9193 if { (ac_try="$ac_link"
9194 case "(($ac_try" in
9195   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9196   *) ac_try_echo=$ac_try;;
9197 esac
9198 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9199 $as_echo "$ac_try_echo") >&5
9200   (eval "$ac_link") 2>conftest.er1
9201   ac_status=$?
9202   grep -v '^ *+' conftest.er1 >conftest.err
9203   rm -f conftest.er1
9204   cat conftest.err >&5
9205   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9206   (exit $ac_status); } && {
9207          test -z "$ac_c_werror_flag" ||
9208          test ! -s conftest.err
9209        } && test -s conftest$ac_exeext && {
9210          test "$cross_compiling" = yes ||
9211          $as_test_x conftest$ac_exeext
9212        }; then
9213   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
9214 else
9215   $as_echo "$as_me: failed program was:" >&5
9216 sed 's/^/| /' conftest.$ac_ext >&5
9217
9218         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
9219 fi
9220
9221 rm -rf conftest.dSYM
9222 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9223       conftest$ac_exeext conftest.$ac_ext
9224 CFLAGS=$ac_wine_try_cflags_saved
9225 fi
9226 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
9227 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
9228 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
9229   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
9230 fi
9231
9232
9233       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
9234 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
9235 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
9236   $as_echo_n "(cached) " >&6
9237 else
9238   ac_wine_try_cflags_saved=$CFLAGS
9239 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
9240 cat >conftest.$ac_ext <<_ACEOF
9241 /* confdefs.h.  */
9242 _ACEOF
9243 cat confdefs.h >>conftest.$ac_ext
9244 cat >>conftest.$ac_ext <<_ACEOF
9245 /* end confdefs.h.  */
9246
9247 int
9248 main ()
9249 {
9250
9251   ;
9252   return 0;
9253 }
9254 _ACEOF
9255 rm -f conftest.$ac_objext conftest$ac_exeext
9256 if { (ac_try="$ac_link"
9257 case "(($ac_try" in
9258   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9259   *) ac_try_echo=$ac_try;;
9260 esac
9261 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9262 $as_echo "$ac_try_echo") >&5
9263   (eval "$ac_link") 2>conftest.er1
9264   ac_status=$?
9265   grep -v '^ *+' conftest.er1 >conftest.err
9266   rm -f conftest.er1
9267   cat conftest.err >&5
9268   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9269   (exit $ac_status); } && {
9270          test -z "$ac_c_werror_flag" ||
9271          test ! -s conftest.err
9272        } && test -s conftest$ac_exeext && {
9273          test "$cross_compiling" = yes ||
9274          $as_test_x conftest$ac_exeext
9275        }; then
9276   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
9277 else
9278   $as_echo "$as_me: failed program was:" >&5
9279 sed 's/^/| /' conftest.$ac_ext >&5
9280
9281         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
9282 fi
9283
9284 rm -rf conftest.dSYM
9285 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9286       conftest$ac_exeext conftest.$ac_ext
9287 CFLAGS=$ac_wine_try_cflags_saved
9288 fi
9289 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
9290 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
9291 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
9292   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
9293 fi
9294
9295
9296       echo '{ global: *; };' >conftest.map
9297       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
9298 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
9299 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
9300   $as_echo_n "(cached) " >&6
9301 else
9302   ac_wine_try_cflags_saved=$CFLAGS
9303 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
9304 cat >conftest.$ac_ext <<_ACEOF
9305 /* confdefs.h.  */
9306 _ACEOF
9307 cat confdefs.h >>conftest.$ac_ext
9308 cat >>conftest.$ac_ext <<_ACEOF
9309 /* end confdefs.h.  */
9310
9311 int
9312 main ()
9313 {
9314
9315   ;
9316   return 0;
9317 }
9318 _ACEOF
9319 rm -f conftest.$ac_objext conftest$ac_exeext
9320 if { (ac_try="$ac_link"
9321 case "(($ac_try" in
9322   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9323   *) ac_try_echo=$ac_try;;
9324 esac
9325 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9326 $as_echo "$ac_try_echo") >&5
9327   (eval "$ac_link") 2>conftest.er1
9328   ac_status=$?
9329   grep -v '^ *+' conftest.er1 >conftest.err
9330   rm -f conftest.er1
9331   cat conftest.err >&5
9332   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9333   (exit $ac_status); } && {
9334          test -z "$ac_c_werror_flag" ||
9335          test ! -s conftest.err
9336        } && test -s conftest$ac_exeext && {
9337          test "$cross_compiling" = yes ||
9338          $as_test_x conftest$ac_exeext
9339        }; then
9340   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
9341 else
9342   $as_echo "$as_me: failed program was:" >&5
9343 sed 's/^/| /' conftest.$ac_ext >&5
9344
9345         ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
9346 fi
9347
9348 rm -rf conftest.dSYM
9349 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9350       conftest$ac_exeext conftest.$ac_ext
9351 CFLAGS=$ac_wine_try_cflags_saved
9352 fi
9353 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
9354 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
9355 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
9356   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
9357 fi
9358
9359       rm -f conftest.map
9360
9361       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9362 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
9363 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
9364   $as_echo_n "(cached) " >&6
9365 else
9366   ac_wine_try_cflags_saved=$CFLAGS
9367 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
9368 cat >conftest.$ac_ext <<_ACEOF
9369 /* confdefs.h.  */
9370 _ACEOF
9371 cat confdefs.h >>conftest.$ac_ext
9372 cat >>conftest.$ac_ext <<_ACEOF
9373 /* end confdefs.h.  */
9374
9375 int
9376 main ()
9377 {
9378
9379   ;
9380   return 0;
9381 }
9382 _ACEOF
9383 rm -f conftest.$ac_objext conftest$ac_exeext
9384 if { (ac_try="$ac_link"
9385 case "(($ac_try" in
9386   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9387   *) ac_try_echo=$ac_try;;
9388 esac
9389 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9390 $as_echo "$ac_try_echo") >&5
9391   (eval "$ac_link") 2>conftest.er1
9392   ac_status=$?
9393   grep -v '^ *+' conftest.er1 >conftest.err
9394   rm -f conftest.er1
9395   cat conftest.err >&5
9396   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9397   (exit $ac_status); } && {
9398          test -z "$ac_c_werror_flag" ||
9399          test ! -s conftest.err
9400        } && test -s conftest$ac_exeext && {
9401          test "$cross_compiling" = yes ||
9402          $as_test_x conftest$ac_exeext
9403        }; then
9404   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9405 else
9406   $as_echo "$as_me: failed program was:" >&5
9407 sed 's/^/| /' conftest.$ac_ext >&5
9408
9409         ac_cv_cflags__fPIC__Wl___export_dynamic=no
9410 fi
9411
9412 rm -rf conftest.dSYM
9413 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9414       conftest$ac_exeext conftest.$ac_ext
9415 CFLAGS=$ac_wine_try_cflags_saved
9416 fi
9417 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9418 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9419 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9420   LDEXECFLAGS="-Wl,--export-dynamic"
9421
9422 fi
9423
9424
9425       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9426 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9427 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
9428 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9429   $as_echo_n "(cached) " >&6
9430 else
9431   ac_wine_try_cflags_saved=$CFLAGS
9432 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9433 cat >conftest.$ac_ext <<_ACEOF
9434 /* confdefs.h.  */
9435 _ACEOF
9436 cat confdefs.h >>conftest.$ac_ext
9437 cat >>conftest.$ac_ext <<_ACEOF
9438 /* end confdefs.h.  */
9439
9440 int
9441 main ()
9442 {
9443
9444   ;
9445   return 0;
9446 }
9447 _ACEOF
9448 rm -f conftest.$ac_objext conftest$ac_exeext
9449 if { (ac_try="$ac_link"
9450 case "(($ac_try" in
9451   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9452   *) ac_try_echo=$ac_try;;
9453 esac
9454 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9455 $as_echo "$ac_try_echo") >&5
9456   (eval "$ac_link") 2>conftest.er1
9457   ac_status=$?
9458   grep -v '^ *+' conftest.er1 >conftest.err
9459   rm -f conftest.er1
9460   cat conftest.err >&5
9461   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9462   (exit $ac_status); } && {
9463          test -z "$ac_c_werror_flag" ||
9464          test ! -s conftest.err
9465        } && test -s conftest$ac_exeext && {
9466          test "$cross_compiling" = yes ||
9467          $as_test_x conftest$ac_exeext
9468        }; then
9469   eval "$as_ac_var=yes"
9470 else
9471   $as_echo "$as_me: failed program was:" >&5
9472 sed 's/^/| /' conftest.$ac_ext >&5
9473
9474         eval "$as_ac_var=no"
9475 fi
9476
9477 rm -rf conftest.dSYM
9478 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9479       conftest$ac_exeext conftest.$ac_ext
9480 CFLAGS=$ac_wine_try_cflags_saved
9481 fi
9482 ac_res=`eval 'as_val=${'$as_ac_var'}
9483                  $as_echo "$as_val"'`
9484                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9485 $as_echo "$ac_res" >&6; }
9486 if test `eval 'as_val=${'$as_ac_var'}
9487                  $as_echo "$as_val"'` = yes; then
9488   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9489                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9490 else
9491   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9492 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9493 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
9494 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9495   $as_echo_n "(cached) " >&6
9496 else
9497   ac_wine_try_cflags_saved=$CFLAGS
9498 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9499 cat >conftest.$ac_ext <<_ACEOF
9500 /* confdefs.h.  */
9501 _ACEOF
9502 cat confdefs.h >>conftest.$ac_ext
9503 cat >>conftest.$ac_ext <<_ACEOF
9504 /* end confdefs.h.  */
9505
9506 int
9507 main ()
9508 {
9509
9510   ;
9511   return 0;
9512 }
9513 _ACEOF
9514 rm -f conftest.$ac_objext conftest$ac_exeext
9515 if { (ac_try="$ac_link"
9516 case "(($ac_try" in
9517   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9518   *) ac_try_echo=$ac_try;;
9519 esac
9520 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9521 $as_echo "$ac_try_echo") >&5
9522   (eval "$ac_link") 2>conftest.er1
9523   ac_status=$?
9524   grep -v '^ *+' conftest.er1 >conftest.err
9525   rm -f conftest.er1
9526   cat conftest.err >&5
9527   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9528   (exit $ac_status); } && {
9529          test -z "$ac_c_werror_flag" ||
9530          test ! -s conftest.err
9531        } && test -s conftest$ac_exeext && {
9532          test "$cross_compiling" = yes ||
9533          $as_test_x conftest$ac_exeext
9534        }; then
9535   eval "$as_ac_var=yes"
9536 else
9537   $as_echo "$as_me: failed program was:" >&5
9538 sed 's/^/| /' conftest.$ac_ext >&5
9539
9540         eval "$as_ac_var=no"
9541 fi
9542
9543 rm -rf conftest.dSYM
9544 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9545       conftest$ac_exeext conftest.$ac_ext
9546 CFLAGS=$ac_wine_try_cflags_saved
9547 fi
9548 ac_res=`eval 'as_val=${'$as_ac_var'}
9549                  $as_echo "$as_val"'`
9550                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9551 $as_echo "$ac_res" >&6; }
9552 if test `eval 'as_val=${'$as_ac_var'}
9553                  $as_echo "$as_val"'` = yes; then
9554   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9555                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9556 fi
9557
9558 fi
9559
9560
9561       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9562 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
9563 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9564   $as_echo_n "(cached) " >&6
9565 else
9566   ac_wine_try_cflags_saved=$CFLAGS
9567 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9568 cat >conftest.$ac_ext <<_ACEOF
9569 /* confdefs.h.  */
9570 _ACEOF
9571 cat confdefs.h >>conftest.$ac_ext
9572 cat >>conftest.$ac_ext <<_ACEOF
9573 /* end confdefs.h.  */
9574
9575 int
9576 main ()
9577 {
9578
9579   ;
9580   return 0;
9581 }
9582 _ACEOF
9583 rm -f conftest.$ac_objext conftest$ac_exeext
9584 if { (ac_try="$ac_link"
9585 case "(($ac_try" in
9586   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9587   *) ac_try_echo=$ac_try;;
9588 esac
9589 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9590 $as_echo "$ac_try_echo") >&5
9591   (eval "$ac_link") 2>conftest.er1
9592   ac_status=$?
9593   grep -v '^ *+' conftest.er1 >conftest.err
9594   rm -f conftest.er1
9595   cat conftest.err >&5
9596   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9597   (exit $ac_status); } && {
9598          test -z "$ac_c_werror_flag" ||
9599          test ! -s conftest.err
9600        } && test -s conftest$ac_exeext && {
9601          test "$cross_compiling" = yes ||
9602          $as_test_x conftest$ac_exeext
9603        }; then
9604   ac_cv_cflags__Wl___enable_new_dtags=yes
9605 else
9606   $as_echo "$as_me: failed program was:" >&5
9607 sed 's/^/| /' conftest.$ac_ext >&5
9608
9609         ac_cv_cflags__Wl___enable_new_dtags=no
9610 fi
9611
9612 rm -rf conftest.dSYM
9613 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9614       conftest$ac_exeext conftest.$ac_ext
9615 CFLAGS=$ac_wine_try_cflags_saved
9616 fi
9617 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9618 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9619 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9620   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9621 fi
9622
9623
9624       case $host_cpu in
9625         *i[3456789]86* | x86_64)
9626           { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9627 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
9628 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9629   $as_echo_n "(cached) " >&6
9630 else
9631   ac_wine_try_cflags_saved=$CFLAGS
9632 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9633 cat >conftest.$ac_ext <<_ACEOF
9634 /* confdefs.h.  */
9635 _ACEOF
9636 cat confdefs.h >>conftest.$ac_ext
9637 cat >>conftest.$ac_ext <<_ACEOF
9638 /* end confdefs.h.  */
9639
9640 int
9641 main ()
9642 {
9643
9644   ;
9645   return 0;
9646 }
9647 _ACEOF
9648 rm -f conftest.$ac_objext conftest$ac_exeext
9649 if { (ac_try="$ac_link"
9650 case "(($ac_try" in
9651   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9652   *) ac_try_echo=$ac_try;;
9653 esac
9654 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9655 $as_echo "$ac_try_echo") >&5
9656   (eval "$ac_link") 2>conftest.er1
9657   ac_status=$?
9658   grep -v '^ *+' conftest.er1 >conftest.err
9659   rm -f conftest.er1
9660   cat conftest.err >&5
9661   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9662   (exit $ac_status); } && {
9663          test -z "$ac_c_werror_flag" ||
9664          test ! -s conftest.err
9665        } && test -s conftest$ac_exeext && {
9666          test "$cross_compiling" = yes ||
9667          $as_test_x conftest$ac_exeext
9668        }; then
9669   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9670 else
9671   $as_echo "$as_me: failed program was:" >&5
9672 sed 's/^/| /' conftest.$ac_ext >&5
9673
9674         ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9675 fi
9676
9677 rm -rf conftest.dSYM
9678 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9679       conftest$ac_exeext conftest.$ac_ext
9680 CFLAGS=$ac_wine_try_cflags_saved
9681 fi
9682 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9683 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9684 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9685   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9686 fi
9687
9688           ;;
9689       esac
9690
9691     else
9692       { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9693 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
9694 if test "${ac_cv_c_dll_unixware+set}" = set; then
9695   $as_echo_n "(cached) " >&6
9696 else
9697   ac_wine_try_cflags_saved=$CFLAGS
9698 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9699 cat >conftest.$ac_ext <<_ACEOF
9700 void myfunc() {}
9701 _ACEOF
9702 rm -f conftest.$ac_objext conftest$ac_exeext
9703 if { (ac_try="$ac_link"
9704 case "(($ac_try" in
9705   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9706   *) ac_try_echo=$ac_try;;
9707 esac
9708 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9709 $as_echo "$ac_try_echo") >&5
9710   (eval "$ac_link") 2>conftest.er1
9711   ac_status=$?
9712   grep -v '^ *+' conftest.er1 >conftest.err
9713   rm -f conftest.er1
9714   cat conftest.err >&5
9715   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9716   (exit $ac_status); } && {
9717          test -z "$ac_c_werror_flag" ||
9718          test ! -s conftest.err
9719        } && test -s conftest$ac_exeext && {
9720          test "$cross_compiling" = yes ||
9721          $as_test_x conftest$ac_exeext
9722        }; then
9723   ac_cv_c_dll_unixware="yes"
9724 else
9725   $as_echo "$as_me: failed program was:" >&5
9726 sed 's/^/| /' conftest.$ac_ext >&5
9727
9728         ac_cv_c_dll_unixware="no"
9729 fi
9730
9731 rm -rf conftest.dSYM
9732 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9733       conftest$ac_exeext conftest.$ac_ext
9734 CFLAGS=$ac_wine_try_cflags_saved
9735 fi
9736 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9737 $as_echo "$ac_cv_c_dll_unixware" >&6; }
9738       if test "$ac_cv_c_dll_unixware" = "yes"
9739       then
9740         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9741         LDDLLFLAGS="-Wl,-G,-B,symbolic"
9742
9743       else
9744         { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9745 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
9746 if test "${ac_cv_c_dll_hpux+set}" = set; then
9747   $as_echo_n "(cached) " >&6
9748 else
9749   ac_wine_try_cflags_saved=$CFLAGS
9750 CFLAGS="$CFLAGS -shared"
9751 cat >conftest.$ac_ext <<_ACEOF
9752 void myfunc() {}
9753 _ACEOF
9754 rm -f conftest.$ac_objext conftest$ac_exeext
9755 if { (ac_try="$ac_link"
9756 case "(($ac_try" in
9757   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9758   *) ac_try_echo=$ac_try;;
9759 esac
9760 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9761 $as_echo "$ac_try_echo") >&5
9762   (eval "$ac_link") 2>conftest.er1
9763   ac_status=$?
9764   grep -v '^ *+' conftest.er1 >conftest.err
9765   rm -f conftest.er1
9766   cat conftest.err >&5
9767   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9768   (exit $ac_status); } && {
9769          test -z "$ac_c_werror_flag" ||
9770          test ! -s conftest.err
9771        } && test -s conftest$ac_exeext && {
9772          test "$cross_compiling" = yes ||
9773          $as_test_x conftest$ac_exeext
9774        }; then
9775   ac_cv_c_dll_hpux="yes"
9776 else
9777   $as_echo "$as_me: failed program was:" >&5
9778 sed 's/^/| /' conftest.$ac_ext >&5
9779
9780         ac_cv_c_dll_hpux="no"
9781 fi
9782
9783 rm -rf conftest.dSYM
9784 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9785       conftest$ac_exeext conftest.$ac_ext
9786 CFLAGS=$ac_wine_try_cflags_saved
9787 fi
9788 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9789 $as_echo "$ac_cv_c_dll_hpux" >&6; }
9790         if test "$ac_cv_c_dll_hpux" = "yes"
9791         then
9792           LIBEXT="sl"
9793           DLLEXT=".sl"
9794           LDDLLFLAGS="-shared -fPIC"
9795           LDSHARED="\$(CC) -shared"
9796         fi
9797       fi
9798     fi
9799     ;;
9800 esac
9801
9802 enable_winequartz_drv=${enable_winequartz_drv:-no}
9803
9804 if test "$LIBEXT" = "a"; then
9805   { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9806 It is currently not possible to build Wine without shared library
9807 (.so) support to allow transparent switch between .so and .dll files.
9808 If you are using Linux, you will need a newer binutils.
9809 " >&5
9810 $as_echo "$as_me: error: could not find a way to build shared libraries.
9811 It is currently not possible to build Wine without shared library
9812 (.so) support to allow transparent switch between .so and .dll files.
9813 If you are using Linux, you will need a newer binutils.
9814 " >&2;}
9815    { (exit 1); exit 1; }; }
9816 fi
9817
9818 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
9819 then
9820     for ac_prog in $host_cpu-pc-mingw32-gcc i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc i686-pc-mingw32-gcc mingw-gcc
9821 do
9822   # Extract the first word of "$ac_prog", so it can be a program name with args.
9823 set dummy $ac_prog; ac_word=$2
9824 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9825 $as_echo_n "checking for $ac_word... " >&6; }
9826 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9827   $as_echo_n "(cached) " >&6
9828 else
9829   if test -n "$CROSSCC"; then
9830   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9831 else
9832 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9833 for as_dir in $PATH
9834 do
9835   IFS=$as_save_IFS
9836   test -z "$as_dir" && as_dir=.
9837   for ac_exec_ext in '' $ac_executable_extensions; do
9838   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9839     ac_cv_prog_CROSSCC="$ac_prog"
9840     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9841     break 2
9842   fi
9843 done
9844 done
9845 IFS=$as_save_IFS
9846
9847 fi
9848 fi
9849 CROSSCC=$ac_cv_prog_CROSSCC
9850 if test -n "$CROSSCC"; then
9851   { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
9852 $as_echo "$CROSSCC" >&6; }
9853 else
9854   { $as_echo "$as_me:$LINENO: result: no" >&5
9855 $as_echo "no" >&6; }
9856 fi
9857
9858
9859   test -n "$CROSSCC" && break
9860 done
9861 test -n "$CROSSCC" || CROSSCC="false"
9862
9863     for ac_prog in $host_cpu-pc-mingw32-dlltool i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool i686-pc-mingw32-dlltool mingw-dlltool
9864 do
9865   # Extract the first word of "$ac_prog", so it can be a program name with args.
9866 set dummy $ac_prog; ac_word=$2
9867 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9868 $as_echo_n "checking for $ac_word... " >&6; }
9869 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9870   $as_echo_n "(cached) " >&6
9871 else
9872   if test -n "$DLLTOOL"; then
9873   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9874 else
9875 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9876 for as_dir in $PATH
9877 do
9878   IFS=$as_save_IFS
9879   test -z "$as_dir" && as_dir=.
9880   for ac_exec_ext in '' $ac_executable_extensions; do
9881   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9882     ac_cv_prog_DLLTOOL="$ac_prog"
9883     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9884     break 2
9885   fi
9886 done
9887 done
9888 IFS=$as_save_IFS
9889
9890 fi
9891 fi
9892 DLLTOOL=$ac_cv_prog_DLLTOOL
9893 if test -n "$DLLTOOL"; then
9894   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9895 $as_echo "$DLLTOOL" >&6; }
9896 else
9897   { $as_echo "$as_me:$LINENO: result: no" >&5
9898 $as_echo "no" >&6; }
9899 fi
9900
9901
9902   test -n "$DLLTOOL" && break
9903 done
9904 test -n "$DLLTOOL" || DLLTOOL="false"
9905
9906     for ac_prog in $host_cpu-pc-mingw32-windres i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres i686-pc-mingw32-windres mingw-windres
9907 do
9908   # Extract the first word of "$ac_prog", so it can be a program name with args.
9909 set dummy $ac_prog; ac_word=$2
9910 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9911 $as_echo_n "checking for $ac_word... " >&6; }
9912 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9913   $as_echo_n "(cached) " >&6
9914 else
9915   if test -n "$CROSSWINDRES"; then
9916   ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9917 else
9918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9919 for as_dir in $PATH
9920 do
9921   IFS=$as_save_IFS
9922   test -z "$as_dir" && as_dir=.
9923   for ac_exec_ext in '' $ac_executable_extensions; do
9924   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9925     ac_cv_prog_CROSSWINDRES="$ac_prog"
9926     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9927     break 2
9928   fi
9929 done
9930 done
9931 IFS=$as_save_IFS
9932
9933 fi
9934 fi
9935 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9936 if test -n "$CROSSWINDRES"; then
9937   { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9938 $as_echo "$CROSSWINDRES" >&6; }
9939 else
9940   { $as_echo "$as_me:$LINENO: result: no" >&5
9941 $as_echo "no" >&6; }
9942 fi
9943
9944
9945   test -n "$CROSSWINDRES" && break
9946 done
9947 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9948
9949     for ac_prog in $host_cpu-pc-mingw32-ar i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar i686-pc-mingw32-ar mingw-ar
9950 do
9951   # Extract the first word of "$ac_prog", so it can be a program name with args.
9952 set dummy $ac_prog; ac_word=$2
9953 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9954 $as_echo_n "checking for $ac_word... " >&6; }
9955 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9956   $as_echo_n "(cached) " >&6
9957 else
9958   if test -n "$MINGWAR"; then
9959   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9960 else
9961 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9962 for as_dir in $PATH
9963 do
9964   IFS=$as_save_IFS
9965   test -z "$as_dir" && as_dir=.
9966   for ac_exec_ext in '' $ac_executable_extensions; do
9967   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9968     ac_cv_prog_MINGWAR="$ac_prog"
9969     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9970     break 2
9971   fi
9972 done
9973 done
9974 IFS=$as_save_IFS
9975
9976 fi
9977 fi
9978 MINGWAR=$ac_cv_prog_MINGWAR
9979 if test -n "$MINGWAR"; then
9980   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
9981 $as_echo "$MINGWAR" >&6; }
9982 else
9983   { $as_echo "$as_me:$LINENO: result: no" >&5
9984 $as_echo "no" >&6; }
9985 fi
9986
9987
9988   test -n "$MINGWAR" && break
9989 done
9990 test -n "$MINGWAR" || MINGWAR="false"
9991
9992     if test "$CROSSCC" != "false"
9993     then
9994         CROSSTEST="\$(CROSSTEST)"
9995
9996     fi
9997 fi
9998
9999
10000 if test "$have_x" = "yes"
10001 then
10002     XLIB="-lXext -lX11"
10003     ac_save_CPPFLAGS="$CPPFLAGS"
10004     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10005
10006     { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
10007 $as_echo_n "checking for -lX11... " >&6; }
10008 if test "${ac_cv_lib_soname_X11+set}" = set; then
10009   $as_echo_n "(cached) " >&6
10010 else
10011   ac_check_soname_save_LIBS=$LIBS
10012 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
10013   cat >conftest.$ac_ext <<_ACEOF
10014 /* confdefs.h.  */
10015 _ACEOF
10016 cat confdefs.h >>conftest.$ac_ext
10017 cat >>conftest.$ac_ext <<_ACEOF
10018 /* end confdefs.h.  */
10019
10020 /* Override any GCC internal prototype to avoid an error.
10021    Use char because int might match the return type of a GCC
10022    builtin and then its argument prototype would still apply.  */
10023 #ifdef __cplusplus
10024 extern "C"
10025 #endif
10026 char XCreateWindow ();
10027 int
10028 main ()
10029 {
10030 return XCreateWindow ();
10031   ;
10032   return 0;
10033 }
10034 _ACEOF
10035 rm -f conftest.$ac_objext conftest$ac_exeext
10036 if { (ac_try="$ac_link"
10037 case "(($ac_try" in
10038   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10039   *) ac_try_echo=$ac_try;;
10040 esac
10041 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10042 $as_echo "$ac_try_echo") >&5
10043   (eval "$ac_link") 2>conftest.er1
10044   ac_status=$?
10045   grep -v '^ *+' conftest.er1 >conftest.err
10046   rm -f conftest.er1
10047   cat conftest.err >&5
10048   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10049   (exit $ac_status); } && {
10050          test -z "$ac_c_werror_flag" ||
10051          test ! -s conftest.err
10052        } && test -s conftest$ac_exeext && {
10053          test "$cross_compiling" = yes ||
10054          $as_test_x conftest$ac_exeext
10055        }; then
10056   case "$LIBEXT" in
10057     dll) ;;
10058     dylib) ac_cv_lib_soname_X11=`otool -L conftest$ac_exeext | grep "libX11\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libX11\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10059     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10060   esac
10061 else
10062   $as_echo "$as_me: failed program was:" >&5
10063 sed 's/^/| /' conftest.$ac_ext >&5
10064
10065
10066 fi
10067
10068 rm -rf conftest.dSYM
10069 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10070       conftest$ac_exeext conftest.$ac_ext
10071   LIBS=$ac_check_soname_save_LIBS
10072 fi
10073 if test "x$ac_cv_lib_soname_X11" = "x"; then
10074   { $as_echo "$as_me:$LINENO: result: not found" >&5
10075 $as_echo "not found" >&6; }
10076
10077 else
10078   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10079 $as_echo "$ac_cv_lib_soname_X11" >&6; }
10080
10081 cat >>confdefs.h <<_ACEOF
10082 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10083 _ACEOF
10084
10085
10086 fi
10087
10088     { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10089 $as_echo_n "checking for -lXext... " >&6; }
10090 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10091   $as_echo_n "(cached) " >&6
10092 else
10093   ac_check_soname_save_LIBS=$LIBS
10094 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10095   cat >conftest.$ac_ext <<_ACEOF
10096 /* confdefs.h.  */
10097 _ACEOF
10098 cat confdefs.h >>conftest.$ac_ext
10099 cat >>conftest.$ac_ext <<_ACEOF
10100 /* end confdefs.h.  */
10101
10102 /* Override any GCC internal prototype to avoid an error.
10103    Use char because int might match the return type of a GCC
10104    builtin and then its argument prototype would still apply.  */
10105 #ifdef __cplusplus
10106 extern "C"
10107 #endif
10108 char XextCreateExtension ();
10109 int
10110 main ()
10111 {
10112 return XextCreateExtension ();
10113   ;
10114   return 0;
10115 }
10116 _ACEOF
10117 rm -f conftest.$ac_objext conftest$ac_exeext
10118 if { (ac_try="$ac_link"
10119 case "(($ac_try" in
10120   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10121   *) ac_try_echo=$ac_try;;
10122 esac
10123 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10124 $as_echo "$ac_try_echo") >&5
10125   (eval "$ac_link") 2>conftest.er1
10126   ac_status=$?
10127   grep -v '^ *+' conftest.er1 >conftest.err
10128   rm -f conftest.er1
10129   cat conftest.err >&5
10130   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10131   (exit $ac_status); } && {
10132          test -z "$ac_c_werror_flag" ||
10133          test ! -s conftest.err
10134        } && test -s conftest$ac_exeext && {
10135          test "$cross_compiling" = yes ||
10136          $as_test_x conftest$ac_exeext
10137        }; then
10138   case "$LIBEXT" in
10139     dll) ;;
10140     dylib) ac_cv_lib_soname_Xext=`otool -L conftest$ac_exeext | grep "libXext\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXext\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10141     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10142   esac
10143 else
10144   $as_echo "$as_me: failed program was:" >&5
10145 sed 's/^/| /' conftest.$ac_ext >&5
10146
10147
10148 fi
10149
10150 rm -rf conftest.dSYM
10151 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10152       conftest$ac_exeext conftest.$ac_ext
10153   LIBS=$ac_check_soname_save_LIBS
10154 fi
10155 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10156   { $as_echo "$as_me:$LINENO: result: not found" >&5
10157 $as_echo "not found" >&6; }
10158
10159 else
10160   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10161 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10162
10163 cat >>confdefs.h <<_ACEOF
10164 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10165 _ACEOF
10166
10167
10168 fi
10169
10170
10171
10172
10173
10174
10175
10176
10177
10178
10179
10180
10181
10182
10183 for ac_header in X11/Xlib.h \
10184                       X11/XKBlib.h \
10185                       X11/Xutil.h \
10186                       X11/Xcursor/Xcursor.h \
10187                       X11/extensions/shape.h \
10188                       X11/extensions/XInput.h \
10189                       X11/extensions/XShm.h \
10190                       X11/extensions/Xcomposite.h \
10191                       X11/extensions/Xinerama.h \
10192                       X11/extensions/Xrandr.h \
10193                       X11/extensions/Xrender.h \
10194                       X11/extensions/xf86vmode.h
10195 do
10196 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10197 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10198 $as_echo_n "checking for $ac_header... " >&6; }
10199 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10200   $as_echo_n "(cached) " >&6
10201 else
10202   cat >conftest.$ac_ext <<_ACEOF
10203 /* confdefs.h.  */
10204 _ACEOF
10205 cat confdefs.h >>conftest.$ac_ext
10206 cat >>conftest.$ac_ext <<_ACEOF
10207 /* end confdefs.h.  */
10208 #ifdef HAVE_X11_XLIB_H
10209 # include <X11/Xlib.h>
10210 #endif
10211 #ifdef HAVE_X11_XUTIL_H
10212 # include <X11/Xutil.h>
10213 #endif
10214
10215 #include <$ac_header>
10216 _ACEOF
10217 rm -f conftest.$ac_objext
10218 if { (ac_try="$ac_compile"
10219 case "(($ac_try" in
10220   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10221   *) ac_try_echo=$ac_try;;
10222 esac
10223 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10224 $as_echo "$ac_try_echo") >&5
10225   (eval "$ac_compile") 2>conftest.er1
10226   ac_status=$?
10227   grep -v '^ *+' conftest.er1 >conftest.err
10228   rm -f conftest.er1
10229   cat conftest.err >&5
10230   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10231   (exit $ac_status); } && {
10232          test -z "$ac_c_werror_flag" ||
10233          test ! -s conftest.err
10234        } && test -s conftest.$ac_objext; then
10235   eval "$as_ac_Header=yes"
10236 else
10237   $as_echo "$as_me: failed program was:" >&5
10238 sed 's/^/| /' conftest.$ac_ext >&5
10239
10240         eval "$as_ac_Header=no"
10241 fi
10242
10243 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10244 fi
10245 ac_res=`eval 'as_val=${'$as_ac_Header'}
10246                  $as_echo "$as_val"'`
10247                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10248 $as_echo "$ac_res" >&6; }
10249 as_val=`eval 'as_val=${'$as_ac_Header'}
10250                  $as_echo "$as_val"'`
10251    if test "x$as_val" = x""yes; then
10252   cat >>confdefs.h <<_ACEOF
10253 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10254 _ACEOF
10255
10256 fi
10257
10258 done
10259
10260
10261                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10262         then
10263               { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10264 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10265 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10266   $as_echo_n "(cached) " >&6
10267 else
10268   ac_check_lib_save_LIBS=$LIBS
10269 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10270 cat >conftest.$ac_ext <<_ACEOF
10271 /* confdefs.h.  */
10272 _ACEOF
10273 cat confdefs.h >>conftest.$ac_ext
10274 cat >>conftest.$ac_ext <<_ACEOF
10275 /* end confdefs.h.  */
10276
10277 /* Override any GCC internal prototype to avoid an error.
10278    Use char because int might match the return type of a GCC
10279    builtin and then its argument prototype would still apply.  */
10280 #ifdef __cplusplus
10281 extern "C"
10282 #endif
10283 char XkbQueryExtension ();
10284 int
10285 main ()
10286 {
10287 return XkbQueryExtension ();
10288   ;
10289   return 0;
10290 }
10291 _ACEOF
10292 rm -f conftest.$ac_objext conftest$ac_exeext
10293 if { (ac_try="$ac_link"
10294 case "(($ac_try" in
10295   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10296   *) ac_try_echo=$ac_try;;
10297 esac
10298 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10299 $as_echo "$ac_try_echo") >&5
10300   (eval "$ac_link") 2>conftest.er1
10301   ac_status=$?
10302   grep -v '^ *+' conftest.er1 >conftest.err
10303   rm -f conftest.er1
10304   cat conftest.err >&5
10305   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10306   (exit $ac_status); } && {
10307          test -z "$ac_c_werror_flag" ||
10308          test ! -s conftest.err
10309        } && test -s conftest$ac_exeext && {
10310          test "$cross_compiling" = yes ||
10311          $as_test_x conftest$ac_exeext
10312        }; then
10313   ac_cv_lib_X11_XkbQueryExtension=yes
10314 else
10315   $as_echo "$as_me: failed program was:" >&5
10316 sed 's/^/| /' conftest.$ac_ext >&5
10317
10318         ac_cv_lib_X11_XkbQueryExtension=no
10319 fi
10320
10321 rm -rf conftest.dSYM
10322 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10323       conftest$ac_exeext conftest.$ac_ext
10324 LIBS=$ac_check_lib_save_LIBS
10325 fi
10326 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10327 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10328 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10329
10330 cat >>confdefs.h <<\_ACEOF
10331 #define HAVE_XKB 1
10332 _ACEOF
10333
10334 fi
10335
10336         fi
10337
10338                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10339         then
10340             { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10341 $as_echo_n "checking for -lXcursor... " >&6; }
10342 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10343   $as_echo_n "(cached) " >&6
10344 else
10345   ac_check_soname_save_LIBS=$LIBS
10346 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10347   cat >conftest.$ac_ext <<_ACEOF
10348 /* confdefs.h.  */
10349 _ACEOF
10350 cat confdefs.h >>conftest.$ac_ext
10351 cat >>conftest.$ac_ext <<_ACEOF
10352 /* end confdefs.h.  */
10353
10354 /* Override any GCC internal prototype to avoid an error.
10355    Use char because int might match the return type of a GCC
10356    builtin and then its argument prototype would still apply.  */
10357 #ifdef __cplusplus
10358 extern "C"
10359 #endif
10360 char XcursorImageLoadCursor ();
10361 int
10362 main ()
10363 {
10364 return XcursorImageLoadCursor ();
10365   ;
10366   return 0;
10367 }
10368 _ACEOF
10369 rm -f conftest.$ac_objext conftest$ac_exeext
10370 if { (ac_try="$ac_link"
10371 case "(($ac_try" in
10372   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10373   *) ac_try_echo=$ac_try;;
10374 esac
10375 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10376 $as_echo "$ac_try_echo") >&5
10377   (eval "$ac_link") 2>conftest.er1
10378   ac_status=$?
10379   grep -v '^ *+' conftest.er1 >conftest.err
10380   rm -f conftest.er1
10381   cat conftest.err >&5
10382   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10383   (exit $ac_status); } && {
10384          test -z "$ac_c_werror_flag" ||
10385          test ! -s conftest.err
10386        } && test -s conftest$ac_exeext && {
10387          test "$cross_compiling" = yes ||
10388          $as_test_x conftest$ac_exeext
10389        }; then
10390   case "$LIBEXT" in
10391     dll) ;;
10392     dylib) ac_cv_lib_soname_Xcursor=`otool -L conftest$ac_exeext | grep "libXcursor\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcursor\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10393     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10394   esac
10395 else
10396   $as_echo "$as_me: failed program was:" >&5
10397 sed 's/^/| /' conftest.$ac_ext >&5
10398
10399
10400 fi
10401
10402 rm -rf conftest.dSYM
10403 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10404       conftest$ac_exeext conftest.$ac_ext
10405   LIBS=$ac_check_soname_save_LIBS
10406 fi
10407 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10408   { $as_echo "$as_me:$LINENO: result: not found" >&5
10409 $as_echo "not found" >&6; }
10410
10411 else
10412   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10413 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10414
10415 cat >>confdefs.h <<_ACEOF
10416 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10417 _ACEOF
10418
10419
10420 fi
10421
10422         fi
10423         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10424   case "x$with_xcursor" in
10425   x)   wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10426   xno) ;;
10427   *)   { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10428 This is an error since --with-xcursor was requested." >&5
10429 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10430 This is an error since --with-xcursor was requested." >&2;}
10431    { (exit 1); exit 1; }; } ;;
10432 esac
10433 fi
10434
10435
10436                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10437         then
10438             { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10439 $as_echo_n "checking for -lXi... " >&6; }
10440 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10441   $as_echo_n "(cached) " >&6
10442 else
10443   ac_check_soname_save_LIBS=$LIBS
10444 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10445   cat >conftest.$ac_ext <<_ACEOF
10446 /* confdefs.h.  */
10447 _ACEOF
10448 cat confdefs.h >>conftest.$ac_ext
10449 cat >>conftest.$ac_ext <<_ACEOF
10450 /* end confdefs.h.  */
10451
10452 /* Override any GCC internal prototype to avoid an error.
10453    Use char because int might match the return type of a GCC
10454    builtin and then its argument prototype would still apply.  */
10455 #ifdef __cplusplus
10456 extern "C"
10457 #endif
10458 char XOpenDevice ();
10459 int
10460 main ()
10461 {
10462 return XOpenDevice ();
10463   ;
10464   return 0;
10465 }
10466 _ACEOF
10467 rm -f conftest.$ac_objext conftest$ac_exeext
10468 if { (ac_try="$ac_link"
10469 case "(($ac_try" in
10470   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10471   *) ac_try_echo=$ac_try;;
10472 esac
10473 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10474 $as_echo "$ac_try_echo") >&5
10475   (eval "$ac_link") 2>conftest.er1
10476   ac_status=$?
10477   grep -v '^ *+' conftest.er1 >conftest.err
10478   rm -f conftest.er1
10479   cat conftest.err >&5
10480   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10481   (exit $ac_status); } && {
10482          test -z "$ac_c_werror_flag" ||
10483          test ! -s conftest.err
10484        } && test -s conftest$ac_exeext && {
10485          test "$cross_compiling" = yes ||
10486          $as_test_x conftest$ac_exeext
10487        }; then
10488   case "$LIBEXT" in
10489     dll) ;;
10490     dylib) ac_cv_lib_soname_Xi=`otool -L conftest$ac_exeext | grep "libXi\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXi\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10491     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10492   esac
10493 else
10494   $as_echo "$as_me: failed program was:" >&5
10495 sed 's/^/| /' conftest.$ac_ext >&5
10496
10497
10498 fi
10499
10500 rm -rf conftest.dSYM
10501 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10502       conftest$ac_exeext conftest.$ac_ext
10503   LIBS=$ac_check_soname_save_LIBS
10504 fi
10505 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10506   { $as_echo "$as_me:$LINENO: result: not found" >&5
10507 $as_echo "not found" >&6; }
10508
10509 else
10510   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10511 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10512
10513 cat >>confdefs.h <<_ACEOF
10514 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10515 _ACEOF
10516
10517
10518 fi
10519
10520         fi
10521         if test "x$ac_cv_lib_soname_Xi" = "x"; then
10522   case "x$with_xinput" in
10523   x)   wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10524   xno) ;;
10525   *)   { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10526 This is an error since --with-xinput was requested." >&5
10527 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10528 This is an error since --with-xinput was requested." >&2;}
10529    { (exit 1); exit 1; }; } ;;
10530 esac
10531 fi
10532
10533
10534                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10535         then
10536               { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10537 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10538 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10539   $as_echo_n "(cached) " >&6
10540 else
10541   ac_check_lib_save_LIBS=$LIBS
10542 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10543 cat >conftest.$ac_ext <<_ACEOF
10544 /* confdefs.h.  */
10545 _ACEOF
10546 cat confdefs.h >>conftest.$ac_ext
10547 cat >>conftest.$ac_ext <<_ACEOF
10548 /* end confdefs.h.  */
10549
10550 /* Override any GCC internal prototype to avoid an error.
10551    Use char because int might match the return type of a GCC
10552    builtin and then its argument prototype would still apply.  */
10553 #ifdef __cplusplus
10554 extern "C"
10555 #endif
10556 char XShmQueryExtension ();
10557 int
10558 main ()
10559 {
10560 return XShmQueryExtension ();
10561   ;
10562   return 0;
10563 }
10564 _ACEOF
10565 rm -f conftest.$ac_objext conftest$ac_exeext
10566 if { (ac_try="$ac_link"
10567 case "(($ac_try" in
10568   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10569   *) ac_try_echo=$ac_try;;
10570 esac
10571 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10572 $as_echo "$ac_try_echo") >&5
10573   (eval "$ac_link") 2>conftest.er1
10574   ac_status=$?
10575   grep -v '^ *+' conftest.er1 >conftest.err
10576   rm -f conftest.er1
10577   cat conftest.err >&5
10578   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10579   (exit $ac_status); } && {
10580          test -z "$ac_c_werror_flag" ||
10581          test ! -s conftest.err
10582        } && test -s conftest$ac_exeext && {
10583          test "$cross_compiling" = yes ||
10584          $as_test_x conftest$ac_exeext
10585        }; then
10586   ac_cv_lib_Xext_XShmQueryExtension=yes
10587 else
10588   $as_echo "$as_me: failed program was:" >&5
10589 sed 's/^/| /' conftest.$ac_ext >&5
10590
10591         ac_cv_lib_Xext_XShmQueryExtension=no
10592 fi
10593
10594 rm -rf conftest.dSYM
10595 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10596       conftest$ac_exeext conftest.$ac_ext
10597 LIBS=$ac_check_lib_save_LIBS
10598 fi
10599 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10600 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10601 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10602
10603 cat >>confdefs.h <<\_ACEOF
10604 #define HAVE_LIBXXSHM 1
10605 _ACEOF
10606
10607 fi
10608
10609         fi
10610         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10611   case "x$with_xshm" in
10612   x)   wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10613   xno) ;;
10614   *)   { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10615 This is an error since --with-xshm was requested." >&5
10616 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10617 This is an error since --with-xshm was requested." >&2;}
10618    { (exit 1); exit 1; }; } ;;
10619 esac
10620 fi
10621
10622
10623                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10624         then
10625               { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10626 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10627 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10628   $as_echo_n "(cached) " >&6
10629 else
10630   ac_check_lib_save_LIBS=$LIBS
10631 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10632 cat >conftest.$ac_ext <<_ACEOF
10633 /* confdefs.h.  */
10634 _ACEOF
10635 cat confdefs.h >>conftest.$ac_ext
10636 cat >>conftest.$ac_ext <<_ACEOF
10637 /* end confdefs.h.  */
10638
10639 /* Override any GCC internal prototype to avoid an error.
10640    Use char because int might match the return type of a GCC
10641    builtin and then its argument prototype would still apply.  */
10642 #ifdef __cplusplus
10643 extern "C"
10644 #endif
10645 char XShapeQueryExtension ();
10646 int
10647 main ()
10648 {
10649 return XShapeQueryExtension ();
10650   ;
10651   return 0;
10652 }
10653 _ACEOF
10654 rm -f conftest.$ac_objext conftest$ac_exeext
10655 if { (ac_try="$ac_link"
10656 case "(($ac_try" in
10657   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10658   *) ac_try_echo=$ac_try;;
10659 esac
10660 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10661 $as_echo "$ac_try_echo") >&5
10662   (eval "$ac_link") 2>conftest.er1
10663   ac_status=$?
10664   grep -v '^ *+' conftest.er1 >conftest.err
10665   rm -f conftest.er1
10666   cat conftest.err >&5
10667   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10668   (exit $ac_status); } && {
10669          test -z "$ac_c_werror_flag" ||
10670          test ! -s conftest.err
10671        } && test -s conftest$ac_exeext && {
10672          test "$cross_compiling" = yes ||
10673          $as_test_x conftest$ac_exeext
10674        }; then
10675   ac_cv_lib_Xext_XShapeQueryExtension=yes
10676 else
10677   $as_echo "$as_me: failed program was:" >&5
10678 sed 's/^/| /' conftest.$ac_ext >&5
10679
10680         ac_cv_lib_Xext_XShapeQueryExtension=no
10681 fi
10682
10683 rm -rf conftest.dSYM
10684 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10685       conftest$ac_exeext conftest.$ac_ext
10686 LIBS=$ac_check_lib_save_LIBS
10687 fi
10688 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10689 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10690 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10691
10692 cat >>confdefs.h <<\_ACEOF
10693 #define HAVE_LIBXSHAPE 1
10694 _ACEOF
10695
10696 fi
10697
10698         fi
10699         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10700   case "x$with_xshape" in
10701   x)   wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10702   xno) ;;
10703   *)   { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10704 This is an error since --with-xshape was requested." >&5
10705 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10706 This is an error since --with-xshape was requested." >&2;}
10707    { (exit 1); exit 1; }; } ;;
10708 esac
10709 fi
10710
10711
10712                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10713         then
10714             { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10715 $as_echo_n "checking for -lXxf86vm... " >&6; }
10716 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10717   $as_echo_n "(cached) " >&6
10718 else
10719   ac_check_soname_save_LIBS=$LIBS
10720 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10721   cat >conftest.$ac_ext <<_ACEOF
10722 /* confdefs.h.  */
10723 _ACEOF
10724 cat confdefs.h >>conftest.$ac_ext
10725 cat >>conftest.$ac_ext <<_ACEOF
10726 /* end confdefs.h.  */
10727
10728 /* Override any GCC internal prototype to avoid an error.
10729    Use char because int might match the return type of a GCC
10730    builtin and then its argument prototype would still apply.  */
10731 #ifdef __cplusplus
10732 extern "C"
10733 #endif
10734 char XF86VidModeQueryExtension ();
10735 int
10736 main ()
10737 {
10738 return XF86VidModeQueryExtension ();
10739   ;
10740   return 0;
10741 }
10742 _ACEOF
10743 rm -f conftest.$ac_objext conftest$ac_exeext
10744 if { (ac_try="$ac_link"
10745 case "(($ac_try" in
10746   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10747   *) ac_try_echo=$ac_try;;
10748 esac
10749 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10750 $as_echo "$ac_try_echo") >&5
10751   (eval "$ac_link") 2>conftest.er1
10752   ac_status=$?
10753   grep -v '^ *+' conftest.er1 >conftest.err
10754   rm -f conftest.er1
10755   cat conftest.err >&5
10756   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10757   (exit $ac_status); } && {
10758          test -z "$ac_c_werror_flag" ||
10759          test ! -s conftest.err
10760        } && test -s conftest$ac_exeext && {
10761          test "$cross_compiling" = yes ||
10762          $as_test_x conftest$ac_exeext
10763        }; then
10764   case "$LIBEXT" in
10765     dll) ;;
10766     dylib) ac_cv_lib_soname_Xxf86vm=`otool -L conftest$ac_exeext | grep "libXxf86vm\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXxf86vm\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10767     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10768   esac
10769 else
10770   $as_echo "$as_me: failed program was:" >&5
10771 sed 's/^/| /' conftest.$ac_ext >&5
10772
10773
10774 fi
10775
10776 rm -rf conftest.dSYM
10777 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10778       conftest$ac_exeext conftest.$ac_ext
10779   LIBS=$ac_check_soname_save_LIBS
10780 fi
10781 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10782   { $as_echo "$as_me:$LINENO: result: not found" >&5
10783 $as_echo "not found" >&6; }
10784
10785 else
10786   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10787 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10788
10789 cat >>confdefs.h <<_ACEOF
10790 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10791 _ACEOF
10792
10793
10794 fi
10795
10796         fi
10797         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10798   case "x$with_xxf86vm" in
10799   x)   wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10800   xno) ;;
10801   *)   { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10802 This is an error since --with-xxf86vm was requested." >&5
10803 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10804 This is an error since --with-xxf86vm was requested." >&2;}
10805    { (exit 1); exit 1; }; } ;;
10806 esac
10807 fi
10808
10809
10810                 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x" -a "x$ac_cv_lib_soname_Xext" != "x"
10811         then
10812             { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10813 $as_echo_n "checking for -lXrender... " >&6; }
10814 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10815   $as_echo_n "(cached) " >&6
10816 else
10817   ac_check_soname_save_LIBS=$LIBS
10818 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10819   cat >conftest.$ac_ext <<_ACEOF
10820 /* confdefs.h.  */
10821 _ACEOF
10822 cat confdefs.h >>conftest.$ac_ext
10823 cat >>conftest.$ac_ext <<_ACEOF
10824 /* end confdefs.h.  */
10825
10826 /* Override any GCC internal prototype to avoid an error.
10827    Use char because int might match the return type of a GCC
10828    builtin and then its argument prototype would still apply.  */
10829 #ifdef __cplusplus
10830 extern "C"
10831 #endif
10832 char XRenderQueryExtension ();
10833 int
10834 main ()
10835 {
10836 return XRenderQueryExtension ();
10837   ;
10838   return 0;
10839 }
10840 _ACEOF
10841 rm -f conftest.$ac_objext conftest$ac_exeext
10842 if { (ac_try="$ac_link"
10843 case "(($ac_try" in
10844   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10845   *) ac_try_echo=$ac_try;;
10846 esac
10847 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10848 $as_echo "$ac_try_echo") >&5
10849   (eval "$ac_link") 2>conftest.er1
10850   ac_status=$?
10851   grep -v '^ *+' conftest.er1 >conftest.err
10852   rm -f conftest.er1
10853   cat conftest.err >&5
10854   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10855   (exit $ac_status); } && {
10856          test -z "$ac_c_werror_flag" ||
10857          test ! -s conftest.err
10858        } && test -s conftest$ac_exeext && {
10859          test "$cross_compiling" = yes ||
10860          $as_test_x conftest$ac_exeext
10861        }; then
10862   case "$LIBEXT" in
10863     dll) ;;
10864     dylib) ac_cv_lib_soname_Xrender=`otool -L conftest$ac_exeext | grep "libXrender\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrender\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10865     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10866   esac
10867 else
10868   $as_echo "$as_me: failed program was:" >&5
10869 sed 's/^/| /' conftest.$ac_ext >&5
10870
10871
10872 fi
10873
10874 rm -rf conftest.dSYM
10875 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10876       conftest$ac_exeext conftest.$ac_ext
10877   LIBS=$ac_check_soname_save_LIBS
10878 fi
10879 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10880   { $as_echo "$as_me:$LINENO: result: not found" >&5
10881 $as_echo "not found" >&6; }
10882
10883 else
10884   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10885 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10886
10887 cat >>confdefs.h <<_ACEOF
10888 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10889 _ACEOF
10890
10891        { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10892 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10893 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10894   $as_echo_n "(cached) " >&6
10895 else
10896   ac_check_lib_save_LIBS=$LIBS
10897 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10898 cat >conftest.$ac_ext <<_ACEOF
10899 /* confdefs.h.  */
10900 _ACEOF
10901 cat confdefs.h >>conftest.$ac_ext
10902 cat >>conftest.$ac_ext <<_ACEOF
10903 /* end confdefs.h.  */
10904
10905 /* Override any GCC internal prototype to avoid an error.
10906    Use char because int might match the return type of a GCC
10907    builtin and then its argument prototype would still apply.  */
10908 #ifdef __cplusplus
10909 extern "C"
10910 #endif
10911 char XRenderSetPictureTransform ();
10912 int
10913 main ()
10914 {
10915 return XRenderSetPictureTransform ();
10916   ;
10917   return 0;
10918 }
10919 _ACEOF
10920 rm -f conftest.$ac_objext conftest$ac_exeext
10921 if { (ac_try="$ac_link"
10922 case "(($ac_try" in
10923   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10924   *) ac_try_echo=$ac_try;;
10925 esac
10926 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10927 $as_echo "$ac_try_echo") >&5
10928   (eval "$ac_link") 2>conftest.er1
10929   ac_status=$?
10930   grep -v '^ *+' conftest.er1 >conftest.err
10931   rm -f conftest.er1
10932   cat conftest.err >&5
10933   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10934   (exit $ac_status); } && {
10935          test -z "$ac_c_werror_flag" ||
10936          test ! -s conftest.err
10937        } && test -s conftest$ac_exeext && {
10938          test "$cross_compiling" = yes ||
10939          $as_test_x conftest$ac_exeext
10940        }; then
10941   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10942 else
10943   $as_echo "$as_me: failed program was:" >&5
10944 sed 's/^/| /' conftest.$ac_ext >&5
10945
10946         ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10947 fi
10948
10949 rm -rf conftest.dSYM
10950 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10951       conftest$ac_exeext conftest.$ac_ext
10952 LIBS=$ac_check_lib_save_LIBS
10953 fi
10954 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10955 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10956 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10957
10958 cat >>confdefs.h <<\_ACEOF
10959 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10960 _ACEOF
10961
10962 fi
10963
10964 fi
10965
10966
10967         fi
10968         if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10969   case "x$with_xrender" in
10970   x)   wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10971   xno) ;;
10972   *)   { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10973 This is an error since --with-xrender was requested." >&5
10974 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10975 This is an error since --with-xrender was requested." >&2;}
10976    { (exit 1); exit 1; }; } ;;
10977 esac
10978 fi
10979
10980
10981                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10982         then
10983                 cat >conftest.$ac_ext <<_ACEOF
10984 /* confdefs.h.  */
10985 _ACEOF
10986 cat confdefs.h >>conftest.$ac_ext
10987 cat >>conftest.$ac_ext <<_ACEOF
10988 /* end confdefs.h.  */
10989 #include <X11/Xlib.h>
10990 #include <X11/extensions/Xrandr.h>
10991 int
10992 main ()
10993 {
10994 static typeof(XRRSetScreenConfigAndRate) * func;
10995   ;
10996   return 0;
10997 }
10998 _ACEOF
10999 rm -f conftest.$ac_objext
11000 if { (ac_try="$ac_compile"
11001 case "(($ac_try" in
11002   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11003   *) ac_try_echo=$ac_try;;
11004 esac
11005 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11006 $as_echo "$ac_try_echo") >&5
11007   (eval "$ac_compile") 2>conftest.er1
11008   ac_status=$?
11009   grep -v '^ *+' conftest.er1 >conftest.err
11010   rm -f conftest.er1
11011   cat conftest.err >&5
11012   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11013   (exit $ac_status); } && {
11014          test -z "$ac_c_werror_flag" ||
11015          test ! -s conftest.err
11016        } && test -s conftest.$ac_objext; then
11017   { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
11018 $as_echo_n "checking for -lXrandr... " >&6; }
11019 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
11020   $as_echo_n "(cached) " >&6
11021 else
11022   ac_check_soname_save_LIBS=$LIBS
11023 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11024   cat >conftest.$ac_ext <<_ACEOF
11025 /* confdefs.h.  */
11026 _ACEOF
11027 cat confdefs.h >>conftest.$ac_ext
11028 cat >>conftest.$ac_ext <<_ACEOF
11029 /* end confdefs.h.  */
11030
11031 /* Override any GCC internal prototype to avoid an error.
11032    Use char because int might match the return type of a GCC
11033    builtin and then its argument prototype would still apply.  */
11034 #ifdef __cplusplus
11035 extern "C"
11036 #endif
11037 char XRRQueryExtension ();
11038 int
11039 main ()
11040 {
11041 return XRRQueryExtension ();
11042   ;
11043   return 0;
11044 }
11045 _ACEOF
11046 rm -f conftest.$ac_objext conftest$ac_exeext
11047 if { (ac_try="$ac_link"
11048 case "(($ac_try" in
11049   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11050   *) ac_try_echo=$ac_try;;
11051 esac
11052 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11053 $as_echo "$ac_try_echo") >&5
11054   (eval "$ac_link") 2>conftest.er1
11055   ac_status=$?
11056   grep -v '^ *+' conftest.er1 >conftest.err
11057   rm -f conftest.er1
11058   cat conftest.err >&5
11059   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11060   (exit $ac_status); } && {
11061          test -z "$ac_c_werror_flag" ||
11062          test ! -s conftest.err
11063        } && test -s conftest$ac_exeext && {
11064          test "$cross_compiling" = yes ||
11065          $as_test_x conftest$ac_exeext
11066        }; then
11067   case "$LIBEXT" in
11068     dll) ;;
11069     dylib) ac_cv_lib_soname_Xrandr=`otool -L conftest$ac_exeext | grep "libXrandr\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrandr\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11070     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
11071   esac
11072 else
11073   $as_echo "$as_me: failed program was:" >&5
11074 sed 's/^/| /' conftest.$ac_ext >&5
11075
11076
11077 fi
11078
11079 rm -rf conftest.dSYM
11080 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11081       conftest$ac_exeext conftest.$ac_ext
11082   LIBS=$ac_check_soname_save_LIBS
11083 fi
11084 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11085   { $as_echo "$as_me:$LINENO: result: not found" >&5
11086 $as_echo "not found" >&6; }
11087
11088 else
11089   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11090 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11091
11092 cat >>confdefs.h <<_ACEOF
11093 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11094 _ACEOF
11095
11096
11097 fi
11098
11099 else
11100   $as_echo "$as_me: failed program was:" >&5
11101 sed 's/^/| /' conftest.$ac_ext >&5
11102
11103
11104 fi
11105
11106 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11107         fi
11108         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11109   case "x$with_xrandr" in
11110   x)   wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11111   xno) ;;
11112   *)   { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11113 This is an error since --with-xrandr was requested." >&5
11114 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11115 This is an error since --with-xrandr was requested." >&2;}
11116    { (exit 1); exit 1; }; } ;;
11117 esac
11118 fi
11119
11120
11121                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11122         then
11123                 cat >conftest.$ac_ext <<_ACEOF
11124 /* confdefs.h.  */
11125 _ACEOF
11126 cat confdefs.h >>conftest.$ac_ext
11127 cat >>conftest.$ac_ext <<_ACEOF
11128 /* end confdefs.h.  */
11129 #include <X11/Xlib.h>
11130 #include <X11/extensions/Xinerama.h>
11131 int
11132 main ()
11133 {
11134 static typeof(XineramaQueryScreens) * func;
11135   ;
11136   return 0;
11137 }
11138 _ACEOF
11139 rm -f conftest.$ac_objext
11140 if { (ac_try="$ac_compile"
11141 case "(($ac_try" in
11142   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11143   *) ac_try_echo=$ac_try;;
11144 esac
11145 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11146 $as_echo "$ac_try_echo") >&5
11147   (eval "$ac_compile") 2>conftest.er1
11148   ac_status=$?
11149   grep -v '^ *+' conftest.er1 >conftest.err
11150   rm -f conftest.er1
11151   cat conftest.err >&5
11152   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11153   (exit $ac_status); } && {
11154          test -z "$ac_c_werror_flag" ||
11155          test ! -s conftest.err
11156        } && test -s conftest.$ac_objext; then
11157   { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11158 $as_echo_n "checking for -lXinerama... " >&6; }
11159 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11160   $as_echo_n "(cached) " >&6
11161 else
11162   ac_check_soname_save_LIBS=$LIBS
11163 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11164   cat >conftest.$ac_ext <<_ACEOF
11165 /* confdefs.h.  */
11166 _ACEOF
11167 cat confdefs.h >>conftest.$ac_ext
11168 cat >>conftest.$ac_ext <<_ACEOF
11169 /* end confdefs.h.  */
11170
11171 /* Override any GCC internal prototype to avoid an error.
11172    Use char because int might match the return type of a GCC
11173    builtin and then its argument prototype would still apply.  */
11174 #ifdef __cplusplus
11175 extern "C"
11176 #endif
11177 char XineramaQueryScreens ();
11178 int
11179 main ()
11180 {
11181 return XineramaQueryScreens ();
11182   ;
11183   return 0;
11184 }
11185 _ACEOF
11186 rm -f conftest.$ac_objext conftest$ac_exeext
11187 if { (ac_try="$ac_link"
11188 case "(($ac_try" in
11189   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11190   *) ac_try_echo=$ac_try;;
11191 esac
11192 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11193 $as_echo "$ac_try_echo") >&5
11194   (eval "$ac_link") 2>conftest.er1
11195   ac_status=$?
11196   grep -v '^ *+' conftest.er1 >conftest.err
11197   rm -f conftest.er1
11198   cat conftest.err >&5
11199   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11200   (exit $ac_status); } && {
11201          test -z "$ac_c_werror_flag" ||
11202          test ! -s conftest.err
11203        } && test -s conftest$ac_exeext && {
11204          test "$cross_compiling" = yes ||
11205          $as_test_x conftest$ac_exeext
11206        }; then
11207   case "$LIBEXT" in
11208     dll) ;;
11209     dylib) ac_cv_lib_soname_Xinerama=`otool -L conftest$ac_exeext | grep "libXinerama\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXinerama\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11210     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
11211   esac
11212 else
11213   $as_echo "$as_me: failed program was:" >&5
11214 sed 's/^/| /' conftest.$ac_ext >&5
11215
11216
11217 fi
11218
11219 rm -rf conftest.dSYM
11220 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11221       conftest$ac_exeext conftest.$ac_ext
11222   LIBS=$ac_check_soname_save_LIBS
11223 fi
11224 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11225   { $as_echo "$as_me:$LINENO: result: not found" >&5
11226 $as_echo "not found" >&6; }
11227
11228 else
11229   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11230 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11231
11232 cat >>confdefs.h <<_ACEOF
11233 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11234 _ACEOF
11235
11236
11237 fi
11238
11239 else
11240   $as_echo "$as_me: failed program was:" >&5
11241 sed 's/^/| /' conftest.$ac_ext >&5
11242
11243
11244 fi
11245
11246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11247         fi
11248         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11249   case "x$with_xinerama" in
11250   x)   wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11251   xno) ;;
11252   *)   { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11253 This is an error since --with-xinerama was requested." >&5
11254 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11255 This is an error since --with-xinerama was requested." >&2;}
11256    { (exit 1); exit 1; }; } ;;
11257 esac
11258 fi
11259
11260
11261                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11262         then
11263             { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11264 $as_echo_n "checking for -lXcomposite... " >&6; }
11265 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11266   $as_echo_n "(cached) " >&6
11267 else
11268   ac_check_soname_save_LIBS=$LIBS
11269 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11270   cat >conftest.$ac_ext <<_ACEOF
11271 /* confdefs.h.  */
11272 _ACEOF
11273 cat confdefs.h >>conftest.$ac_ext
11274 cat >>conftest.$ac_ext <<_ACEOF
11275 /* end confdefs.h.  */
11276
11277 /* Override any GCC internal prototype to avoid an error.
11278    Use char because int might match the return type of a GCC
11279    builtin and then its argument prototype would still apply.  */
11280 #ifdef __cplusplus
11281 extern "C"
11282 #endif
11283 char XCompositeRedirectWindow ();
11284 int
11285 main ()
11286 {
11287 return XCompositeRedirectWindow ();
11288   ;
11289   return 0;
11290 }
11291 _ACEOF
11292 rm -f conftest.$ac_objext conftest$ac_exeext
11293 if { (ac_try="$ac_link"
11294 case "(($ac_try" in
11295   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11296   *) ac_try_echo=$ac_try;;
11297 esac
11298 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11299 $as_echo "$ac_try_echo") >&5
11300   (eval "$ac_link") 2>conftest.er1
11301   ac_status=$?
11302   grep -v '^ *+' conftest.er1 >conftest.err
11303   rm -f conftest.er1
11304   cat conftest.err >&5
11305   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11306   (exit $ac_status); } && {
11307          test -z "$ac_c_werror_flag" ||
11308          test ! -s conftest.err
11309        } && test -s conftest$ac_exeext && {
11310          test "$cross_compiling" = yes ||
11311          $as_test_x conftest$ac_exeext
11312        }; then
11313   case "$LIBEXT" in
11314     dll) ;;
11315     dylib) ac_cv_lib_soname_Xcomposite=`otool -L conftest$ac_exeext | grep "libXcomposite\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcomposite\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11316     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11317   esac
11318 else
11319   $as_echo "$as_me: failed program was:" >&5
11320 sed 's/^/| /' conftest.$ac_ext >&5
11321
11322
11323 fi
11324
11325 rm -rf conftest.dSYM
11326 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11327       conftest$ac_exeext conftest.$ac_ext
11328   LIBS=$ac_check_soname_save_LIBS
11329 fi
11330 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11331   { $as_echo "$as_me:$LINENO: result: not found" >&5
11332 $as_echo "not found" >&6; }
11333
11334 else
11335   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11336 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11337
11338 cat >>confdefs.h <<_ACEOF
11339 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11340 _ACEOF
11341
11342
11343 fi
11344
11345         fi
11346         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11347   case "x$with_xcomposite" in
11348   x)   wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11349   xno) ;;
11350   *)   { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11351 This is an error since --with-xcomposite was requested." >&5
11352 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11353 This is an error since --with-xcomposite was requested." >&2;}
11354    { (exit 1); exit 1; }; } ;;
11355 esac
11356 fi
11357
11358
11359                 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11360 $as_echo_n "checking for XICCallback.callback... " >&6; }
11361 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11362   $as_echo_n "(cached) " >&6
11363 else
11364   cat >conftest.$ac_ext <<_ACEOF
11365 /* confdefs.h.  */
11366 _ACEOF
11367 cat confdefs.h >>conftest.$ac_ext
11368 cat >>conftest.$ac_ext <<_ACEOF
11369 /* end confdefs.h.  */
11370 #ifdef HAVE_X11_XLIB_H
11371 #include <X11/Xlib.h>
11372 #endif
11373
11374 int
11375 main ()
11376 {
11377 static XICCallback ac_aggr;
11378 if (ac_aggr.callback)
11379 return 0;
11380   ;
11381   return 0;
11382 }
11383 _ACEOF
11384 rm -f conftest.$ac_objext
11385 if { (ac_try="$ac_compile"
11386 case "(($ac_try" in
11387   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11388   *) ac_try_echo=$ac_try;;
11389 esac
11390 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11391 $as_echo "$ac_try_echo") >&5
11392   (eval "$ac_compile") 2>conftest.er1
11393   ac_status=$?
11394   grep -v '^ *+' conftest.er1 >conftest.err
11395   rm -f conftest.er1
11396   cat conftest.err >&5
11397   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11398   (exit $ac_status); } && {
11399          test -z "$ac_c_werror_flag" ||
11400          test ! -s conftest.err
11401        } && test -s conftest.$ac_objext; then
11402   ac_cv_member_XICCallback_callback=yes
11403 else
11404   $as_echo "$as_me: failed program was:" >&5
11405 sed 's/^/| /' conftest.$ac_ext >&5
11406
11407         cat >conftest.$ac_ext <<_ACEOF
11408 /* confdefs.h.  */
11409 _ACEOF
11410 cat confdefs.h >>conftest.$ac_ext
11411 cat >>conftest.$ac_ext <<_ACEOF
11412 /* end confdefs.h.  */
11413 #ifdef HAVE_X11_XLIB_H
11414 #include <X11/Xlib.h>
11415 #endif
11416
11417 int
11418 main ()
11419 {
11420 static XICCallback ac_aggr;
11421 if (sizeof ac_aggr.callback)
11422 return 0;
11423   ;
11424   return 0;
11425 }
11426 _ACEOF
11427 rm -f conftest.$ac_objext
11428 if { (ac_try="$ac_compile"
11429 case "(($ac_try" in
11430   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11431   *) ac_try_echo=$ac_try;;
11432 esac
11433 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11434 $as_echo "$ac_try_echo") >&5
11435   (eval "$ac_compile") 2>conftest.er1
11436   ac_status=$?
11437   grep -v '^ *+' conftest.er1 >conftest.err
11438   rm -f conftest.er1
11439   cat conftest.err >&5
11440   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11441   (exit $ac_status); } && {
11442          test -z "$ac_c_werror_flag" ||
11443          test ! -s conftest.err
11444        } && test -s conftest.$ac_objext; then
11445   ac_cv_member_XICCallback_callback=yes
11446 else
11447   $as_echo "$as_me: failed program was:" >&5
11448 sed 's/^/| /' conftest.$ac_ext >&5
11449
11450         ac_cv_member_XICCallback_callback=no
11451 fi
11452
11453 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11454 fi
11455
11456 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11457 fi
11458 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11459 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11460 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11461
11462 cat >>confdefs.h <<_ACEOF
11463 #define HAVE_XICCALLBACK_CALLBACK 1
11464 _ACEOF
11465
11466
11467 fi
11468
11469
11470
11471         opengl_msg=""
11472     if test "x$with_opengl" != "xno"
11473     then
11474
11475
11476
11477
11478 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11479 do
11480 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11481 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11482 $as_echo_n "checking for $ac_header... " >&6; }
11483 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11484   $as_echo_n "(cached) " >&6
11485 else
11486   cat >conftest.$ac_ext <<_ACEOF
11487 /* confdefs.h.  */
11488 _ACEOF
11489 cat confdefs.h >>conftest.$ac_ext
11490 cat >>conftest.$ac_ext <<_ACEOF
11491 /* end confdefs.h.  */
11492 #ifdef HAVE_GL_GLX_H
11493 # include <GL/glx.h>
11494 #endif
11495
11496 #include <$ac_header>
11497 _ACEOF
11498 rm -f conftest.$ac_objext
11499 if { (ac_try="$ac_compile"
11500 case "(($ac_try" in
11501   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11502   *) ac_try_echo=$ac_try;;
11503 esac
11504 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11505 $as_echo "$ac_try_echo") >&5
11506   (eval "$ac_compile") 2>conftest.er1
11507   ac_status=$?
11508   grep -v '^ *+' conftest.er1 >conftest.err
11509   rm -f conftest.er1
11510   cat conftest.err >&5
11511   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11512   (exit $ac_status); } && {
11513          test -z "$ac_c_werror_flag" ||
11514          test ! -s conftest.err
11515        } && test -s conftest.$ac_objext; then
11516   eval "$as_ac_Header=yes"
11517 else
11518   $as_echo "$as_me: failed program was:" >&5
11519 sed 's/^/| /' conftest.$ac_ext >&5
11520
11521         eval "$as_ac_Header=no"
11522 fi
11523
11524 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11525 fi
11526 ac_res=`eval 'as_val=${'$as_ac_Header'}
11527                  $as_echo "$as_val"'`
11528                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11529 $as_echo "$ac_res" >&6; }
11530 as_val=`eval 'as_val=${'$as_ac_Header'}
11531                  $as_echo "$as_val"'`
11532    if test "x$as_val" = x""yes; then
11533   cat >>confdefs.h <<_ACEOF
11534 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11535 _ACEOF
11536
11537 fi
11538
11539 done
11540
11541         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11542         then
11543                     { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11544 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11545 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11546   $as_echo_n "(cached) " >&6
11547 else
11548   cat >conftest.$ac_ext <<_ACEOF
11549 /* confdefs.h.  */
11550 _ACEOF
11551 cat confdefs.h >>conftest.$ac_ext
11552 cat >>conftest.$ac_ext <<_ACEOF
11553 /* end confdefs.h.  */
11554 #include <GL/gl.h>
11555 int
11556 main ()
11557 {
11558 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11559   ;
11560   return 0;
11561 }
11562 _ACEOF
11563 rm -f conftest.$ac_objext
11564 if { (ac_try="$ac_compile"
11565 case "(($ac_try" in
11566   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11567   *) ac_try_echo=$ac_try;;
11568 esac
11569 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11570 $as_echo "$ac_try_echo") >&5
11571   (eval "$ac_compile") 2>conftest.er1
11572   ac_status=$?
11573   grep -v '^ *+' conftest.er1 >conftest.err
11574   rm -f conftest.er1
11575   cat conftest.err >&5
11576   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11577   (exit $ac_status); } && {
11578          test -z "$ac_c_werror_flag" ||
11579          test ! -s conftest.err
11580        } && test -s conftest.$ac_objext; then
11581   wine_cv_opengl_header_version_OK="yes"
11582 else
11583   $as_echo "$as_me: failed program was:" >&5
11584 sed 's/^/| /' conftest.$ac_ext >&5
11585
11586         wine_cv_opengl_header_version_OK="no"
11587 fi
11588
11589 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11590 fi
11591 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11592 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11593
11594             if test "$wine_cv_opengl_header_version_OK" = "yes"
11595             then
11596                                 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11597 $as_echo_n "checking for -lGL... " >&6; }
11598 if test "${ac_cv_lib_soname_GL+set}" = set; then
11599   $as_echo_n "(cached) " >&6
11600 else
11601   ac_check_soname_save_LIBS=$LIBS
11602 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11603   cat >conftest.$ac_ext <<_ACEOF
11604 /* confdefs.h.  */
11605 _ACEOF
11606 cat confdefs.h >>conftest.$ac_ext
11607 cat >>conftest.$ac_ext <<_ACEOF
11608 /* end confdefs.h.  */
11609
11610 /* Override any GCC internal prototype to avoid an error.
11611    Use char because int might match the return type of a GCC
11612    builtin and then its argument prototype would still apply.  */
11613 #ifdef __cplusplus
11614 extern "C"
11615 #endif
11616 char glXCreateContext ();
11617 int
11618 main ()
11619 {
11620 return glXCreateContext ();
11621   ;
11622   return 0;
11623 }
11624 _ACEOF
11625 rm -f conftest.$ac_objext conftest$ac_exeext
11626 if { (ac_try="$ac_link"
11627 case "(($ac_try" in
11628   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11629   *) ac_try_echo=$ac_try;;
11630 esac
11631 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11632 $as_echo "$ac_try_echo") >&5
11633   (eval "$ac_link") 2>conftest.er1
11634   ac_status=$?
11635   grep -v '^ *+' conftest.er1 >conftest.err
11636   rm -f conftest.er1
11637   cat conftest.err >&5
11638   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11639   (exit $ac_status); } && {
11640          test -z "$ac_c_werror_flag" ||
11641          test ! -s conftest.err
11642        } && test -s conftest$ac_exeext && {
11643          test "$cross_compiling" = yes ||
11644          $as_test_x conftest$ac_exeext
11645        }; then
11646   case "$LIBEXT" in
11647     dll) ;;
11648     dylib) ac_cv_lib_soname_GL=`otool -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11649     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11650   esac
11651 else
11652   $as_echo "$as_me: failed program was:" >&5
11653 sed 's/^/| /' conftest.$ac_ext >&5
11654
11655
11656 fi
11657
11658 rm -rf conftest.dSYM
11659 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11660       conftest$ac_exeext conftest.$ac_ext
11661   LIBS=$ac_check_soname_save_LIBS
11662 fi
11663 if test "x$ac_cv_lib_soname_GL" = "x"; then
11664   { $as_echo "$as_me:$LINENO: result: not found" >&5
11665 $as_echo "not found" >&6; }
11666        { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11667 $as_echo_n "checking for -lGL... " >&6; }
11668 if test "${ac_cv_lib_soname_GL+set}" = set; then
11669   $as_echo_n "(cached) " >&6
11670 else
11671   ac_check_soname_save_LIBS=$LIBS
11672 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib $LIBS"
11673   cat >conftest.$ac_ext <<_ACEOF
11674 /* confdefs.h.  */
11675 _ACEOF
11676 cat confdefs.h >>conftest.$ac_ext
11677 cat >>conftest.$ac_ext <<_ACEOF
11678 /* end confdefs.h.  */
11679
11680 /* Override any GCC internal prototype to avoid an error.
11681    Use char because int might match the return type of a GCC
11682    builtin and then its argument prototype would still apply.  */
11683 #ifdef __cplusplus
11684 extern "C"
11685 #endif
11686 char glXCreateContext ();
11687 int
11688 main ()
11689 {
11690 return glXCreateContext ();
11691   ;
11692   return 0;
11693 }
11694 _ACEOF
11695 rm -f conftest.$ac_objext conftest$ac_exeext
11696 if { (ac_try="$ac_link"
11697 case "(($ac_try" in
11698   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11699   *) ac_try_echo=$ac_try;;
11700 esac
11701 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11702 $as_echo "$ac_try_echo") >&5
11703   (eval "$ac_link") 2>conftest.er1
11704   ac_status=$?
11705   grep -v '^ *+' conftest.er1 >conftest.err
11706   rm -f conftest.er1
11707   cat conftest.err >&5
11708   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11709   (exit $ac_status); } && {
11710          test -z "$ac_c_werror_flag" ||
11711          test ! -s conftest.err
11712        } && test -s conftest$ac_exeext && {
11713          test "$cross_compiling" = yes ||
11714          $as_test_x conftest$ac_exeext
11715        }; then
11716   case "$LIBEXT" in
11717     dll) ;;
11718     dylib) ac_cv_lib_soname_GL=`otool -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11719     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11720   esac
11721 else
11722   $as_echo "$as_me: failed program was:" >&5
11723 sed 's/^/| /' conftest.$ac_ext >&5
11724
11725
11726 fi
11727
11728 rm -rf conftest.dSYM
11729 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11730       conftest$ac_exeext conftest.$ac_ext
11731   LIBS=$ac_check_soname_save_LIBS
11732 fi
11733 if test "x$ac_cv_lib_soname_GL" = "x"; then
11734   { $as_echo "$as_me:$LINENO: result: not found" >&5
11735 $as_echo "not found" >&6; }
11736        if test -f /usr/X11R6/lib/libGL.a
11737                                     then
11738                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11739 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11740                                     else
11741                                         opengl_msg="No OpenGL library found on this system."
11742                                     fi
11743 else
11744   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11745 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11746
11747 cat >>confdefs.h <<_ACEOF
11748 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11749 _ACEOF
11750
11751        OPENGL_LIBS="-Xlinker -dylib_file -Xlinker /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -lGL"
11752
11753 cat >>confdefs.h <<\_ACEOF
11754 #define HAVE_OPENGL 1
11755 _ACEOF
11756
11757 fi
11758
11759 else
11760   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11761 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11762
11763 cat >>confdefs.h <<_ACEOF
11764 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11765 _ACEOF
11766
11767        OPENGL_LIBS="-lGL"
11768
11769 cat >>confdefs.h <<\_ACEOF
11770 #define HAVE_OPENGL 1
11771 _ACEOF
11772
11773 fi
11774
11775                  if test "$ac_cv_header_GL_glu_h" = "yes"
11776                  then
11777                     { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11778 $as_echo_n "checking for -lGLU... " >&6; }
11779 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11780   $as_echo_n "(cached) " >&6
11781 else
11782   ac_check_soname_save_LIBS=$LIBS
11783 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11784   cat >conftest.$ac_ext <<_ACEOF
11785 /* confdefs.h.  */
11786 _ACEOF
11787 cat confdefs.h >>conftest.$ac_ext
11788 cat >>conftest.$ac_ext <<_ACEOF
11789 /* end confdefs.h.  */
11790
11791 /* Override any GCC internal prototype to avoid an error.
11792    Use char because int might match the return type of a GCC
11793    builtin and then its argument prototype would still apply.  */
11794 #ifdef __cplusplus
11795 extern "C"
11796 #endif
11797 char gluLookAt ();
11798 int
11799 main ()
11800 {
11801 return gluLookAt ();
11802   ;
11803   return 0;
11804 }
11805 _ACEOF
11806 rm -f conftest.$ac_objext conftest$ac_exeext
11807 if { (ac_try="$ac_link"
11808 case "(($ac_try" in
11809   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11810   *) ac_try_echo=$ac_try;;
11811 esac
11812 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11813 $as_echo "$ac_try_echo") >&5
11814   (eval "$ac_link") 2>conftest.er1
11815   ac_status=$?
11816   grep -v '^ *+' conftest.er1 >conftest.err
11817   rm -f conftest.er1
11818   cat conftest.err >&5
11819   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11820   (exit $ac_status); } && {
11821          test -z "$ac_c_werror_flag" ||
11822          test ! -s conftest.err
11823        } && test -s conftest$ac_exeext && {
11824          test "$cross_compiling" = yes ||
11825          $as_test_x conftest$ac_exeext
11826        }; then
11827   case "$LIBEXT" in
11828     dll) ;;
11829     dylib) ac_cv_lib_soname_GLU=`otool -L conftest$ac_exeext | grep "libGLU\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGLU\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11830     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
11831   esac
11832 else
11833   $as_echo "$as_me: failed program was:" >&5
11834 sed 's/^/| /' conftest.$ac_ext >&5
11835
11836
11837 fi
11838
11839 rm -rf conftest.dSYM
11840 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11841       conftest$ac_exeext conftest.$ac_ext
11842   LIBS=$ac_check_soname_save_LIBS
11843 fi
11844 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11845   { $as_echo "$as_me:$LINENO: result: not found" >&5
11846 $as_echo "not found" >&6; }
11847
11848 else
11849   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11850 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11851
11852 cat >>confdefs.h <<_ACEOF
11853 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11854 _ACEOF
11855
11856
11857 fi
11858
11859                  fi
11860                  if test "x$ac_cv_lib_soname_GLU" = "x"; then
11861   case "x$with_glu" in
11862   x)   wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11863   xno) ;;
11864   *)   { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11865 This is an error since --with-glu was requested." >&5
11866 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11867 This is an error since --with-glu was requested." >&2;}
11868    { (exit 1); exit 1; }; } ;;
11869 esac
11870 fi
11871
11872              else
11873                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11874              fi
11875          else
11876              opengl_msg="OpenGL development headers not found."
11877          fi
11878          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11879          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11880     else
11881          enable_opengl32=${enable_opengl32:-no}
11882          enable_glu32=${enable_glu32:-no}
11883     fi
11884     if test -n "$opengl_msg"; then
11885   case "x$with_opengl" in
11886   x)   wine_warnings="$wine_warnings|$opengl_msg
11887 OpenGL and Direct3D won't be supported." ;;
11888   xno) ;;
11889   *)   { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11890 OpenGL and Direct3D won't be supported.
11891 This is an error since --with-opengl was requested." >&5
11892 $as_echo "$as_me: error: $opengl_msg
11893 OpenGL and Direct3D won't be supported.
11894 This is an error since --with-opengl was requested." >&2;}
11895    { (exit 1); exit 1; }; } ;;
11896 esac
11897 fi
11898
11899
11900         NASLIBS=""
11901
11902
11903 for ac_header in audio/audiolib.h
11904 do
11905 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11906 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11907   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11908 $as_echo_n "checking for $ac_header... " >&6; }
11909 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11910   $as_echo_n "(cached) " >&6
11911 fi
11912 ac_res=`eval 'as_val=${'$as_ac_Header'}
11913                  $as_echo "$as_val"'`
11914                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11915 $as_echo "$ac_res" >&6; }
11916 else
11917   # Is the header compilable?
11918 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11919 $as_echo_n "checking $ac_header usability... " >&6; }
11920 cat >conftest.$ac_ext <<_ACEOF
11921 /* confdefs.h.  */
11922 _ACEOF
11923 cat confdefs.h >>conftest.$ac_ext
11924 cat >>conftest.$ac_ext <<_ACEOF
11925 /* end confdefs.h.  */
11926 $ac_includes_default
11927 #include <$ac_header>
11928 _ACEOF
11929 rm -f conftest.$ac_objext
11930 if { (ac_try="$ac_compile"
11931 case "(($ac_try" in
11932   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11933   *) ac_try_echo=$ac_try;;
11934 esac
11935 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11936 $as_echo "$ac_try_echo") >&5
11937   (eval "$ac_compile") 2>conftest.er1
11938   ac_status=$?
11939   grep -v '^ *+' conftest.er1 >conftest.err
11940   rm -f conftest.er1
11941   cat conftest.err >&5
11942   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11943   (exit $ac_status); } && {
11944          test -z "$ac_c_werror_flag" ||
11945          test ! -s conftest.err
11946        } && test -s conftest.$ac_objext; then
11947   ac_header_compiler=yes
11948 else
11949   $as_echo "$as_me: failed program was:" >&5
11950 sed 's/^/| /' conftest.$ac_ext >&5
11951
11952         ac_header_compiler=no
11953 fi
11954
11955 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11956 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11957 $as_echo "$ac_header_compiler" >&6; }
11958
11959 # Is the header present?
11960 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11961 $as_echo_n "checking $ac_header presence... " >&6; }
11962 cat >conftest.$ac_ext <<_ACEOF
11963 /* confdefs.h.  */
11964 _ACEOF
11965 cat confdefs.h >>conftest.$ac_ext
11966 cat >>conftest.$ac_ext <<_ACEOF
11967 /* end confdefs.h.  */
11968 #include <$ac_header>
11969 _ACEOF
11970 if { (ac_try="$ac_cpp conftest.$ac_ext"
11971 case "(($ac_try" in
11972   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11973   *) ac_try_echo=$ac_try;;
11974 esac
11975 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11976 $as_echo "$ac_try_echo") >&5
11977   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11978   ac_status=$?
11979   grep -v '^ *+' conftest.er1 >conftest.err
11980   rm -f conftest.er1
11981   cat conftest.err >&5
11982   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11983   (exit $ac_status); } >/dev/null && {
11984          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11985          test ! -s conftest.err
11986        }; then
11987   ac_header_preproc=yes
11988 else
11989   $as_echo "$as_me: failed program was:" >&5
11990 sed 's/^/| /' conftest.$ac_ext >&5
11991
11992   ac_header_preproc=no
11993 fi
11994
11995 rm -f conftest.err conftest.$ac_ext
11996 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11997 $as_echo "$ac_header_preproc" >&6; }
11998
11999 # So?  What about this header?
12000 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12001   yes:no: )
12002     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12003 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12004     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12005 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12006     ac_header_preproc=yes
12007     ;;
12008   no:yes:* )
12009     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12010 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12011     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12012 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12013     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12014 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12015     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12016 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12017     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12018 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12019     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12020 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12021     ( cat <<\_ASBOX
12022 ## ------------------------------------ ##
12023 ## Report this to wine-devel@winehq.org ##
12024 ## ------------------------------------ ##
12025 _ASBOX
12026      ) | sed "s/^/$as_me: WARNING:     /" >&2
12027     ;;
12028 esac
12029 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12030 $as_echo_n "checking for $ac_header... " >&6; }
12031 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12032   $as_echo_n "(cached) " >&6
12033 else
12034   eval "$as_ac_Header=\$ac_header_preproc"
12035 fi
12036 ac_res=`eval 'as_val=${'$as_ac_Header'}
12037                  $as_echo "$as_val"'`
12038                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12039 $as_echo "$ac_res" >&6; }
12040
12041 fi
12042 as_val=`eval 'as_val=${'$as_ac_Header'}
12043                  $as_echo "$as_val"'`
12044    if test "x$as_val" = x""yes; then
12045   cat >>confdefs.h <<_ACEOF
12046 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12047 _ACEOF
12048
12049 for ac_header in audio/soundlib.h
12050 do
12051 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12052 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12053 $as_echo_n "checking for $ac_header... " >&6; }
12054 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12055   $as_echo_n "(cached) " >&6
12056 else
12057   cat >conftest.$ac_ext <<_ACEOF
12058 /* confdefs.h.  */
12059 _ACEOF
12060 cat confdefs.h >>conftest.$ac_ext
12061 cat >>conftest.$ac_ext <<_ACEOF
12062 /* end confdefs.h.  */
12063 #include <audio/audiolib.h>
12064
12065 #include <$ac_header>
12066 _ACEOF
12067 rm -f conftest.$ac_objext
12068 if { (ac_try="$ac_compile"
12069 case "(($ac_try" in
12070   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12071   *) ac_try_echo=$ac_try;;
12072 esac
12073 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12074 $as_echo "$ac_try_echo") >&5
12075   (eval "$ac_compile") 2>conftest.er1
12076   ac_status=$?
12077   grep -v '^ *+' conftest.er1 >conftest.err
12078   rm -f conftest.er1
12079   cat conftest.err >&5
12080   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12081   (exit $ac_status); } && {
12082          test -z "$ac_c_werror_flag" ||
12083          test ! -s conftest.err
12084        } && test -s conftest.$ac_objext; then
12085   eval "$as_ac_Header=yes"
12086 else
12087   $as_echo "$as_me: failed program was:" >&5
12088 sed 's/^/| /' conftest.$ac_ext >&5
12089
12090         eval "$as_ac_Header=no"
12091 fi
12092
12093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12094 fi
12095 ac_res=`eval 'as_val=${'$as_ac_Header'}
12096                  $as_echo "$as_val"'`
12097                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12098 $as_echo "$ac_res" >&6; }
12099 as_val=`eval 'as_val=${'$as_ac_Header'}
12100                  $as_echo "$as_val"'`
12101    if test "x$as_val" = x""yes; then
12102   cat >>confdefs.h <<_ACEOF
12103 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12104 _ACEOF
12105
12106 fi
12107
12108 done
12109
12110           { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12111 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12112 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12113   $as_echo_n "(cached) " >&6
12114 else
12115   ac_check_lib_save_LIBS=$LIBS
12116 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12117 cat >conftest.$ac_ext <<_ACEOF
12118 /* confdefs.h.  */
12119 _ACEOF
12120 cat confdefs.h >>conftest.$ac_ext
12121 cat >>conftest.$ac_ext <<_ACEOF
12122 /* end confdefs.h.  */
12123
12124 /* Override any GCC internal prototype to avoid an error.
12125    Use char because int might match the return type of a GCC
12126    builtin and then its argument prototype would still apply.  */
12127 #ifdef __cplusplus
12128 extern "C"
12129 #endif
12130 char AuCreateFlow ();
12131 int
12132 main ()
12133 {
12134 return AuCreateFlow ();
12135   ;
12136   return 0;
12137 }
12138 _ACEOF
12139 rm -f conftest.$ac_objext conftest$ac_exeext
12140 if { (ac_try="$ac_link"
12141 case "(($ac_try" in
12142   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12143   *) ac_try_echo=$ac_try;;
12144 esac
12145 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12146 $as_echo "$ac_try_echo") >&5
12147   (eval "$ac_link") 2>conftest.er1
12148   ac_status=$?
12149   grep -v '^ *+' conftest.er1 >conftest.err
12150   rm -f conftest.er1
12151   cat conftest.err >&5
12152   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12153   (exit $ac_status); } && {
12154          test -z "$ac_c_werror_flag" ||
12155          test ! -s conftest.err
12156        } && test -s conftest$ac_exeext && {
12157          test "$cross_compiling" = yes ||
12158          $as_test_x conftest$ac_exeext
12159        }; then
12160   ac_cv_lib_audio_AuCreateFlow=yes
12161 else
12162   $as_echo "$as_me: failed program was:" >&5
12163 sed 's/^/| /' conftest.$ac_ext >&5
12164
12165         ac_cv_lib_audio_AuCreateFlow=no
12166 fi
12167
12168 rm -rf conftest.dSYM
12169 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12170       conftest$ac_exeext conftest.$ac_ext
12171 LIBS=$ac_check_lib_save_LIBS
12172 fi
12173 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12174 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12175 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12176
12177 cat >>confdefs.h <<\_ACEOF
12178 #define HAVE_NAS 1
12179 _ACEOF
12180
12181                         { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12182 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12183 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12184   $as_echo_n "(cached) " >&6
12185 else
12186   ac_check_lib_save_LIBS=$LIBS
12187 LIBS="-lXau $X_LIBS $LIBS"
12188 cat >conftest.$ac_ext <<_ACEOF
12189 /* confdefs.h.  */
12190 _ACEOF
12191 cat confdefs.h >>conftest.$ac_ext
12192 cat >>conftest.$ac_ext <<_ACEOF
12193 /* end confdefs.h.  */
12194
12195 /* Override any GCC internal prototype to avoid an error.
12196    Use char because int might match the return type of a GCC
12197    builtin and then its argument prototype would still apply.  */
12198 #ifdef __cplusplus
12199 extern "C"
12200 #endif
12201 char XauGetBestAuthByAddr ();
12202 int
12203 main ()
12204 {
12205 return XauGetBestAuthByAddr ();
12206   ;
12207   return 0;
12208 }
12209 _ACEOF
12210 rm -f conftest.$ac_objext conftest$ac_exeext
12211 if { (ac_try="$ac_link"
12212 case "(($ac_try" in
12213   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12214   *) ac_try_echo=$ac_try;;
12215 esac
12216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12217 $as_echo "$ac_try_echo") >&5
12218   (eval "$ac_link") 2>conftest.er1
12219   ac_status=$?
12220   grep -v '^ *+' conftest.er1 >conftest.err
12221   rm -f conftest.er1
12222   cat conftest.err >&5
12223   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12224   (exit $ac_status); } && {
12225          test -z "$ac_c_werror_flag" ||
12226          test ! -s conftest.err
12227        } && test -s conftest$ac_exeext && {
12228          test "$cross_compiling" = yes ||
12229          $as_test_x conftest$ac_exeext
12230        }; then
12231   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12232 else
12233   $as_echo "$as_me: failed program was:" >&5
12234 sed 's/^/| /' conftest.$ac_ext >&5
12235
12236         ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12237 fi
12238
12239 rm -rf conftest.dSYM
12240 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12241       conftest$ac_exeext conftest.$ac_ext
12242 LIBS=$ac_check_lib_save_LIBS
12243 fi
12244 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12245 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12246 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12247   NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12248 else
12249   NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12250 fi
12251
12252
12253 fi
12254
12255 fi
12256
12257 done
12258
12259
12260     CPPFLAGS="$ac_save_CPPFLAGS"
12261 else
12262     XLIB=""
12263     X_CFLAGS=""
12264     X_LIBS=""
12265     enable_winex11_drv=${enable_winex11_drv:-no}
12266     enable_opengl32=${enable_opengl32:-no}
12267     enable_glu32=${enable_glu32:-no}
12268 fi
12269 if test "x$XLIB" = "x"; then
12270   case "x$with_x" in
12271   xno) ;;
12272   *)   { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12273 without X support, which probably isn't what you want. You will need to install
12274 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12275 Use the --without-x option if you really want this." >&5
12276 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12277 without X support, which probably isn't what you want. You will need to install
12278 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12279 Use the --without-x option if you really want this." >&2;}
12280    { (exit 1); exit 1; }; } ;;
12281 esac
12282 fi
12283
12284
12285
12286 XML2LIBS=""
12287
12288 XML2INCL=""
12289
12290 XSLTINCL=""
12291
12292 if test "x$with_xml" != "xno"
12293 then
12294     ac_save_CPPFLAGS="$CPPFLAGS"
12295     if test "$PKG_CONFIG" != "false"
12296     then
12297         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12298         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12299     else
12300         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12301         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
12302     fi
12303     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12304
12305 for ac_header in libxml/parser.h
12306 do
12307 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12308 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12309   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12310 $as_echo_n "checking for $ac_header... " >&6; }
12311 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12312   $as_echo_n "(cached) " >&6
12313 fi
12314 ac_res=`eval 'as_val=${'$as_ac_Header'}
12315                  $as_echo "$as_val"'`
12316                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12317 $as_echo "$ac_res" >&6; }
12318 else
12319   # Is the header compilable?
12320 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12321 $as_echo_n "checking $ac_header usability... " >&6; }
12322 cat >conftest.$ac_ext <<_ACEOF
12323 /* confdefs.h.  */
12324 _ACEOF
12325 cat confdefs.h >>conftest.$ac_ext
12326 cat >>conftest.$ac_ext <<_ACEOF
12327 /* end confdefs.h.  */
12328 $ac_includes_default
12329 #include <$ac_header>
12330 _ACEOF
12331 rm -f conftest.$ac_objext
12332 if { (ac_try="$ac_compile"
12333 case "(($ac_try" in
12334   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12335   *) ac_try_echo=$ac_try;;
12336 esac
12337 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12338 $as_echo "$ac_try_echo") >&5
12339   (eval "$ac_compile") 2>conftest.er1
12340   ac_status=$?
12341   grep -v '^ *+' conftest.er1 >conftest.err
12342   rm -f conftest.er1
12343   cat conftest.err >&5
12344   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12345   (exit $ac_status); } && {
12346          test -z "$ac_c_werror_flag" ||
12347          test ! -s conftest.err
12348        } && test -s conftest.$ac_objext; then
12349   ac_header_compiler=yes
12350 else
12351   $as_echo "$as_me: failed program was:" >&5
12352 sed 's/^/| /' conftest.$ac_ext >&5
12353
12354         ac_header_compiler=no
12355 fi
12356
12357 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12358 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12359 $as_echo "$ac_header_compiler" >&6; }
12360
12361 # Is the header present?
12362 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12363 $as_echo_n "checking $ac_header presence... " >&6; }
12364 cat >conftest.$ac_ext <<_ACEOF
12365 /* confdefs.h.  */
12366 _ACEOF
12367 cat confdefs.h >>conftest.$ac_ext
12368 cat >>conftest.$ac_ext <<_ACEOF
12369 /* end confdefs.h.  */
12370 #include <$ac_header>
12371 _ACEOF
12372 if { (ac_try="$ac_cpp conftest.$ac_ext"
12373 case "(($ac_try" in
12374   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12375   *) ac_try_echo=$ac_try;;
12376 esac
12377 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12378 $as_echo "$ac_try_echo") >&5
12379   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12380   ac_status=$?
12381   grep -v '^ *+' conftest.er1 >conftest.err
12382   rm -f conftest.er1
12383   cat conftest.err >&5
12384   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12385   (exit $ac_status); } >/dev/null && {
12386          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12387          test ! -s conftest.err
12388        }; then
12389   ac_header_preproc=yes
12390 else
12391   $as_echo "$as_me: failed program was:" >&5
12392 sed 's/^/| /' conftest.$ac_ext >&5
12393
12394   ac_header_preproc=no
12395 fi
12396
12397 rm -f conftest.err conftest.$ac_ext
12398 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12399 $as_echo "$ac_header_preproc" >&6; }
12400
12401 # So?  What about this header?
12402 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12403   yes:no: )
12404     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12405 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12406     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12407 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12408     ac_header_preproc=yes
12409     ;;
12410   no:yes:* )
12411     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12412 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12413     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12414 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12415     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12416 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12417     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12418 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12419     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12420 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12421     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12422 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12423     ( cat <<\_ASBOX
12424 ## ------------------------------------ ##
12425 ## Report this to wine-devel@winehq.org ##
12426 ## ------------------------------------ ##
12427 _ASBOX
12428      ) | sed "s/^/$as_me: WARNING:     /" >&2
12429     ;;
12430 esac
12431 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12432 $as_echo_n "checking for $ac_header... " >&6; }
12433 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12434   $as_echo_n "(cached) " >&6
12435 else
12436   eval "$as_ac_Header=\$ac_header_preproc"
12437 fi
12438 ac_res=`eval 'as_val=${'$as_ac_Header'}
12439                  $as_echo "$as_val"'`
12440                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12441 $as_echo "$ac_res" >&6; }
12442
12443 fi
12444 as_val=`eval 'as_val=${'$as_ac_Header'}
12445                  $as_echo "$as_val"'`
12446    if test "x$as_val" = x""yes; then
12447   cat >>confdefs.h <<_ACEOF
12448 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12449 _ACEOF
12450  { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12451 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12452 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12453   $as_echo_n "(cached) " >&6
12454 else
12455   ac_check_lib_save_LIBS=$LIBS
12456 LIBS="-lxml2 $ac_xml_libs $LIBS"
12457 cat >conftest.$ac_ext <<_ACEOF
12458 /* confdefs.h.  */
12459 _ACEOF
12460 cat confdefs.h >>conftest.$ac_ext
12461 cat >>conftest.$ac_ext <<_ACEOF
12462 /* end confdefs.h.  */
12463
12464 /* Override any GCC internal prototype to avoid an error.
12465    Use char because int might match the return type of a GCC
12466    builtin and then its argument prototype would still apply.  */
12467 #ifdef __cplusplus
12468 extern "C"
12469 #endif
12470 char xmlParseMemory ();
12471 int
12472 main ()
12473 {
12474 return xmlParseMemory ();
12475   ;
12476   return 0;
12477 }
12478 _ACEOF
12479 rm -f conftest.$ac_objext conftest$ac_exeext
12480 if { (ac_try="$ac_link"
12481 case "(($ac_try" in
12482   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12483   *) ac_try_echo=$ac_try;;
12484 esac
12485 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12486 $as_echo "$ac_try_echo") >&5
12487   (eval "$ac_link") 2>conftest.er1
12488   ac_status=$?
12489   grep -v '^ *+' conftest.er1 >conftest.err
12490   rm -f conftest.er1
12491   cat conftest.err >&5
12492   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12493   (exit $ac_status); } && {
12494          test -z "$ac_c_werror_flag" ||
12495          test ! -s conftest.err
12496        } && test -s conftest$ac_exeext && {
12497          test "$cross_compiling" = yes ||
12498          $as_test_x conftest$ac_exeext
12499        }; then
12500   ac_cv_lib_xml2_xmlParseMemory=yes
12501 else
12502   $as_echo "$as_me: failed program was:" >&5
12503 sed 's/^/| /' conftest.$ac_ext >&5
12504
12505         ac_cv_lib_xml2_xmlParseMemory=no
12506 fi
12507
12508 rm -rf conftest.dSYM
12509 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12510       conftest$ac_exeext conftest.$ac_ext
12511 LIBS=$ac_check_lib_save_LIBS
12512 fi
12513 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12514 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12515 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12516
12517 cat >>confdefs.h <<\_ACEOF
12518 #define HAVE_LIBXML2 1
12519 _ACEOF
12520
12521                  XML2LIBS="$ac_xml_libs"
12522                  XML2INCL="$ac_xml_cflags"
12523 fi
12524
12525              { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12526 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12527 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12528   $as_echo_n "(cached) " >&6
12529 else
12530   ac_check_lib_save_LIBS=$LIBS
12531 LIBS="-lxml2 $ac_xml_libs $LIBS"
12532 cat >conftest.$ac_ext <<_ACEOF
12533 /* confdefs.h.  */
12534 _ACEOF
12535 cat confdefs.h >>conftest.$ac_ext
12536 cat >>conftest.$ac_ext <<_ACEOF
12537 /* end confdefs.h.  */
12538
12539 /* Override any GCC internal prototype to avoid an error.
12540    Use char because int might match the return type of a GCC
12541    builtin and then its argument prototype would still apply.  */
12542 #ifdef __cplusplus
12543 extern "C"
12544 #endif
12545 char xmlReadMemory ();
12546 int
12547 main ()
12548 {
12549 return xmlReadMemory ();
12550   ;
12551   return 0;
12552 }
12553 _ACEOF
12554 rm -f conftest.$ac_objext conftest$ac_exeext
12555 if { (ac_try="$ac_link"
12556 case "(($ac_try" in
12557   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12558   *) ac_try_echo=$ac_try;;
12559 esac
12560 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12561 $as_echo "$ac_try_echo") >&5
12562   (eval "$ac_link") 2>conftest.er1
12563   ac_status=$?
12564   grep -v '^ *+' conftest.er1 >conftest.err
12565   rm -f conftest.er1
12566   cat conftest.err >&5
12567   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12568   (exit $ac_status); } && {
12569          test -z "$ac_c_werror_flag" ||
12570          test ! -s conftest.err
12571        } && test -s conftest$ac_exeext && {
12572          test "$cross_compiling" = yes ||
12573          $as_test_x conftest$ac_exeext
12574        }; then
12575   ac_cv_lib_xml2_xmlReadMemory=yes
12576 else
12577   $as_echo "$as_me: failed program was:" >&5
12578 sed 's/^/| /' conftest.$ac_ext >&5
12579
12580         ac_cv_lib_xml2_xmlReadMemory=no
12581 fi
12582
12583 rm -rf conftest.dSYM
12584 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12585       conftest$ac_exeext conftest.$ac_ext
12586 LIBS=$ac_check_lib_save_LIBS
12587 fi
12588 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12589 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12590 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12591
12592 cat >>confdefs.h <<\_ACEOF
12593 #define HAVE_XMLREADMEMORY 1
12594 _ACEOF
12595
12596 fi
12597
12598              { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12599 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12600 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12601   $as_echo_n "(cached) " >&6
12602 else
12603   ac_check_lib_save_LIBS=$LIBS
12604 LIBS="-lxml2 $ac_xml_libs $LIBS"
12605 cat >conftest.$ac_ext <<_ACEOF
12606 /* confdefs.h.  */
12607 _ACEOF
12608 cat confdefs.h >>conftest.$ac_ext
12609 cat >>conftest.$ac_ext <<_ACEOF
12610 /* end confdefs.h.  */
12611
12612 /* Override any GCC internal prototype to avoid an error.
12613    Use char because int might match the return type of a GCC
12614    builtin and then its argument prototype would still apply.  */
12615 #ifdef __cplusplus
12616 extern "C"
12617 #endif
12618 char xmlNewDocPI ();
12619 int
12620 main ()
12621 {
12622 return xmlNewDocPI ();
12623   ;
12624   return 0;
12625 }
12626 _ACEOF
12627 rm -f conftest.$ac_objext conftest$ac_exeext
12628 if { (ac_try="$ac_link"
12629 case "(($ac_try" in
12630   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12631   *) ac_try_echo=$ac_try;;
12632 esac
12633 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12634 $as_echo "$ac_try_echo") >&5
12635   (eval "$ac_link") 2>conftest.er1
12636   ac_status=$?
12637   grep -v '^ *+' conftest.er1 >conftest.err
12638   rm -f conftest.er1
12639   cat conftest.err >&5
12640   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12641   (exit $ac_status); } && {
12642          test -z "$ac_c_werror_flag" ||
12643          test ! -s conftest.err
12644        } && test -s conftest$ac_exeext && {
12645          test "$cross_compiling" = yes ||
12646          $as_test_x conftest$ac_exeext
12647        }; then
12648   ac_cv_lib_xml2_xmlNewDocPI=yes
12649 else
12650   $as_echo "$as_me: failed program was:" >&5
12651 sed 's/^/| /' conftest.$ac_ext >&5
12652
12653         ac_cv_lib_xml2_xmlNewDocPI=no
12654 fi
12655
12656 rm -rf conftest.dSYM
12657 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12658       conftest$ac_exeext conftest.$ac_ext
12659 LIBS=$ac_check_lib_save_LIBS
12660 fi
12661 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12662 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12663 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12664
12665 cat >>confdefs.h <<\_ACEOF
12666 #define HAVE_XMLNEWDOCPI 1
12667 _ACEOF
12668
12669 fi
12670
12671
12672 fi
12673
12674 done
12675
12676     CPPFLAGS="$ac_save_CPPFLAGS"
12677 fi
12678 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12679   case "x$with_xml" in
12680   x)   wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12681   xno) ;;
12682   *)   { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12683 This is an error since --with-xml was requested." >&5
12684 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12685 This is an error since --with-xml was requested." >&2;}
12686    { (exit 1); exit 1; }; } ;;
12687 esac
12688 fi
12689
12690
12691 if test "x$with_xslt" != "xno"
12692 then
12693     if test "$PKG_CONFIG" != "false"
12694     then
12695         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12696         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12697     else
12698         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12699         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12700     fi
12701     ac_save_CPPFLAGS="$CPPFLAGS"
12702     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12703
12704
12705 for ac_header in libxslt/pattern.h libxslt/transform.h
12706 do
12707 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12708 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12709 $as_echo_n "checking for $ac_header... " >&6; }
12710 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12711   $as_echo_n "(cached) " >&6
12712 else
12713   cat >conftest.$ac_ext <<_ACEOF
12714 /* confdefs.h.  */
12715 _ACEOF
12716 cat confdefs.h >>conftest.$ac_ext
12717 cat >>conftest.$ac_ext <<_ACEOF
12718 /* end confdefs.h.  */
12719 #ifdef HAVE_LIBXSLT_PATTERN_H
12720 # include <libxslt/pattern.h>
12721 #endif
12722
12723 #include <$ac_header>
12724 _ACEOF
12725 rm -f conftest.$ac_objext
12726 if { (ac_try="$ac_compile"
12727 case "(($ac_try" in
12728   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12729   *) ac_try_echo=$ac_try;;
12730 esac
12731 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12732 $as_echo "$ac_try_echo") >&5
12733   (eval "$ac_compile") 2>conftest.er1
12734   ac_status=$?
12735   grep -v '^ *+' conftest.er1 >conftest.err
12736   rm -f conftest.er1
12737   cat conftest.err >&5
12738   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12739   (exit $ac_status); } && {
12740          test -z "$ac_c_werror_flag" ||
12741          test ! -s conftest.err
12742        } && test -s conftest.$ac_objext; then
12743   eval "$as_ac_Header=yes"
12744 else
12745   $as_echo "$as_me: failed program was:" >&5
12746 sed 's/^/| /' conftest.$ac_ext >&5
12747
12748         eval "$as_ac_Header=no"
12749 fi
12750
12751 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12752 fi
12753 ac_res=`eval 'as_val=${'$as_ac_Header'}
12754                  $as_echo "$as_val"'`
12755                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12756 $as_echo "$ac_res" >&6; }
12757 as_val=`eval 'as_val=${'$as_ac_Header'}
12758                  $as_echo "$as_val"'`
12759    if test "x$as_val" = x""yes; then
12760   cat >>confdefs.h <<_ACEOF
12761 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12762 _ACEOF
12763
12764 fi
12765
12766 done
12767
12768     CPPFLAGS="$ac_save_CPPFLAGS"
12769     if test "$ac_cv_header_libxslt_transform_h" = "yes"
12770     then
12771         { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12772 $as_echo_n "checking for -lxslt... " >&6; }
12773 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12774   $as_echo_n "(cached) " >&6
12775 else
12776   ac_check_soname_save_LIBS=$LIBS
12777 LIBS="-lxslt $ac_xslt_libs $LIBS"
12778   cat >conftest.$ac_ext <<_ACEOF
12779 /* confdefs.h.  */
12780 _ACEOF
12781 cat confdefs.h >>conftest.$ac_ext
12782 cat >>conftest.$ac_ext <<_ACEOF
12783 /* end confdefs.h.  */
12784
12785 /* Override any GCC internal prototype to avoid an error.
12786    Use char because int might match the return type of a GCC
12787    builtin and then its argument prototype would still apply.  */
12788 #ifdef __cplusplus
12789 extern "C"
12790 #endif
12791 char xsltCompilePattern ();
12792 int
12793 main ()
12794 {
12795 return xsltCompilePattern ();
12796   ;
12797   return 0;
12798 }
12799 _ACEOF
12800 rm -f conftest.$ac_objext conftest$ac_exeext
12801 if { (ac_try="$ac_link"
12802 case "(($ac_try" in
12803   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12804   *) ac_try_echo=$ac_try;;
12805 esac
12806 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12807 $as_echo "$ac_try_echo") >&5
12808   (eval "$ac_link") 2>conftest.er1
12809   ac_status=$?
12810   grep -v '^ *+' conftest.er1 >conftest.err
12811   rm -f conftest.er1
12812   cat conftest.err >&5
12813   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12814   (exit $ac_status); } && {
12815          test -z "$ac_c_werror_flag" ||
12816          test ! -s conftest.err
12817        } && test -s conftest$ac_exeext && {
12818          test "$cross_compiling" = yes ||
12819          $as_test_x conftest$ac_exeext
12820        }; then
12821   case "$LIBEXT" in
12822     dll) ;;
12823     dylib) ac_cv_lib_soname_xslt=`otool -L conftest$ac_exeext | grep "libxslt\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libxslt\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12824     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
12825   esac
12826 else
12827   $as_echo "$as_me: failed program was:" >&5
12828 sed 's/^/| /' conftest.$ac_ext >&5
12829
12830
12831 fi
12832
12833 rm -rf conftest.dSYM
12834 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12835       conftest$ac_exeext conftest.$ac_ext
12836   LIBS=$ac_check_soname_save_LIBS
12837 fi
12838 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12839   { $as_echo "$as_me:$LINENO: result: not found" >&5
12840 $as_echo "not found" >&6; }
12841
12842 else
12843   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12844 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12845
12846 cat >>confdefs.h <<_ACEOF
12847 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12848 _ACEOF
12849
12850        XSLTINCL="$ac_xslt_cflags"
12851 fi
12852
12853     fi
12854 fi
12855 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12856   case "x$with_xslt" in
12857   x)   wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12858   xno) ;;
12859   *)   { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12860 This is an error since --with-xslt was requested." >&5
12861 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12862 This is an error since --with-xslt was requested." >&2;}
12863    { (exit 1); exit 1; }; } ;;
12864 esac
12865 fi
12866
12867
12868 HALINCL=""
12869
12870 if test "x$with_hal" != "xno"
12871 then
12872     ac_save_CPPFLAGS="$CPPFLAGS"
12873     if test "$PKG_CONFIG" != "false"
12874     then
12875         ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12876         ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12877         CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12878     fi
12879
12880
12881 for ac_header in dbus/dbus.h hal/libhal.h
12882 do
12883 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12884 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12885   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12886 $as_echo_n "checking for $ac_header... " >&6; }
12887 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12888   $as_echo_n "(cached) " >&6
12889 fi
12890 ac_res=`eval 'as_val=${'$as_ac_Header'}
12891                  $as_echo "$as_val"'`
12892                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12893 $as_echo "$ac_res" >&6; }
12894 else
12895   # Is the header compilable?
12896 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12897 $as_echo_n "checking $ac_header usability... " >&6; }
12898 cat >conftest.$ac_ext <<_ACEOF
12899 /* confdefs.h.  */
12900 _ACEOF
12901 cat confdefs.h >>conftest.$ac_ext
12902 cat >>conftest.$ac_ext <<_ACEOF
12903 /* end confdefs.h.  */
12904 $ac_includes_default
12905 #include <$ac_header>
12906 _ACEOF
12907 rm -f conftest.$ac_objext
12908 if { (ac_try="$ac_compile"
12909 case "(($ac_try" in
12910   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12911   *) ac_try_echo=$ac_try;;
12912 esac
12913 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12914 $as_echo "$ac_try_echo") >&5
12915   (eval "$ac_compile") 2>conftest.er1
12916   ac_status=$?
12917   grep -v '^ *+' conftest.er1 >conftest.err
12918   rm -f conftest.er1
12919   cat conftest.err >&5
12920   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12921   (exit $ac_status); } && {
12922          test -z "$ac_c_werror_flag" ||
12923          test ! -s conftest.err
12924        } && test -s conftest.$ac_objext; then
12925   ac_header_compiler=yes
12926 else
12927   $as_echo "$as_me: failed program was:" >&5
12928 sed 's/^/| /' conftest.$ac_ext >&5
12929
12930         ac_header_compiler=no
12931 fi
12932
12933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12934 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12935 $as_echo "$ac_header_compiler" >&6; }
12936
12937 # Is the header present?
12938 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12939 $as_echo_n "checking $ac_header presence... " >&6; }
12940 cat >conftest.$ac_ext <<_ACEOF
12941 /* confdefs.h.  */
12942 _ACEOF
12943 cat confdefs.h >>conftest.$ac_ext
12944 cat >>conftest.$ac_ext <<_ACEOF
12945 /* end confdefs.h.  */
12946 #include <$ac_header>
12947 _ACEOF
12948 if { (ac_try="$ac_cpp conftest.$ac_ext"
12949 case "(($ac_try" in
12950   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12951   *) ac_try_echo=$ac_try;;
12952 esac
12953 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12954 $as_echo "$ac_try_echo") >&5
12955   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12956   ac_status=$?
12957   grep -v '^ *+' conftest.er1 >conftest.err
12958   rm -f conftest.er1
12959   cat conftest.err >&5
12960   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12961   (exit $ac_status); } >/dev/null && {
12962          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12963          test ! -s conftest.err
12964        }; then
12965   ac_header_preproc=yes
12966 else
12967   $as_echo "$as_me: failed program was:" >&5
12968 sed 's/^/| /' conftest.$ac_ext >&5
12969
12970   ac_header_preproc=no
12971 fi
12972
12973 rm -f conftest.err conftest.$ac_ext
12974 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12975 $as_echo "$ac_header_preproc" >&6; }
12976
12977 # So?  What about this header?
12978 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12979   yes:no: )
12980     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12981 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12982     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12983 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12984     ac_header_preproc=yes
12985     ;;
12986   no:yes:* )
12987     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12988 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12989     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12990 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12991     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12992 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12993     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12994 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12995     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12996 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12997     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12998 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12999     ( cat <<\_ASBOX
13000 ## ------------------------------------ ##
13001 ## Report this to wine-devel@winehq.org ##
13002 ## ------------------------------------ ##
13003 _ASBOX
13004      ) | sed "s/^/$as_me: WARNING:     /" >&2
13005     ;;
13006 esac
13007 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13008 $as_echo_n "checking for $ac_header... " >&6; }
13009 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13010   $as_echo_n "(cached) " >&6
13011 else
13012   eval "$as_ac_Header=\$ac_header_preproc"
13013 fi
13014 ac_res=`eval 'as_val=${'$as_ac_Header'}
13015                  $as_echo "$as_val"'`
13016                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13017 $as_echo "$ac_res" >&6; }
13018
13019 fi
13020 as_val=`eval 'as_val=${'$as_ac_Header'}
13021                  $as_echo "$as_val"'`
13022    if test "x$as_val" = x""yes; then
13023   cat >>confdefs.h <<_ACEOF
13024 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13025 _ACEOF
13026
13027 fi
13028
13029 done
13030
13031     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
13032     then
13033         { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
13034 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
13035 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
13036   $as_echo_n "(cached) " >&6
13037 else
13038   ac_check_lib_save_LIBS=$LIBS
13039 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
13040 cat >conftest.$ac_ext <<_ACEOF
13041 /* confdefs.h.  */
13042 _ACEOF
13043 cat confdefs.h >>conftest.$ac_ext
13044 cat >>conftest.$ac_ext <<_ACEOF
13045 /* end confdefs.h.  */
13046
13047 /* Override any GCC internal prototype to avoid an error.
13048    Use char because int might match the return type of a GCC
13049    builtin and then its argument prototype would still apply.  */
13050 #ifdef __cplusplus
13051 extern "C"
13052 #endif
13053 char dbus_connection_close ();
13054 int
13055 main ()
13056 {
13057 return dbus_connection_close ();
13058   ;
13059   return 0;
13060 }
13061 _ACEOF
13062 rm -f conftest.$ac_objext conftest$ac_exeext
13063 if { (ac_try="$ac_link"
13064 case "(($ac_try" in
13065   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13066   *) ac_try_echo=$ac_try;;
13067 esac
13068 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13069 $as_echo "$ac_try_echo") >&5
13070   (eval "$ac_link") 2>conftest.er1
13071   ac_status=$?
13072   grep -v '^ *+' conftest.er1 >conftest.err
13073   rm -f conftest.er1
13074   cat conftest.err >&5
13075   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13076   (exit $ac_status); } && {
13077          test -z "$ac_c_werror_flag" ||
13078          test ! -s conftest.err
13079        } && test -s conftest$ac_exeext && {
13080          test "$cross_compiling" = yes ||
13081          $as_test_x conftest$ac_exeext
13082        }; then
13083   ac_cv_lib_dbus_1_dbus_connection_close=yes
13084 else
13085   $as_echo "$as_me: failed program was:" >&5
13086 sed 's/^/| /' conftest.$ac_ext >&5
13087
13088         ac_cv_lib_dbus_1_dbus_connection_close=no
13089 fi
13090
13091 rm -rf conftest.dSYM
13092 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13093       conftest$ac_exeext conftest.$ac_ext
13094 LIBS=$ac_check_lib_save_LIBS
13095 fi
13096 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13097 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13098 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13099   { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13100 $as_echo_n "checking for -lhal... " >&6; }
13101 if test "${ac_cv_lib_soname_hal+set}" = set; then
13102   $as_echo_n "(cached) " >&6
13103 else
13104   ac_check_soname_save_LIBS=$LIBS
13105 LIBS="-lhal $ac_hal_libs $LIBS"
13106   cat >conftest.$ac_ext <<_ACEOF
13107 /* confdefs.h.  */
13108 _ACEOF
13109 cat confdefs.h >>conftest.$ac_ext
13110 cat >>conftest.$ac_ext <<_ACEOF
13111 /* end confdefs.h.  */
13112
13113 /* Override any GCC internal prototype to avoid an error.
13114    Use char because int might match the return type of a GCC
13115    builtin and then its argument prototype would still apply.  */
13116 #ifdef __cplusplus
13117 extern "C"
13118 #endif
13119 char libhal_ctx_new ();
13120 int
13121 main ()
13122 {
13123 return libhal_ctx_new ();
13124   ;
13125   return 0;
13126 }
13127 _ACEOF
13128 rm -f conftest.$ac_objext conftest$ac_exeext
13129 if { (ac_try="$ac_link"
13130 case "(($ac_try" in
13131   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13132   *) ac_try_echo=$ac_try;;
13133 esac
13134 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13135 $as_echo "$ac_try_echo") >&5
13136   (eval "$ac_link") 2>conftest.er1
13137   ac_status=$?
13138   grep -v '^ *+' conftest.er1 >conftest.err
13139   rm -f conftest.er1
13140   cat conftest.err >&5
13141   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13142   (exit $ac_status); } && {
13143          test -z "$ac_c_werror_flag" ||
13144          test ! -s conftest.err
13145        } && test -s conftest$ac_exeext && {
13146          test "$cross_compiling" = yes ||
13147          $as_test_x conftest$ac_exeext
13148        }; then
13149   case "$LIBEXT" in
13150     dll) ;;
13151     dylib) ac_cv_lib_soname_hal=`otool -L conftest$ac_exeext | grep "libhal\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libhal\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
13152     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
13153   esac
13154 else
13155   $as_echo "$as_me: failed program was:" >&5
13156 sed 's/^/| /' conftest.$ac_ext >&5
13157
13158
13159 fi
13160
13161 rm -rf conftest.dSYM
13162 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13163       conftest$ac_exeext conftest.$ac_ext
13164   LIBS=$ac_check_soname_save_LIBS
13165 fi
13166 if test "x$ac_cv_lib_soname_hal" = "x"; then
13167   { $as_echo "$as_me:$LINENO: result: not found" >&5
13168 $as_echo "not found" >&6; }
13169
13170 else
13171   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13172 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13173
13174 cat >>confdefs.h <<_ACEOF
13175 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13176 _ACEOF
13177
13178        HALINCL="$ac_hal_cflags"
13179 fi
13180
13181 fi
13182
13183     fi
13184     CPPFLAGS="$ac_save_CPPFLAGS"
13185 fi
13186 if test "x$ac_cv_lib_soname_hal" = "x"; then
13187   case "x$with_hal" in
13188   x)   wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13189   xno) ;;
13190   *)   { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13191 This is an error since --with-hal was requested." >&5
13192 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13193 This is an error since --with-hal was requested." >&2;}
13194    { (exit 1); exit 1; }; } ;;
13195 esac
13196 fi
13197
13198
13199 if test "x$with_gnutls" != "xno"
13200 then
13201     ac_save_CPPFLAGS="$CPPFLAGS"
13202     if test "$PKG_CONFIG" != "false"
13203     then
13204         ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13205         ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13206         CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13207     fi
13208     if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13209   { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13210 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13211 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13212   $as_echo_n "(cached) " >&6
13213 fi
13214 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13215 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13216 else
13217   # Is the header compilable?
13218 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13219 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13220 cat >conftest.$ac_ext <<_ACEOF
13221 /* confdefs.h.  */
13222 _ACEOF
13223 cat confdefs.h >>conftest.$ac_ext
13224 cat >>conftest.$ac_ext <<_ACEOF
13225 /* end confdefs.h.  */
13226 $ac_includes_default
13227 #include <gnutls/gnutls.h>
13228 _ACEOF
13229 rm -f conftest.$ac_objext
13230 if { (ac_try="$ac_compile"
13231 case "(($ac_try" in
13232   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13233   *) ac_try_echo=$ac_try;;
13234 esac
13235 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13236 $as_echo "$ac_try_echo") >&5
13237   (eval "$ac_compile") 2>conftest.er1
13238   ac_status=$?
13239   grep -v '^ *+' conftest.er1 >conftest.err
13240   rm -f conftest.er1
13241   cat conftest.err >&5
13242   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13243   (exit $ac_status); } && {
13244          test -z "$ac_c_werror_flag" ||
13245          test ! -s conftest.err
13246        } && test -s conftest.$ac_objext; then
13247   ac_header_compiler=yes
13248 else
13249   $as_echo "$as_me: failed program was:" >&5
13250 sed 's/^/| /' conftest.$ac_ext >&5
13251
13252         ac_header_compiler=no
13253 fi
13254
13255 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13256 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13257 $as_echo "$ac_header_compiler" >&6; }
13258
13259 # Is the header present?
13260 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13261 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13262 cat >conftest.$ac_ext <<_ACEOF
13263 /* confdefs.h.  */
13264 _ACEOF
13265 cat confdefs.h >>conftest.$ac_ext
13266 cat >>conftest.$ac_ext <<_ACEOF
13267 /* end confdefs.h.  */
13268 #include <gnutls/gnutls.h>
13269 _ACEOF
13270 if { (ac_try="$ac_cpp conftest.$ac_ext"
13271 case "(($ac_try" in
13272   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13273   *) ac_try_echo=$ac_try;;
13274 esac
13275 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13276 $as_echo "$ac_try_echo") >&5
13277   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13278   ac_status=$?
13279   grep -v '^ *+' conftest.er1 >conftest.err
13280   rm -f conftest.er1
13281   cat conftest.err >&5
13282   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13283   (exit $ac_status); } >/dev/null && {
13284          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13285          test ! -s conftest.err
13286        }; then
13287   ac_header_preproc=yes
13288 else
13289   $as_echo "$as_me: failed program was:" >&5
13290 sed 's/^/| /' conftest.$ac_ext >&5
13291
13292   ac_header_preproc=no
13293 fi
13294
13295 rm -f conftest.err conftest.$ac_ext
13296 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13297 $as_echo "$ac_header_preproc" >&6; }
13298
13299 # So?  What about this header?
13300 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13301   yes:no: )
13302     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13303 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13304     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13305 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13306     ac_header_preproc=yes
13307     ;;
13308   no:yes:* )
13309     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13310 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13311     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&5
13312 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&2;}
13313     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13314 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13315     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&5
13316 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13317     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13318 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13319     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13320 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13321     ( cat <<\_ASBOX
13322 ## ------------------------------------ ##
13323 ## Report this to wine-devel@winehq.org ##
13324 ## ------------------------------------ ##
13325 _ASBOX
13326      ) | sed "s/^/$as_me: WARNING:     /" >&2
13327     ;;
13328 esac
13329 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13330 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13331 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13332   $as_echo_n "(cached) " >&6
13333 else
13334   ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13335 fi
13336 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13337 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13338
13339 fi
13340 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13341   cat >conftest.$ac_ext <<_ACEOF
13342 /* confdefs.h.  */
13343 _ACEOF
13344 cat confdefs.h >>conftest.$ac_ext
13345 cat >>conftest.$ac_ext <<_ACEOF
13346 /* end confdefs.h.  */
13347 #include <gnutls/gnutls.h>
13348 int
13349 main ()
13350 {
13351 typeof(gnutls_mac_get_key_size) *pfunc;
13352   ;
13353   return 0;
13354 }
13355 _ACEOF
13356 rm -f conftest.$ac_objext
13357 if { (ac_try="$ac_compile"
13358 case "(($ac_try" in
13359   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13360   *) ac_try_echo=$ac_try;;
13361 esac
13362 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13363 $as_echo "$ac_try_echo") >&5
13364   (eval "$ac_compile") 2>conftest.er1
13365   ac_status=$?
13366   grep -v '^ *+' conftest.er1 >conftest.err
13367   rm -f conftest.er1
13368   cat conftest.err >&5
13369   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13370   (exit $ac_status); } && {
13371          test -z "$ac_c_werror_flag" ||
13372          test ! -s conftest.err
13373        } && test -s conftest.$ac_objext; then
13374   { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13375 $as_echo_n "checking for -lgnutls... " >&6; }
13376 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13377   $as_echo_n "(cached) " >&6
13378 else
13379   ac_check_soname_save_LIBS=$LIBS
13380 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13381   cat >conftest.$ac_ext <<_ACEOF
13382 /* confdefs.h.  */
13383 _ACEOF
13384 cat confdefs.h >>conftest.$ac_ext
13385 cat >>conftest.$ac_ext <<_ACEOF
13386 /* end confdefs.h.  */
13387
13388 /* Override any GCC internal prototype to avoid an error.
13389    Use char because int might match the return type of a GCC
13390    builtin and then its argument prototype would still apply.  */
13391 #ifdef __cplusplus
13392 extern "C"
13393 #endif
13394 char gnutls_global_init ();
13395 int
13396 main ()
13397 {
13398 return gnutls_global_init ();
13399   ;
13400   return 0;
13401 }
13402 _ACEOF
13403 rm -f conftest.$ac_objext conftest$ac_exeext
13404 if { (ac_try="$ac_link"
13405 case "(($ac_try" in
13406   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13407   *) ac_try_echo=$ac_try;;
13408 esac
13409 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13410 $as_echo "$ac_try_echo") >&5
13411   (eval "$ac_link") 2>conftest.er1
13412   ac_status=$?
13413   grep -v '^ *+' conftest.er1 >conftest.err
13414   rm -f conftest.er1
13415   cat conftest.err >&5
13416   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13417   (exit $ac_status); } && {
13418          test -z "$ac_c_werror_flag" ||
13419          test ! -s conftest.err
13420        } && test -s conftest$ac_exeext && {
13421          test "$cross_compiling" = yes ||
13422          $as_test_x conftest$ac_exeext
13423        }; then
13424   case "$LIBEXT" in
13425     dll) ;;
13426     dylib) ac_cv_lib_soname_gnutls=`otool -L conftest$ac_exeext | grep "libgnutls\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgnutls\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
13427     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13428   esac
13429 else
13430   $as_echo "$as_me: failed program was:" >&5
13431 sed 's/^/| /' conftest.$ac_ext >&5
13432
13433
13434 fi
13435
13436 rm -rf conftest.dSYM
13437 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13438       conftest$ac_exeext conftest.$ac_ext
13439   LIBS=$ac_check_soname_save_LIBS
13440 fi
13441 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13442   { $as_echo "$as_me:$LINENO: result: not found" >&5
13443 $as_echo "not found" >&6; }
13444
13445 else
13446   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13447 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13448
13449 cat >>confdefs.h <<_ACEOF
13450 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13451 _ACEOF
13452
13453        GNUTLSINCL="$ac_gnutls_cflags"
13454
13455 fi
13456
13457 else
13458   $as_echo "$as_me: failed program was:" >&5
13459 sed 's/^/| /' conftest.$ac_ext >&5
13460
13461
13462 fi
13463
13464 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13465 fi
13466
13467
13468     CPPFLAGS="$ac_save_CPPFLAGS"
13469 fi
13470 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13471   case "x$with_gnutls" in
13472   x)   wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13473   xno) ;;
13474   *)   { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13475 This is an error since --with-gnutls was requested." >&5
13476 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13477 This is an error since --with-gnutls was requested." >&2;}
13478    { (exit 1); exit 1; }; } ;;
13479 esac
13480 fi
13481
13482
13483 CURSESLIBS=""
13484 if test "$ac_cv_header_ncurses_h" = "yes"
13485 then
13486     { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13487 $as_echo_n "checking for -lncurses... " >&6; }
13488 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13489   $as_echo_n "(cached) " >&6
13490 else
13491   ac_check_soname_save_LIBS=$LIBS
13492 LIBS="-lncurses  $LIBS"
13493   cat >conftest.$ac_ext <<_ACEOF
13494 /* confdefs.h.  */
13495 _ACEOF
13496 cat confdefs.h >>conftest.$ac_ext
13497 cat >>conftest.$ac_ext <<_ACEOF
13498 /* end confdefs.h.  */
13499
13500 /* Override any GCC internal prototype to avoid an error.
13501    Use char because int might match the return type of a GCC
13502    builtin and then its argument prototype would still apply.  */
13503 #ifdef __cplusplus
13504 extern "C"
13505 #endif
13506 char waddch ();
13507 int
13508 main ()
13509 {
13510 return waddch ();
13511   ;
13512   return 0;
13513 }
13514 _ACEOF
13515 rm -f conftest.$ac_objext conftest$ac_exeext
13516 if { (ac_try="$ac_link"
13517 case "(($ac_try" in
13518   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13519   *) ac_try_echo=$ac_try;;
13520 esac
13521 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13522 $as_echo "$ac_try_echo") >&5
13523   (eval "$ac_link") 2>conftest.er1
13524   ac_status=$?
13525   grep -v '^ *+' conftest.er1 >conftest.err
13526   rm -f conftest.er1
13527   cat conftest.err >&5
13528   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13529   (exit $ac_status); } && {
13530          test -z "$ac_c_werror_flag" ||
13531          test ! -s conftest.err
13532        } && test -s conftest$ac_exeext && {
13533          test "$cross_compiling" = yes ||
13534          $as_test_x conftest$ac_exeext
13535        }; then
13536   case "$LIBEXT" in
13537     dll) ;;
13538     dylib) ac_cv_lib_soname_ncurses=`otool -L conftest$ac_exeext | grep "libncurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libncurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
13539     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
13540   esac
13541 else
13542   $as_echo "$as_me: failed program was:" >&5
13543 sed 's/^/| /' conftest.$ac_ext >&5
13544
13545
13546 fi
13547
13548 rm -rf conftest.dSYM
13549 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13550       conftest$ac_exeext conftest.$ac_ext
13551   LIBS=$ac_check_soname_save_LIBS
13552 fi
13553 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13554   { $as_echo "$as_me:$LINENO: result: not found" >&5
13555 $as_echo "not found" >&6; }
13556
13557 else
13558   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13559 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13560
13561 cat >>confdefs.h <<_ACEOF
13562 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13563 _ACEOF
13564
13565        CURSESLIBS="-lncurses"
13566 fi
13567
13568 elif test "$ac_cv_header_curses_h" = "yes"
13569 then
13570     { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13571 $as_echo_n "checking for -lcurses... " >&6; }
13572 if test "${ac_cv_lib_soname_curses+set}" = set; then
13573   $as_echo_n "(cached) " >&6
13574 else
13575   ac_check_soname_save_LIBS=$LIBS
13576 LIBS="-lcurses  $LIBS"
13577   cat >conftest.$ac_ext <<_ACEOF
13578 /* confdefs.h.  */
13579 _ACEOF
13580 cat confdefs.h >>conftest.$ac_ext
13581 cat >>conftest.$ac_ext <<_ACEOF
13582 /* end confdefs.h.  */
13583
13584 /* Override any GCC internal prototype to avoid an error.
13585    Use char because int might match the return type of a GCC
13586    builtin and then its argument prototype would still apply.  */
13587 #ifdef __cplusplus
13588 extern "C"
13589 #endif
13590 char waddch ();
13591 int
13592 main ()
13593 {
13594 return waddch ();
13595   ;
13596   return 0;
13597 }
13598 _ACEOF
13599 rm -f conftest.$ac_objext conftest$ac_exeext
13600 if { (ac_try="$ac_link"
13601 case "(($ac_try" in
13602   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13603   *) ac_try_echo=$ac_try;;
13604 esac
13605 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13606 $as_echo "$ac_try_echo") >&5
13607   (eval "$ac_link") 2>conftest.er1
13608   ac_status=$?
13609   grep -v '^ *+' conftest.er1 >conftest.err
13610   rm -f conftest.er1
13611   cat conftest.err >&5
13612   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13613   (exit $ac_status); } && {
13614          test -z "$ac_c_werror_flag" ||
13615          test ! -s conftest.err
13616        } && test -s conftest$ac_exeext && {
13617          test "$cross_compiling" = yes ||
13618          $as_test_x conftest$ac_exeext
13619        }; then
13620   case "$LIBEXT" in
13621     dll) ;;
13622     dylib) ac_cv_lib_soname_curses=`otool -L conftest$ac_exeext | grep "libcurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
13623     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13624   esac
13625 else
13626   $as_echo "$as_me: failed program was:" >&5
13627 sed 's/^/| /' conftest.$ac_ext >&5
13628
13629
13630 fi
13631
13632 rm -rf conftest.dSYM
13633 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13634       conftest$ac_exeext conftest.$ac_ext
13635   LIBS=$ac_check_soname_save_LIBS
13636 fi
13637 if test "x$ac_cv_lib_soname_curses" = "x"; then
13638   { $as_echo "$as_me:$LINENO: result: not found" >&5
13639 $as_echo "not found" >&6; }
13640
13641 else
13642   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13643 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13644
13645 cat >>confdefs.h <<_ACEOF
13646 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13647 _ACEOF
13648
13649        CURSESLIBS="-lcurses"
13650 fi
13651
13652 fi
13653 ac_save_LIBS="$LIBS"
13654 LIBS="$LIBS $CURSESLIBS"
13655
13656 for ac_func in mousemask
13657 do
13658 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13659 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13660 $as_echo_n "checking for $ac_func... " >&6; }
13661 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13662   $as_echo_n "(cached) " >&6
13663 else
13664   cat >conftest.$ac_ext <<_ACEOF
13665 /* confdefs.h.  */
13666 _ACEOF
13667 cat confdefs.h >>conftest.$ac_ext
13668 cat >>conftest.$ac_ext <<_ACEOF
13669 /* end confdefs.h.  */
13670 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13671    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13672 #define $ac_func innocuous_$ac_func
13673
13674 /* System header to define __stub macros and hopefully few prototypes,
13675     which can conflict with char $ac_func (); below.
13676     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13677     <limits.h> exists even on freestanding compilers.  */
13678
13679 #ifdef __STDC__
13680 # include <limits.h>
13681 #else
13682 # include <assert.h>
13683 #endif
13684
13685 #undef $ac_func
13686
13687 /* Override any GCC internal prototype to avoid an error.
13688    Use char because int might match the return type of a GCC
13689    builtin and then its argument prototype would still apply.  */
13690 #ifdef __cplusplus
13691 extern "C"
13692 #endif
13693 char $ac_func ();
13694 /* The GNU C library defines this for functions which it implements
13695     to always fail with ENOSYS.  Some functions are actually named
13696     something starting with __ and the normal name is an alias.  */
13697 #if defined __stub_$ac_func || defined __stub___$ac_func
13698 choke me
13699 #endif
13700
13701 int
13702 main ()
13703 {
13704 return $ac_func ();
13705   ;
13706   return 0;
13707 }
13708 _ACEOF
13709 rm -f conftest.$ac_objext conftest$ac_exeext
13710 if { (ac_try="$ac_link"
13711 case "(($ac_try" in
13712   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13713   *) ac_try_echo=$ac_try;;
13714 esac
13715 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13716 $as_echo "$ac_try_echo") >&5
13717   (eval "$ac_link") 2>conftest.er1
13718   ac_status=$?
13719   grep -v '^ *+' conftest.er1 >conftest.err
13720   rm -f conftest.er1
13721   cat conftest.err >&5
13722   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13723   (exit $ac_status); } && {
13724          test -z "$ac_c_werror_flag" ||
13725          test ! -s conftest.err
13726        } && test -s conftest$ac_exeext && {
13727          test "$cross_compiling" = yes ||
13728          $as_test_x conftest$ac_exeext
13729        }; then
13730   eval "$as_ac_var=yes"
13731 else
13732   $as_echo "$as_me: failed program was:" >&5
13733 sed 's/^/| /' conftest.$ac_ext >&5
13734
13735         eval "$as_ac_var=no"
13736 fi
13737
13738 rm -rf conftest.dSYM
13739 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13740       conftest$ac_exeext conftest.$ac_ext
13741 fi
13742 ac_res=`eval 'as_val=${'$as_ac_var'}
13743                  $as_echo "$as_val"'`
13744                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13745 $as_echo "$ac_res" >&6; }
13746 as_val=`eval 'as_val=${'$as_ac_var'}
13747                  $as_echo "$as_val"'`
13748    if test "x$as_val" = x""yes; then
13749   cat >>confdefs.h <<_ACEOF
13750 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13751 _ACEOF
13752
13753 fi
13754 done
13755
13756 LIBS="$ac_save_LIBS"
13757 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13758   case "x$with_curses" in
13759   x)   wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13760   xno) ;;
13761   *)   { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13762 This is an error since --with-curses was requested." >&5
13763 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13764 This is an error since --with-curses was requested." >&2;}
13765    { (exit 1); exit 1; }; } ;;
13766 esac
13767 fi
13768
13769
13770 if test "x$with_sane" != "xno"
13771 then
13772     ac_save_CPPFLAGS="$CPPFLAGS"
13773     # Extract the first word of "sane-config", so it can be a program name with args.
13774 set dummy sane-config; ac_word=$2
13775 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13776 $as_echo_n "checking for $ac_word... " >&6; }
13777 if test "${ac_cv_prog_sane_devel+set}" = set; then
13778   $as_echo_n "(cached) " >&6
13779 else
13780   if test -n "$sane_devel"; then
13781   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13782 else
13783 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13784 for as_dir in $PATH
13785 do
13786   IFS=$as_save_IFS
13787   test -z "$as_dir" && as_dir=.
13788   for ac_exec_ext in '' $ac_executable_extensions; do
13789   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13790     ac_cv_prog_sane_devel="sane-config"
13791     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13792     break 2
13793   fi
13794 done
13795 done
13796 IFS=$as_save_IFS
13797
13798   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13799 fi
13800 fi
13801 sane_devel=$ac_cv_prog_sane_devel
13802 if test -n "$sane_devel"; then
13803   { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13804 $as_echo "$sane_devel" >&6; }
13805 else
13806   { $as_echo "$as_me:$LINENO: result: no" >&5
13807 $as_echo "no" >&6; }
13808 fi
13809
13810
13811     if test "$sane_devel" != "no"
13812     then
13813         ac_sane_incl="`$sane_devel --cflags`"
13814         ac_sane_libs="`$sane_devel --ldflags`"
13815         CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13816     fi
13817     if test "${ac_cv_header_sane_sane_h+set}" = set; then
13818   { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13819 $as_echo_n "checking for sane/sane.h... " >&6; }
13820 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13821   $as_echo_n "(cached) " >&6
13822 fi
13823 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13824 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13825 else
13826   # Is the header compilable?
13827 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13828 $as_echo_n "checking sane/sane.h usability... " >&6; }
13829 cat >conftest.$ac_ext <<_ACEOF
13830 /* confdefs.h.  */
13831 _ACEOF
13832 cat confdefs.h >>conftest.$ac_ext
13833 cat >>conftest.$ac_ext <<_ACEOF
13834 /* end confdefs.h.  */
13835 $ac_includes_default
13836 #include <sane/sane.h>
13837 _ACEOF
13838 rm -f conftest.$ac_objext
13839 if { (ac_try="$ac_compile"
13840 case "(($ac_try" in
13841   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13842   *) ac_try_echo=$ac_try;;
13843 esac
13844 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13845 $as_echo "$ac_try_echo") >&5
13846   (eval "$ac_compile") 2>conftest.er1
13847   ac_status=$?
13848   grep -v '^ *+' conftest.er1 >conftest.err
13849   rm -f conftest.er1
13850   cat conftest.err >&5
13851   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13852   (exit $ac_status); } && {
13853          test -z "$ac_c_werror_flag" ||
13854          test ! -s conftest.err
13855        } && test -s conftest.$ac_objext; then
13856   ac_header_compiler=yes
13857 else
13858   $as_echo "$as_me: failed program was:" >&5
13859 sed 's/^/| /' conftest.$ac_ext >&5
13860
13861         ac_header_compiler=no
13862 fi
13863
13864 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13865 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13866 $as_echo "$ac_header_compiler" >&6; }
13867
13868 # Is the header present?
13869 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13870 $as_echo_n "checking sane/sane.h presence... " >&6; }
13871 cat >conftest.$ac_ext <<_ACEOF
13872 /* confdefs.h.  */
13873 _ACEOF
13874 cat confdefs.h >>conftest.$ac_ext
13875 cat >>conftest.$ac_ext <<_ACEOF
13876 /* end confdefs.h.  */
13877 #include <sane/sane.h>
13878 _ACEOF
13879 if { (ac_try="$ac_cpp conftest.$ac_ext"
13880 case "(($ac_try" in
13881   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13882   *) ac_try_echo=$ac_try;;
13883 esac
13884 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13885 $as_echo "$ac_try_echo") >&5
13886   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13887   ac_status=$?
13888   grep -v '^ *+' conftest.er1 >conftest.err
13889   rm -f conftest.er1
13890   cat conftest.err >&5
13891   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13892   (exit $ac_status); } >/dev/null && {
13893          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13894          test ! -s conftest.err
13895        }; then
13896   ac_header_preproc=yes
13897 else
13898   $as_echo "$as_me: failed program was:" >&5
13899 sed 's/^/| /' conftest.$ac_ext >&5
13900
13901   ac_header_preproc=no
13902 fi
13903
13904 rm -f conftest.err conftest.$ac_ext
13905 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13906 $as_echo "$ac_header_preproc" >&6; }
13907
13908 # So?  What about this header?
13909 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13910   yes:no: )
13911     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13912 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13913     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13914 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13915     ac_header_preproc=yes
13916     ;;
13917   no:yes:* )
13918     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13919 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13920     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&5
13921 $as_echo "$as_me: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&2;}
13922     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13923 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13924     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&5
13925 $as_echo "$as_me: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13926     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13927 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13928     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13929 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13930     ( cat <<\_ASBOX
13931 ## ------------------------------------ ##
13932 ## Report this to wine-devel@winehq.org ##
13933 ## ------------------------------------ ##
13934 _ASBOX
13935      ) | sed "s/^/$as_me: WARNING:     /" >&2
13936     ;;
13937 esac
13938 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13939 $as_echo_n "checking for sane/sane.h... " >&6; }
13940 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13941   $as_echo_n "(cached) " >&6
13942 else
13943   ac_cv_header_sane_sane_h=$ac_header_preproc
13944 fi
13945 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13946 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13947
13948 fi
13949 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13950   { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13951 $as_echo_n "checking for -lsane... " >&6; }
13952 if test "${ac_cv_lib_soname_sane+set}" = set; then
13953   $as_echo_n "(cached) " >&6
13954 else
13955   ac_check_soname_save_LIBS=$LIBS
13956 LIBS="-lsane $ac_sane_libs $LIBS"
13957   cat >conftest.$ac_ext <<_ACEOF
13958 /* confdefs.h.  */
13959 _ACEOF
13960 cat confdefs.h >>conftest.$ac_ext
13961 cat >>conftest.$ac_ext <<_ACEOF
13962 /* end confdefs.h.  */
13963
13964 /* Override any GCC internal prototype to avoid an error.
13965    Use char because int might match the return type of a GCC
13966    builtin and then its argument prototype would still apply.  */
13967 #ifdef __cplusplus
13968 extern "C"
13969 #endif
13970 char sane_init ();
13971 int
13972 main ()
13973 {
13974 return sane_init ();
13975   ;
13976   return 0;
13977 }
13978 _ACEOF
13979 rm -f conftest.$ac_objext conftest$ac_exeext
13980 if { (ac_try="$ac_link"
13981 case "(($ac_try" in
13982   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13983   *) ac_try_echo=$ac_try;;
13984 esac
13985 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13986 $as_echo "$ac_try_echo") >&5
13987   (eval "$ac_link") 2>conftest.er1
13988   ac_status=$?
13989   grep -v '^ *+' conftest.er1 >conftest.err
13990   rm -f conftest.er1
13991   cat conftest.err >&5
13992   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13993   (exit $ac_status); } && {
13994          test -z "$ac_c_werror_flag" ||
13995          test ! -s conftest.err
13996        } && test -s conftest$ac_exeext && {
13997          test "$cross_compiling" = yes ||
13998          $as_test_x conftest$ac_exeext
13999        }; then
14000   case "$LIBEXT" in
14001     dll) ;;
14002     dylib) ac_cv_lib_soname_sane=`otool -L conftest$ac_exeext | grep "libsane\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libsane\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
14003     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
14004   esac
14005 else
14006   $as_echo "$as_me: failed program was:" >&5
14007 sed 's/^/| /' conftest.$ac_ext >&5
14008
14009
14010 fi
14011
14012 rm -rf conftest.dSYM
14013 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14014       conftest$ac_exeext conftest.$ac_ext
14015   LIBS=$ac_check_soname_save_LIBS
14016 fi
14017 if test "x$ac_cv_lib_soname_sane" = "x"; then
14018   { $as_echo "$as_me:$LINENO: result: not found" >&5
14019 $as_echo "not found" >&6; }
14020
14021 else
14022   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
14023 $as_echo "$ac_cv_lib_soname_sane" >&6; }
14024
14025 cat >>confdefs.h <<_ACEOF
14026 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
14027 _ACEOF
14028
14029        SANEINCL="$ac_sane_incl"
14030
14031 fi
14032
14033 fi
14034
14035
14036     CPPFLAGS="$ac_save_CPPFLAGS"
14037 fi
14038 if test "x$ac_cv_lib_soname_sane" = "x"; then
14039   case "x$with_sane" in
14040   x)   wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
14041   xno) ;;
14042   *)   { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14043 This is an error since --with-sane was requested." >&5
14044 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14045 This is an error since --with-sane was requested." >&2;}
14046    { (exit 1); exit 1; }; } ;;
14047 esac
14048 fi
14049
14050
14051 if test "x$with_gphoto" != "xno"
14052 then
14053     ac_save_CPPFLAGS="$CPPFLAGS"
14054     # Extract the first word of "gphoto2-config", so it can be a program name with args.
14055 set dummy gphoto2-config; ac_word=$2
14056 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14057 $as_echo_n "checking for $ac_word... " >&6; }
14058 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
14059   $as_echo_n "(cached) " >&6
14060 else
14061   if test -n "$gphoto2_devel"; then
14062   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
14063 else
14064 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14065 for as_dir in $PATH
14066 do
14067   IFS=$as_save_IFS
14068   test -z "$as_dir" && as_dir=.
14069   for ac_exec_ext in '' $ac_executable_extensions; do
14070   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14071     ac_cv_prog_gphoto2_devel="gphoto2-config"
14072     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14073     break 2
14074   fi
14075 done
14076 done
14077 IFS=$as_save_IFS
14078
14079   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
14080 fi
14081 fi
14082 gphoto2_devel=$ac_cv_prog_gphoto2_devel
14083 if test -n "$gphoto2_devel"; then
14084   { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
14085 $as_echo "$gphoto2_devel" >&6; }
14086 else
14087   { $as_echo "$as_me:$LINENO: result: no" >&5
14088 $as_echo "no" >&6; }
14089 fi
14090
14091
14092     # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
14093 set dummy gphoto2-port-config; ac_word=$2
14094 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14095 $as_echo_n "checking for $ac_word... " >&6; }
14096 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
14097   $as_echo_n "(cached) " >&6
14098 else
14099   if test -n "$gphoto2port_devel"; then
14100   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14101 else
14102 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14103 for as_dir in $PATH
14104 do
14105   IFS=$as_save_IFS
14106   test -z "$as_dir" && as_dir=.
14107   for ac_exec_ext in '' $ac_executable_extensions; do
14108   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14109     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14110     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14111     break 2
14112   fi
14113 done
14114 done
14115 IFS=$as_save_IFS
14116
14117   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14118 fi
14119 fi
14120 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14121 if test -n "$gphoto2port_devel"; then
14122   { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14123 $as_echo "$gphoto2port_devel" >&6; }
14124 else
14125   { $as_echo "$as_me:$LINENO: result: no" >&5
14126 $as_echo "no" >&6; }
14127 fi
14128
14129
14130     if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
14131     then
14132         ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14133         ac_gphoto2_libs=""
14134         for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14135         do
14136             case "$i" in
14137             -L/usr/lib|-L/usr/lib64) ;;
14138             -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14139             esac
14140         done
14141         CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14142     fi
14143     ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
14144     if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14145   { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14146 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14147 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14148   $as_echo_n "(cached) " >&6
14149 fi
14150 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14151 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14152 else
14153   # Is the header compilable?
14154 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14155 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14156 cat >conftest.$ac_ext <<_ACEOF
14157 /* confdefs.h.  */
14158 _ACEOF
14159 cat confdefs.h >>conftest.$ac_ext
14160 cat >>conftest.$ac_ext <<_ACEOF
14161 /* end confdefs.h.  */
14162 $ac_includes_default
14163 #include <gphoto2-camera.h>
14164 _ACEOF
14165 rm -f conftest.$ac_objext
14166 if { (ac_try="$ac_compile"
14167 case "(($ac_try" in
14168   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14169   *) ac_try_echo=$ac_try;;
14170 esac
14171 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14172 $as_echo "$ac_try_echo") >&5
14173   (eval "$ac_compile") 2>conftest.er1
14174   ac_status=$?
14175   grep -v '^ *+' conftest.er1 >conftest.err
14176   rm -f conftest.er1
14177   cat conftest.err >&5
14178   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14179   (exit $ac_status); } && {
14180          test -z "$ac_c_werror_flag" ||
14181          test ! -s conftest.err
14182        } && test -s conftest.$ac_objext; then
14183   ac_header_compiler=yes
14184 else
14185   $as_echo "$as_me: failed program was:" >&5
14186 sed 's/^/| /' conftest.$ac_ext >&5
14187
14188         ac_header_compiler=no
14189 fi
14190
14191 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14192 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14193 $as_echo "$ac_header_compiler" >&6; }
14194
14195 # Is the header present?
14196 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14197 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14198 cat >conftest.$ac_ext <<_ACEOF
14199 /* confdefs.h.  */
14200 _ACEOF
14201 cat confdefs.h >>conftest.$ac_ext
14202 cat >>conftest.$ac_ext <<_ACEOF
14203 /* end confdefs.h.  */
14204 #include <gphoto2-camera.h>
14205 _ACEOF
14206 if { (ac_try="$ac_cpp conftest.$ac_ext"
14207 case "(($ac_try" in
14208   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14209   *) ac_try_echo=$ac_try;;
14210 esac
14211 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14212 $as_echo "$ac_try_echo") >&5
14213   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14214   ac_status=$?
14215   grep -v '^ *+' conftest.er1 >conftest.err
14216   rm -f conftest.er1
14217   cat conftest.err >&5
14218   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14219   (exit $ac_status); } >/dev/null && {
14220          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14221          test ! -s conftest.err
14222        }; then
14223   ac_header_preproc=yes
14224 else
14225   $as_echo "$as_me: failed program was:" >&5
14226 sed 's/^/| /' conftest.$ac_ext >&5
14227
14228   ac_header_preproc=no
14229 fi
14230
14231 rm -f conftest.err conftest.$ac_ext
14232 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14233 $as_echo "$ac_header_preproc" >&6; }
14234
14235 # So?  What about this header?
14236 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14237   yes:no: )
14238     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14239 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14240     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14241 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14242     ac_header_preproc=yes
14243     ;;
14244   no:yes:* )
14245     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14246 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14247     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&5
14248 $as_echo "$as_me: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&2;}
14249     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14250 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14251     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&5
14252 $as_echo "$as_me: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&2;}
14253     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14254 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14255     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14256 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14257     ( cat <<\_ASBOX
14258 ## ------------------------------------ ##
14259 ## Report this to wine-devel@winehq.org ##
14260 ## ------------------------------------ ##
14261 _ASBOX
14262      ) | sed "s/^/$as_me: WARNING:     /" >&2
14263     ;;
14264 esac
14265 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14266 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14267 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14268   $as_echo_n "(cached) " >&6
14269 else
14270   ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14271 fi
14272 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14273 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14274
14275 fi
14276 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14277   { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14278 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14279 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14280   $as_echo_n "(cached) " >&6
14281 else
14282   ac_check_lib_save_LIBS=$LIBS
14283 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14284 cat >conftest.$ac_ext <<_ACEOF
14285 /* confdefs.h.  */
14286 _ACEOF
14287 cat confdefs.h >>conftest.$ac_ext
14288 cat >>conftest.$ac_ext <<_ACEOF
14289 /* end confdefs.h.  */
14290
14291 /* Override any GCC internal prototype to avoid an error.
14292    Use char because int might match the return type of a GCC
14293    builtin and then its argument prototype would still apply.  */
14294 #ifdef __cplusplus
14295 extern "C"
14296 #endif
14297 char gp_camera_new ();
14298 int
14299 main ()
14300 {
14301 return gp_camera_new ();
14302   ;
14303   return 0;
14304 }
14305 _ACEOF
14306 rm -f conftest.$ac_objext conftest$ac_exeext
14307 if { (ac_try="$ac_link"
14308 case "(($ac_try" in
14309   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14310   *) ac_try_echo=$ac_try;;
14311 esac
14312 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14313 $as_echo "$ac_try_echo") >&5
14314   (eval "$ac_link") 2>conftest.er1
14315   ac_status=$?
14316   grep -v '^ *+' conftest.er1 >conftest.err
14317   rm -f conftest.er1
14318   cat conftest.err >&5
14319   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14320   (exit $ac_status); } && {
14321          test -z "$ac_c_werror_flag" ||
14322          test ! -s conftest.err
14323        } && test -s conftest$ac_exeext && {
14324          test "$cross_compiling" = yes ||
14325          $as_test_x conftest$ac_exeext
14326        }; then
14327   ac_cv_lib_gphoto2_gp_camera_new=yes
14328 else
14329   $as_echo "$as_me: failed program was:" >&5
14330 sed 's/^/| /' conftest.$ac_ext >&5
14331
14332         ac_cv_lib_gphoto2_gp_camera_new=no
14333 fi
14334
14335 rm -rf conftest.dSYM
14336 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14337       conftest$ac_exeext conftest.$ac_ext
14338 LIBS=$ac_check_lib_save_LIBS
14339 fi
14340 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14341 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14342 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14343
14344 cat >>confdefs.h <<\_ACEOF
14345 #define HAVE_GPHOTO2 1
14346 _ACEOF
14347
14348                                    GPHOTO2LIBS="$ac_gphoto2_libs"
14349
14350                                    GPHOTO2INCL="$ac_gphoto2_incl"
14351
14352 fi
14353
14354 fi
14355
14356
14357     CPPFLAGS="$ac_save_CPPFLAGS"
14358 fi
14359 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14360   case "x$with_gphoto" in
14361   x)   wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14362   xno) ;;
14363   *)   { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14364 This is an error since --with-gphoto was requested." >&5
14365 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14366 This is an error since --with-gphoto was requested." >&2;}
14367    { (exit 1); exit 1; }; } ;;
14368 esac
14369 fi
14370
14371
14372
14373 RESOLVLIBS=""
14374
14375 if test "$ac_cv_header_resolv_h" = "yes"
14376 then
14377     ac_save_LIBS="$LIBS"
14378     LIBS="$LIBS -lresolv"
14379     cat >conftest.$ac_ext <<_ACEOF
14380 /* confdefs.h.  */
14381 _ACEOF
14382 cat confdefs.h >>conftest.$ac_ext
14383 cat >>conftest.$ac_ext <<_ACEOF
14384 /* end confdefs.h.  */
14385 #ifdef HAVE_NETINET_IN_H
14386 #include <netinet/in.h>
14387 #endif
14388 #include <resolv.h>
14389 int
14390 main ()
14391 {
14392 res_init();
14393   ;
14394   return 0;
14395 }
14396 _ACEOF
14397 rm -f conftest.$ac_objext conftest$ac_exeext
14398 if { (ac_try="$ac_link"
14399 case "(($ac_try" in
14400   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14401   *) ac_try_echo=$ac_try;;
14402 esac
14403 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14404 $as_echo "$ac_try_echo") >&5
14405   (eval "$ac_link") 2>conftest.er1
14406   ac_status=$?
14407   grep -v '^ *+' conftest.er1 >conftest.err
14408   rm -f conftest.er1
14409   cat conftest.err >&5
14410   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14411   (exit $ac_status); } && {
14412          test -z "$ac_c_werror_flag" ||
14413          test ! -s conftest.err
14414        } && test -s conftest$ac_exeext && {
14415          test "$cross_compiling" = yes ||
14416          $as_test_x conftest$ac_exeext
14417        }; then
14418
14419 cat >>confdefs.h <<\_ACEOF
14420 #define HAVE_RESOLV 1
14421 _ACEOF
14422
14423          RESOLVLIBS="-lresolv"
14424 else
14425   $as_echo "$as_me: failed program was:" >&5
14426 sed 's/^/| /' conftest.$ac_ext >&5
14427
14428
14429 fi
14430
14431 rm -rf conftest.dSYM
14432 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14433       conftest$ac_exeext conftest.$ac_ext
14434     LIBS="$ac_save_LIBS"
14435 fi
14436
14437 LCMSLIBS=""
14438
14439 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14440 then
14441     { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14442 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14443 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14444   $as_echo_n "(cached) " >&6
14445 else
14446   ac_check_lib_save_LIBS=$LIBS
14447 LIBS="-llcms  $LIBS"
14448 cat >conftest.$ac_ext <<_ACEOF
14449 /* confdefs.h.  */
14450 _ACEOF
14451 cat confdefs.h >>conftest.$ac_ext
14452 cat >>conftest.$ac_ext <<_ACEOF
14453 /* end confdefs.h.  */
14454
14455 /* Override any GCC internal prototype to avoid an error.
14456    Use char because int might match the return type of a GCC
14457    builtin and then its argument prototype would still apply.  */
14458 #ifdef __cplusplus
14459 extern "C"
14460 #endif
14461 char cmsOpenProfileFromFile ();
14462 int
14463 main ()
14464 {
14465 return cmsOpenProfileFromFile ();
14466   ;
14467   return 0;
14468 }
14469 _ACEOF
14470 rm -f conftest.$ac_objext conftest$ac_exeext
14471 if { (ac_try="$ac_link"
14472 case "(($ac_try" in
14473   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14474   *) ac_try_echo=$ac_try;;
14475 esac
14476 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14477 $as_echo "$ac_try_echo") >&5
14478   (eval "$ac_link") 2>conftest.er1
14479   ac_status=$?
14480   grep -v '^ *+' conftest.er1 >conftest.err
14481   rm -f conftest.er1
14482   cat conftest.err >&5
14483   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14484   (exit $ac_status); } && {
14485          test -z "$ac_c_werror_flag" ||
14486          test ! -s conftest.err
14487        } && test -s conftest$ac_exeext && {
14488          test "$cross_compiling" = yes ||
14489          $as_test_x conftest$ac_exeext
14490        }; then
14491   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14492 else
14493   $as_echo "$as_me: failed program was:" >&5
14494 sed 's/^/| /' conftest.$ac_ext >&5
14495
14496         ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14497 fi
14498
14499 rm -rf conftest.dSYM
14500 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14501       conftest$ac_exeext conftest.$ac_ext
14502 LIBS=$ac_check_lib_save_LIBS
14503 fi
14504 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14505 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14506 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14507
14508 cat >>confdefs.h <<\_ACEOF
14509 #define HAVE_LCMS 1
14510 _ACEOF
14511
14512          LCMSLIBS="-llcms"
14513 fi
14514
14515 fi
14516 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14517   case "x$with_cms" in
14518   x)   wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14519   xno) ;;
14520   *)   { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14521 This is an error since --with-cms was requested." >&5
14522 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14523 This is an error since --with-cms was requested." >&2;}
14524    { (exit 1); exit 1; }; } ;;
14525 esac
14526 fi
14527
14528
14529 if test "x$with_freetype" != "xno"
14530 then
14531     for ac_prog in freetype-config freetype2-config
14532 do
14533   # Extract the first word of "$ac_prog", so it can be a program name with args.
14534 set dummy $ac_prog; ac_word=$2
14535 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14536 $as_echo_n "checking for $ac_word... " >&6; }
14537 if test "${ac_cv_prog_ft_devel+set}" = set; then
14538   $as_echo_n "(cached) " >&6
14539 else
14540   if test -n "$ft_devel"; then
14541   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14542 else
14543 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14544 for as_dir in $PATH
14545 do
14546   IFS=$as_save_IFS
14547   test -z "$as_dir" && as_dir=.
14548   for ac_exec_ext in '' $ac_executable_extensions; do
14549   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14550     ac_cv_prog_ft_devel="$ac_prog"
14551     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14552     break 2
14553   fi
14554 done
14555 done
14556 IFS=$as_save_IFS
14557
14558 fi
14559 fi
14560 ft_devel=$ac_cv_prog_ft_devel
14561 if test -n "$ft_devel"; then
14562   { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14563 $as_echo "$ft_devel" >&6; }
14564 else
14565   { $as_echo "$as_me:$LINENO: result: no" >&5
14566 $as_echo "no" >&6; }
14567 fi
14568
14569
14570   test -n "$ft_devel" && break
14571 done
14572 test -n "$ft_devel" || ft_devel="no"
14573
14574     if test "$ft_devel" != "no"
14575     then
14576         ac_freetype_incl=`$ft_devel --cflags`
14577         ac_freetype_libs=`$ft_devel --libs`
14578     fi
14579     ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14580     { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14581 $as_echo_n "checking for -lfreetype... " >&6; }
14582 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14583   $as_echo_n "(cached) " >&6
14584 else
14585   ac_check_soname_save_LIBS=$LIBS
14586 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14587   cat >conftest.$ac_ext <<_ACEOF
14588 /* confdefs.h.  */
14589 _ACEOF
14590 cat confdefs.h >>conftest.$ac_ext
14591 cat >>conftest.$ac_ext <<_ACEOF
14592 /* end confdefs.h.  */
14593
14594 /* Override any GCC internal prototype to avoid an error.
14595    Use char because int might match the return type of a GCC
14596    builtin and then its argument prototype would still apply.  */
14597 #ifdef __cplusplus
14598 extern "C"
14599 #endif
14600 char FT_Init_FreeType ();
14601 int
14602 main ()
14603 {
14604 return FT_Init_FreeType ();
14605   ;
14606   return 0;
14607 }
14608 _ACEOF
14609 rm -f conftest.$ac_objext conftest$ac_exeext
14610 if { (ac_try="$ac_link"
14611 case "(($ac_try" in
14612   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14613   *) ac_try_echo=$ac_try;;
14614 esac
14615 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14616 $as_echo "$ac_try_echo") >&5
14617   (eval "$ac_link") 2>conftest.er1
14618   ac_status=$?
14619   grep -v '^ *+' conftest.er1 >conftest.err
14620   rm -f conftest.er1
14621   cat conftest.err >&5
14622   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14623   (exit $ac_status); } && {
14624          test -z "$ac_c_werror_flag" ||
14625          test ! -s conftest.err
14626        } && test -s conftest$ac_exeext && {
14627          test "$cross_compiling" = yes ||
14628          $as_test_x conftest$ac_exeext
14629        }; then
14630   case "$LIBEXT" in
14631     dll) ;;
14632     dylib) ac_cv_lib_soname_freetype=`otool -L conftest$ac_exeext | grep "libfreetype\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfreetype\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
14633     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
14634   esac
14635 else
14636   $as_echo "$as_me: failed program was:" >&5
14637 sed 's/^/| /' conftest.$ac_ext >&5
14638
14639
14640 fi
14641
14642 rm -rf conftest.dSYM
14643 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14644       conftest$ac_exeext conftest.$ac_ext
14645   LIBS=$ac_check_soname_save_LIBS
14646 fi
14647 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14648   { $as_echo "$as_me:$LINENO: result: not found" >&5
14649 $as_echo "not found" >&6; }
14650        ft_lib=no
14651 else
14652   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14653 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14654
14655 cat >>confdefs.h <<_ACEOF
14656 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14657 _ACEOF
14658
14659        ft_lib=yes
14660 fi
14661
14662     if test "$ft_lib" = "yes"
14663     then
14664         ac_save_CPPFLAGS="$CPPFLAGS"
14665         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14666
14667
14668
14669
14670
14671
14672
14673
14674
14675
14676
14677
14678
14679 for ac_header in ft2build.h \
14680                          freetype/freetype.h \
14681                          freetype/ftglyph.h \
14682                          freetype/fttypes.h \
14683                          freetype/tttables.h \
14684                          freetype/ftnames.h \
14685                          freetype/ftsnames.h \
14686                          freetype/ttnameid.h \
14687                          freetype/ftoutln.h \
14688                          freetype/ftwinfnt.h \
14689                          freetype/ftmodapi.h \
14690                          freetype/ftlcdfil.h \
14691                          freetype/internal/sfnt.h
14692 do
14693 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14694 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14695 $as_echo_n "checking for $ac_header... " >&6; }
14696 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14697   $as_echo_n "(cached) " >&6
14698 else
14699   cat >conftest.$ac_ext <<_ACEOF
14700 /* confdefs.h.  */
14701 _ACEOF
14702 cat confdefs.h >>conftest.$ac_ext
14703 cat >>conftest.$ac_ext <<_ACEOF
14704 /* end confdefs.h.  */
14705 #ifdef HAVE_FT2BUILD_H
14706                           # include <ft2build.h>
14707                           #endif
14708
14709 #include <$ac_header>
14710 _ACEOF
14711 rm -f conftest.$ac_objext
14712 if { (ac_try="$ac_compile"
14713 case "(($ac_try" in
14714   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14715   *) ac_try_echo=$ac_try;;
14716 esac
14717 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14718 $as_echo "$ac_try_echo") >&5
14719   (eval "$ac_compile") 2>conftest.er1
14720   ac_status=$?
14721   grep -v '^ *+' conftest.er1 >conftest.err
14722   rm -f conftest.er1
14723   cat conftest.err >&5
14724   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14725   (exit $ac_status); } && {
14726          test -z "$ac_c_werror_flag" ||
14727          test ! -s conftest.err
14728        } && test -s conftest.$ac_objext; then
14729   eval "$as_ac_Header=yes"
14730 else
14731   $as_echo "$as_me: failed program was:" >&5
14732 sed 's/^/| /' conftest.$ac_ext >&5
14733
14734         eval "$as_ac_Header=no"
14735 fi
14736
14737 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14738 fi
14739 ac_res=`eval 'as_val=${'$as_ac_Header'}
14740                  $as_echo "$as_val"'`
14741                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14742 $as_echo "$ac_res" >&6; }
14743 as_val=`eval 'as_val=${'$as_ac_Header'}
14744                  $as_echo "$as_val"'`
14745    if test "x$as_val" = x""yes; then
14746   cat >>confdefs.h <<_ACEOF
14747 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14748 _ACEOF
14749
14750 fi
14751
14752 done
14753
14754         cat >conftest.$ac_ext <<_ACEOF
14755 /* confdefs.h.  */
14756 _ACEOF
14757 cat confdefs.h >>conftest.$ac_ext
14758 cat >>conftest.$ac_ext <<_ACEOF
14759 /* end confdefs.h.  */
14760 #include <ft2build.h>
14761                     #include <freetype/fttrigon.h>
14762 _ACEOF
14763 if { (ac_try="$ac_cpp conftest.$ac_ext"
14764 case "(($ac_try" in
14765   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14766   *) ac_try_echo=$ac_try;;
14767 esac
14768 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14769 $as_echo "$ac_try_echo") >&5
14770   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14771   ac_status=$?
14772   grep -v '^ *+' conftest.er1 >conftest.err
14773   rm -f conftest.er1
14774   cat conftest.err >&5
14775   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14776   (exit $ac_status); } >/dev/null && {
14777          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14778          test ! -s conftest.err
14779        }; then
14780
14781 cat >>confdefs.h <<\_ACEOF
14782 #define HAVE_FREETYPE_FTTRIGON_H 1
14783 _ACEOF
14784
14785                     wine_cv_fttrigon=yes
14786 else
14787   $as_echo "$as_me: failed program was:" >&5
14788 sed 's/^/| /' conftest.$ac_ext >&5
14789
14790   wine_cv_fttrigon=no
14791 fi
14792
14793 rm -f conftest.err conftest.$ac_ext
14794         { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14795 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14796 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14797   $as_echo_n "(cached) " >&6
14798 else
14799   ac_cv_type_FT_TrueTypeEngineType=no
14800 cat >conftest.$ac_ext <<_ACEOF
14801 /* confdefs.h.  */
14802 _ACEOF
14803 cat confdefs.h >>conftest.$ac_ext
14804 cat >>conftest.$ac_ext <<_ACEOF
14805 /* end confdefs.h.  */
14806 #include <freetype/ftmodapi.h>
14807
14808 int
14809 main ()
14810 {
14811 if (sizeof (FT_TrueTypeEngineType))
14812        return 0;
14813   ;
14814   return 0;
14815 }
14816 _ACEOF
14817 rm -f conftest.$ac_objext
14818 if { (ac_try="$ac_compile"
14819 case "(($ac_try" in
14820   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14821   *) ac_try_echo=$ac_try;;
14822 esac
14823 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14824 $as_echo "$ac_try_echo") >&5
14825   (eval "$ac_compile") 2>conftest.er1
14826   ac_status=$?
14827   grep -v '^ *+' conftest.er1 >conftest.err
14828   rm -f conftest.er1
14829   cat conftest.err >&5
14830   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14831   (exit $ac_status); } && {
14832          test -z "$ac_c_werror_flag" ||
14833          test ! -s conftest.err
14834        } && test -s conftest.$ac_objext; then
14835   cat >conftest.$ac_ext <<_ACEOF
14836 /* confdefs.h.  */
14837 _ACEOF
14838 cat confdefs.h >>conftest.$ac_ext
14839 cat >>conftest.$ac_ext <<_ACEOF
14840 /* end confdefs.h.  */
14841 #include <freetype/ftmodapi.h>
14842
14843 int
14844 main ()
14845 {
14846 if (sizeof ((FT_TrueTypeEngineType)))
14847           return 0;
14848   ;
14849   return 0;
14850 }
14851 _ACEOF
14852 rm -f conftest.$ac_objext
14853 if { (ac_try="$ac_compile"
14854 case "(($ac_try" in
14855   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14856   *) ac_try_echo=$ac_try;;
14857 esac
14858 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14859 $as_echo "$ac_try_echo") >&5
14860   (eval "$ac_compile") 2>conftest.er1
14861   ac_status=$?
14862   grep -v '^ *+' conftest.er1 >conftest.err
14863   rm -f conftest.er1
14864   cat conftest.err >&5
14865   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14866   (exit $ac_status); } && {
14867          test -z "$ac_c_werror_flag" ||
14868          test ! -s conftest.err
14869        } && test -s conftest.$ac_objext; then
14870   :
14871 else
14872   $as_echo "$as_me: failed program was:" >&5
14873 sed 's/^/| /' conftest.$ac_ext >&5
14874
14875         ac_cv_type_FT_TrueTypeEngineType=yes
14876 fi
14877
14878 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14879 else
14880   $as_echo "$as_me: failed program was:" >&5
14881 sed 's/^/| /' conftest.$ac_ext >&5
14882
14883
14884 fi
14885
14886 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14887 fi
14888 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14889 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14890 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14891
14892 cat >>confdefs.h <<_ACEOF
14893 #define HAVE_FT_TRUETYPEENGINETYPE 1
14894 _ACEOF
14895
14896
14897 fi
14898
14899         ac_save_CFLAGS="$CFLAGS"
14900         CFLAGS="$CFLAGS $ac_freetype_libs"
14901
14902 for ac_func in FT_Load_Sfnt_Table
14903 do
14904 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14905 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14906 $as_echo_n "checking for $ac_func... " >&6; }
14907 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14908   $as_echo_n "(cached) " >&6
14909 else
14910   cat >conftest.$ac_ext <<_ACEOF
14911 /* confdefs.h.  */
14912 _ACEOF
14913 cat confdefs.h >>conftest.$ac_ext
14914 cat >>conftest.$ac_ext <<_ACEOF
14915 /* end confdefs.h.  */
14916 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14917    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14918 #define $ac_func innocuous_$ac_func
14919
14920 /* System header to define __stub macros and hopefully few prototypes,
14921     which can conflict with char $ac_func (); below.
14922     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14923     <limits.h> exists even on freestanding compilers.  */
14924
14925 #ifdef __STDC__
14926 # include <limits.h>
14927 #else
14928 # include <assert.h>
14929 #endif
14930
14931 #undef $ac_func
14932
14933 /* Override any GCC internal prototype to avoid an error.
14934    Use char because int might match the return type of a GCC
14935    builtin and then its argument prototype would still apply.  */
14936 #ifdef __cplusplus
14937 extern "C"
14938 #endif
14939 char $ac_func ();
14940 /* The GNU C library defines this for functions which it implements
14941     to always fail with ENOSYS.  Some functions are actually named
14942     something starting with __ and the normal name is an alias.  */
14943 #if defined __stub_$ac_func || defined __stub___$ac_func
14944 choke me
14945 #endif
14946
14947 int
14948 main ()
14949 {
14950 return $ac_func ();
14951   ;
14952   return 0;
14953 }
14954 _ACEOF
14955 rm -f conftest.$ac_objext conftest$ac_exeext
14956 if { (ac_try="$ac_link"
14957 case "(($ac_try" in
14958   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14959   *) ac_try_echo=$ac_try;;
14960 esac
14961 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14962 $as_echo "$ac_try_echo") >&5
14963   (eval "$ac_link") 2>conftest.er1
14964   ac_status=$?
14965   grep -v '^ *+' conftest.er1 >conftest.err
14966   rm -f conftest.er1
14967   cat conftest.err >&5
14968   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14969   (exit $ac_status); } && {
14970          test -z "$ac_c_werror_flag" ||
14971          test ! -s conftest.err
14972        } && test -s conftest$ac_exeext && {
14973          test "$cross_compiling" = yes ||
14974          $as_test_x conftest$ac_exeext
14975        }; then
14976   eval "$as_ac_var=yes"
14977 else
14978   $as_echo "$as_me: failed program was:" >&5
14979 sed 's/^/| /' conftest.$ac_ext >&5
14980
14981         eval "$as_ac_var=no"
14982 fi
14983
14984 rm -rf conftest.dSYM
14985 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14986       conftest$ac_exeext conftest.$ac_ext
14987 fi
14988 ac_res=`eval 'as_val=${'$as_ac_var'}
14989                  $as_echo "$as_val"'`
14990                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14991 $as_echo "$ac_res" >&6; }
14992 as_val=`eval 'as_val=${'$as_ac_var'}
14993                  $as_echo "$as_val"'`
14994    if test "x$as_val" = x""yes; then
14995   cat >>confdefs.h <<_ACEOF
14996 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14997 _ACEOF
14998
14999 fi
15000 done
15001
15002         CFLAGS="$ac_save_CFLAGS"
15003         CPPFLAGS="$ac_save_CPPFLAGS"
15004                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
15005         then
15006
15007 cat >>confdefs.h <<\_ACEOF
15008 #define HAVE_FREETYPE 1
15009 _ACEOF
15010
15011             FREETYPELIBS="$ac_freetype_libs"
15012
15013             FREETYPEINCL="$ac_freetype_incl"
15014
15015         fi
15016     fi
15017 fi
15018 if test "x$FREETYPELIBS" = "x"; then
15019   case "x$with_freetype" in
15020   xno) ;;
15021   *)   { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15022 Use the --without-freetype option if you really want this." >&5
15023 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15024 Use the --without-freetype option if you really want this." >&2;}
15025    { (exit 1); exit 1; }; } ;;
15026 esac
15027 fi
15028
15029 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
15030
15031 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
15032 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
15033 if test "${ac_cv_c_ppdev+set}" = set; then
15034   $as_echo_n "(cached) " >&6
15035 else
15036   cat >conftest.$ac_ext <<_ACEOF
15037 /* confdefs.h.  */
15038 _ACEOF
15039 cat confdefs.h >>conftest.$ac_ext
15040 cat >>conftest.$ac_ext <<_ACEOF
15041 /* end confdefs.h.  */
15042 #include <linux/ppdev.h>
15043 int
15044 main ()
15045 {
15046 ioctl (1,PPCLAIM,0)
15047   ;
15048   return 0;
15049 }
15050 _ACEOF
15051 rm -f conftest.$ac_objext
15052 if { (ac_try="$ac_compile"
15053 case "(($ac_try" in
15054   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15055   *) ac_try_echo=$ac_try;;
15056 esac
15057 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15058 $as_echo "$ac_try_echo") >&5
15059   (eval "$ac_compile") 2>conftest.er1
15060   ac_status=$?
15061   grep -v '^ *+' conftest.er1 >conftest.err
15062   rm -f conftest.er1
15063   cat conftest.err >&5
15064   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15065   (exit $ac_status); } && {
15066          test -z "$ac_c_werror_flag" ||
15067          test ! -s conftest.err
15068        } && test -s conftest.$ac_objext; then
15069   ac_cv_c_ppdev="yes"
15070 else
15071   $as_echo "$as_me: failed program was:" >&5
15072 sed 's/^/| /' conftest.$ac_ext >&5
15073
15074         ac_cv_c_ppdev="no"
15075 fi
15076
15077 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15078 fi
15079 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
15080 $as_echo "$ac_cv_c_ppdev" >&6; }
15081 if test "$ac_cv_c_ppdev" = "yes"
15082 then
15083
15084 cat >>confdefs.h <<\_ACEOF
15085 #define HAVE_PPDEV 1
15086 _ACEOF
15087
15088 fi
15089
15090 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
15091 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
15092 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15093   $as_echo_n "(cached) " >&6
15094 else
15095   ac_cv_type_pthread_rwlock_t=no
15096 cat >conftest.$ac_ext <<_ACEOF
15097 /* confdefs.h.  */
15098 _ACEOF
15099 cat confdefs.h >>conftest.$ac_ext
15100 cat >>conftest.$ac_ext <<_ACEOF
15101 /* end confdefs.h.  */
15102 #define _GNU_SOURCE
15103 #include <pthread.h>
15104
15105 int
15106 main ()
15107 {
15108 if (sizeof (pthread_rwlock_t))
15109        return 0;
15110   ;
15111   return 0;
15112 }
15113 _ACEOF
15114 rm -f conftest.$ac_objext
15115 if { (ac_try="$ac_compile"
15116 case "(($ac_try" in
15117   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15118   *) ac_try_echo=$ac_try;;
15119 esac
15120 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15121 $as_echo "$ac_try_echo") >&5
15122   (eval "$ac_compile") 2>conftest.er1
15123   ac_status=$?
15124   grep -v '^ *+' conftest.er1 >conftest.err
15125   rm -f conftest.er1
15126   cat conftest.err >&5
15127   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15128   (exit $ac_status); } && {
15129          test -z "$ac_c_werror_flag" ||
15130          test ! -s conftest.err
15131        } && test -s conftest.$ac_objext; then
15132   cat >conftest.$ac_ext <<_ACEOF
15133 /* confdefs.h.  */
15134 _ACEOF
15135 cat confdefs.h >>conftest.$ac_ext
15136 cat >>conftest.$ac_ext <<_ACEOF
15137 /* end confdefs.h.  */
15138 #define _GNU_SOURCE
15139 #include <pthread.h>
15140
15141 int
15142 main ()
15143 {
15144 if (sizeof ((pthread_rwlock_t)))
15145           return 0;
15146   ;
15147   return 0;
15148 }
15149 _ACEOF
15150 rm -f conftest.$ac_objext
15151 if { (ac_try="$ac_compile"
15152 case "(($ac_try" in
15153   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15154   *) ac_try_echo=$ac_try;;
15155 esac
15156 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15157 $as_echo "$ac_try_echo") >&5
15158   (eval "$ac_compile") 2>conftest.er1
15159   ac_status=$?
15160   grep -v '^ *+' conftest.er1 >conftest.err
15161   rm -f conftest.er1
15162   cat conftest.err >&5
15163   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15164   (exit $ac_status); } && {
15165          test -z "$ac_c_werror_flag" ||
15166          test ! -s conftest.err
15167        } && test -s conftest.$ac_objext; then
15168   :
15169 else
15170   $as_echo "$as_me: failed program was:" >&5
15171 sed 's/^/| /' conftest.$ac_ext >&5
15172
15173         ac_cv_type_pthread_rwlock_t=yes
15174 fi
15175
15176 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15177 else
15178   $as_echo "$as_me: failed program was:" >&5
15179 sed 's/^/| /' conftest.$ac_ext >&5
15180
15181
15182 fi
15183
15184 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15185 fi
15186 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15187 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15188 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15189
15190 cat >>confdefs.h <<_ACEOF
15191 #define HAVE_PTHREAD_RWLOCK_T 1
15192 _ACEOF
15193
15194
15195 fi
15196 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15197 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15198 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15199   $as_echo_n "(cached) " >&6
15200 else
15201   ac_cv_type_pthread_rwlockattr_t=no
15202 cat >conftest.$ac_ext <<_ACEOF
15203 /* confdefs.h.  */
15204 _ACEOF
15205 cat confdefs.h >>conftest.$ac_ext
15206 cat >>conftest.$ac_ext <<_ACEOF
15207 /* end confdefs.h.  */
15208 #define _GNU_SOURCE
15209 #include <pthread.h>
15210
15211 int
15212 main ()
15213 {
15214 if (sizeof (pthread_rwlockattr_t))
15215        return 0;
15216   ;
15217   return 0;
15218 }
15219 _ACEOF
15220 rm -f conftest.$ac_objext
15221 if { (ac_try="$ac_compile"
15222 case "(($ac_try" in
15223   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15224   *) ac_try_echo=$ac_try;;
15225 esac
15226 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15227 $as_echo "$ac_try_echo") >&5
15228   (eval "$ac_compile") 2>conftest.er1
15229   ac_status=$?
15230   grep -v '^ *+' conftest.er1 >conftest.err
15231   rm -f conftest.er1
15232   cat conftest.err >&5
15233   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15234   (exit $ac_status); } && {
15235          test -z "$ac_c_werror_flag" ||
15236          test ! -s conftest.err
15237        } && test -s conftest.$ac_objext; then
15238   cat >conftest.$ac_ext <<_ACEOF
15239 /* confdefs.h.  */
15240 _ACEOF
15241 cat confdefs.h >>conftest.$ac_ext
15242 cat >>conftest.$ac_ext <<_ACEOF
15243 /* end confdefs.h.  */
15244 #define _GNU_SOURCE
15245 #include <pthread.h>
15246
15247 int
15248 main ()
15249 {
15250 if (sizeof ((pthread_rwlockattr_t)))
15251           return 0;
15252   ;
15253   return 0;
15254 }
15255 _ACEOF
15256 rm -f conftest.$ac_objext
15257 if { (ac_try="$ac_compile"
15258 case "(($ac_try" in
15259   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15260   *) ac_try_echo=$ac_try;;
15261 esac
15262 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15263 $as_echo "$ac_try_echo") >&5
15264   (eval "$ac_compile") 2>conftest.er1
15265   ac_status=$?
15266   grep -v '^ *+' conftest.er1 >conftest.err
15267   rm -f conftest.er1
15268   cat conftest.err >&5
15269   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15270   (exit $ac_status); } && {
15271          test -z "$ac_c_werror_flag" ||
15272          test ! -s conftest.err
15273        } && test -s conftest.$ac_objext; then
15274   :
15275 else
15276   $as_echo "$as_me: failed program was:" >&5
15277 sed 's/^/| /' conftest.$ac_ext >&5
15278
15279         ac_cv_type_pthread_rwlockattr_t=yes
15280 fi
15281
15282 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15283 else
15284   $as_echo "$as_me: failed program was:" >&5
15285 sed 's/^/| /' conftest.$ac_ext >&5
15286
15287
15288 fi
15289
15290 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15291 fi
15292 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15293 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15294 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15295
15296 cat >>confdefs.h <<_ACEOF
15297 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15298 _ACEOF
15299
15300
15301 fi
15302
15303
15304 ac_wine_check_funcs_save_LIBS="$LIBS"
15305 LIBS="$LIBS $LIBPTHREAD"
15306
15307
15308
15309
15310 for ac_func in \
15311         pthread_attr_get_np \
15312         pthread_getattr_np \
15313         pthread_get_stackaddr_np \
15314         pthread_get_stacksize_np
15315 do
15316 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15317 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15318 $as_echo_n "checking for $ac_func... " >&6; }
15319 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15320   $as_echo_n "(cached) " >&6
15321 else
15322   cat >conftest.$ac_ext <<_ACEOF
15323 /* confdefs.h.  */
15324 _ACEOF
15325 cat confdefs.h >>conftest.$ac_ext
15326 cat >>conftest.$ac_ext <<_ACEOF
15327 /* end confdefs.h.  */
15328 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15329    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15330 #define $ac_func innocuous_$ac_func
15331
15332 /* System header to define __stub macros and hopefully few prototypes,
15333     which can conflict with char $ac_func (); below.
15334     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15335     <limits.h> exists even on freestanding compilers.  */
15336
15337 #ifdef __STDC__
15338 # include <limits.h>
15339 #else
15340 # include <assert.h>
15341 #endif
15342
15343 #undef $ac_func
15344
15345 /* Override any GCC internal prototype to avoid an error.
15346    Use char because int might match the return type of a GCC
15347    builtin and then its argument prototype would still apply.  */
15348 #ifdef __cplusplus
15349 extern "C"
15350 #endif
15351 char $ac_func ();
15352 /* The GNU C library defines this for functions which it implements
15353     to always fail with ENOSYS.  Some functions are actually named
15354     something starting with __ and the normal name is an alias.  */
15355 #if defined __stub_$ac_func || defined __stub___$ac_func
15356 choke me
15357 #endif
15358
15359 int
15360 main ()
15361 {
15362 return $ac_func ();
15363   ;
15364   return 0;
15365 }
15366 _ACEOF
15367 rm -f conftest.$ac_objext conftest$ac_exeext
15368 if { (ac_try="$ac_link"
15369 case "(($ac_try" in
15370   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15371   *) ac_try_echo=$ac_try;;
15372 esac
15373 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15374 $as_echo "$ac_try_echo") >&5
15375   (eval "$ac_link") 2>conftest.er1
15376   ac_status=$?
15377   grep -v '^ *+' conftest.er1 >conftest.err
15378   rm -f conftest.er1
15379   cat conftest.err >&5
15380   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15381   (exit $ac_status); } && {
15382          test -z "$ac_c_werror_flag" ||
15383          test ! -s conftest.err
15384        } && test -s conftest$ac_exeext && {
15385          test "$cross_compiling" = yes ||
15386          $as_test_x conftest$ac_exeext
15387        }; then
15388   eval "$as_ac_var=yes"
15389 else
15390   $as_echo "$as_me: failed program was:" >&5
15391 sed 's/^/| /' conftest.$ac_ext >&5
15392
15393         eval "$as_ac_var=no"
15394 fi
15395
15396 rm -rf conftest.dSYM
15397 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15398       conftest$ac_exeext conftest.$ac_ext
15399 fi
15400 ac_res=`eval 'as_val=${'$as_ac_var'}
15401                  $as_echo "$as_val"'`
15402                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15403 $as_echo "$ac_res" >&6; }
15404 as_val=`eval 'as_val=${'$as_ac_var'}
15405                  $as_echo "$as_val"'`
15406    if test "x$as_val" = x""yes; then
15407   cat >>confdefs.h <<_ACEOF
15408 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15409 _ACEOF
15410
15411 fi
15412 done
15413
15414 LIBS="$ac_wine_check_funcs_save_LIBS"
15415
15416 if test "x$with_esd" != xno
15417 then
15418     save_CFLAGS="$CFLAGS"
15419     # Extract the first word of "esd-config", so it can be a program name with args.
15420 set dummy esd-config; ac_word=$2
15421 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15422 $as_echo_n "checking for $ac_word... " >&6; }
15423 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15424   $as_echo_n "(cached) " >&6
15425 else
15426   case $ESDCONFIG in
15427   [\\/]* | ?:[\\/]*)
15428   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15429   ;;
15430   *)
15431   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15432 for as_dir in $PATH
15433 do
15434   IFS=$as_save_IFS
15435   test -z "$as_dir" && as_dir=.
15436   for ac_exec_ext in '' $ac_executable_extensions; do
15437   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15438     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15439     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15440     break 2
15441   fi
15442 done
15443 done
15444 IFS=$as_save_IFS
15445
15446   test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15447   ;;
15448 esac
15449 fi
15450 ESDCONFIG=$ac_cv_path_ESDCONFIG
15451 if test -n "$ESDCONFIG"; then
15452   { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15453 $as_echo "$ESDCONFIG" >&6; }
15454 else
15455   { $as_echo "$as_me:$LINENO: result: no" >&5
15456 $as_echo "no" >&6; }
15457 fi
15458
15459
15460     if test "x$ESDCONFIG" != "xno"
15461     then
15462         ac_esd_incl=""
15463         for i in `$ESDCONFIG --cflags`
15464         do
15465             case "$i" in
15466                 -I*) ac_esd_incl="$ac_esd_incl $i";;
15467             esac
15468         done
15469         ac_esd_libs=`$ESDCONFIG --libs`
15470         CFLAGS="$CFLAGS $ac_esd_incl"
15471     fi
15472     ac_esd_libs=${ac_esd_libs:-"-lesd"}
15473     if test "${ac_cv_header_esd_h+set}" = set; then
15474   { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15475 $as_echo_n "checking for esd.h... " >&6; }
15476 if test "${ac_cv_header_esd_h+set}" = set; then
15477   $as_echo_n "(cached) " >&6
15478 fi
15479 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15480 $as_echo "$ac_cv_header_esd_h" >&6; }
15481 else
15482   # Is the header compilable?
15483 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15484 $as_echo_n "checking esd.h usability... " >&6; }
15485 cat >conftest.$ac_ext <<_ACEOF
15486 /* confdefs.h.  */
15487 _ACEOF
15488 cat confdefs.h >>conftest.$ac_ext
15489 cat >>conftest.$ac_ext <<_ACEOF
15490 /* end confdefs.h.  */
15491 $ac_includes_default
15492 #include <esd.h>
15493 _ACEOF
15494 rm -f conftest.$ac_objext
15495 if { (ac_try="$ac_compile"
15496 case "(($ac_try" in
15497   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15498   *) ac_try_echo=$ac_try;;
15499 esac
15500 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15501 $as_echo "$ac_try_echo") >&5
15502   (eval "$ac_compile") 2>conftest.er1
15503   ac_status=$?
15504   grep -v '^ *+' conftest.er1 >conftest.err
15505   rm -f conftest.er1
15506   cat conftest.err >&5
15507   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15508   (exit $ac_status); } && {
15509          test -z "$ac_c_werror_flag" ||
15510          test ! -s conftest.err
15511        } && test -s conftest.$ac_objext; then
15512   ac_header_compiler=yes
15513 else
15514   $as_echo "$as_me: failed program was:" >&5
15515 sed 's/^/| /' conftest.$ac_ext >&5
15516
15517         ac_header_compiler=no
15518 fi
15519
15520 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15521 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15522 $as_echo "$ac_header_compiler" >&6; }
15523
15524 # Is the header present?
15525 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15526 $as_echo_n "checking esd.h presence... " >&6; }
15527 cat >conftest.$ac_ext <<_ACEOF
15528 /* confdefs.h.  */
15529 _ACEOF
15530 cat confdefs.h >>conftest.$ac_ext
15531 cat >>conftest.$ac_ext <<_ACEOF
15532 /* end confdefs.h.  */
15533 #include <esd.h>
15534 _ACEOF
15535 if { (ac_try="$ac_cpp conftest.$ac_ext"
15536 case "(($ac_try" in
15537   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15538   *) ac_try_echo=$ac_try;;
15539 esac
15540 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15541 $as_echo "$ac_try_echo") >&5
15542   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15543   ac_status=$?
15544   grep -v '^ *+' conftest.er1 >conftest.err
15545   rm -f conftest.er1
15546   cat conftest.err >&5
15547   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15548   (exit $ac_status); } >/dev/null && {
15549          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15550          test ! -s conftest.err
15551        }; then
15552   ac_header_preproc=yes
15553 else
15554   $as_echo "$as_me: failed program was:" >&5
15555 sed 's/^/| /' conftest.$ac_ext >&5
15556
15557   ac_header_preproc=no
15558 fi
15559
15560 rm -f conftest.err conftest.$ac_ext
15561 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15562 $as_echo "$ac_header_preproc" >&6; }
15563
15564 # So?  What about this header?
15565 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15566   yes:no: )
15567     { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15568 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15569     { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15570 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15571     ac_header_preproc=yes
15572     ;;
15573   no:yes:* )
15574     { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15575 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15576     { $as_echo "$as_me:$LINENO: WARNING: esd.h:     check for missing prerequisite headers?" >&5
15577 $as_echo "$as_me: WARNING: esd.h:     check for missing prerequisite headers?" >&2;}
15578     { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15579 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15580     { $as_echo "$as_me:$LINENO: WARNING: esd.h:     section \"Present But Cannot Be Compiled\"" >&5
15581 $as_echo "$as_me: WARNING: esd.h:     section \"Present But Cannot Be Compiled\"" >&2;}
15582     { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15583 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15584     { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15585 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15586     ( cat <<\_ASBOX
15587 ## ------------------------------------ ##
15588 ## Report this to wine-devel@winehq.org ##
15589 ## ------------------------------------ ##
15590 _ASBOX
15591      ) | sed "s/^/$as_me: WARNING:     /" >&2
15592     ;;
15593 esac
15594 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15595 $as_echo_n "checking for esd.h... " >&6; }
15596 if test "${ac_cv_header_esd_h+set}" = set; then
15597   $as_echo_n "(cached) " >&6
15598 else
15599   ac_cv_header_esd_h=$ac_header_preproc
15600 fi
15601 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15602 $as_echo "$ac_cv_header_esd_h" >&6; }
15603
15604 fi
15605 if test "x$ac_cv_header_esd_h" = x""yes; then
15606   { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15607 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15608 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15609   $as_echo_n "(cached) " >&6
15610 else
15611   ac_check_lib_save_LIBS=$LIBS
15612 LIBS="-lesd $ac_esd_libs $LIBS"
15613 cat >conftest.$ac_ext <<_ACEOF
15614 /* confdefs.h.  */
15615 _ACEOF
15616 cat confdefs.h >>conftest.$ac_ext
15617 cat >>conftest.$ac_ext <<_ACEOF
15618 /* end confdefs.h.  */
15619
15620 /* Override any GCC internal prototype to avoid an error.
15621    Use char because int might match the return type of a GCC
15622    builtin and then its argument prototype would still apply.  */
15623 #ifdef __cplusplus
15624 extern "C"
15625 #endif
15626 char esd_open_sound ();
15627 int
15628 main ()
15629 {
15630 return esd_open_sound ();
15631   ;
15632   return 0;
15633 }
15634 _ACEOF
15635 rm -f conftest.$ac_objext conftest$ac_exeext
15636 if { (ac_try="$ac_link"
15637 case "(($ac_try" in
15638   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15639   *) ac_try_echo=$ac_try;;
15640 esac
15641 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15642 $as_echo "$ac_try_echo") >&5
15643   (eval "$ac_link") 2>conftest.er1
15644   ac_status=$?
15645   grep -v '^ *+' conftest.er1 >conftest.err
15646   rm -f conftest.er1
15647   cat conftest.err >&5
15648   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15649   (exit $ac_status); } && {
15650          test -z "$ac_c_werror_flag" ||
15651          test ! -s conftest.err
15652        } && test -s conftest$ac_exeext && {
15653          test "$cross_compiling" = yes ||
15654          $as_test_x conftest$ac_exeext
15655        }; then
15656   ac_cv_lib_esd_esd_open_sound=yes
15657 else
15658   $as_echo "$as_me: failed program was:" >&5
15659 sed 's/^/| /' conftest.$ac_ext >&5
15660
15661         ac_cv_lib_esd_esd_open_sound=no
15662 fi
15663
15664 rm -rf conftest.dSYM
15665 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15666       conftest$ac_exeext conftest.$ac_ext
15667 LIBS=$ac_check_lib_save_LIBS
15668 fi
15669 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15670 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15671 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15672   ESDINCL="$ac_esd_incl"
15673
15674              ESDLIBS="$ac_esd_libs"
15675
15676
15677 cat >>confdefs.h <<\_ACEOF
15678 #define HAVE_ESD 1
15679 _ACEOF
15680
15681 fi
15682
15683 fi
15684
15685
15686     CFLAGS="$save_CFLAGS"
15687 fi
15688
15689 ALSALIBS=""
15690
15691 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15692 then
15693     { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15694 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15695 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15696   $as_echo_n "(cached) " >&6
15697 else
15698   ac_check_lib_save_LIBS=$LIBS
15699 LIBS="-lasound  $LIBS"
15700 cat >conftest.$ac_ext <<_ACEOF
15701 /* confdefs.h.  */
15702 _ACEOF
15703 cat confdefs.h >>conftest.$ac_ext
15704 cat >>conftest.$ac_ext <<_ACEOF
15705 /* end confdefs.h.  */
15706
15707 /* Override any GCC internal prototype to avoid an error.
15708    Use char because int might match the return type of a GCC
15709    builtin and then its argument prototype would still apply.  */
15710 #ifdef __cplusplus
15711 extern "C"
15712 #endif
15713 char snd_pcm_hw_params_get_access ();
15714 int
15715 main ()
15716 {
15717 return snd_pcm_hw_params_get_access ();
15718   ;
15719   return 0;
15720 }
15721 _ACEOF
15722 rm -f conftest.$ac_objext conftest$ac_exeext
15723 if { (ac_try="$ac_link"
15724 case "(($ac_try" in
15725   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15726   *) ac_try_echo=$ac_try;;
15727 esac
15728 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15729 $as_echo "$ac_try_echo") >&5
15730   (eval "$ac_link") 2>conftest.er1
15731   ac_status=$?
15732   grep -v '^ *+' conftest.er1 >conftest.err
15733   rm -f conftest.er1
15734   cat conftest.err >&5
15735   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15736   (exit $ac_status); } && {
15737          test -z "$ac_c_werror_flag" ||
15738          test ! -s conftest.err
15739        } && test -s conftest$ac_exeext && {
15740          test "$cross_compiling" = yes ||
15741          $as_test_x conftest$ac_exeext
15742        }; then
15743   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15744 else
15745   $as_echo "$as_me: failed program was:" >&5
15746 sed 's/^/| /' conftest.$ac_ext >&5
15747
15748         ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15749 fi
15750
15751 rm -rf conftest.dSYM
15752 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15753       conftest$ac_exeext conftest.$ac_ext
15754 LIBS=$ac_check_lib_save_LIBS
15755 fi
15756 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15757 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15758 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15759   cat >conftest.$ac_ext <<_ACEOF
15760 /* confdefs.h.  */
15761 _ACEOF
15762 cat confdefs.h >>conftest.$ac_ext
15763 cat >>conftest.$ac_ext <<_ACEOF
15764 /* end confdefs.h.  */
15765 #ifdef HAVE_ALSA_ASOUNDLIB_H
15766 #include <alsa/asoundlib.h>
15767 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15768 #include <sys/asoundlib.h>
15769 #endif
15770 int
15771 main ()
15772 {
15773 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15774   ;
15775   return 0;
15776 }
15777 _ACEOF
15778 rm -f conftest.$ac_objext
15779 if { (ac_try="$ac_compile"
15780 case "(($ac_try" in
15781   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15782   *) ac_try_echo=$ac_try;;
15783 esac
15784 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15785 $as_echo "$ac_try_echo") >&5
15786   (eval "$ac_compile") 2>conftest.er1
15787   ac_status=$?
15788   grep -v '^ *+' conftest.er1 >conftest.err
15789   rm -f conftest.er1
15790   cat conftest.err >&5
15791   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15792   (exit $ac_status); } && {
15793          test -z "$ac_c_werror_flag" ||
15794          test ! -s conftest.err
15795        } && test -s conftest.$ac_objext; then
15796
15797 cat >>confdefs.h <<\_ACEOF
15798 #define HAVE_ALSA 1
15799 _ACEOF
15800
15801                          ALSALIBS="-lasound"
15802 else
15803   $as_echo "$as_me: failed program was:" >&5
15804 sed 's/^/| /' conftest.$ac_ext >&5
15805
15806
15807 fi
15808
15809 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15810 fi
15811
15812 fi
15813
15814 AUDIOIOLIBS=""
15815
15816 if test "$ac_cv_header_libaudioio_h" = "yes"
15817 then
15818     { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15819 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15820 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15821   $as_echo_n "(cached) " >&6
15822 else
15823   ac_check_lib_save_LIBS=$LIBS
15824 LIBS="-laudioio  $LIBS"
15825 cat >conftest.$ac_ext <<_ACEOF
15826 /* confdefs.h.  */
15827 _ACEOF
15828 cat confdefs.h >>conftest.$ac_ext
15829 cat >>conftest.$ac_ext <<_ACEOF
15830 /* end confdefs.h.  */
15831
15832 /* Override any GCC internal prototype to avoid an error.
15833    Use char because int might match the return type of a GCC
15834    builtin and then its argument prototype would still apply.  */
15835 #ifdef __cplusplus
15836 extern "C"
15837 #endif
15838 char AudioIOGetVersion ();
15839 int
15840 main ()
15841 {
15842 return AudioIOGetVersion ();
15843   ;
15844   return 0;
15845 }
15846 _ACEOF
15847 rm -f conftest.$ac_objext conftest$ac_exeext
15848 if { (ac_try="$ac_link"
15849 case "(($ac_try" in
15850   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15851   *) ac_try_echo=$ac_try;;
15852 esac
15853 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15854 $as_echo "$ac_try_echo") >&5
15855   (eval "$ac_link") 2>conftest.er1
15856   ac_status=$?
15857   grep -v '^ *+' conftest.er1 >conftest.err
15858   rm -f conftest.er1
15859   cat conftest.err >&5
15860   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15861   (exit $ac_status); } && {
15862          test -z "$ac_c_werror_flag" ||
15863          test ! -s conftest.err
15864        } && test -s conftest$ac_exeext && {
15865          test "$cross_compiling" = yes ||
15866          $as_test_x conftest$ac_exeext
15867        }; then
15868   ac_cv_lib_audioio_AudioIOGetVersion=yes
15869 else
15870   $as_echo "$as_me: failed program was:" >&5
15871 sed 's/^/| /' conftest.$ac_ext >&5
15872
15873         ac_cv_lib_audioio_AudioIOGetVersion=no
15874 fi
15875
15876 rm -rf conftest.dSYM
15877 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15878       conftest$ac_exeext conftest.$ac_ext
15879 LIBS=$ac_check_lib_save_LIBS
15880 fi
15881 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15882 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15883 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15884   AUDIOIOLIBS="-laudioio"
15885
15886 cat >>confdefs.h <<\_ACEOF
15887 #define HAVE_LIBAUDIOIO 1
15888 _ACEOF
15889
15890 fi
15891
15892 fi
15893
15894
15895 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15896 then
15897     { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15898 $as_echo_n "checking for -lcapi20... " >&6; }
15899 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15900   $as_echo_n "(cached) " >&6
15901 else
15902   ac_check_soname_save_LIBS=$LIBS
15903 LIBS="-lcapi20  $LIBS"
15904   cat >conftest.$ac_ext <<_ACEOF
15905 /* confdefs.h.  */
15906 _ACEOF
15907 cat confdefs.h >>conftest.$ac_ext
15908 cat >>conftest.$ac_ext <<_ACEOF
15909 /* end confdefs.h.  */
15910
15911 /* Override any GCC internal prototype to avoid an error.
15912    Use char because int might match the return type of a GCC
15913    builtin and then its argument prototype would still apply.  */
15914 #ifdef __cplusplus
15915 extern "C"
15916 #endif
15917 char capi20_register ();
15918 int
15919 main ()
15920 {
15921 return capi20_register ();
15922   ;
15923   return 0;
15924 }
15925 _ACEOF
15926 rm -f conftest.$ac_objext conftest$ac_exeext
15927 if { (ac_try="$ac_link"
15928 case "(($ac_try" in
15929   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15930   *) ac_try_echo=$ac_try;;
15931 esac
15932 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15933 $as_echo "$ac_try_echo") >&5
15934   (eval "$ac_link") 2>conftest.er1
15935   ac_status=$?
15936   grep -v '^ *+' conftest.er1 >conftest.err
15937   rm -f conftest.er1
15938   cat conftest.err >&5
15939   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15940   (exit $ac_status); } && {
15941          test -z "$ac_c_werror_flag" ||
15942          test ! -s conftest.err
15943        } && test -s conftest$ac_exeext && {
15944          test "$cross_compiling" = yes ||
15945          $as_test_x conftest$ac_exeext
15946        }; then
15947   case "$LIBEXT" in
15948     dll) ;;
15949     dylib) ac_cv_lib_soname_capi20=`otool -L conftest$ac_exeext | grep "libcapi20\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcapi20\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15950     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
15951   esac
15952 else
15953   $as_echo "$as_me: failed program was:" >&5
15954 sed 's/^/| /' conftest.$ac_ext >&5
15955
15956
15957 fi
15958
15959 rm -rf conftest.dSYM
15960 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15961       conftest$ac_exeext conftest.$ac_ext
15962   LIBS=$ac_check_soname_save_LIBS
15963 fi
15964 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15965   { $as_echo "$as_me:$LINENO: result: not found" >&5
15966 $as_echo "not found" >&6; }
15967
15968 else
15969   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15970 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15971
15972 cat >>confdefs.h <<_ACEOF
15973 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15974 _ACEOF
15975
15976
15977 fi
15978
15979 fi
15980 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15981   case "x$with_capi" in
15982   x)   wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15983   xno) ;;
15984   *)   { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15985 This is an error since --with-capi was requested." >&5
15986 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15987 This is an error since --with-capi was requested." >&2;}
15988    { (exit 1); exit 1; }; } ;;
15989 esac
15990 fi
15991
15992
15993 CUPSINCL=""
15994
15995 if test "x$with_cups" != "xno"
15996 then
15997     ac_save_CPPFLAGS="$CPPFLAGS"
15998     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15999     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
16000     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
16001
16002 for ac_header in cups/cups.h
16003 do
16004 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16005 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16006   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16007 $as_echo_n "checking for $ac_header... " >&6; }
16008 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16009   $as_echo_n "(cached) " >&6
16010 fi
16011 ac_res=`eval 'as_val=${'$as_ac_Header'}
16012                  $as_echo "$as_val"'`
16013                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16014 $as_echo "$ac_res" >&6; }
16015 else
16016   # Is the header compilable?
16017 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16018 $as_echo_n "checking $ac_header usability... " >&6; }
16019 cat >conftest.$ac_ext <<_ACEOF
16020 /* confdefs.h.  */
16021 _ACEOF
16022 cat confdefs.h >>conftest.$ac_ext
16023 cat >>conftest.$ac_ext <<_ACEOF
16024 /* end confdefs.h.  */
16025 $ac_includes_default
16026 #include <$ac_header>
16027 _ACEOF
16028 rm -f conftest.$ac_objext
16029 if { (ac_try="$ac_compile"
16030 case "(($ac_try" in
16031   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16032   *) ac_try_echo=$ac_try;;
16033 esac
16034 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16035 $as_echo "$ac_try_echo") >&5
16036   (eval "$ac_compile") 2>conftest.er1
16037   ac_status=$?
16038   grep -v '^ *+' conftest.er1 >conftest.err
16039   rm -f conftest.er1
16040   cat conftest.err >&5
16041   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16042   (exit $ac_status); } && {
16043          test -z "$ac_c_werror_flag" ||
16044          test ! -s conftest.err
16045        } && test -s conftest.$ac_objext; then
16046   ac_header_compiler=yes
16047 else
16048   $as_echo "$as_me: failed program was:" >&5
16049 sed 's/^/| /' conftest.$ac_ext >&5
16050
16051         ac_header_compiler=no
16052 fi
16053
16054 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16055 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16056 $as_echo "$ac_header_compiler" >&6; }
16057
16058 # Is the header present?
16059 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16060 $as_echo_n "checking $ac_header presence... " >&6; }
16061 cat >conftest.$ac_ext <<_ACEOF
16062 /* confdefs.h.  */
16063 _ACEOF
16064 cat confdefs.h >>conftest.$ac_ext
16065 cat >>conftest.$ac_ext <<_ACEOF
16066 /* end confdefs.h.  */
16067 #include <$ac_header>
16068 _ACEOF
16069 if { (ac_try="$ac_cpp conftest.$ac_ext"
16070 case "(($ac_try" in
16071   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16072   *) ac_try_echo=$ac_try;;
16073 esac
16074 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16075 $as_echo "$ac_try_echo") >&5
16076   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16077   ac_status=$?
16078   grep -v '^ *+' conftest.er1 >conftest.err
16079   rm -f conftest.er1
16080   cat conftest.err >&5
16081   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16082   (exit $ac_status); } >/dev/null && {
16083          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16084          test ! -s conftest.err
16085        }; then
16086   ac_header_preproc=yes
16087 else
16088   $as_echo "$as_me: failed program was:" >&5
16089 sed 's/^/| /' conftest.$ac_ext >&5
16090
16091   ac_header_preproc=no
16092 fi
16093
16094 rm -f conftest.err conftest.$ac_ext
16095 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16096 $as_echo "$ac_header_preproc" >&6; }
16097
16098 # So?  What about this header?
16099 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16100   yes:no: )
16101     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16102 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16103     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16104 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16105     ac_header_preproc=yes
16106     ;;
16107   no:yes:* )
16108     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16109 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16110     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16111 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16112     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16113 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16114     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16115 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16116     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16117 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16118     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16119 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16120     ( cat <<\_ASBOX
16121 ## ------------------------------------ ##
16122 ## Report this to wine-devel@winehq.org ##
16123 ## ------------------------------------ ##
16124 _ASBOX
16125      ) | sed "s/^/$as_me: WARNING:     /" >&2
16126     ;;
16127 esac
16128 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16129 $as_echo_n "checking for $ac_header... " >&6; }
16130 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16131   $as_echo_n "(cached) " >&6
16132 else
16133   eval "$as_ac_Header=\$ac_header_preproc"
16134 fi
16135 ac_res=`eval 'as_val=${'$as_ac_Header'}
16136                  $as_echo "$as_val"'`
16137                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16138 $as_echo "$ac_res" >&6; }
16139
16140 fi
16141 as_val=`eval 'as_val=${'$as_ac_Header'}
16142                  $as_echo "$as_val"'`
16143    if test "x$as_val" = x""yes; then
16144   cat >>confdefs.h <<_ACEOF
16145 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16146 _ACEOF
16147  { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16148 $as_echo_n "checking for -lcups... " >&6; }
16149 if test "${ac_cv_lib_soname_cups+set}" = set; then
16150   $as_echo_n "(cached) " >&6
16151 else
16152   ac_check_soname_save_LIBS=$LIBS
16153 LIBS="-lcups $ac_cups_libs $LIBS"
16154   cat >conftest.$ac_ext <<_ACEOF
16155 /* confdefs.h.  */
16156 _ACEOF
16157 cat confdefs.h >>conftest.$ac_ext
16158 cat >>conftest.$ac_ext <<_ACEOF
16159 /* end confdefs.h.  */
16160
16161 /* Override any GCC internal prototype to avoid an error.
16162    Use char because int might match the return type of a GCC
16163    builtin and then its argument prototype would still apply.  */
16164 #ifdef __cplusplus
16165 extern "C"
16166 #endif
16167 char cupsGetDefault ();
16168 int
16169 main ()
16170 {
16171 return cupsGetDefault ();
16172   ;
16173   return 0;
16174 }
16175 _ACEOF
16176 rm -f conftest.$ac_objext conftest$ac_exeext
16177 if { (ac_try="$ac_link"
16178 case "(($ac_try" in
16179   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16180   *) ac_try_echo=$ac_try;;
16181 esac
16182 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16183 $as_echo "$ac_try_echo") >&5
16184   (eval "$ac_link") 2>conftest.er1
16185   ac_status=$?
16186   grep -v '^ *+' conftest.er1 >conftest.err
16187   rm -f conftest.er1
16188   cat conftest.err >&5
16189   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16190   (exit $ac_status); } && {
16191          test -z "$ac_c_werror_flag" ||
16192          test ! -s conftest.err
16193        } && test -s conftest$ac_exeext && {
16194          test "$cross_compiling" = yes ||
16195          $as_test_x conftest$ac_exeext
16196        }; then
16197   case "$LIBEXT" in
16198     dll) ;;
16199     dylib) ac_cv_lib_soname_cups=`otool -L conftest$ac_exeext | grep "libcups\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcups\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16200     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16201   esac
16202 else
16203   $as_echo "$as_me: failed program was:" >&5
16204 sed 's/^/| /' conftest.$ac_ext >&5
16205
16206
16207 fi
16208
16209 rm -rf conftest.dSYM
16210 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16211       conftest$ac_exeext conftest.$ac_ext
16212   LIBS=$ac_check_soname_save_LIBS
16213 fi
16214 if test "x$ac_cv_lib_soname_cups" = "x"; then
16215   { $as_echo "$as_me:$LINENO: result: not found" >&5
16216 $as_echo "not found" >&6; }
16217
16218 else
16219   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16220 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16221
16222 cat >>confdefs.h <<_ACEOF
16223 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16224 _ACEOF
16225
16226        CUPSINCL="$ac_cups_cflags"
16227 fi
16228
16229 fi
16230
16231 done
16232
16233     CPPFLAGS="$ac_save_CPPFLAGS"
16234 fi
16235 if test "x$ac_cv_lib_soname_cups" = "x"; then
16236   case "x$with_cups" in
16237   x)   wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16238   xno) ;;
16239   *)   { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16240 This is an error since --with-cups was requested." >&5
16241 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16242 This is an error since --with-cups was requested." >&2;}
16243    { (exit 1); exit 1; }; } ;;
16244 esac
16245 fi
16246
16247
16248 if test "$ac_cv_header_jack_jack_h" = "yes"
16249 then
16250     { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16251 $as_echo_n "checking for -ljack... " >&6; }
16252 if test "${ac_cv_lib_soname_jack+set}" = set; then
16253   $as_echo_n "(cached) " >&6
16254 else
16255   ac_check_soname_save_LIBS=$LIBS
16256 LIBS="-ljack  $LIBS"
16257   cat >conftest.$ac_ext <<_ACEOF
16258 /* confdefs.h.  */
16259 _ACEOF
16260 cat confdefs.h >>conftest.$ac_ext
16261 cat >>conftest.$ac_ext <<_ACEOF
16262 /* end confdefs.h.  */
16263
16264 /* Override any GCC internal prototype to avoid an error.
16265    Use char because int might match the return type of a GCC
16266    builtin and then its argument prototype would still apply.  */
16267 #ifdef __cplusplus
16268 extern "C"
16269 #endif
16270 char jack_client_new ();
16271 int
16272 main ()
16273 {
16274 return jack_client_new ();
16275   ;
16276   return 0;
16277 }
16278 _ACEOF
16279 rm -f conftest.$ac_objext conftest$ac_exeext
16280 if { (ac_try="$ac_link"
16281 case "(($ac_try" in
16282   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16283   *) ac_try_echo=$ac_try;;
16284 esac
16285 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16286 $as_echo "$ac_try_echo") >&5
16287   (eval "$ac_link") 2>conftest.er1
16288   ac_status=$?
16289   grep -v '^ *+' conftest.er1 >conftest.err
16290   rm -f conftest.er1
16291   cat conftest.err >&5
16292   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16293   (exit $ac_status); } && {
16294          test -z "$ac_c_werror_flag" ||
16295          test ! -s conftest.err
16296        } && test -s conftest$ac_exeext && {
16297          test "$cross_compiling" = yes ||
16298          $as_test_x conftest$ac_exeext
16299        }; then
16300   case "$LIBEXT" in
16301     dll) ;;
16302     dylib) ac_cv_lib_soname_jack=`otool -L conftest$ac_exeext | grep "libjack-*[0-9.]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libjack-*[0-9.]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16303     *) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjack-*[0-9.]*\\.$LIBEXT" | sed -e "s/^.*\(libjack-*[0-9.]*\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16304   esac
16305 else
16306   $as_echo "$as_me: failed program was:" >&5
16307 sed 's/^/| /' conftest.$ac_ext >&5
16308
16309
16310 fi
16311
16312 rm -rf conftest.dSYM
16313 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16314       conftest$ac_exeext conftest.$ac_ext
16315   LIBS=$ac_check_soname_save_LIBS
16316 fi
16317 if test "x$ac_cv_lib_soname_jack" = "x"; then
16318   { $as_echo "$as_me:$LINENO: result: not found" >&5
16319 $as_echo "not found" >&6; }
16320
16321 else
16322   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16323 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16324
16325 cat >>confdefs.h <<_ACEOF
16326 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16327 _ACEOF
16328
16329
16330 fi
16331
16332 fi
16333
16334 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16335 then
16336     { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16337 $as_echo_n "checking for -lfontconfig... " >&6; }
16338 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16339   $as_echo_n "(cached) " >&6
16340 else
16341   ac_check_soname_save_LIBS=$LIBS
16342 LIBS="-lfontconfig  $LIBS"
16343   cat >conftest.$ac_ext <<_ACEOF
16344 /* confdefs.h.  */
16345 _ACEOF
16346 cat confdefs.h >>conftest.$ac_ext
16347 cat >>conftest.$ac_ext <<_ACEOF
16348 /* end confdefs.h.  */
16349
16350 /* Override any GCC internal prototype to avoid an error.
16351    Use char because int might match the return type of a GCC
16352    builtin and then its argument prototype would still apply.  */
16353 #ifdef __cplusplus
16354 extern "C"
16355 #endif
16356 char FcInit ();
16357 int
16358 main ()
16359 {
16360 return FcInit ();
16361   ;
16362   return 0;
16363 }
16364 _ACEOF
16365 rm -f conftest.$ac_objext conftest$ac_exeext
16366 if { (ac_try="$ac_link"
16367 case "(($ac_try" in
16368   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16369   *) ac_try_echo=$ac_try;;
16370 esac
16371 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16372 $as_echo "$ac_try_echo") >&5
16373   (eval "$ac_link") 2>conftest.er1
16374   ac_status=$?
16375   grep -v '^ *+' conftest.er1 >conftest.err
16376   rm -f conftest.er1
16377   cat conftest.err >&5
16378   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16379   (exit $ac_status); } && {
16380          test -z "$ac_c_werror_flag" ||
16381          test ! -s conftest.err
16382        } && test -s conftest$ac_exeext && {
16383          test "$cross_compiling" = yes ||
16384          $as_test_x conftest$ac_exeext
16385        }; then
16386   case "$LIBEXT" in
16387     dll) ;;
16388     dylib) ac_cv_lib_soname_fontconfig=`otool -L conftest$ac_exeext | grep "libfontconfig\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfontconfig\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16389     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16390   esac
16391 else
16392   $as_echo "$as_me: failed program was:" >&5
16393 sed 's/^/| /' conftest.$ac_ext >&5
16394
16395
16396 fi
16397
16398 rm -rf conftest.dSYM
16399 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16400       conftest$ac_exeext conftest.$ac_ext
16401   LIBS=$ac_check_soname_save_LIBS
16402 fi
16403 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16404   { $as_echo "$as_me:$LINENO: result: not found" >&5
16405 $as_echo "not found" >&6; }
16406
16407 else
16408   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16409 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16410
16411 cat >>confdefs.h <<_ACEOF
16412 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16413 _ACEOF
16414
16415
16416 fi
16417
16418 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16419 then
16420         ac_save_CPPFLAGS="$CPPFLAGS"
16421     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16422     $as_unset ac_cv_header_fontconfig_fontconfig_h
16423
16424 for ac_header in fontconfig/fontconfig.h
16425 do
16426 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16427 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16428   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16429 $as_echo_n "checking for $ac_header... " >&6; }
16430 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16431   $as_echo_n "(cached) " >&6
16432 fi
16433 ac_res=`eval 'as_val=${'$as_ac_Header'}
16434                  $as_echo "$as_val"'`
16435                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16436 $as_echo "$ac_res" >&6; }
16437 else
16438   # Is the header compilable?
16439 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16440 $as_echo_n "checking $ac_header usability... " >&6; }
16441 cat >conftest.$ac_ext <<_ACEOF
16442 /* confdefs.h.  */
16443 _ACEOF
16444 cat confdefs.h >>conftest.$ac_ext
16445 cat >>conftest.$ac_ext <<_ACEOF
16446 /* end confdefs.h.  */
16447 $ac_includes_default
16448 #include <$ac_header>
16449 _ACEOF
16450 rm -f conftest.$ac_objext
16451 if { (ac_try="$ac_compile"
16452 case "(($ac_try" in
16453   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16454   *) ac_try_echo=$ac_try;;
16455 esac
16456 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16457 $as_echo "$ac_try_echo") >&5
16458   (eval "$ac_compile") 2>conftest.er1
16459   ac_status=$?
16460   grep -v '^ *+' conftest.er1 >conftest.err
16461   rm -f conftest.er1
16462   cat conftest.err >&5
16463   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16464   (exit $ac_status); } && {
16465          test -z "$ac_c_werror_flag" ||
16466          test ! -s conftest.err
16467        } && test -s conftest.$ac_objext; then
16468   ac_header_compiler=yes
16469 else
16470   $as_echo "$as_me: failed program was:" >&5
16471 sed 's/^/| /' conftest.$ac_ext >&5
16472
16473         ac_header_compiler=no
16474 fi
16475
16476 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16477 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16478 $as_echo "$ac_header_compiler" >&6; }
16479
16480 # Is the header present?
16481 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16482 $as_echo_n "checking $ac_header presence... " >&6; }
16483 cat >conftest.$ac_ext <<_ACEOF
16484 /* confdefs.h.  */
16485 _ACEOF
16486 cat confdefs.h >>conftest.$ac_ext
16487 cat >>conftest.$ac_ext <<_ACEOF
16488 /* end confdefs.h.  */
16489 #include <$ac_header>
16490 _ACEOF
16491 if { (ac_try="$ac_cpp conftest.$ac_ext"
16492 case "(($ac_try" in
16493   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16494   *) ac_try_echo=$ac_try;;
16495 esac
16496 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16497 $as_echo "$ac_try_echo") >&5
16498   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16499   ac_status=$?
16500   grep -v '^ *+' conftest.er1 >conftest.err
16501   rm -f conftest.er1
16502   cat conftest.err >&5
16503   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16504   (exit $ac_status); } >/dev/null && {
16505          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16506          test ! -s conftest.err
16507        }; then
16508   ac_header_preproc=yes
16509 else
16510   $as_echo "$as_me: failed program was:" >&5
16511 sed 's/^/| /' conftest.$ac_ext >&5
16512
16513   ac_header_preproc=no
16514 fi
16515
16516 rm -f conftest.err conftest.$ac_ext
16517 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16518 $as_echo "$ac_header_preproc" >&6; }
16519
16520 # So?  What about this header?
16521 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16522   yes:no: )
16523     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16524 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16525     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16526 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16527     ac_header_preproc=yes
16528     ;;
16529   no:yes:* )
16530     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16531 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16532     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16533 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16534     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16535 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16536     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16537 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16538     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16539 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16540     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16541 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16542     ( cat <<\_ASBOX
16543 ## ------------------------------------ ##
16544 ## Report this to wine-devel@winehq.org ##
16545 ## ------------------------------------ ##
16546 _ASBOX
16547      ) | sed "s/^/$as_me: WARNING:     /" >&2
16548     ;;
16549 esac
16550 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16551 $as_echo_n "checking for $ac_header... " >&6; }
16552 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16553   $as_echo_n "(cached) " >&6
16554 else
16555   eval "$as_ac_Header=\$ac_header_preproc"
16556 fi
16557 ac_res=`eval 'as_val=${'$as_ac_Header'}
16558                  $as_echo "$as_val"'`
16559                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16560 $as_echo "$ac_res" >&6; }
16561
16562 fi
16563 as_val=`eval 'as_val=${'$as_ac_Header'}
16564                  $as_echo "$as_val"'`
16565    if test "x$as_val" = x""yes; then
16566   cat >>confdefs.h <<_ACEOF
16567 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16568 _ACEOF
16569
16570 fi
16571
16572 done
16573
16574     CPPFLAGS="$ac_save_CPPFLAGS"
16575     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16576     then
16577         FONTCONFIGINCL="$X_CFLAGS"
16578
16579         { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16580 $as_echo_n "checking for -lfontconfig... " >&6; }
16581 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16582   $as_echo_n "(cached) " >&6
16583 else
16584   ac_check_soname_save_LIBS=$LIBS
16585 LIBS="-lfontconfig $X_LIBS $LIBS"
16586   cat >conftest.$ac_ext <<_ACEOF
16587 /* confdefs.h.  */
16588 _ACEOF
16589 cat confdefs.h >>conftest.$ac_ext
16590 cat >>conftest.$ac_ext <<_ACEOF
16591 /* end confdefs.h.  */
16592
16593 /* Override any GCC internal prototype to avoid an error.
16594    Use char because int might match the return type of a GCC
16595    builtin and then its argument prototype would still apply.  */
16596 #ifdef __cplusplus
16597 extern "C"
16598 #endif
16599 char FcInit ();
16600 int
16601 main ()
16602 {
16603 return FcInit ();
16604   ;
16605   return 0;
16606 }
16607 _ACEOF
16608 rm -f conftest.$ac_objext conftest$ac_exeext
16609 if { (ac_try="$ac_link"
16610 case "(($ac_try" in
16611   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16612   *) ac_try_echo=$ac_try;;
16613 esac
16614 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16615 $as_echo "$ac_try_echo") >&5
16616   (eval "$ac_link") 2>conftest.er1
16617   ac_status=$?
16618   grep -v '^ *+' conftest.er1 >conftest.err
16619   rm -f conftest.er1
16620   cat conftest.err >&5
16621   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16622   (exit $ac_status); } && {
16623          test -z "$ac_c_werror_flag" ||
16624          test ! -s conftest.err
16625        } && test -s conftest$ac_exeext && {
16626          test "$cross_compiling" = yes ||
16627          $as_test_x conftest$ac_exeext
16628        }; then
16629   case "$LIBEXT" in
16630     dll) ;;
16631     dylib) ac_cv_lib_soname_fontconfig=`otool -L conftest$ac_exeext | grep "libfontconfig\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfontconfig\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16632     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16633   esac
16634 else
16635   $as_echo "$as_me: failed program was:" >&5
16636 sed 's/^/| /' conftest.$ac_ext >&5
16637
16638
16639 fi
16640
16641 rm -rf conftest.dSYM
16642 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16643       conftest$ac_exeext conftest.$ac_ext
16644   LIBS=$ac_check_soname_save_LIBS
16645 fi
16646 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16647   { $as_echo "$as_me:$LINENO: result: not found" >&5
16648 $as_echo "not found" >&6; }
16649
16650 else
16651   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16652 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16653
16654 cat >>confdefs.h <<_ACEOF
16655 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16656 _ACEOF
16657
16658
16659 fi
16660
16661     fi
16662 fi
16663 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16664   case "x$with_fontconfig" in
16665   x)   wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16666   xno) ;;
16667   *)   { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16668 This is an error since --with-fontconfig was requested." >&5
16669 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16670 This is an error since --with-fontconfig was requested." >&2;}
16671    { (exit 1); exit 1; }; } ;;
16672 esac
16673 fi
16674
16675
16676 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16677 then
16678     { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16679 $as_echo_n "checking for -lssl... " >&6; }
16680 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16681   $as_echo_n "(cached) " >&6
16682 else
16683   ac_check_soname_save_LIBS=$LIBS
16684 LIBS="-lssl  $LIBS"
16685   cat >conftest.$ac_ext <<_ACEOF
16686 /* confdefs.h.  */
16687 _ACEOF
16688 cat confdefs.h >>conftest.$ac_ext
16689 cat >>conftest.$ac_ext <<_ACEOF
16690 /* end confdefs.h.  */
16691
16692 /* Override any GCC internal prototype to avoid an error.
16693    Use char because int might match the return type of a GCC
16694    builtin and then its argument prototype would still apply.  */
16695 #ifdef __cplusplus
16696 extern "C"
16697 #endif
16698 char SSL_library_init ();
16699 int
16700 main ()
16701 {
16702 return SSL_library_init ();
16703   ;
16704   return 0;
16705 }
16706 _ACEOF
16707 rm -f conftest.$ac_objext conftest$ac_exeext
16708 if { (ac_try="$ac_link"
16709 case "(($ac_try" in
16710   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16711   *) ac_try_echo=$ac_try;;
16712 esac
16713 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16714 $as_echo "$ac_try_echo") >&5
16715   (eval "$ac_link") 2>conftest.er1
16716   ac_status=$?
16717   grep -v '^ *+' conftest.er1 >conftest.err
16718   rm -f conftest.er1
16719   cat conftest.err >&5
16720   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16721   (exit $ac_status); } && {
16722          test -z "$ac_c_werror_flag" ||
16723          test ! -s conftest.err
16724        } && test -s conftest$ac_exeext && {
16725          test "$cross_compiling" = yes ||
16726          $as_test_x conftest$ac_exeext
16727        }; then
16728   case "$LIBEXT" in
16729     dll) ;;
16730     dylib) ac_cv_lib_soname_ssl=`otool -L conftest$ac_exeext | grep "libssl\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libssl\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16731     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
16732   esac
16733 else
16734   $as_echo "$as_me: failed program was:" >&5
16735 sed 's/^/| /' conftest.$ac_ext >&5
16736
16737
16738 fi
16739
16740 rm -rf conftest.dSYM
16741 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16742       conftest$ac_exeext conftest.$ac_ext
16743   LIBS=$ac_check_soname_save_LIBS
16744 fi
16745 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16746   { $as_echo "$as_me:$LINENO: result: not found" >&5
16747 $as_echo "not found" >&6; }
16748
16749 else
16750   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16751 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16752
16753 cat >>confdefs.h <<_ACEOF
16754 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16755 _ACEOF
16756
16757
16758 fi
16759
16760     { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16761 $as_echo_n "checking for -lcrypto... " >&6; }
16762 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16763   $as_echo_n "(cached) " >&6
16764 else
16765   ac_check_soname_save_LIBS=$LIBS
16766 LIBS="-lcrypto  $LIBS"
16767   cat >conftest.$ac_ext <<_ACEOF
16768 /* confdefs.h.  */
16769 _ACEOF
16770 cat confdefs.h >>conftest.$ac_ext
16771 cat >>conftest.$ac_ext <<_ACEOF
16772 /* end confdefs.h.  */
16773
16774 /* Override any GCC internal prototype to avoid an error.
16775    Use char because int might match the return type of a GCC
16776    builtin and then its argument prototype would still apply.  */
16777 #ifdef __cplusplus
16778 extern "C"
16779 #endif
16780 char BIO_new_socket ();
16781 int
16782 main ()
16783 {
16784 return BIO_new_socket ();
16785   ;
16786   return 0;
16787 }
16788 _ACEOF
16789 rm -f conftest.$ac_objext conftest$ac_exeext
16790 if { (ac_try="$ac_link"
16791 case "(($ac_try" in
16792   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16793   *) ac_try_echo=$ac_try;;
16794 esac
16795 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16796 $as_echo "$ac_try_echo") >&5
16797   (eval "$ac_link") 2>conftest.er1
16798   ac_status=$?
16799   grep -v '^ *+' conftest.er1 >conftest.err
16800   rm -f conftest.er1
16801   cat conftest.err >&5
16802   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16803   (exit $ac_status); } && {
16804          test -z "$ac_c_werror_flag" ||
16805          test ! -s conftest.err
16806        } && test -s conftest$ac_exeext && {
16807          test "$cross_compiling" = yes ||
16808          $as_test_x conftest$ac_exeext
16809        }; then
16810   case "$LIBEXT" in
16811     dll) ;;
16812     dylib) ac_cv_lib_soname_crypto=`otool -L conftest$ac_exeext | grep "libcrypto\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcrypto\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16813     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
16814   esac
16815 else
16816   $as_echo "$as_me: failed program was:" >&5
16817 sed 's/^/| /' conftest.$ac_ext >&5
16818
16819
16820 fi
16821
16822 rm -rf conftest.dSYM
16823 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16824       conftest$ac_exeext conftest.$ac_ext
16825   LIBS=$ac_check_soname_save_LIBS
16826 fi
16827 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16828   { $as_echo "$as_me:$LINENO: result: not found" >&5
16829 $as_echo "not found" >&6; }
16830
16831 else
16832   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16833 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16834
16835 cat >>confdefs.h <<_ACEOF
16836 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16837 _ACEOF
16838
16839
16840 fi
16841
16842 fi
16843 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16844   case "x$with_openssl" in
16845   x)   wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16846   xno) ;;
16847   *)   { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16848 This is an error since --with-openssl was requested." >&5
16849 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16850 This is an error since --with-openssl was requested." >&2;}
16851    { (exit 1); exit 1; }; } ;;
16852 esac
16853 fi
16854
16855
16856 if test "$ac_cv_header_jpeglib_h" = "yes"
16857 then
16858     { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16859 $as_echo_n "checking for -ljpeg... " >&6; }
16860 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16861   $as_echo_n "(cached) " >&6
16862 else
16863   ac_check_soname_save_LIBS=$LIBS
16864 LIBS="-ljpeg  $LIBS"
16865   cat >conftest.$ac_ext <<_ACEOF
16866 /* confdefs.h.  */
16867 _ACEOF
16868 cat confdefs.h >>conftest.$ac_ext
16869 cat >>conftest.$ac_ext <<_ACEOF
16870 /* end confdefs.h.  */
16871
16872 /* Override any GCC internal prototype to avoid an error.
16873    Use char because int might match the return type of a GCC
16874    builtin and then its argument prototype would still apply.  */
16875 #ifdef __cplusplus
16876 extern "C"
16877 #endif
16878 char jpeg_start_decompress ();
16879 int
16880 main ()
16881 {
16882 return jpeg_start_decompress ();
16883   ;
16884   return 0;
16885 }
16886 _ACEOF
16887 rm -f conftest.$ac_objext conftest$ac_exeext
16888 if { (ac_try="$ac_link"
16889 case "(($ac_try" in
16890   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16891   *) ac_try_echo=$ac_try;;
16892 esac
16893 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16894 $as_echo "$ac_try_echo") >&5
16895   (eval "$ac_link") 2>conftest.er1
16896   ac_status=$?
16897   grep -v '^ *+' conftest.er1 >conftest.err
16898   rm -f conftest.er1
16899   cat conftest.err >&5
16900   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16901   (exit $ac_status); } && {
16902          test -z "$ac_c_werror_flag" ||
16903          test ! -s conftest.err
16904        } && test -s conftest$ac_exeext && {
16905          test "$cross_compiling" = yes ||
16906          $as_test_x conftest$ac_exeext
16907        }; then
16908   case "$LIBEXT" in
16909     dll) ;;
16910     dylib) ac_cv_lib_soname_jpeg=`otool -L conftest$ac_exeext | grep "libjpeg\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libjpeg\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16911     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16912   esac
16913 else
16914   $as_echo "$as_me: failed program was:" >&5
16915 sed 's/^/| /' conftest.$ac_ext >&5
16916
16917
16918 fi
16919
16920 rm -rf conftest.dSYM
16921 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16922       conftest$ac_exeext conftest.$ac_ext
16923   LIBS=$ac_check_soname_save_LIBS
16924 fi
16925 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16926   { $as_echo "$as_me:$LINENO: result: not found" >&5
16927 $as_echo "not found" >&6; }
16928
16929 else
16930   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16931 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16932
16933 cat >>confdefs.h <<_ACEOF
16934 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16935 _ACEOF
16936
16937
16938 fi
16939
16940 fi
16941 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16942   case "x$with_jpeg" in
16943   x)   wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16944   xno) ;;
16945   *)   { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16946 This is an error since --with-jpeg was requested." >&5
16947 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16948 This is an error since --with-jpeg was requested." >&2;}
16949    { (exit 1); exit 1; }; } ;;
16950 esac
16951 fi
16952
16953
16954 if test "$ac_cv_header_png_h" = "yes"
16955 then
16956     { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16957 $as_echo_n "checking for -lpng... " >&6; }
16958 if test "${ac_cv_lib_soname_png+set}" = set; then
16959   $as_echo_n "(cached) " >&6
16960 else
16961   ac_check_soname_save_LIBS=$LIBS
16962 LIBS="-lpng -lm -lz $LIBS"
16963   cat >conftest.$ac_ext <<_ACEOF
16964 /* confdefs.h.  */
16965 _ACEOF
16966 cat confdefs.h >>conftest.$ac_ext
16967 cat >>conftest.$ac_ext <<_ACEOF
16968 /* end confdefs.h.  */
16969
16970 /* Override any GCC internal prototype to avoid an error.
16971    Use char because int might match the return type of a GCC
16972    builtin and then its argument prototype would still apply.  */
16973 #ifdef __cplusplus
16974 extern "C"
16975 #endif
16976 char png_create_read_struct ();
16977 int
16978 main ()
16979 {
16980 return png_create_read_struct ();
16981   ;
16982   return 0;
16983 }
16984 _ACEOF
16985 rm -f conftest.$ac_objext conftest$ac_exeext
16986 if { (ac_try="$ac_link"
16987 case "(($ac_try" in
16988   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16989   *) ac_try_echo=$ac_try;;
16990 esac
16991 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16992 $as_echo "$ac_try_echo") >&5
16993   (eval "$ac_link") 2>conftest.er1
16994   ac_status=$?
16995   grep -v '^ *+' conftest.er1 >conftest.err
16996   rm -f conftest.er1
16997   cat conftest.err >&5
16998   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16999   (exit $ac_status); } && {
17000          test -z "$ac_c_werror_flag" ||
17001          test ! -s conftest.err
17002        } && test -s conftest$ac_exeext && {
17003          test "$cross_compiling" = yes ||
17004          $as_test_x conftest$ac_exeext
17005        }; then
17006   case "$LIBEXT" in
17007     dll) ;;
17008     dylib) ac_cv_lib_soname_png=`otool -L conftest$ac_exeext | grep "libpng[0-9]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libpng[0-9]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
17009     *) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
17010   esac
17011 else
17012   $as_echo "$as_me: failed program was:" >&5
17013 sed 's/^/| /' conftest.$ac_ext >&5
17014
17015
17016 fi
17017
17018 rm -rf conftest.dSYM
17019 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17020       conftest$ac_exeext conftest.$ac_ext
17021   LIBS=$ac_check_soname_save_LIBS
17022 fi
17023 if test "x$ac_cv_lib_soname_png" = "x"; then
17024   { $as_echo "$as_me:$LINENO: result: not found" >&5
17025 $as_echo "not found" >&6; }
17026
17027 else
17028   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
17029 $as_echo "$ac_cv_lib_soname_png" >&6; }
17030
17031 cat >>confdefs.h <<_ACEOF
17032 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
17033 _ACEOF
17034
17035
17036 fi
17037
17038 fi
17039 if test "x$ac_cv_lib_soname_png" = "x"; then
17040   case "x$with_png" in
17041   x)   wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
17042   xno) ;;
17043   *)   { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17044 This is an error since --with-png was requested." >&5
17045 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17046 This is an error since --with-png was requested." >&2;}
17047    { (exit 1); exit 1; }; } ;;
17048 esac
17049 fi
17050
17051
17052 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17053 $as_echo_n "checking for -lodbc... " >&6; }
17054 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17055   $as_echo_n "(cached) " >&6
17056 else
17057   ac_check_soname_save_LIBS=$LIBS
17058 LIBS="-lodbc  $LIBS"
17059   cat >conftest.$ac_ext <<_ACEOF
17060 /* confdefs.h.  */
17061 _ACEOF
17062 cat confdefs.h >>conftest.$ac_ext
17063 cat >>conftest.$ac_ext <<_ACEOF
17064 /* end confdefs.h.  */
17065
17066 /* Override any GCC internal prototype to avoid an error.
17067    Use char because int might match the return type of a GCC
17068    builtin and then its argument prototype would still apply.  */
17069 #ifdef __cplusplus
17070 extern "C"
17071 #endif
17072 char SQLConnect ();
17073 int
17074 main ()
17075 {
17076 return SQLConnect ();
17077   ;
17078   return 0;
17079 }
17080 _ACEOF
17081 rm -f conftest.$ac_objext conftest$ac_exeext
17082 if { (ac_try="$ac_link"
17083 case "(($ac_try" in
17084   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17085   *) ac_try_echo=$ac_try;;
17086 esac
17087 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17088 $as_echo "$ac_try_echo") >&5
17089   (eval "$ac_link") 2>conftest.er1
17090   ac_status=$?
17091   grep -v '^ *+' conftest.er1 >conftest.err
17092   rm -f conftest.er1
17093   cat conftest.err >&5
17094   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17095   (exit $ac_status); } && {
17096          test -z "$ac_c_werror_flag" ||
17097          test ! -s conftest.err
17098        } && test -s conftest$ac_exeext && {
17099          test "$cross_compiling" = yes ||
17100          $as_test_x conftest$ac_exeext
17101        }; then
17102   case "$LIBEXT" in
17103     dll) ;;
17104     dylib) ac_cv_lib_soname_odbc=`otool -L conftest$ac_exeext | grep "libodbc\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libodbc\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
17105     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
17106   esac
17107 else
17108   $as_echo "$as_me: failed program was:" >&5
17109 sed 's/^/| /' conftest.$ac_ext >&5
17110
17111
17112 fi
17113
17114 rm -rf conftest.dSYM
17115 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17116       conftest$ac_exeext conftest.$ac_ext
17117   LIBS=$ac_check_soname_save_LIBS
17118 fi
17119 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17120   { $as_echo "$as_me:$LINENO: result: not found" >&5
17121 $as_echo "not found" >&6; }
17122        cat >>confdefs.h <<_ACEOF
17123 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17124 _ACEOF
17125
17126 else
17127   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17128 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17129
17130 cat >>confdefs.h <<_ACEOF
17131 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17132 _ACEOF
17133
17134
17135 fi
17136
17137
17138 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17139         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17140         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17141         "$ac_cv_header_soundcard_h" != "yes" -a \
17142         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17143 then
17144     wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17145 fi
17146
17147
17148 EXTRACFLAGS=""
17149
17150 if test "x${GCC}" = "xyes"
17151 then
17152   EXTRACFLAGS="-Wall -pipe"
17153
17154     { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17155 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17156 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17157   $as_echo_n "(cached) " >&6
17158 else
17159   if test "$cross_compiling" = yes; then
17160   ac_cv_c_gcc_strength_bug="yes"
17161 else
17162   cat >conftest.$ac_ext <<_ACEOF
17163 /* confdefs.h.  */
17164 _ACEOF
17165 cat confdefs.h >>conftest.$ac_ext
17166 cat >>conftest.$ac_ext <<_ACEOF
17167 /* end confdefs.h.  */
17168 int L[4] = {0,1,2,3};
17169 int
17170 main ()
17171 {
17172 static int Array[3];
17173   unsigned int B = 3;
17174   int i;
17175   for(i=0; i<B; i++) Array[i] = i - 3;
17176   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17177   L[i] = 4;
17178   exit( Array[1] != -2 || L[2] != 3)
17179   ;
17180   return 0;
17181 }
17182 _ACEOF
17183 rm -f conftest$ac_exeext
17184 if { (ac_try="$ac_link"
17185 case "(($ac_try" in
17186   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17187   *) ac_try_echo=$ac_try;;
17188 esac
17189 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17190 $as_echo "$ac_try_echo") >&5
17191   (eval "$ac_link") 2>&5
17192   ac_status=$?
17193   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17194   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17195   { (case "(($ac_try" in
17196   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17197   *) ac_try_echo=$ac_try;;
17198 esac
17199 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17200 $as_echo "$ac_try_echo") >&5
17201   (eval "$ac_try") 2>&5
17202   ac_status=$?
17203   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17204   (exit $ac_status); }; }; then
17205   ac_cv_c_gcc_strength_bug="no"
17206 else
17207   $as_echo "$as_me: program exited with status $ac_status" >&5
17208 $as_echo "$as_me: failed program was:" >&5
17209 sed 's/^/| /' conftest.$ac_ext >&5
17210
17211 ( exit $ac_status )
17212 ac_cv_c_gcc_strength_bug="yes"
17213 fi
17214 rm -rf conftest.dSYM
17215 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17216 fi
17217
17218
17219 fi
17220 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17221 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17222   if test "$ac_cv_c_gcc_strength_bug" = "yes"
17223   then
17224     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17225   fi
17226
17227     { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17228 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17229 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17230   $as_echo_n "(cached) " >&6
17231 else
17232   ac_wine_try_cflags_saved=$CFLAGS
17233 CFLAGS="$CFLAGS -fno-builtin"
17234 cat >conftest.$ac_ext <<_ACEOF
17235 /* confdefs.h.  */
17236 _ACEOF
17237 cat confdefs.h >>conftest.$ac_ext
17238 cat >>conftest.$ac_ext <<_ACEOF
17239 /* end confdefs.h.  */
17240
17241 int
17242 main ()
17243 {
17244
17245   ;
17246   return 0;
17247 }
17248 _ACEOF
17249 rm -f conftest.$ac_objext conftest$ac_exeext
17250 if { (ac_try="$ac_link"
17251 case "(($ac_try" in
17252   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17253   *) ac_try_echo=$ac_try;;
17254 esac
17255 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17256 $as_echo "$ac_try_echo") >&5
17257   (eval "$ac_link") 2>conftest.er1
17258   ac_status=$?
17259   grep -v '^ *+' conftest.er1 >conftest.err
17260   rm -f conftest.er1
17261   cat conftest.err >&5
17262   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17263   (exit $ac_status); } && {
17264          test -z "$ac_c_werror_flag" ||
17265          test ! -s conftest.err
17266        } && test -s conftest$ac_exeext && {
17267          test "$cross_compiling" = yes ||
17268          $as_test_x conftest$ac_exeext
17269        }; then
17270   ac_cv_cflags__fno_builtin=yes
17271 else
17272   $as_echo "$as_me: failed program was:" >&5
17273 sed 's/^/| /' conftest.$ac_ext >&5
17274
17275         ac_cv_cflags__fno_builtin=no
17276 fi
17277
17278 rm -rf conftest.dSYM
17279 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17280       conftest$ac_exeext conftest.$ac_ext
17281 CFLAGS=$ac_wine_try_cflags_saved
17282 fi
17283 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17284 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17285 if test $ac_cv_cflags__fno_builtin = yes; then
17286   BUILTINFLAG="-fno-builtin"
17287
17288 fi
17289
17290   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17291 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17292 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17293   $as_echo_n "(cached) " >&6
17294 else
17295   ac_wine_try_cflags_saved=$CFLAGS
17296 CFLAGS="$CFLAGS -fno-strict-aliasing"
17297 cat >conftest.$ac_ext <<_ACEOF
17298 /* confdefs.h.  */
17299 _ACEOF
17300 cat confdefs.h >>conftest.$ac_ext
17301 cat >>conftest.$ac_ext <<_ACEOF
17302 /* end confdefs.h.  */
17303
17304 int
17305 main ()
17306 {
17307
17308   ;
17309   return 0;
17310 }
17311 _ACEOF
17312 rm -f conftest.$ac_objext conftest$ac_exeext
17313 if { (ac_try="$ac_link"
17314 case "(($ac_try" in
17315   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17316   *) ac_try_echo=$ac_try;;
17317 esac
17318 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17319 $as_echo "$ac_try_echo") >&5
17320   (eval "$ac_link") 2>conftest.er1
17321   ac_status=$?
17322   grep -v '^ *+' conftest.er1 >conftest.err
17323   rm -f conftest.er1
17324   cat conftest.err >&5
17325   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17326   (exit $ac_status); } && {
17327          test -z "$ac_c_werror_flag" ||
17328          test ! -s conftest.err
17329        } && test -s conftest$ac_exeext && {
17330          test "$cross_compiling" = yes ||
17331          $as_test_x conftest$ac_exeext
17332        }; then
17333   ac_cv_cflags__fno_strict_aliasing=yes
17334 else
17335   $as_echo "$as_me: failed program was:" >&5
17336 sed 's/^/| /' conftest.$ac_ext >&5
17337
17338         ac_cv_cflags__fno_strict_aliasing=no
17339 fi
17340
17341 rm -rf conftest.dSYM
17342 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17343       conftest$ac_exeext conftest.$ac_ext
17344 CFLAGS=$ac_wine_try_cflags_saved
17345 fi
17346 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17347 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17348 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17349   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17350 fi
17351
17352   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17353 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17354 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17355   $as_echo_n "(cached) " >&6
17356 else
17357   ac_wine_try_cflags_saved=$CFLAGS
17358 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17359 cat >conftest.$ac_ext <<_ACEOF
17360 /* confdefs.h.  */
17361 _ACEOF
17362 cat confdefs.h >>conftest.$ac_ext
17363 cat >>conftest.$ac_ext <<_ACEOF
17364 /* end confdefs.h.  */
17365
17366 int
17367 main ()
17368 {
17369
17370   ;
17371   return 0;
17372 }
17373 _ACEOF
17374 rm -f conftest.$ac_objext conftest$ac_exeext
17375 if { (ac_try="$ac_link"
17376 case "(($ac_try" in
17377   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17378   *) ac_try_echo=$ac_try;;
17379 esac
17380 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17381 $as_echo "$ac_try_echo") >&5
17382   (eval "$ac_link") 2>conftest.er1
17383   ac_status=$?
17384   grep -v '^ *+' conftest.er1 >conftest.err
17385   rm -f conftest.er1
17386   cat conftest.err >&5
17387   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17388   (exit $ac_status); } && {
17389          test -z "$ac_c_werror_flag" ||
17390          test ! -s conftest.err
17391        } && test -s conftest$ac_exeext && {
17392          test "$cross_compiling" = yes ||
17393          $as_test_x conftest$ac_exeext
17394        }; then
17395   ac_cv_cflags__Wdeclaration_after_statement=yes
17396 else
17397   $as_echo "$as_me: failed program was:" >&5
17398 sed 's/^/| /' conftest.$ac_ext >&5
17399
17400         ac_cv_cflags__Wdeclaration_after_statement=no
17401 fi
17402
17403 rm -rf conftest.dSYM
17404 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17405       conftest$ac_exeext conftest.$ac_ext
17406 CFLAGS=$ac_wine_try_cflags_saved
17407 fi
17408 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17409 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17410 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17411   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17412 fi
17413
17414   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17415 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17416 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17417   $as_echo_n "(cached) " >&6
17418 else
17419   ac_wine_try_cflags_saved=$CFLAGS
17420 CFLAGS="$CFLAGS -Wwrite-strings"
17421 cat >conftest.$ac_ext <<_ACEOF
17422 /* confdefs.h.  */
17423 _ACEOF
17424 cat confdefs.h >>conftest.$ac_ext
17425 cat >>conftest.$ac_ext <<_ACEOF
17426 /* end confdefs.h.  */
17427
17428 int
17429 main ()
17430 {
17431
17432   ;
17433   return 0;
17434 }
17435 _ACEOF
17436 rm -f conftest.$ac_objext conftest$ac_exeext
17437 if { (ac_try="$ac_link"
17438 case "(($ac_try" in
17439   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17440   *) ac_try_echo=$ac_try;;
17441 esac
17442 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17443 $as_echo "$ac_try_echo") >&5
17444   (eval "$ac_link") 2>conftest.er1
17445   ac_status=$?
17446   grep -v '^ *+' conftest.er1 >conftest.err
17447   rm -f conftest.er1
17448   cat conftest.err >&5
17449   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17450   (exit $ac_status); } && {
17451          test -z "$ac_c_werror_flag" ||
17452          test ! -s conftest.err
17453        } && test -s conftest$ac_exeext && {
17454          test "$cross_compiling" = yes ||
17455          $as_test_x conftest$ac_exeext
17456        }; then
17457   ac_cv_cflags__Wwrite_strings=yes
17458 else
17459   $as_echo "$as_me: failed program was:" >&5
17460 sed 's/^/| /' conftest.$ac_ext >&5
17461
17462         ac_cv_cflags__Wwrite_strings=no
17463 fi
17464
17465 rm -rf conftest.dSYM
17466 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17467       conftest$ac_exeext conftest.$ac_ext
17468 CFLAGS=$ac_wine_try_cflags_saved
17469 fi
17470 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17471 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17472 if test $ac_cv_cflags__Wwrite_strings = yes; then
17473   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17474 fi
17475
17476   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17477 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17478 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17479   $as_echo_n "(cached) " >&6
17480 else
17481   ac_wine_try_cflags_saved=$CFLAGS
17482 CFLAGS="$CFLAGS -Wtype-limits"
17483 cat >conftest.$ac_ext <<_ACEOF
17484 /* confdefs.h.  */
17485 _ACEOF
17486 cat confdefs.h >>conftest.$ac_ext
17487 cat >>conftest.$ac_ext <<_ACEOF
17488 /* end confdefs.h.  */
17489
17490 int
17491 main ()
17492 {
17493
17494   ;
17495   return 0;
17496 }
17497 _ACEOF
17498 rm -f conftest.$ac_objext conftest$ac_exeext
17499 if { (ac_try="$ac_link"
17500 case "(($ac_try" in
17501   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17502   *) ac_try_echo=$ac_try;;
17503 esac
17504 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17505 $as_echo "$ac_try_echo") >&5
17506   (eval "$ac_link") 2>conftest.er1
17507   ac_status=$?
17508   grep -v '^ *+' conftest.er1 >conftest.err
17509   rm -f conftest.er1
17510   cat conftest.err >&5
17511   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17512   (exit $ac_status); } && {
17513          test -z "$ac_c_werror_flag" ||
17514          test ! -s conftest.err
17515        } && test -s conftest$ac_exeext && {
17516          test "$cross_compiling" = yes ||
17517          $as_test_x conftest$ac_exeext
17518        }; then
17519   ac_cv_cflags__Wtype_limits=yes
17520 else
17521   $as_echo "$as_me: failed program was:" >&5
17522 sed 's/^/| /' conftest.$ac_ext >&5
17523
17524         ac_cv_cflags__Wtype_limits=no
17525 fi
17526
17527 rm -rf conftest.dSYM
17528 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17529       conftest$ac_exeext conftest.$ac_ext
17530 CFLAGS=$ac_wine_try_cflags_saved
17531 fi
17532 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17533 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17534 if test $ac_cv_cflags__Wtype_limits = yes; then
17535   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17536 fi
17537
17538
17539     saved_CFLAGS="$CFLAGS"
17540   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17541   { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17542 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17543 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17544   $as_echo_n "(cached) " >&6
17545 else
17546   cat >conftest.$ac_ext <<_ACEOF
17547 /* confdefs.h.  */
17548 _ACEOF
17549 cat confdefs.h >>conftest.$ac_ext
17550 cat >>conftest.$ac_ext <<_ACEOF
17551 /* end confdefs.h.  */
17552 #include <string.h>
17553 int
17554 main ()
17555 {
17556
17557   ;
17558   return 0;
17559 }
17560 _ACEOF
17561 rm -f conftest.$ac_objext
17562 if { (ac_try="$ac_compile"
17563 case "(($ac_try" in
17564   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17565   *) ac_try_echo=$ac_try;;
17566 esac
17567 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17568 $as_echo "$ac_try_echo") >&5
17569   (eval "$ac_compile") 2>conftest.er1
17570   ac_status=$?
17571   grep -v '^ *+' conftest.er1 >conftest.err
17572   rm -f conftest.er1
17573   cat conftest.err >&5
17574   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17575   (exit $ac_status); } && {
17576          test -z "$ac_c_werror_flag" ||
17577          test ! -s conftest.err
17578        } && test -s conftest.$ac_objext; then
17579   ac_cv_c_string_h_warnings=no
17580 else
17581   $as_echo "$as_me: failed program was:" >&5
17582 sed 's/^/| /' conftest.$ac_ext >&5
17583
17584         ac_cv_c_string_h_warnings=yes
17585 fi
17586
17587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17588 fi
17589 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17590 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17591   CFLAGS="$saved_CFLAGS"
17592   if test "$ac_cv_c_string_h_warnings" = "no"
17593   then
17594     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17595   fi
17596 fi
17597
17598
17599 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17600 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17601 if test "${ac_cv_asm_func_def+set}" = set; then
17602   $as_echo_n "(cached) " >&6
17603 else
17604   cat >conftest.$ac_ext <<_ACEOF
17605 /* confdefs.h.  */
17606 _ACEOF
17607 cat confdefs.h >>conftest.$ac_ext
17608 cat >>conftest.$ac_ext <<_ACEOF
17609 /* end confdefs.h.  */
17610
17611 int
17612 main ()
17613 {
17614 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17615   ;
17616   return 0;
17617 }
17618 _ACEOF
17619 rm -f conftest.$ac_objext conftest$ac_exeext
17620 if { (ac_try="$ac_link"
17621 case "(($ac_try" in
17622   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17623   *) ac_try_echo=$ac_try;;
17624 esac
17625 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17626 $as_echo "$ac_try_echo") >&5
17627   (eval "$ac_link") 2>conftest.er1
17628   ac_status=$?
17629   grep -v '^ *+' conftest.er1 >conftest.err
17630   rm -f conftest.er1
17631   cat conftest.err >&5
17632   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17633   (exit $ac_status); } && {
17634          test -z "$ac_c_werror_flag" ||
17635          test ! -s conftest.err
17636        } && test -s conftest$ac_exeext && {
17637          test "$cross_compiling" = yes ||
17638          $as_test_x conftest$ac_exeext
17639        }; then
17640   ac_cv_asm_func_def=".def"
17641 else
17642   $as_echo "$as_me: failed program was:" >&5
17643 sed 's/^/| /' conftest.$ac_ext >&5
17644
17645         cat >conftest.$ac_ext <<_ACEOF
17646 /* confdefs.h.  */
17647 _ACEOF
17648 cat confdefs.h >>conftest.$ac_ext
17649 cat >>conftest.$ac_ext <<_ACEOF
17650 /* end confdefs.h.  */
17651
17652 int
17653 main ()
17654 {
17655 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17656   ;
17657   return 0;
17658 }
17659 _ACEOF
17660 rm -f conftest.$ac_objext conftest$ac_exeext
17661 if { (ac_try="$ac_link"
17662 case "(($ac_try" in
17663   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17664   *) ac_try_echo=$ac_try;;
17665 esac
17666 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17667 $as_echo "$ac_try_echo") >&5
17668   (eval "$ac_link") 2>conftest.er1
17669   ac_status=$?
17670   grep -v '^ *+' conftest.er1 >conftest.err
17671   rm -f conftest.er1
17672   cat conftest.err >&5
17673   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17674   (exit $ac_status); } && {
17675          test -z "$ac_c_werror_flag" ||
17676          test ! -s conftest.err
17677        } && test -s conftest$ac_exeext && {
17678          test "$cross_compiling" = yes ||
17679          $as_test_x conftest$ac_exeext
17680        }; then
17681   ac_cv_asm_func_def=".type @function"
17682 else
17683   $as_echo "$as_me: failed program was:" >&5
17684 sed 's/^/| /' conftest.$ac_ext >&5
17685
17686         cat >conftest.$ac_ext <<_ACEOF
17687 /* confdefs.h.  */
17688 _ACEOF
17689 cat confdefs.h >>conftest.$ac_ext
17690 cat >>conftest.$ac_ext <<_ACEOF
17691 /* end confdefs.h.  */
17692
17693 int
17694 main ()
17695 {
17696 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17697   ;
17698   return 0;
17699 }
17700 _ACEOF
17701 rm -f conftest.$ac_objext conftest$ac_exeext
17702 if { (ac_try="$ac_link"
17703 case "(($ac_try" in
17704   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17705   *) ac_try_echo=$ac_try;;
17706 esac
17707 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17708 $as_echo "$ac_try_echo") >&5
17709   (eval "$ac_link") 2>conftest.er1
17710   ac_status=$?
17711   grep -v '^ *+' conftest.er1 >conftest.err
17712   rm -f conftest.er1
17713   cat conftest.err >&5
17714   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17715   (exit $ac_status); } && {
17716          test -z "$ac_c_werror_flag" ||
17717          test ! -s conftest.err
17718        } && test -s conftest$ac_exeext && {
17719          test "$cross_compiling" = yes ||
17720          $as_test_x conftest$ac_exeext
17721        }; then
17722   ac_cv_asm_func_def=".type 2"
17723 else
17724   $as_echo "$as_me: failed program was:" >&5
17725 sed 's/^/| /' conftest.$ac_ext >&5
17726
17727         ac_cv_asm_func_def="unknown"
17728 fi
17729
17730 rm -rf conftest.dSYM
17731 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17732       conftest$ac_exeext conftest.$ac_ext
17733 fi
17734
17735 rm -rf conftest.dSYM
17736 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17737       conftest$ac_exeext conftest.$ac_ext
17738 fi
17739
17740 rm -rf conftest.dSYM
17741 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17742       conftest$ac_exeext conftest.$ac_ext
17743 fi
17744 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17745 $as_echo "$ac_cv_asm_func_def" >&6; }
17746
17747
17748
17749 case "$ac_cv_asm_func_def" in
17750   ".def")
17751      cat >>confdefs.h <<\_ACEOF
17752 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17753 _ACEOF
17754  ;;
17755   ".type @function")
17756      cat >>confdefs.h <<\_ACEOF
17757 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17758 _ACEOF
17759  ;;
17760   ".type 2")
17761      cat >>confdefs.h <<\_ACEOF
17762 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17763 _ACEOF
17764  ;;
17765   *)
17766      cat >>confdefs.h <<\_ACEOF
17767 #define __ASM_FUNC(name) ""
17768 _ACEOF
17769  ;;
17770 esac
17771
17772
17773 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17774 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17775 if test "${ac_cv_c_extern_prefix+set}" = set; then
17776   $as_echo_n "(cached) " >&6
17777 else
17778   cat >conftest.$ac_ext <<_ACEOF
17779 /* confdefs.h.  */
17780 _ACEOF
17781 cat confdefs.h >>conftest.$ac_ext
17782 cat >>conftest.$ac_ext <<_ACEOF
17783 /* end confdefs.h.  */
17784 extern int ac_test;
17785 int
17786 main ()
17787 {
17788 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17789   ;
17790   return 0;
17791 }
17792 _ACEOF
17793 rm -f conftest.$ac_objext conftest$ac_exeext
17794 if { (ac_try="$ac_link"
17795 case "(($ac_try" in
17796   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17797   *) ac_try_echo=$ac_try;;
17798 esac
17799 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17800 $as_echo "$ac_try_echo") >&5
17801   (eval "$ac_link") 2>conftest.er1
17802   ac_status=$?
17803   grep -v '^ *+' conftest.er1 >conftest.err
17804   rm -f conftest.er1
17805   cat conftest.err >&5
17806   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17807   (exit $ac_status); } && {
17808          test -z "$ac_c_werror_flag" ||
17809          test ! -s conftest.err
17810        } && test -s conftest$ac_exeext && {
17811          test "$cross_compiling" = yes ||
17812          $as_test_x conftest$ac_exeext
17813        }; then
17814   ac_cv_c_extern_prefix="yes"
17815 else
17816   $as_echo "$as_me: failed program was:" >&5
17817 sed 's/^/| /' conftest.$ac_ext >&5
17818
17819         ac_cv_c_extern_prefix="no"
17820 fi
17821
17822 rm -rf conftest.dSYM
17823 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17824       conftest$ac_exeext conftest.$ac_ext
17825 fi
17826 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17827 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17828
17829
17830
17831 if test "$ac_cv_c_extern_prefix" = "yes"
17832 then
17833   cat >>confdefs.h <<\_ACEOF
17834 #define __ASM_NAME(name) "_" name
17835 _ACEOF
17836
17837 else
17838   cat >>confdefs.h <<\_ACEOF
17839 #define __ASM_NAME(name) name
17840 _ACEOF
17841
17842 fi
17843
17844
17845 LDPATH=""
17846
17847 case $build_os in
17848   cygwin*|mingw32*)
17849     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17850     ;;
17851   darwin*|macosx*)
17852     ;;
17853   linux*|solaris*)      if test -z "$LDRPATH_LOCAL"
17854     then
17855       LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17856     fi
17857     ;;
17858   *)
17859     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17860     ;;
17861 esac
17862
17863 case $host_os in
17864   mingw32*)
17865     CRTLIBS="-lmsvcrt"
17866
17867     SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17868
17869     ;;
17870 esac
17871
17872 MAIN_BINARY="wine-pthread"
17873   case $host_cpu in
17874   *i[3456789]86*)
17875     case $host_os in
17876       linux* | k*bsd*-gnu)
17877         MAIN_BINARY="wine-glibc"
17878
17879         EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17880  ;;
17881       freebsd*)
17882         MAIN_BINARY="wine-freebsd"
17883
17884         EXTRA_BINARIES="wine-pthread"
17885  ;;
17886     esac
17887     ;;
17888 esac
17889
17890
17891
17892
17893
17894
17895
17896
17897
17898
17899
17900
17901
17902
17903
17904
17905
17906
17907
17908
17909
17910
17911
17912
17913
17914
17915
17916
17917
17918
17919
17920
17921
17922
17923
17924
17925
17926
17927
17928
17929
17930
17931
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 for ac_func in \
17965         _pclose \
17966         _popen \
17967         _snprintf \
17968         _spawnvp \
17969         _strdup \
17970         _stricmp \
17971         _strnicmp \
17972         _strtoi64 \
17973         _strtoui64 \
17974         _vsnprintf \
17975         asctime_r \
17976         chsize \
17977         clone \
17978         dlopen \
17979         epoll_create \
17980         ffs \
17981         finite \
17982         fork \
17983         fpclass \
17984         fstatfs \
17985         fstatvfs \
17986         ftruncate \
17987         futimes \
17988         futimesat \
17989         getdirentries \
17990         getopt_long \
17991         getpagesize \
17992         getpwuid \
17993         gettid \
17994         gettimeofday \
17995         getuid \
17996         inet_ntop \
17997         inet_pton \
17998         kqueue \
17999         lstat \
18000         memmove \
18001         mmap \
18002         pclose \
18003         poll \
18004         popen \
18005         prctl \
18006         pread \
18007         pwrite \
18008         readdir \
18009         readlink \
18010         rfork \
18011         sched_yield \
18012         select \
18013         setproctitle \
18014         setrlimit \
18015         settimeofday \
18016         sigaltstack \
18017         sigprocmask \
18018         snprintf \
18019         socketpair \
18020         spawnvp \
18021         statfs \
18022         statvfs \
18023         strcasecmp \
18024         strdup \
18025         strerror \
18026         strncasecmp \
18027         strtold \
18028         strtoll \
18029         strtoull \
18030         symlink \
18031         tcgetattr \
18032         thr_kill2 \
18033         timegm \
18034         usleep \
18035         vsnprintf \
18036         wait4 \
18037         waitpid \
18038
18039 do
18040 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18041 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18042 $as_echo_n "checking for $ac_func... " >&6; }
18043 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18044   $as_echo_n "(cached) " >&6
18045 else
18046   cat >conftest.$ac_ext <<_ACEOF
18047 /* confdefs.h.  */
18048 _ACEOF
18049 cat confdefs.h >>conftest.$ac_ext
18050 cat >>conftest.$ac_ext <<_ACEOF
18051 /* end confdefs.h.  */
18052 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18053    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18054 #define $ac_func innocuous_$ac_func
18055
18056 /* System header to define __stub macros and hopefully few prototypes,
18057     which can conflict with char $ac_func (); below.
18058     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18059     <limits.h> exists even on freestanding compilers.  */
18060
18061 #ifdef __STDC__
18062 # include <limits.h>
18063 #else
18064 # include <assert.h>
18065 #endif
18066
18067 #undef $ac_func
18068
18069 /* Override any GCC internal prototype to avoid an error.
18070    Use char because int might match the return type of a GCC
18071    builtin and then its argument prototype would still apply.  */
18072 #ifdef __cplusplus
18073 extern "C"
18074 #endif
18075 char $ac_func ();
18076 /* The GNU C library defines this for functions which it implements
18077     to always fail with ENOSYS.  Some functions are actually named
18078     something starting with __ and the normal name is an alias.  */
18079 #if defined __stub_$ac_func || defined __stub___$ac_func
18080 choke me
18081 #endif
18082
18083 int
18084 main ()
18085 {
18086 return $ac_func ();
18087   ;
18088   return 0;
18089 }
18090 _ACEOF
18091 rm -f conftest.$ac_objext conftest$ac_exeext
18092 if { (ac_try="$ac_link"
18093 case "(($ac_try" in
18094   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18095   *) ac_try_echo=$ac_try;;
18096 esac
18097 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18098 $as_echo "$ac_try_echo") >&5
18099   (eval "$ac_link") 2>conftest.er1
18100   ac_status=$?
18101   grep -v '^ *+' conftest.er1 >conftest.err
18102   rm -f conftest.er1
18103   cat conftest.err >&5
18104   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18105   (exit $ac_status); } && {
18106          test -z "$ac_c_werror_flag" ||
18107          test ! -s conftest.err
18108        } && test -s conftest$ac_exeext && {
18109          test "$cross_compiling" = yes ||
18110          $as_test_x conftest$ac_exeext
18111        }; then
18112   eval "$as_ac_var=yes"
18113 else
18114   $as_echo "$as_me: failed program was:" >&5
18115 sed 's/^/| /' conftest.$ac_ext >&5
18116
18117         eval "$as_ac_var=no"
18118 fi
18119
18120 rm -rf conftest.dSYM
18121 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18122       conftest$ac_exeext conftest.$ac_ext
18123 fi
18124 ac_res=`eval 'as_val=${'$as_ac_var'}
18125                  $as_echo "$as_val"'`
18126                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18127 $as_echo "$ac_res" >&6; }
18128 as_val=`eval 'as_val=${'$as_ac_var'}
18129                  $as_echo "$as_val"'`
18130    if test "x$as_val" = x""yes; then
18131   cat >>confdefs.h <<_ACEOF
18132 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18133 _ACEOF
18134
18135 fi
18136 done
18137
18138
18139 if test "$ac_cv_func_dlopen" = no
18140 then
18141     { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18142 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18143 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18144   $as_echo_n "(cached) " >&6
18145 else
18146   ac_check_lib_save_LIBS=$LIBS
18147 LIBS="-ldl  $LIBS"
18148 cat >conftest.$ac_ext <<_ACEOF
18149 /* confdefs.h.  */
18150 _ACEOF
18151 cat confdefs.h >>conftest.$ac_ext
18152 cat >>conftest.$ac_ext <<_ACEOF
18153 /* end confdefs.h.  */
18154
18155 /* Override any GCC internal prototype to avoid an error.
18156    Use char because int might match the return type of a GCC
18157    builtin and then its argument prototype would still apply.  */
18158 #ifdef __cplusplus
18159 extern "C"
18160 #endif
18161 char dlopen ();
18162 int
18163 main ()
18164 {
18165 return dlopen ();
18166   ;
18167   return 0;
18168 }
18169 _ACEOF
18170 rm -f conftest.$ac_objext conftest$ac_exeext
18171 if { (ac_try="$ac_link"
18172 case "(($ac_try" in
18173   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18174   *) ac_try_echo=$ac_try;;
18175 esac
18176 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18177 $as_echo "$ac_try_echo") >&5
18178   (eval "$ac_link") 2>conftest.er1
18179   ac_status=$?
18180   grep -v '^ *+' conftest.er1 >conftest.err
18181   rm -f conftest.er1
18182   cat conftest.err >&5
18183   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18184   (exit $ac_status); } && {
18185          test -z "$ac_c_werror_flag" ||
18186          test ! -s conftest.err
18187        } && test -s conftest$ac_exeext && {
18188          test "$cross_compiling" = yes ||
18189          $as_test_x conftest$ac_exeext
18190        }; then
18191   ac_cv_lib_dl_dlopen=yes
18192 else
18193   $as_echo "$as_me: failed program was:" >&5
18194 sed 's/^/| /' conftest.$ac_ext >&5
18195
18196         ac_cv_lib_dl_dlopen=no
18197 fi
18198
18199 rm -rf conftest.dSYM
18200 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18201       conftest$ac_exeext conftest.$ac_ext
18202 LIBS=$ac_check_lib_save_LIBS
18203 fi
18204 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18205 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18206 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18207   cat >>confdefs.h <<\_ACEOF
18208 #define HAVE_DLOPEN 1
18209 _ACEOF
18210  LIBDL="-ldl"
18211
18212 fi
18213
18214 fi
18215 ac_wine_check_funcs_save_LIBS="$LIBS"
18216 LIBS="$LIBS $LIBDL"
18217
18218 for ac_func in dladdr
18219 do
18220 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18221 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18222 $as_echo_n "checking for $ac_func... " >&6; }
18223 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18224   $as_echo_n "(cached) " >&6
18225 else
18226   cat >conftest.$ac_ext <<_ACEOF
18227 /* confdefs.h.  */
18228 _ACEOF
18229 cat confdefs.h >>conftest.$ac_ext
18230 cat >>conftest.$ac_ext <<_ACEOF
18231 /* end confdefs.h.  */
18232 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18233    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18234 #define $ac_func innocuous_$ac_func
18235
18236 /* System header to define __stub macros and hopefully few prototypes,
18237     which can conflict with char $ac_func (); below.
18238     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18239     <limits.h> exists even on freestanding compilers.  */
18240
18241 #ifdef __STDC__
18242 # include <limits.h>
18243 #else
18244 # include <assert.h>
18245 #endif
18246
18247 #undef $ac_func
18248
18249 /* Override any GCC internal prototype to avoid an error.
18250    Use char because int might match the return type of a GCC
18251    builtin and then its argument prototype would still apply.  */
18252 #ifdef __cplusplus
18253 extern "C"
18254 #endif
18255 char $ac_func ();
18256 /* The GNU C library defines this for functions which it implements
18257     to always fail with ENOSYS.  Some functions are actually named
18258     something starting with __ and the normal name is an alias.  */
18259 #if defined __stub_$ac_func || defined __stub___$ac_func
18260 choke me
18261 #endif
18262
18263 int
18264 main ()
18265 {
18266 return $ac_func ();
18267   ;
18268   return 0;
18269 }
18270 _ACEOF
18271 rm -f conftest.$ac_objext conftest$ac_exeext
18272 if { (ac_try="$ac_link"
18273 case "(($ac_try" in
18274   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18275   *) ac_try_echo=$ac_try;;
18276 esac
18277 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18278 $as_echo "$ac_try_echo") >&5
18279   (eval "$ac_link") 2>conftest.er1
18280   ac_status=$?
18281   grep -v '^ *+' conftest.er1 >conftest.err
18282   rm -f conftest.er1
18283   cat conftest.err >&5
18284   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18285   (exit $ac_status); } && {
18286          test -z "$ac_c_werror_flag" ||
18287          test ! -s conftest.err
18288        } && test -s conftest$ac_exeext && {
18289          test "$cross_compiling" = yes ||
18290          $as_test_x conftest$ac_exeext
18291        }; then
18292   eval "$as_ac_var=yes"
18293 else
18294   $as_echo "$as_me: failed program was:" >&5
18295 sed 's/^/| /' conftest.$ac_ext >&5
18296
18297         eval "$as_ac_var=no"
18298 fi
18299
18300 rm -rf conftest.dSYM
18301 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18302       conftest$ac_exeext conftest.$ac_ext
18303 fi
18304 ac_res=`eval 'as_val=${'$as_ac_var'}
18305                  $as_echo "$as_val"'`
18306                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18307 $as_echo "$ac_res" >&6; }
18308 as_val=`eval 'as_val=${'$as_ac_var'}
18309                  $as_echo "$as_val"'`
18310    if test "x$as_val" = x""yes; then
18311   cat >>confdefs.h <<_ACEOF
18312 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18313 _ACEOF
18314
18315 fi
18316 done
18317
18318 LIBS="$ac_wine_check_funcs_save_LIBS"
18319
18320 if test "$ac_cv_func_poll" = no
18321 then
18322     { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18323 $as_echo_n "checking for poll in -lpoll... " >&6; }
18324 if test "${ac_cv_lib_poll_poll+set}" = set; then
18325   $as_echo_n "(cached) " >&6
18326 else
18327   ac_check_lib_save_LIBS=$LIBS
18328 LIBS="-lpoll  $LIBS"
18329 cat >conftest.$ac_ext <<_ACEOF
18330 /* confdefs.h.  */
18331 _ACEOF
18332 cat confdefs.h >>conftest.$ac_ext
18333 cat >>conftest.$ac_ext <<_ACEOF
18334 /* end confdefs.h.  */
18335
18336 /* Override any GCC internal prototype to avoid an error.
18337    Use char because int might match the return type of a GCC
18338    builtin and then its argument prototype would still apply.  */
18339 #ifdef __cplusplus
18340 extern "C"
18341 #endif
18342 char poll ();
18343 int
18344 main ()
18345 {
18346 return poll ();
18347   ;
18348   return 0;
18349 }
18350 _ACEOF
18351 rm -f conftest.$ac_objext conftest$ac_exeext
18352 if { (ac_try="$ac_link"
18353 case "(($ac_try" in
18354   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18355   *) ac_try_echo=$ac_try;;
18356 esac
18357 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18358 $as_echo "$ac_try_echo") >&5
18359   (eval "$ac_link") 2>conftest.er1
18360   ac_status=$?
18361   grep -v '^ *+' conftest.er1 >conftest.err
18362   rm -f conftest.er1
18363   cat conftest.err >&5
18364   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18365   (exit $ac_status); } && {
18366          test -z "$ac_c_werror_flag" ||
18367          test ! -s conftest.err
18368        } && test -s conftest$ac_exeext && {
18369          test "$cross_compiling" = yes ||
18370          $as_test_x conftest$ac_exeext
18371        }; then
18372   ac_cv_lib_poll_poll=yes
18373 else
18374   $as_echo "$as_me: failed program was:" >&5
18375 sed 's/^/| /' conftest.$ac_ext >&5
18376
18377         ac_cv_lib_poll_poll=no
18378 fi
18379
18380 rm -rf conftest.dSYM
18381 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18382       conftest$ac_exeext conftest.$ac_ext
18383 LIBS=$ac_check_lib_save_LIBS
18384 fi
18385 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18386 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18387 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18388   cat >>confdefs.h <<\_ACEOF
18389 #define HAVE_POLL 1
18390 _ACEOF
18391  LIBPOLL="-lpoll"
18392
18393 fi
18394
18395 fi
18396
18397 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18398 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18399 if test "${ac_cv_search_gethostbyname+set}" = set; then
18400   $as_echo_n "(cached) " >&6
18401 else
18402   ac_func_search_save_LIBS=$LIBS
18403 cat >conftest.$ac_ext <<_ACEOF
18404 /* confdefs.h.  */
18405 _ACEOF
18406 cat confdefs.h >>conftest.$ac_ext
18407 cat >>conftest.$ac_ext <<_ACEOF
18408 /* end confdefs.h.  */
18409
18410 /* Override any GCC internal prototype to avoid an error.
18411    Use char because int might match the return type of a GCC
18412    builtin and then its argument prototype would still apply.  */
18413 #ifdef __cplusplus
18414 extern "C"
18415 #endif
18416 char gethostbyname ();
18417 int
18418 main ()
18419 {
18420 return gethostbyname ();
18421   ;
18422   return 0;
18423 }
18424 _ACEOF
18425 for ac_lib in '' nsl; do
18426   if test -z "$ac_lib"; then
18427     ac_res="none required"
18428   else
18429     ac_res=-l$ac_lib
18430     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18431   fi
18432   rm -f conftest.$ac_objext conftest$ac_exeext
18433 if { (ac_try="$ac_link"
18434 case "(($ac_try" in
18435   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18436   *) ac_try_echo=$ac_try;;
18437 esac
18438 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18439 $as_echo "$ac_try_echo") >&5
18440   (eval "$ac_link") 2>conftest.er1
18441   ac_status=$?
18442   grep -v '^ *+' conftest.er1 >conftest.err
18443   rm -f conftest.er1
18444   cat conftest.err >&5
18445   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18446   (exit $ac_status); } && {
18447          test -z "$ac_c_werror_flag" ||
18448          test ! -s conftest.err
18449        } && test -s conftest$ac_exeext && {
18450          test "$cross_compiling" = yes ||
18451          $as_test_x conftest$ac_exeext
18452        }; then
18453   ac_cv_search_gethostbyname=$ac_res
18454 else
18455   $as_echo "$as_me: failed program was:" >&5
18456 sed 's/^/| /' conftest.$ac_ext >&5
18457
18458
18459 fi
18460
18461 rm -rf conftest.dSYM
18462 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18463       conftest$ac_exeext
18464   if test "${ac_cv_search_gethostbyname+set}" = set; then
18465   break
18466 fi
18467 done
18468 if test "${ac_cv_search_gethostbyname+set}" = set; then
18469   :
18470 else
18471   ac_cv_search_gethostbyname=no
18472 fi
18473 rm conftest.$ac_ext
18474 LIBS=$ac_func_search_save_LIBS
18475 fi
18476 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18477 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18478 ac_res=$ac_cv_search_gethostbyname
18479 if test "$ac_res" != no; then
18480   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18481
18482 fi
18483
18484
18485 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18486 $as_echo_n "checking for library containing connect... " >&6; }
18487 if test "${ac_cv_search_connect+set}" = set; then
18488   $as_echo_n "(cached) " >&6
18489 else
18490   ac_func_search_save_LIBS=$LIBS
18491 cat >conftest.$ac_ext <<_ACEOF
18492 /* confdefs.h.  */
18493 _ACEOF
18494 cat confdefs.h >>conftest.$ac_ext
18495 cat >>conftest.$ac_ext <<_ACEOF
18496 /* end confdefs.h.  */
18497
18498 /* Override any GCC internal prototype to avoid an error.
18499    Use char because int might match the return type of a GCC
18500    builtin and then its argument prototype would still apply.  */
18501 #ifdef __cplusplus
18502 extern "C"
18503 #endif
18504 char connect ();
18505 int
18506 main ()
18507 {
18508 return connect ();
18509   ;
18510   return 0;
18511 }
18512 _ACEOF
18513 for ac_lib in '' socket; do
18514   if test -z "$ac_lib"; then
18515     ac_res="none required"
18516   else
18517     ac_res=-l$ac_lib
18518     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18519   fi
18520   rm -f conftest.$ac_objext conftest$ac_exeext
18521 if { (ac_try="$ac_link"
18522 case "(($ac_try" in
18523   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18524   *) ac_try_echo=$ac_try;;
18525 esac
18526 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18527 $as_echo "$ac_try_echo") >&5
18528   (eval "$ac_link") 2>conftest.er1
18529   ac_status=$?
18530   grep -v '^ *+' conftest.er1 >conftest.err
18531   rm -f conftest.er1
18532   cat conftest.err >&5
18533   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18534   (exit $ac_status); } && {
18535          test -z "$ac_c_werror_flag" ||
18536          test ! -s conftest.err
18537        } && test -s conftest$ac_exeext && {
18538          test "$cross_compiling" = yes ||
18539          $as_test_x conftest$ac_exeext
18540        }; then
18541   ac_cv_search_connect=$ac_res
18542 else
18543   $as_echo "$as_me: failed program was:" >&5
18544 sed 's/^/| /' conftest.$ac_ext >&5
18545
18546
18547 fi
18548
18549 rm -rf conftest.dSYM
18550 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18551       conftest$ac_exeext
18552   if test "${ac_cv_search_connect+set}" = set; then
18553   break
18554 fi
18555 done
18556 if test "${ac_cv_search_connect+set}" = set; then
18557   :
18558 else
18559   ac_cv_search_connect=no
18560 fi
18561 rm conftest.$ac_ext
18562 LIBS=$ac_func_search_save_LIBS
18563 fi
18564 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18565 $as_echo "$ac_cv_search_connect" >&6; }
18566 ac_res=$ac_cv_search_connect
18567 if test "$ac_res" != no; then
18568   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18569
18570 fi
18571
18572
18573 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18574 $as_echo_n "checking for library containing inet_aton... " >&6; }
18575 if test "${ac_cv_search_inet_aton+set}" = set; then
18576   $as_echo_n "(cached) " >&6
18577 else
18578   ac_func_search_save_LIBS=$LIBS
18579 cat >conftest.$ac_ext <<_ACEOF
18580 /* confdefs.h.  */
18581 _ACEOF
18582 cat confdefs.h >>conftest.$ac_ext
18583 cat >>conftest.$ac_ext <<_ACEOF
18584 /* end confdefs.h.  */
18585
18586 /* Override any GCC internal prototype to avoid an error.
18587    Use char because int might match the return type of a GCC
18588    builtin and then its argument prototype would still apply.  */
18589 #ifdef __cplusplus
18590 extern "C"
18591 #endif
18592 char inet_aton ();
18593 int
18594 main ()
18595 {
18596 return inet_aton ();
18597   ;
18598   return 0;
18599 }
18600 _ACEOF
18601 for ac_lib in '' resolv; do
18602   if test -z "$ac_lib"; then
18603     ac_res="none required"
18604   else
18605     ac_res=-l$ac_lib
18606     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18607   fi
18608   rm -f conftest.$ac_objext conftest$ac_exeext
18609 if { (ac_try="$ac_link"
18610 case "(($ac_try" in
18611   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18612   *) ac_try_echo=$ac_try;;
18613 esac
18614 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18615 $as_echo "$ac_try_echo") >&5
18616   (eval "$ac_link") 2>conftest.er1
18617   ac_status=$?
18618   grep -v '^ *+' conftest.er1 >conftest.err
18619   rm -f conftest.er1
18620   cat conftest.err >&5
18621   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18622   (exit $ac_status); } && {
18623          test -z "$ac_c_werror_flag" ||
18624          test ! -s conftest.err
18625        } && test -s conftest$ac_exeext && {
18626          test "$cross_compiling" = yes ||
18627          $as_test_x conftest$ac_exeext
18628        }; then
18629   ac_cv_search_inet_aton=$ac_res
18630 else
18631   $as_echo "$as_me: failed program was:" >&5
18632 sed 's/^/| /' conftest.$ac_ext >&5
18633
18634
18635 fi
18636
18637 rm -rf conftest.dSYM
18638 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18639       conftest$ac_exeext
18640   if test "${ac_cv_search_inet_aton+set}" = set; then
18641   break
18642 fi
18643 done
18644 if test "${ac_cv_search_inet_aton+set}" = set; then
18645   :
18646 else
18647   ac_cv_search_inet_aton=no
18648 fi
18649 rm conftest.$ac_ext
18650 LIBS=$ac_func_search_save_LIBS
18651 fi
18652 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18653 $as_echo "$ac_cv_search_inet_aton" >&6; }
18654 ac_res=$ac_cv_search_inet_aton
18655 if test "$ac_res" != no; then
18656   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18657
18658 fi
18659
18660
18661
18662
18663
18664
18665
18666
18667
18668
18669 for ac_func in \
18670         getaddrinfo \
18671         getnameinfo \
18672         getnetbyname \
18673         getprotobyname \
18674         getprotobynumber \
18675         getservbyport \
18676         inet_network \
18677         sendmsg \
18678
18679 do
18680 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18681 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18682 $as_echo_n "checking for $ac_func... " >&6; }
18683 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18684   $as_echo_n "(cached) " >&6
18685 else
18686   cat >conftest.$ac_ext <<_ACEOF
18687 /* confdefs.h.  */
18688 _ACEOF
18689 cat confdefs.h >>conftest.$ac_ext
18690 cat >>conftest.$ac_ext <<_ACEOF
18691 /* end confdefs.h.  */
18692 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18693    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18694 #define $ac_func innocuous_$ac_func
18695
18696 /* System header to define __stub macros and hopefully few prototypes,
18697     which can conflict with char $ac_func (); below.
18698     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18699     <limits.h> exists even on freestanding compilers.  */
18700
18701 #ifdef __STDC__
18702 # include <limits.h>
18703 #else
18704 # include <assert.h>
18705 #endif
18706
18707 #undef $ac_func
18708
18709 /* Override any GCC internal prototype to avoid an error.
18710    Use char because int might match the return type of a GCC
18711    builtin and then its argument prototype would still apply.  */
18712 #ifdef __cplusplus
18713 extern "C"
18714 #endif
18715 char $ac_func ();
18716 /* The GNU C library defines this for functions which it implements
18717     to always fail with ENOSYS.  Some functions are actually named
18718     something starting with __ and the normal name is an alias.  */
18719 #if defined __stub_$ac_func || defined __stub___$ac_func
18720 choke me
18721 #endif
18722
18723 int
18724 main ()
18725 {
18726 return $ac_func ();
18727   ;
18728   return 0;
18729 }
18730 _ACEOF
18731 rm -f conftest.$ac_objext conftest$ac_exeext
18732 if { (ac_try="$ac_link"
18733 case "(($ac_try" in
18734   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18735   *) ac_try_echo=$ac_try;;
18736 esac
18737 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18738 $as_echo "$ac_try_echo") >&5
18739   (eval "$ac_link") 2>conftest.er1
18740   ac_status=$?
18741   grep -v '^ *+' conftest.er1 >conftest.err
18742   rm -f conftest.er1
18743   cat conftest.err >&5
18744   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18745   (exit $ac_status); } && {
18746          test -z "$ac_c_werror_flag" ||
18747          test ! -s conftest.err
18748        } && test -s conftest$ac_exeext && {
18749          test "$cross_compiling" = yes ||
18750          $as_test_x conftest$ac_exeext
18751        }; then
18752   eval "$as_ac_var=yes"
18753 else
18754   $as_echo "$as_me: failed program was:" >&5
18755 sed 's/^/| /' conftest.$ac_ext >&5
18756
18757         eval "$as_ac_var=no"
18758 fi
18759
18760 rm -rf conftest.dSYM
18761 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18762       conftest$ac_exeext conftest.$ac_ext
18763 fi
18764 ac_res=`eval 'as_val=${'$as_ac_var'}
18765                  $as_echo "$as_val"'`
18766                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18767 $as_echo "$ac_res" >&6; }
18768 as_val=`eval 'as_val=${'$as_ac_var'}
18769                  $as_echo "$as_val"'`
18770    if test "x$as_val" = x""yes; then
18771   cat >>confdefs.h <<_ACEOF
18772 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18773 _ACEOF
18774
18775 fi
18776 done
18777
18778
18779 LDAPLIBS=""
18780
18781 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18782 then
18783     { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18784 $as_echo_n "checking for LDAPSortKey... " >&6; }
18785 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18786   $as_echo_n "(cached) " >&6
18787 else
18788   ac_cv_type_LDAPSortKey=no
18789 cat >conftest.$ac_ext <<_ACEOF
18790 /* confdefs.h.  */
18791 _ACEOF
18792 cat confdefs.h >>conftest.$ac_ext
18793 cat >>conftest.$ac_ext <<_ACEOF
18794 /* end confdefs.h.  */
18795 #include <ldap.h>
18796
18797 int
18798 main ()
18799 {
18800 if (sizeof (LDAPSortKey))
18801        return 0;
18802   ;
18803   return 0;
18804 }
18805 _ACEOF
18806 rm -f conftest.$ac_objext
18807 if { (ac_try="$ac_compile"
18808 case "(($ac_try" in
18809   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18810   *) ac_try_echo=$ac_try;;
18811 esac
18812 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18813 $as_echo "$ac_try_echo") >&5
18814   (eval "$ac_compile") 2>conftest.er1
18815   ac_status=$?
18816   grep -v '^ *+' conftest.er1 >conftest.err
18817   rm -f conftest.er1
18818   cat conftest.err >&5
18819   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18820   (exit $ac_status); } && {
18821          test -z "$ac_c_werror_flag" ||
18822          test ! -s conftest.err
18823        } && test -s conftest.$ac_objext; then
18824   cat >conftest.$ac_ext <<_ACEOF
18825 /* confdefs.h.  */
18826 _ACEOF
18827 cat confdefs.h >>conftest.$ac_ext
18828 cat >>conftest.$ac_ext <<_ACEOF
18829 /* end confdefs.h.  */
18830 #include <ldap.h>
18831
18832 int
18833 main ()
18834 {
18835 if (sizeof ((LDAPSortKey)))
18836           return 0;
18837   ;
18838   return 0;
18839 }
18840 _ACEOF
18841 rm -f conftest.$ac_objext
18842 if { (ac_try="$ac_compile"
18843 case "(($ac_try" in
18844   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18845   *) ac_try_echo=$ac_try;;
18846 esac
18847 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18848 $as_echo "$ac_try_echo") >&5
18849   (eval "$ac_compile") 2>conftest.er1
18850   ac_status=$?
18851   grep -v '^ *+' conftest.er1 >conftest.err
18852   rm -f conftest.er1
18853   cat conftest.err >&5
18854   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18855   (exit $ac_status); } && {
18856          test -z "$ac_c_werror_flag" ||
18857          test ! -s conftest.err
18858        } && test -s conftest.$ac_objext; then
18859   :
18860 else
18861   $as_echo "$as_me: failed program was:" >&5
18862 sed 's/^/| /' conftest.$ac_ext >&5
18863
18864         ac_cv_type_LDAPSortKey=yes
18865 fi
18866
18867 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18868 else
18869   $as_echo "$as_me: failed program was:" >&5
18870 sed 's/^/| /' conftest.$ac_ext >&5
18871
18872
18873 fi
18874
18875 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18876 fi
18877 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18878 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18879 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18880   { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18881 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18882 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18883   $as_echo_n "(cached) " >&6
18884 else
18885   ac_check_lib_save_LIBS=$LIBS
18886 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18887 cat >conftest.$ac_ext <<_ACEOF
18888 /* confdefs.h.  */
18889 _ACEOF
18890 cat confdefs.h >>conftest.$ac_ext
18891 cat >>conftest.$ac_ext <<_ACEOF
18892 /* end confdefs.h.  */
18893
18894 /* Override any GCC internal prototype to avoid an error.
18895    Use char because int might match the return type of a GCC
18896    builtin and then its argument prototype would still apply.  */
18897 #ifdef __cplusplus
18898 extern "C"
18899 #endif
18900 char ldap_initialize ();
18901 int
18902 main ()
18903 {
18904 return ldap_initialize ();
18905   ;
18906   return 0;
18907 }
18908 _ACEOF
18909 rm -f conftest.$ac_objext conftest$ac_exeext
18910 if { (ac_try="$ac_link"
18911 case "(($ac_try" in
18912   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18913   *) ac_try_echo=$ac_try;;
18914 esac
18915 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18916 $as_echo "$ac_try_echo") >&5
18917   (eval "$ac_link") 2>conftest.er1
18918   ac_status=$?
18919   grep -v '^ *+' conftest.er1 >conftest.err
18920   rm -f conftest.er1
18921   cat conftest.err >&5
18922   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18923   (exit $ac_status); } && {
18924          test -z "$ac_c_werror_flag" ||
18925          test ! -s conftest.err
18926        } && test -s conftest$ac_exeext && {
18927          test "$cross_compiling" = yes ||
18928          $as_test_x conftest$ac_exeext
18929        }; then
18930   ac_cv_lib_ldap_r_ldap_initialize=yes
18931 else
18932   $as_echo "$as_me: failed program was:" >&5
18933 sed 's/^/| /' conftest.$ac_ext >&5
18934
18935         ac_cv_lib_ldap_r_ldap_initialize=no
18936 fi
18937
18938 rm -rf conftest.dSYM
18939 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18940       conftest$ac_exeext conftest.$ac_ext
18941 LIBS=$ac_check_lib_save_LIBS
18942 fi
18943 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18944 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18945 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18946   { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18947 $as_echo_n "checking for ber_init in -llber... " >&6; }
18948 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18949   $as_echo_n "(cached) " >&6
18950 else
18951   ac_check_lib_save_LIBS=$LIBS
18952 LIBS="-llber $LIBPTHREAD $LIBS"
18953 cat >conftest.$ac_ext <<_ACEOF
18954 /* confdefs.h.  */
18955 _ACEOF
18956 cat confdefs.h >>conftest.$ac_ext
18957 cat >>conftest.$ac_ext <<_ACEOF
18958 /* end confdefs.h.  */
18959
18960 /* Override any GCC internal prototype to avoid an error.
18961    Use char because int might match the return type of a GCC
18962    builtin and then its argument prototype would still apply.  */
18963 #ifdef __cplusplus
18964 extern "C"
18965 #endif
18966 char ber_init ();
18967 int
18968 main ()
18969 {
18970 return ber_init ();
18971   ;
18972   return 0;
18973 }
18974 _ACEOF
18975 rm -f conftest.$ac_objext conftest$ac_exeext
18976 if { (ac_try="$ac_link"
18977 case "(($ac_try" in
18978   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18979   *) ac_try_echo=$ac_try;;
18980 esac
18981 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18982 $as_echo "$ac_try_echo") >&5
18983   (eval "$ac_link") 2>conftest.er1
18984   ac_status=$?
18985   grep -v '^ *+' conftest.er1 >conftest.err
18986   rm -f conftest.er1
18987   cat conftest.err >&5
18988   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18989   (exit $ac_status); } && {
18990          test -z "$ac_c_werror_flag" ||
18991          test ! -s conftest.err
18992        } && test -s conftest$ac_exeext && {
18993          test "$cross_compiling" = yes ||
18994          $as_test_x conftest$ac_exeext
18995        }; then
18996   ac_cv_lib_lber_ber_init=yes
18997 else
18998   $as_echo "$as_me: failed program was:" >&5
18999 sed 's/^/| /' conftest.$ac_ext >&5
19000
19001         ac_cv_lib_lber_ber_init=no
19002 fi
19003
19004 rm -rf conftest.dSYM
19005 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19006       conftest$ac_exeext conftest.$ac_ext
19007 LIBS=$ac_check_lib_save_LIBS
19008 fi
19009 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19010 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19011 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19012
19013 cat >>confdefs.h <<\_ACEOF
19014 #define HAVE_LDAP 1
19015 _ACEOF
19016
19017                  LDAPLIBS="-lldap_r -llber"
19018 fi
19019
19020 fi
19021
19022 fi
19023
19024     ac_wine_check_funcs_save_LIBS="$LIBS"
19025 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19026
19027
19028
19029
19030
19031
19032
19033
19034 for ac_func in \
19035         ldap_count_references \
19036         ldap_first_reference \
19037         ldap_next_reference \
19038         ldap_parse_reference \
19039         ldap_parse_sort_control \
19040         ldap_parse_sortresponse_control \
19041         ldap_parse_vlv_control \
19042         ldap_parse_vlvresponse_control
19043 do
19044 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19045 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19046 $as_echo_n "checking for $ac_func... " >&6; }
19047 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19048   $as_echo_n "(cached) " >&6
19049 else
19050   cat >conftest.$ac_ext <<_ACEOF
19051 /* confdefs.h.  */
19052 _ACEOF
19053 cat confdefs.h >>conftest.$ac_ext
19054 cat >>conftest.$ac_ext <<_ACEOF
19055 /* end confdefs.h.  */
19056 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19057    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
19058 #define $ac_func innocuous_$ac_func
19059
19060 /* System header to define __stub macros and hopefully few prototypes,
19061     which can conflict with char $ac_func (); below.
19062     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19063     <limits.h> exists even on freestanding compilers.  */
19064
19065 #ifdef __STDC__
19066 # include <limits.h>
19067 #else
19068 # include <assert.h>
19069 #endif
19070
19071 #undef $ac_func
19072
19073 /* Override any GCC internal prototype to avoid an error.
19074    Use char because int might match the return type of a GCC
19075    builtin and then its argument prototype would still apply.  */
19076 #ifdef __cplusplus
19077 extern "C"
19078 #endif
19079 char $ac_func ();
19080 /* The GNU C library defines this for functions which it implements
19081     to always fail with ENOSYS.  Some functions are actually named
19082     something starting with __ and the normal name is an alias.  */
19083 #if defined __stub_$ac_func || defined __stub___$ac_func
19084 choke me
19085 #endif
19086
19087 int
19088 main ()
19089 {
19090 return $ac_func ();
19091   ;
19092   return 0;
19093 }
19094 _ACEOF
19095 rm -f conftest.$ac_objext conftest$ac_exeext
19096 if { (ac_try="$ac_link"
19097 case "(($ac_try" in
19098   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19099   *) ac_try_echo=$ac_try;;
19100 esac
19101 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19102 $as_echo "$ac_try_echo") >&5
19103   (eval "$ac_link") 2>conftest.er1
19104   ac_status=$?
19105   grep -v '^ *+' conftest.er1 >conftest.err
19106   rm -f conftest.er1
19107   cat conftest.err >&5
19108   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19109   (exit $ac_status); } && {
19110          test -z "$ac_c_werror_flag" ||
19111          test ! -s conftest.err
19112        } && test -s conftest$ac_exeext && {
19113          test "$cross_compiling" = yes ||
19114          $as_test_x conftest$ac_exeext
19115        }; then
19116   eval "$as_ac_var=yes"
19117 else
19118   $as_echo "$as_me: failed program was:" >&5
19119 sed 's/^/| /' conftest.$ac_ext >&5
19120
19121         eval "$as_ac_var=no"
19122 fi
19123
19124 rm -rf conftest.dSYM
19125 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19126       conftest$ac_exeext conftest.$ac_ext
19127 fi
19128 ac_res=`eval 'as_val=${'$as_ac_var'}
19129                  $as_echo "$as_val"'`
19130                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19131 $as_echo "$ac_res" >&6; }
19132 as_val=`eval 'as_val=${'$as_ac_var'}
19133                  $as_echo "$as_val"'`
19134    if test "x$as_val" = x""yes; then
19135   cat >>confdefs.h <<_ACEOF
19136 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19137 _ACEOF
19138
19139 fi
19140 done
19141
19142 LIBS="$ac_wine_check_funcs_save_LIBS"
19143 fi
19144 if test "x$LDAPLIBS" = "x"; then
19145   case "x$with_ldap" in
19146   x)   wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19147   xno) ;;
19148   *)   { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19149 This is an error since --with-ldap was requested." >&5
19150 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19151 This is an error since --with-ldap was requested." >&2;}
19152    { (exit 1); exit 1; }; } ;;
19153 esac
19154 fi
19155
19156
19157 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19158 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19159 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19160   $as_echo_n "(cached) " >&6
19161 else
19162   cat >conftest.$ac_ext <<_ACEOF
19163 /* confdefs.h.  */
19164 _ACEOF
19165 cat confdefs.h >>conftest.$ac_ext
19166 cat >>conftest.$ac_ext <<_ACEOF
19167 /* end confdefs.h.  */
19168 #include <sys/stat.h>
19169 int
19170 main ()
19171 {
19172 mkdir("foo");
19173   ;
19174   return 0;
19175 }
19176 _ACEOF
19177 rm -f conftest.$ac_objext
19178 if { (ac_try="$ac_compile"
19179 case "(($ac_try" in
19180   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19181   *) ac_try_echo=$ac_try;;
19182 esac
19183 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19184 $as_echo "$ac_try_echo") >&5
19185   (eval "$ac_compile") 2>conftest.er1
19186   ac_status=$?
19187   grep -v '^ *+' conftest.er1 >conftest.err
19188   rm -f conftest.er1
19189   cat conftest.err >&5
19190   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19191   (exit $ac_status); } && {
19192          test -z "$ac_c_werror_flag" ||
19193          test ! -s conftest.err
19194        } && test -s conftest.$ac_objext; then
19195   wine_cv_one_arg_mkdir=yes
19196 else
19197   $as_echo "$as_me: failed program was:" >&5
19198 sed 's/^/| /' conftest.$ac_ext >&5
19199
19200         wine_cv_one_arg_mkdir=no
19201 fi
19202
19203 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19204 fi
19205 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19206 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19207 if test "$wine_cv_one_arg_mkdir" = "yes"
19208 then
19209
19210 cat >>confdefs.h <<\_ACEOF
19211 #define HAVE_ONE_ARG_MKDIR 1
19212 _ACEOF
19213
19214 fi
19215
19216
19217 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19218 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19219 if test "${ac_cv_c_const+set}" = set; then
19220   $as_echo_n "(cached) " >&6
19221 else
19222   cat >conftest.$ac_ext <<_ACEOF
19223 /* confdefs.h.  */
19224 _ACEOF
19225 cat confdefs.h >>conftest.$ac_ext
19226 cat >>conftest.$ac_ext <<_ACEOF
19227 /* end confdefs.h.  */
19228
19229 int
19230 main ()
19231 {
19232 /* FIXME: Include the comments suggested by Paul. */
19233 #ifndef __cplusplus
19234   /* Ultrix mips cc rejects this.  */
19235   typedef int charset[2];
19236   const charset cs;
19237   /* SunOS 4.1.1 cc rejects this.  */
19238   char const *const *pcpcc;
19239   char **ppc;
19240   /* NEC SVR4.0.2 mips cc rejects this.  */
19241   struct point {int x, y;};
19242   static struct point const zero = {0,0};
19243   /* AIX XL C 1.02.0.0 rejects this.
19244      It does not let you subtract one const X* pointer from another in
19245      an arm of an if-expression whose if-part is not a constant
19246      expression */
19247   const char *g = "string";
19248   pcpcc = &g + (g ? g-g : 0);
19249   /* HPUX 7.0 cc rejects these. */
19250   ++pcpcc;
19251   ppc = (char**) pcpcc;
19252   pcpcc = (char const *const *) ppc;
19253   { /* SCO 3.2v4 cc rejects this.  */
19254     char *t;
19255     char const *s = 0 ? (char *) 0 : (char const *) 0;
19256
19257     *t++ = 0;
19258     if (s) return 0;
19259   }
19260   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
19261     int x[] = {25, 17};
19262     const int *foo = &x[0];
19263     ++foo;
19264   }
19265   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19266     typedef const int *iptr;
19267     iptr p = 0;
19268     ++p;
19269   }
19270   { /* AIX XL C 1.02.0.0 rejects this saying
19271        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19272     struct s { int j; const int *ap[3]; };
19273     struct s *b; b->j = 5;
19274   }
19275   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19276     const int foo = 10;
19277     if (!foo) return 0;
19278   }
19279   return !cs[0] && !zero.x;
19280 #endif
19281
19282   ;
19283   return 0;
19284 }
19285 _ACEOF
19286 rm -f conftest.$ac_objext
19287 if { (ac_try="$ac_compile"
19288 case "(($ac_try" in
19289   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19290   *) ac_try_echo=$ac_try;;
19291 esac
19292 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19293 $as_echo "$ac_try_echo") >&5
19294   (eval "$ac_compile") 2>conftest.er1
19295   ac_status=$?
19296   grep -v '^ *+' conftest.er1 >conftest.err
19297   rm -f conftest.er1
19298   cat conftest.err >&5
19299   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19300   (exit $ac_status); } && {
19301          test -z "$ac_c_werror_flag" ||
19302          test ! -s conftest.err
19303        } && test -s conftest.$ac_objext; then
19304   ac_cv_c_const=yes
19305 else
19306   $as_echo "$as_me: failed program was:" >&5
19307 sed 's/^/| /' conftest.$ac_ext >&5
19308
19309         ac_cv_c_const=no
19310 fi
19311
19312 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19313 fi
19314 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19315 $as_echo "$ac_cv_c_const" >&6; }
19316 if test $ac_cv_c_const = no; then
19317
19318 cat >>confdefs.h <<\_ACEOF
19319 #define const /**/
19320 _ACEOF
19321
19322 fi
19323
19324 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19325 $as_echo_n "checking for inline... " >&6; }
19326 if test "${ac_cv_c_inline+set}" = set; then
19327   $as_echo_n "(cached) " >&6
19328 else
19329   ac_cv_c_inline=no
19330 for ac_kw in inline __inline__ __inline; do
19331   cat >conftest.$ac_ext <<_ACEOF
19332 /* confdefs.h.  */
19333 _ACEOF
19334 cat confdefs.h >>conftest.$ac_ext
19335 cat >>conftest.$ac_ext <<_ACEOF
19336 /* end confdefs.h.  */
19337 #ifndef __cplusplus
19338 typedef int foo_t;
19339 static $ac_kw foo_t static_foo () {return 0; }
19340 $ac_kw foo_t foo () {return 0; }
19341 #endif
19342
19343 _ACEOF
19344 rm -f conftest.$ac_objext
19345 if { (ac_try="$ac_compile"
19346 case "(($ac_try" in
19347   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19348   *) ac_try_echo=$ac_try;;
19349 esac
19350 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19351 $as_echo "$ac_try_echo") >&5
19352   (eval "$ac_compile") 2>conftest.er1
19353   ac_status=$?
19354   grep -v '^ *+' conftest.er1 >conftest.err
19355   rm -f conftest.er1
19356   cat conftest.err >&5
19357   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19358   (exit $ac_status); } && {
19359          test -z "$ac_c_werror_flag" ||
19360          test ! -s conftest.err
19361        } && test -s conftest.$ac_objext; then
19362   ac_cv_c_inline=$ac_kw
19363 else
19364   $as_echo "$as_me: failed program was:" >&5
19365 sed 's/^/| /' conftest.$ac_ext >&5
19366
19367
19368 fi
19369
19370 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19371   test "$ac_cv_c_inline" != no && break
19372 done
19373
19374 fi
19375 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19376 $as_echo "$ac_cv_c_inline" >&6; }
19377
19378
19379 case $ac_cv_c_inline in
19380   inline | yes) ;;
19381   *)
19382     case $ac_cv_c_inline in
19383       no) ac_val=;;
19384       *) ac_val=$ac_cv_c_inline;;
19385     esac
19386     cat >>confdefs.h <<_ACEOF
19387 #ifndef __cplusplus
19388 #define inline $ac_val
19389 #endif
19390 _ACEOF
19391     ;;
19392 esac
19393
19394 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19395 $as_echo_n "checking for mode_t... " >&6; }
19396 if test "${ac_cv_type_mode_t+set}" = set; then
19397   $as_echo_n "(cached) " >&6
19398 else
19399   ac_cv_type_mode_t=no
19400 cat >conftest.$ac_ext <<_ACEOF
19401 /* confdefs.h.  */
19402 _ACEOF
19403 cat confdefs.h >>conftest.$ac_ext
19404 cat >>conftest.$ac_ext <<_ACEOF
19405 /* end confdefs.h.  */
19406 $ac_includes_default
19407 int
19408 main ()
19409 {
19410 if (sizeof (mode_t))
19411        return 0;
19412   ;
19413   return 0;
19414 }
19415 _ACEOF
19416 rm -f conftest.$ac_objext
19417 if { (ac_try="$ac_compile"
19418 case "(($ac_try" in
19419   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19420   *) ac_try_echo=$ac_try;;
19421 esac
19422 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19423 $as_echo "$ac_try_echo") >&5
19424   (eval "$ac_compile") 2>conftest.er1
19425   ac_status=$?
19426   grep -v '^ *+' conftest.er1 >conftest.err
19427   rm -f conftest.er1
19428   cat conftest.err >&5
19429   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19430   (exit $ac_status); } && {
19431          test -z "$ac_c_werror_flag" ||
19432          test ! -s conftest.err
19433        } && test -s conftest.$ac_objext; then
19434   cat >conftest.$ac_ext <<_ACEOF
19435 /* confdefs.h.  */
19436 _ACEOF
19437 cat confdefs.h >>conftest.$ac_ext
19438 cat >>conftest.$ac_ext <<_ACEOF
19439 /* end confdefs.h.  */
19440 $ac_includes_default
19441 int
19442 main ()
19443 {
19444 if (sizeof ((mode_t)))
19445           return 0;
19446   ;
19447   return 0;
19448 }
19449 _ACEOF
19450 rm -f conftest.$ac_objext
19451 if { (ac_try="$ac_compile"
19452 case "(($ac_try" in
19453   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19454   *) ac_try_echo=$ac_try;;
19455 esac
19456 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19457 $as_echo "$ac_try_echo") >&5
19458   (eval "$ac_compile") 2>conftest.er1
19459   ac_status=$?
19460   grep -v '^ *+' conftest.er1 >conftest.err
19461   rm -f conftest.er1
19462   cat conftest.err >&5
19463   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19464   (exit $ac_status); } && {
19465          test -z "$ac_c_werror_flag" ||
19466          test ! -s conftest.err
19467        } && test -s conftest.$ac_objext; then
19468   :
19469 else
19470   $as_echo "$as_me: failed program was:" >&5
19471 sed 's/^/| /' conftest.$ac_ext >&5
19472
19473         ac_cv_type_mode_t=yes
19474 fi
19475
19476 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19477 else
19478   $as_echo "$as_me: failed program was:" >&5
19479 sed 's/^/| /' conftest.$ac_ext >&5
19480
19481
19482 fi
19483
19484 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19485 fi
19486 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19487 $as_echo "$ac_cv_type_mode_t" >&6; }
19488 if test "x$ac_cv_type_mode_t" = x""yes; then
19489
19490 cat >>confdefs.h <<_ACEOF
19491 #define HAVE_MODE_T 1
19492 _ACEOF
19493
19494
19495 fi
19496 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19497 $as_echo_n "checking for off_t... " >&6; }
19498 if test "${ac_cv_type_off_t+set}" = set; then
19499   $as_echo_n "(cached) " >&6
19500 else
19501   ac_cv_type_off_t=no
19502 cat >conftest.$ac_ext <<_ACEOF
19503 /* confdefs.h.  */
19504 _ACEOF
19505 cat confdefs.h >>conftest.$ac_ext
19506 cat >>conftest.$ac_ext <<_ACEOF
19507 /* end confdefs.h.  */
19508 $ac_includes_default
19509 int
19510 main ()
19511 {
19512 if (sizeof (off_t))
19513        return 0;
19514   ;
19515   return 0;
19516 }
19517 _ACEOF
19518 rm -f conftest.$ac_objext
19519 if { (ac_try="$ac_compile"
19520 case "(($ac_try" in
19521   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19522   *) ac_try_echo=$ac_try;;
19523 esac
19524 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19525 $as_echo "$ac_try_echo") >&5
19526   (eval "$ac_compile") 2>conftest.er1
19527   ac_status=$?
19528   grep -v '^ *+' conftest.er1 >conftest.err
19529   rm -f conftest.er1
19530   cat conftest.err >&5
19531   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19532   (exit $ac_status); } && {
19533          test -z "$ac_c_werror_flag" ||
19534          test ! -s conftest.err
19535        } && test -s conftest.$ac_objext; then
19536   cat >conftest.$ac_ext <<_ACEOF
19537 /* confdefs.h.  */
19538 _ACEOF
19539 cat confdefs.h >>conftest.$ac_ext
19540 cat >>conftest.$ac_ext <<_ACEOF
19541 /* end confdefs.h.  */
19542 $ac_includes_default
19543 int
19544 main ()
19545 {
19546 if (sizeof ((off_t)))
19547           return 0;
19548   ;
19549   return 0;
19550 }
19551 _ACEOF
19552 rm -f conftest.$ac_objext
19553 if { (ac_try="$ac_compile"
19554 case "(($ac_try" in
19555   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19556   *) ac_try_echo=$ac_try;;
19557 esac
19558 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19559 $as_echo "$ac_try_echo") >&5
19560   (eval "$ac_compile") 2>conftest.er1
19561   ac_status=$?
19562   grep -v '^ *+' conftest.er1 >conftest.err
19563   rm -f conftest.er1
19564   cat conftest.err >&5
19565   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19566   (exit $ac_status); } && {
19567          test -z "$ac_c_werror_flag" ||
19568          test ! -s conftest.err
19569        } && test -s conftest.$ac_objext; then
19570   :
19571 else
19572   $as_echo "$as_me: failed program was:" >&5
19573 sed 's/^/| /' conftest.$ac_ext >&5
19574
19575         ac_cv_type_off_t=yes
19576 fi
19577
19578 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19579 else
19580   $as_echo "$as_me: failed program was:" >&5
19581 sed 's/^/| /' conftest.$ac_ext >&5
19582
19583
19584 fi
19585
19586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19587 fi
19588 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19589 $as_echo "$ac_cv_type_off_t" >&6; }
19590 if test "x$ac_cv_type_off_t" = x""yes; then
19591
19592 cat >>confdefs.h <<_ACEOF
19593 #define HAVE_OFF_T 1
19594 _ACEOF
19595
19596
19597 fi
19598 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19599 $as_echo_n "checking for pid_t... " >&6; }
19600 if test "${ac_cv_type_pid_t+set}" = set; then
19601   $as_echo_n "(cached) " >&6
19602 else
19603   ac_cv_type_pid_t=no
19604 cat >conftest.$ac_ext <<_ACEOF
19605 /* confdefs.h.  */
19606 _ACEOF
19607 cat confdefs.h >>conftest.$ac_ext
19608 cat >>conftest.$ac_ext <<_ACEOF
19609 /* end confdefs.h.  */
19610 $ac_includes_default
19611 int
19612 main ()
19613 {
19614 if (sizeof (pid_t))
19615        return 0;
19616   ;
19617   return 0;
19618 }
19619 _ACEOF
19620 rm -f conftest.$ac_objext
19621 if { (ac_try="$ac_compile"
19622 case "(($ac_try" in
19623   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19624   *) ac_try_echo=$ac_try;;
19625 esac
19626 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19627 $as_echo "$ac_try_echo") >&5
19628   (eval "$ac_compile") 2>conftest.er1
19629   ac_status=$?
19630   grep -v '^ *+' conftest.er1 >conftest.err
19631   rm -f conftest.er1
19632   cat conftest.err >&5
19633   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19634   (exit $ac_status); } && {
19635          test -z "$ac_c_werror_flag" ||
19636          test ! -s conftest.err
19637        } && test -s conftest.$ac_objext; then
19638   cat >conftest.$ac_ext <<_ACEOF
19639 /* confdefs.h.  */
19640 _ACEOF
19641 cat confdefs.h >>conftest.$ac_ext
19642 cat >>conftest.$ac_ext <<_ACEOF
19643 /* end confdefs.h.  */
19644 $ac_includes_default
19645 int
19646 main ()
19647 {
19648 if (sizeof ((pid_t)))
19649           return 0;
19650   ;
19651   return 0;
19652 }
19653 _ACEOF
19654 rm -f conftest.$ac_objext
19655 if { (ac_try="$ac_compile"
19656 case "(($ac_try" in
19657   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19658   *) ac_try_echo=$ac_try;;
19659 esac
19660 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19661 $as_echo "$ac_try_echo") >&5
19662   (eval "$ac_compile") 2>conftest.er1
19663   ac_status=$?
19664   grep -v '^ *+' conftest.er1 >conftest.err
19665   rm -f conftest.er1
19666   cat conftest.err >&5
19667   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19668   (exit $ac_status); } && {
19669          test -z "$ac_c_werror_flag" ||
19670          test ! -s conftest.err
19671        } && test -s conftest.$ac_objext; then
19672   :
19673 else
19674   $as_echo "$as_me: failed program was:" >&5
19675 sed 's/^/| /' conftest.$ac_ext >&5
19676
19677         ac_cv_type_pid_t=yes
19678 fi
19679
19680 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19681 else
19682   $as_echo "$as_me: failed program was:" >&5
19683 sed 's/^/| /' conftest.$ac_ext >&5
19684
19685
19686 fi
19687
19688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19689 fi
19690 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19691 $as_echo "$ac_cv_type_pid_t" >&6; }
19692 if test "x$ac_cv_type_pid_t" = x""yes; then
19693
19694 cat >>confdefs.h <<_ACEOF
19695 #define HAVE_PID_T 1
19696 _ACEOF
19697
19698
19699 fi
19700 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19701 $as_echo_n "checking for size_t... " >&6; }
19702 if test "${ac_cv_type_size_t+set}" = set; then
19703   $as_echo_n "(cached) " >&6
19704 else
19705   ac_cv_type_size_t=no
19706 cat >conftest.$ac_ext <<_ACEOF
19707 /* confdefs.h.  */
19708 _ACEOF
19709 cat confdefs.h >>conftest.$ac_ext
19710 cat >>conftest.$ac_ext <<_ACEOF
19711 /* end confdefs.h.  */
19712 $ac_includes_default
19713 int
19714 main ()
19715 {
19716 if (sizeof (size_t))
19717        return 0;
19718   ;
19719   return 0;
19720 }
19721 _ACEOF
19722 rm -f conftest.$ac_objext
19723 if { (ac_try="$ac_compile"
19724 case "(($ac_try" in
19725   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19726   *) ac_try_echo=$ac_try;;
19727 esac
19728 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19729 $as_echo "$ac_try_echo") >&5
19730   (eval "$ac_compile") 2>conftest.er1
19731   ac_status=$?
19732   grep -v '^ *+' conftest.er1 >conftest.err
19733   rm -f conftest.er1
19734   cat conftest.err >&5
19735   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19736   (exit $ac_status); } && {
19737          test -z "$ac_c_werror_flag" ||
19738          test ! -s conftest.err
19739        } && test -s conftest.$ac_objext; then
19740   cat >conftest.$ac_ext <<_ACEOF
19741 /* confdefs.h.  */
19742 _ACEOF
19743 cat confdefs.h >>conftest.$ac_ext
19744 cat >>conftest.$ac_ext <<_ACEOF
19745 /* end confdefs.h.  */
19746 $ac_includes_default
19747 int
19748 main ()
19749 {
19750 if (sizeof ((size_t)))
19751           return 0;
19752   ;
19753   return 0;
19754 }
19755 _ACEOF
19756 rm -f conftest.$ac_objext
19757 if { (ac_try="$ac_compile"
19758 case "(($ac_try" in
19759   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19760   *) ac_try_echo=$ac_try;;
19761 esac
19762 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19763 $as_echo "$ac_try_echo") >&5
19764   (eval "$ac_compile") 2>conftest.er1
19765   ac_status=$?
19766   grep -v '^ *+' conftest.er1 >conftest.err
19767   rm -f conftest.er1
19768   cat conftest.err >&5
19769   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19770   (exit $ac_status); } && {
19771          test -z "$ac_c_werror_flag" ||
19772          test ! -s conftest.err
19773        } && test -s conftest.$ac_objext; then
19774   :
19775 else
19776   $as_echo "$as_me: failed program was:" >&5
19777 sed 's/^/| /' conftest.$ac_ext >&5
19778
19779         ac_cv_type_size_t=yes
19780 fi
19781
19782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19783 else
19784   $as_echo "$as_me: failed program was:" >&5
19785 sed 's/^/| /' conftest.$ac_ext >&5
19786
19787
19788 fi
19789
19790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19791 fi
19792 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19793 $as_echo "$ac_cv_type_size_t" >&6; }
19794 if test "x$ac_cv_type_size_t" = x""yes; then
19795
19796 cat >>confdefs.h <<_ACEOF
19797 #define HAVE_SIZE_T 1
19798 _ACEOF
19799
19800
19801 fi
19802 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19803 $as_echo_n "checking for ssize_t... " >&6; }
19804 if test "${ac_cv_type_ssize_t+set}" = set; then
19805   $as_echo_n "(cached) " >&6
19806 else
19807   ac_cv_type_ssize_t=no
19808 cat >conftest.$ac_ext <<_ACEOF
19809 /* confdefs.h.  */
19810 _ACEOF
19811 cat confdefs.h >>conftest.$ac_ext
19812 cat >>conftest.$ac_ext <<_ACEOF
19813 /* end confdefs.h.  */
19814 $ac_includes_default
19815 int
19816 main ()
19817 {
19818 if (sizeof (ssize_t))
19819        return 0;
19820   ;
19821   return 0;
19822 }
19823 _ACEOF
19824 rm -f conftest.$ac_objext
19825 if { (ac_try="$ac_compile"
19826 case "(($ac_try" in
19827   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19828   *) ac_try_echo=$ac_try;;
19829 esac
19830 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19831 $as_echo "$ac_try_echo") >&5
19832   (eval "$ac_compile") 2>conftest.er1
19833   ac_status=$?
19834   grep -v '^ *+' conftest.er1 >conftest.err
19835   rm -f conftest.er1
19836   cat conftest.err >&5
19837   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19838   (exit $ac_status); } && {
19839          test -z "$ac_c_werror_flag" ||
19840          test ! -s conftest.err
19841        } && test -s conftest.$ac_objext; then
19842   cat >conftest.$ac_ext <<_ACEOF
19843 /* confdefs.h.  */
19844 _ACEOF
19845 cat confdefs.h >>conftest.$ac_ext
19846 cat >>conftest.$ac_ext <<_ACEOF
19847 /* end confdefs.h.  */
19848 $ac_includes_default
19849 int
19850 main ()
19851 {
19852 if (sizeof ((ssize_t)))
19853           return 0;
19854   ;
19855   return 0;
19856 }
19857 _ACEOF
19858 rm -f conftest.$ac_objext
19859 if { (ac_try="$ac_compile"
19860 case "(($ac_try" in
19861   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19862   *) ac_try_echo=$ac_try;;
19863 esac
19864 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19865 $as_echo "$ac_try_echo") >&5
19866   (eval "$ac_compile") 2>conftest.er1
19867   ac_status=$?
19868   grep -v '^ *+' conftest.er1 >conftest.err
19869   rm -f conftest.er1
19870   cat conftest.err >&5
19871   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19872   (exit $ac_status); } && {
19873          test -z "$ac_c_werror_flag" ||
19874          test ! -s conftest.err
19875        } && test -s conftest.$ac_objext; then
19876   :
19877 else
19878   $as_echo "$as_me: failed program was:" >&5
19879 sed 's/^/| /' conftest.$ac_ext >&5
19880
19881         ac_cv_type_ssize_t=yes
19882 fi
19883
19884 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19885 else
19886   $as_echo "$as_me: failed program was:" >&5
19887 sed 's/^/| /' conftest.$ac_ext >&5
19888
19889
19890 fi
19891
19892 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19893 fi
19894 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19895 $as_echo "$ac_cv_type_ssize_t" >&6; }
19896 if test "x$ac_cv_type_ssize_t" = x""yes; then
19897
19898 cat >>confdefs.h <<_ACEOF
19899 #define HAVE_SSIZE_T 1
19900 _ACEOF
19901
19902
19903 fi
19904 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19905 $as_echo_n "checking for long long... " >&6; }
19906 if test "${ac_cv_type_long_long+set}" = set; then
19907   $as_echo_n "(cached) " >&6
19908 else
19909   ac_cv_type_long_long=no
19910 cat >conftest.$ac_ext <<_ACEOF
19911 /* confdefs.h.  */
19912 _ACEOF
19913 cat confdefs.h >>conftest.$ac_ext
19914 cat >>conftest.$ac_ext <<_ACEOF
19915 /* end confdefs.h.  */
19916 $ac_includes_default
19917 int
19918 main ()
19919 {
19920 if (sizeof (long long))
19921        return 0;
19922   ;
19923   return 0;
19924 }
19925 _ACEOF
19926 rm -f conftest.$ac_objext
19927 if { (ac_try="$ac_compile"
19928 case "(($ac_try" in
19929   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19930   *) ac_try_echo=$ac_try;;
19931 esac
19932 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19933 $as_echo "$ac_try_echo") >&5
19934   (eval "$ac_compile") 2>conftest.er1
19935   ac_status=$?
19936   grep -v '^ *+' conftest.er1 >conftest.err
19937   rm -f conftest.er1
19938   cat conftest.err >&5
19939   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19940   (exit $ac_status); } && {
19941          test -z "$ac_c_werror_flag" ||
19942          test ! -s conftest.err
19943        } && test -s conftest.$ac_objext; then
19944   cat >conftest.$ac_ext <<_ACEOF
19945 /* confdefs.h.  */
19946 _ACEOF
19947 cat confdefs.h >>conftest.$ac_ext
19948 cat >>conftest.$ac_ext <<_ACEOF
19949 /* end confdefs.h.  */
19950 $ac_includes_default
19951 int
19952 main ()
19953 {
19954 if (sizeof ((long long)))
19955           return 0;
19956   ;
19957   return 0;
19958 }
19959 _ACEOF
19960 rm -f conftest.$ac_objext
19961 if { (ac_try="$ac_compile"
19962 case "(($ac_try" in
19963   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19964   *) ac_try_echo=$ac_try;;
19965 esac
19966 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19967 $as_echo "$ac_try_echo") >&5
19968   (eval "$ac_compile") 2>conftest.er1
19969   ac_status=$?
19970   grep -v '^ *+' conftest.er1 >conftest.err
19971   rm -f conftest.er1
19972   cat conftest.err >&5
19973   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19974   (exit $ac_status); } && {
19975          test -z "$ac_c_werror_flag" ||
19976          test ! -s conftest.err
19977        } && test -s conftest.$ac_objext; then
19978   :
19979 else
19980   $as_echo "$as_me: failed program was:" >&5
19981 sed 's/^/| /' conftest.$ac_ext >&5
19982
19983         ac_cv_type_long_long=yes
19984 fi
19985
19986 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19987 else
19988   $as_echo "$as_me: failed program was:" >&5
19989 sed 's/^/| /' conftest.$ac_ext >&5
19990
19991
19992 fi
19993
19994 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19995 fi
19996 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19997 $as_echo "$ac_cv_type_long_long" >&6; }
19998 if test "x$ac_cv_type_long_long" = x""yes; then
19999
20000 cat >>confdefs.h <<_ACEOF
20001 #define HAVE_LONG_LONG 1
20002 _ACEOF
20003
20004
20005 fi
20006 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20007 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20008 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20009   $as_echo_n "(cached) " >&6
20010 else
20011   ac_cv_type_fsblkcnt_t=no
20012 cat >conftest.$ac_ext <<_ACEOF
20013 /* confdefs.h.  */
20014 _ACEOF
20015 cat confdefs.h >>conftest.$ac_ext
20016 cat >>conftest.$ac_ext <<_ACEOF
20017 /* end confdefs.h.  */
20018 $ac_includes_default
20019 int
20020 main ()
20021 {
20022 if (sizeof (fsblkcnt_t))
20023        return 0;
20024   ;
20025   return 0;
20026 }
20027 _ACEOF
20028 rm -f conftest.$ac_objext
20029 if { (ac_try="$ac_compile"
20030 case "(($ac_try" in
20031   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20032   *) ac_try_echo=$ac_try;;
20033 esac
20034 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20035 $as_echo "$ac_try_echo") >&5
20036   (eval "$ac_compile") 2>conftest.er1
20037   ac_status=$?
20038   grep -v '^ *+' conftest.er1 >conftest.err
20039   rm -f conftest.er1
20040   cat conftest.err >&5
20041   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20042   (exit $ac_status); } && {
20043          test -z "$ac_c_werror_flag" ||
20044          test ! -s conftest.err
20045        } && test -s conftest.$ac_objext; then
20046   cat >conftest.$ac_ext <<_ACEOF
20047 /* confdefs.h.  */
20048 _ACEOF
20049 cat confdefs.h >>conftest.$ac_ext
20050 cat >>conftest.$ac_ext <<_ACEOF
20051 /* end confdefs.h.  */
20052 $ac_includes_default
20053 int
20054 main ()
20055 {
20056 if (sizeof ((fsblkcnt_t)))
20057           return 0;
20058   ;
20059   return 0;
20060 }
20061 _ACEOF
20062 rm -f conftest.$ac_objext
20063 if { (ac_try="$ac_compile"
20064 case "(($ac_try" in
20065   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20066   *) ac_try_echo=$ac_try;;
20067 esac
20068 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20069 $as_echo "$ac_try_echo") >&5
20070   (eval "$ac_compile") 2>conftest.er1
20071   ac_status=$?
20072   grep -v '^ *+' conftest.er1 >conftest.err
20073   rm -f conftest.er1
20074   cat conftest.err >&5
20075   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20076   (exit $ac_status); } && {
20077          test -z "$ac_c_werror_flag" ||
20078          test ! -s conftest.err
20079        } && test -s conftest.$ac_objext; then
20080   :
20081 else
20082   $as_echo "$as_me: failed program was:" >&5
20083 sed 's/^/| /' conftest.$ac_ext >&5
20084
20085         ac_cv_type_fsblkcnt_t=yes
20086 fi
20087
20088 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20089 else
20090   $as_echo "$as_me: failed program was:" >&5
20091 sed 's/^/| /' conftest.$ac_ext >&5
20092
20093
20094 fi
20095
20096 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20097 fi
20098 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20099 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20100 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20101
20102 cat >>confdefs.h <<_ACEOF
20103 #define HAVE_FSBLKCNT_T 1
20104 _ACEOF
20105
20106
20107 fi
20108 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20109 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20110 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20111   $as_echo_n "(cached) " >&6
20112 else
20113   ac_cv_type_fsfilcnt_t=no
20114 cat >conftest.$ac_ext <<_ACEOF
20115 /* confdefs.h.  */
20116 _ACEOF
20117 cat confdefs.h >>conftest.$ac_ext
20118 cat >>conftest.$ac_ext <<_ACEOF
20119 /* end confdefs.h.  */
20120 $ac_includes_default
20121 int
20122 main ()
20123 {
20124 if (sizeof (fsfilcnt_t))
20125        return 0;
20126   ;
20127   return 0;
20128 }
20129 _ACEOF
20130 rm -f conftest.$ac_objext
20131 if { (ac_try="$ac_compile"
20132 case "(($ac_try" in
20133   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20134   *) ac_try_echo=$ac_try;;
20135 esac
20136 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20137 $as_echo "$ac_try_echo") >&5
20138   (eval "$ac_compile") 2>conftest.er1
20139   ac_status=$?
20140   grep -v '^ *+' conftest.er1 >conftest.err
20141   rm -f conftest.er1
20142   cat conftest.err >&5
20143   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20144   (exit $ac_status); } && {
20145          test -z "$ac_c_werror_flag" ||
20146          test ! -s conftest.err
20147        } && test -s conftest.$ac_objext; then
20148   cat >conftest.$ac_ext <<_ACEOF
20149 /* confdefs.h.  */
20150 _ACEOF
20151 cat confdefs.h >>conftest.$ac_ext
20152 cat >>conftest.$ac_ext <<_ACEOF
20153 /* end confdefs.h.  */
20154 $ac_includes_default
20155 int
20156 main ()
20157 {
20158 if (sizeof ((fsfilcnt_t)))
20159           return 0;
20160   ;
20161   return 0;
20162 }
20163 _ACEOF
20164 rm -f conftest.$ac_objext
20165 if { (ac_try="$ac_compile"
20166 case "(($ac_try" in
20167   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20168   *) ac_try_echo=$ac_try;;
20169 esac
20170 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20171 $as_echo "$ac_try_echo") >&5
20172   (eval "$ac_compile") 2>conftest.er1
20173   ac_status=$?
20174   grep -v '^ *+' conftest.er1 >conftest.err
20175   rm -f conftest.er1
20176   cat conftest.err >&5
20177   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20178   (exit $ac_status); } && {
20179          test -z "$ac_c_werror_flag" ||
20180          test ! -s conftest.err
20181        } && test -s conftest.$ac_objext; then
20182   :
20183 else
20184   $as_echo "$as_me: failed program was:" >&5
20185 sed 's/^/| /' conftest.$ac_ext >&5
20186
20187         ac_cv_type_fsfilcnt_t=yes
20188 fi
20189
20190 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20191 else
20192   $as_echo "$as_me: failed program was:" >&5
20193 sed 's/^/| /' conftest.$ac_ext >&5
20194
20195
20196 fi
20197
20198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20199 fi
20200 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20201 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20202 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20203
20204 cat >>confdefs.h <<_ACEOF
20205 #define HAVE_FSFILCNT_T 1
20206 _ACEOF
20207
20208
20209 fi
20210
20211 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20212 $as_echo_n "checking for sigset_t... " >&6; }
20213 if test "${ac_cv_type_sigset_t+set}" = set; then
20214   $as_echo_n "(cached) " >&6
20215 else
20216   ac_cv_type_sigset_t=no
20217 cat >conftest.$ac_ext <<_ACEOF
20218 /* confdefs.h.  */
20219 _ACEOF
20220 cat confdefs.h >>conftest.$ac_ext
20221 cat >>conftest.$ac_ext <<_ACEOF
20222 /* end confdefs.h.  */
20223 #include <sys/types.h>
20224 #include <signal.h>
20225
20226 int
20227 main ()
20228 {
20229 if (sizeof (sigset_t))
20230        return 0;
20231   ;
20232   return 0;
20233 }
20234 _ACEOF
20235 rm -f conftest.$ac_objext
20236 if { (ac_try="$ac_compile"
20237 case "(($ac_try" in
20238   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20239   *) ac_try_echo=$ac_try;;
20240 esac
20241 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20242 $as_echo "$ac_try_echo") >&5
20243   (eval "$ac_compile") 2>conftest.er1
20244   ac_status=$?
20245   grep -v '^ *+' conftest.er1 >conftest.err
20246   rm -f conftest.er1
20247   cat conftest.err >&5
20248   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20249   (exit $ac_status); } && {
20250          test -z "$ac_c_werror_flag" ||
20251          test ! -s conftest.err
20252        } && test -s conftest.$ac_objext; then
20253   cat >conftest.$ac_ext <<_ACEOF
20254 /* confdefs.h.  */
20255 _ACEOF
20256 cat confdefs.h >>conftest.$ac_ext
20257 cat >>conftest.$ac_ext <<_ACEOF
20258 /* end confdefs.h.  */
20259 #include <sys/types.h>
20260 #include <signal.h>
20261
20262 int
20263 main ()
20264 {
20265 if (sizeof ((sigset_t)))
20266           return 0;
20267   ;
20268   return 0;
20269 }
20270 _ACEOF
20271 rm -f conftest.$ac_objext
20272 if { (ac_try="$ac_compile"
20273 case "(($ac_try" in
20274   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20275   *) ac_try_echo=$ac_try;;
20276 esac
20277 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20278 $as_echo "$ac_try_echo") >&5
20279   (eval "$ac_compile") 2>conftest.er1
20280   ac_status=$?
20281   grep -v '^ *+' conftest.er1 >conftest.err
20282   rm -f conftest.er1
20283   cat conftest.err >&5
20284   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20285   (exit $ac_status); } && {
20286          test -z "$ac_c_werror_flag" ||
20287          test ! -s conftest.err
20288        } && test -s conftest.$ac_objext; then
20289   :
20290 else
20291   $as_echo "$as_me: failed program was:" >&5
20292 sed 's/^/| /' conftest.$ac_ext >&5
20293
20294         ac_cv_type_sigset_t=yes
20295 fi
20296
20297 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20298 else
20299   $as_echo "$as_me: failed program was:" >&5
20300 sed 's/^/| /' conftest.$ac_ext >&5
20301
20302
20303 fi
20304
20305 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20306 fi
20307 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20308 $as_echo "$ac_cv_type_sigset_t" >&6; }
20309 if test "x$ac_cv_type_sigset_t" = x""yes; then
20310
20311 cat >>confdefs.h <<_ACEOF
20312 #define HAVE_SIGSET_T 1
20313 _ACEOF
20314
20315
20316 fi
20317
20318 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20319 $as_echo_n "checking for request_sense... " >&6; }
20320 if test "${ac_cv_type_request_sense+set}" = set; then
20321   $as_echo_n "(cached) " >&6
20322 else
20323   ac_cv_type_request_sense=no
20324 cat >conftest.$ac_ext <<_ACEOF
20325 /* confdefs.h.  */
20326 _ACEOF
20327 cat confdefs.h >>conftest.$ac_ext
20328 cat >>conftest.$ac_ext <<_ACEOF
20329 /* end confdefs.h.  */
20330 #include <linux/cdrom.h>
20331
20332 int
20333 main ()
20334 {
20335 if (sizeof (request_sense))
20336        return 0;
20337   ;
20338   return 0;
20339 }
20340 _ACEOF
20341 rm -f conftest.$ac_objext
20342 if { (ac_try="$ac_compile"
20343 case "(($ac_try" in
20344   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20345   *) ac_try_echo=$ac_try;;
20346 esac
20347 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20348 $as_echo "$ac_try_echo") >&5
20349   (eval "$ac_compile") 2>conftest.er1
20350   ac_status=$?
20351   grep -v '^ *+' conftest.er1 >conftest.err
20352   rm -f conftest.er1
20353   cat conftest.err >&5
20354   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20355   (exit $ac_status); } && {
20356          test -z "$ac_c_werror_flag" ||
20357          test ! -s conftest.err
20358        } && test -s conftest.$ac_objext; then
20359   cat >conftest.$ac_ext <<_ACEOF
20360 /* confdefs.h.  */
20361 _ACEOF
20362 cat confdefs.h >>conftest.$ac_ext
20363 cat >>conftest.$ac_ext <<_ACEOF
20364 /* end confdefs.h.  */
20365 #include <linux/cdrom.h>
20366
20367 int
20368 main ()
20369 {
20370 if (sizeof ((request_sense)))
20371           return 0;
20372   ;
20373   return 0;
20374 }
20375 _ACEOF
20376 rm -f conftest.$ac_objext
20377 if { (ac_try="$ac_compile"
20378 case "(($ac_try" in
20379   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20380   *) ac_try_echo=$ac_try;;
20381 esac
20382 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20383 $as_echo "$ac_try_echo") >&5
20384   (eval "$ac_compile") 2>conftest.er1
20385   ac_status=$?
20386   grep -v '^ *+' conftest.er1 >conftest.err
20387   rm -f conftest.er1
20388   cat conftest.err >&5
20389   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20390   (exit $ac_status); } && {
20391          test -z "$ac_c_werror_flag" ||
20392          test ! -s conftest.err
20393        } && test -s conftest.$ac_objext; then
20394   :
20395 else
20396   $as_echo "$as_me: failed program was:" >&5
20397 sed 's/^/| /' conftest.$ac_ext >&5
20398
20399         ac_cv_type_request_sense=yes
20400 fi
20401
20402 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20403 else
20404   $as_echo "$as_me: failed program was:" >&5
20405 sed 's/^/| /' conftest.$ac_ext >&5
20406
20407
20408 fi
20409
20410 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20411 fi
20412 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20413 $as_echo "$ac_cv_type_request_sense" >&6; }
20414 if test "x$ac_cv_type_request_sense" = x""yes; then
20415
20416 cat >>confdefs.h <<_ACEOF
20417 #define HAVE_REQUEST_SENSE 1
20418 _ACEOF
20419
20420
20421 fi
20422
20423
20424 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20425 $as_echo_n "checking for struct xinpgen... " >&6; }
20426 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20427   $as_echo_n "(cached) " >&6
20428 else
20429   ac_cv_type_struct_xinpgen=no
20430 cat >conftest.$ac_ext <<_ACEOF
20431 /* confdefs.h.  */
20432 _ACEOF
20433 cat confdefs.h >>conftest.$ac_ext
20434 cat >>conftest.$ac_ext <<_ACEOF
20435 /* end confdefs.h.  */
20436 #include <sys/types.h>
20437 #ifdef HAVE_SYS_SOCKET_H
20438 #include <sys/socket.h>
20439 #endif
20440 #ifdef HAVE_SYS_SOCKETVAR_H
20441 #include <sys/socketvar.h>
20442 #endif
20443 #ifdef HAVE_NET_ROUTE_H
20444 #include <net/route.h>
20445 #endif
20446 #ifdef HAVE_NETINET_IN_H
20447 #include <netinet/in.h>
20448 #endif
20449 #ifdef HAVE_NETINET_IN_SYSTM_H
20450 #include <netinet/in_systm.h>
20451 #endif
20452 #ifdef HAVE_NETINET_IP_H
20453 #include <netinet/ip.h>
20454 #endif
20455 #ifdef HAVE_NETINET_IN_PCB_H
20456 #include <netinet/in_pcb.h>
20457 #endif
20458
20459 int
20460 main ()
20461 {
20462 if (sizeof (struct xinpgen))
20463        return 0;
20464   ;
20465   return 0;
20466 }
20467 _ACEOF
20468 rm -f conftest.$ac_objext
20469 if { (ac_try="$ac_compile"
20470 case "(($ac_try" in
20471   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20472   *) ac_try_echo=$ac_try;;
20473 esac
20474 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20475 $as_echo "$ac_try_echo") >&5
20476   (eval "$ac_compile") 2>conftest.er1
20477   ac_status=$?
20478   grep -v '^ *+' conftest.er1 >conftest.err
20479   rm -f conftest.er1
20480   cat conftest.err >&5
20481   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20482   (exit $ac_status); } && {
20483          test -z "$ac_c_werror_flag" ||
20484          test ! -s conftest.err
20485        } && test -s conftest.$ac_objext; then
20486   cat >conftest.$ac_ext <<_ACEOF
20487 /* confdefs.h.  */
20488 _ACEOF
20489 cat confdefs.h >>conftest.$ac_ext
20490 cat >>conftest.$ac_ext <<_ACEOF
20491 /* end confdefs.h.  */
20492 #include <sys/types.h>
20493 #ifdef HAVE_SYS_SOCKET_H
20494 #include <sys/socket.h>
20495 #endif
20496 #ifdef HAVE_SYS_SOCKETVAR_H
20497 #include <sys/socketvar.h>
20498 #endif
20499 #ifdef HAVE_NET_ROUTE_H
20500 #include <net/route.h>
20501 #endif
20502 #ifdef HAVE_NETINET_IN_H
20503 #include <netinet/in.h>
20504 #endif
20505 #ifdef HAVE_NETINET_IN_SYSTM_H
20506 #include <netinet/in_systm.h>
20507 #endif
20508 #ifdef HAVE_NETINET_IP_H
20509 #include <netinet/ip.h>
20510 #endif
20511 #ifdef HAVE_NETINET_IN_PCB_H
20512 #include <netinet/in_pcb.h>
20513 #endif
20514
20515 int
20516 main ()
20517 {
20518 if (sizeof ((struct xinpgen)))
20519           return 0;
20520   ;
20521   return 0;
20522 }
20523 _ACEOF
20524 rm -f conftest.$ac_objext
20525 if { (ac_try="$ac_compile"
20526 case "(($ac_try" in
20527   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20528   *) ac_try_echo=$ac_try;;
20529 esac
20530 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20531 $as_echo "$ac_try_echo") >&5
20532   (eval "$ac_compile") 2>conftest.er1
20533   ac_status=$?
20534   grep -v '^ *+' conftest.er1 >conftest.err
20535   rm -f conftest.er1
20536   cat conftest.err >&5
20537   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20538   (exit $ac_status); } && {
20539          test -z "$ac_c_werror_flag" ||
20540          test ! -s conftest.err
20541        } && test -s conftest.$ac_objext; then
20542   :
20543 else
20544   $as_echo "$as_me: failed program was:" >&5
20545 sed 's/^/| /' conftest.$ac_ext >&5
20546
20547         ac_cv_type_struct_xinpgen=yes
20548 fi
20549
20550 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20551 else
20552   $as_echo "$as_me: failed program was:" >&5
20553 sed 's/^/| /' conftest.$ac_ext >&5
20554
20555
20556 fi
20557
20558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20559 fi
20560 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20561 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20562 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20563
20564 cat >>confdefs.h <<_ACEOF
20565 #define HAVE_STRUCT_XINPGEN 1
20566 _ACEOF
20567
20568
20569 fi
20570
20571
20572 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20573 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20574 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20575   $as_echo_n "(cached) " >&6
20576 else
20577   cat >conftest.$ac_ext <<_ACEOF
20578 /* confdefs.h.  */
20579 _ACEOF
20580 cat confdefs.h >>conftest.$ac_ext
20581 cat >>conftest.$ac_ext <<_ACEOF
20582 /* end confdefs.h.  */
20583 #ifdef HAVE_LINUX_INPUT_H
20584 #include <linux/input.h>
20585 #endif
20586
20587 int
20588 main ()
20589 {
20590 static struct ff_effect ac_aggr;
20591 if (ac_aggr.direction)
20592 return 0;
20593   ;
20594   return 0;
20595 }
20596 _ACEOF
20597 rm -f conftest.$ac_objext
20598 if { (ac_try="$ac_compile"
20599 case "(($ac_try" in
20600   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20601   *) ac_try_echo=$ac_try;;
20602 esac
20603 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20604 $as_echo "$ac_try_echo") >&5
20605   (eval "$ac_compile") 2>conftest.er1
20606   ac_status=$?
20607   grep -v '^ *+' conftest.er1 >conftest.err
20608   rm -f conftest.er1
20609   cat conftest.err >&5
20610   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20611   (exit $ac_status); } && {
20612          test -z "$ac_c_werror_flag" ||
20613          test ! -s conftest.err
20614        } && test -s conftest.$ac_objext; then
20615   ac_cv_member_struct_ff_effect_direction=yes
20616 else
20617   $as_echo "$as_me: failed program was:" >&5
20618 sed 's/^/| /' conftest.$ac_ext >&5
20619
20620         cat >conftest.$ac_ext <<_ACEOF
20621 /* confdefs.h.  */
20622 _ACEOF
20623 cat confdefs.h >>conftest.$ac_ext
20624 cat >>conftest.$ac_ext <<_ACEOF
20625 /* end confdefs.h.  */
20626 #ifdef HAVE_LINUX_INPUT_H
20627 #include <linux/input.h>
20628 #endif
20629
20630 int
20631 main ()
20632 {
20633 static struct ff_effect ac_aggr;
20634 if (sizeof ac_aggr.direction)
20635 return 0;
20636   ;
20637   return 0;
20638 }
20639 _ACEOF
20640 rm -f conftest.$ac_objext
20641 if { (ac_try="$ac_compile"
20642 case "(($ac_try" in
20643   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20644   *) ac_try_echo=$ac_try;;
20645 esac
20646 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20647 $as_echo "$ac_try_echo") >&5
20648   (eval "$ac_compile") 2>conftest.er1
20649   ac_status=$?
20650   grep -v '^ *+' conftest.er1 >conftest.err
20651   rm -f conftest.er1
20652   cat conftest.err >&5
20653   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20654   (exit $ac_status); } && {
20655          test -z "$ac_c_werror_flag" ||
20656          test ! -s conftest.err
20657        } && test -s conftest.$ac_objext; then
20658   ac_cv_member_struct_ff_effect_direction=yes
20659 else
20660   $as_echo "$as_me: failed program was:" >&5
20661 sed 's/^/| /' conftest.$ac_ext >&5
20662
20663         ac_cv_member_struct_ff_effect_direction=no
20664 fi
20665
20666 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20667 fi
20668
20669 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20670 fi
20671 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20672 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20673 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20674
20675 cat >>confdefs.h <<_ACEOF
20676 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20677 _ACEOF
20678
20679
20680 fi
20681
20682
20683 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20684 $as_echo_n "checking for sigaddset... " >&6; }
20685 if test "${wine_cv_have_sigaddset+set}" = set; then
20686   $as_echo_n "(cached) " >&6
20687 else
20688   cat >conftest.$ac_ext <<_ACEOF
20689 /* confdefs.h.  */
20690 _ACEOF
20691 cat confdefs.h >>conftest.$ac_ext
20692 cat >>conftest.$ac_ext <<_ACEOF
20693 /* end confdefs.h.  */
20694 #include <signal.h>
20695 int
20696 main ()
20697 {
20698 sigset_t set; sigaddset(&set,SIGTERM);
20699   ;
20700   return 0;
20701 }
20702 _ACEOF
20703 rm -f conftest.$ac_objext conftest$ac_exeext
20704 if { (ac_try="$ac_link"
20705 case "(($ac_try" in
20706   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20707   *) ac_try_echo=$ac_try;;
20708 esac
20709 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20710 $as_echo "$ac_try_echo") >&5
20711   (eval "$ac_link") 2>conftest.er1
20712   ac_status=$?
20713   grep -v '^ *+' conftest.er1 >conftest.err
20714   rm -f conftest.er1
20715   cat conftest.err >&5
20716   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20717   (exit $ac_status); } && {
20718          test -z "$ac_c_werror_flag" ||
20719          test ! -s conftest.err
20720        } && test -s conftest$ac_exeext && {
20721          test "$cross_compiling" = yes ||
20722          $as_test_x conftest$ac_exeext
20723        }; then
20724   wine_cv_have_sigaddset=yes
20725 else
20726   $as_echo "$as_me: failed program was:" >&5
20727 sed 's/^/| /' conftest.$ac_ext >&5
20728
20729         wine_cv_have_sigaddset=no
20730 fi
20731
20732 rm -rf conftest.dSYM
20733 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20734       conftest$ac_exeext conftest.$ac_ext
20735 fi
20736 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20737 $as_echo "$wine_cv_have_sigaddset" >&6; }
20738 if test "$wine_cv_have_sigaddset" = "yes"
20739 then
20740
20741 cat >>confdefs.h <<\_ACEOF
20742 #define HAVE_SIGADDSET 1
20743 _ACEOF
20744
20745 fi
20746
20747
20748 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20749 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20750 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20751   $as_echo_n "(cached) " >&6
20752 else
20753   cat >conftest.$ac_ext <<_ACEOF
20754 /* confdefs.h.  */
20755 _ACEOF
20756 cat confdefs.h >>conftest.$ac_ext
20757 cat >>conftest.$ac_ext <<_ACEOF
20758 /* end confdefs.h.  */
20759 #include <netdb.h>
20760 int
20761 main ()
20762 {
20763
20764     char *name=0;
20765     struct hostent he;
20766     struct hostent *result;
20767     char *buf=0;
20768     int bufsize=0;
20769     int res,errnr;
20770     char *addr=0;
20771     int addrlen=0;
20772     int addrtype=0;
20773     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20774     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20775
20776   ;
20777   return 0;
20778 }
20779 _ACEOF
20780 rm -f conftest.$ac_objext conftest$ac_exeext
20781 if { (ac_try="$ac_link"
20782 case "(($ac_try" in
20783   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20784   *) ac_try_echo=$ac_try;;
20785 esac
20786 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20787 $as_echo "$ac_try_echo") >&5
20788   (eval "$ac_link") 2>conftest.er1
20789   ac_status=$?
20790   grep -v '^ *+' conftest.er1 >conftest.err
20791   rm -f conftest.er1
20792   cat conftest.err >&5
20793   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20794   (exit $ac_status); } && {
20795          test -z "$ac_c_werror_flag" ||
20796          test ! -s conftest.err
20797        } && test -s conftest$ac_exeext && {
20798          test "$cross_compiling" = yes ||
20799          $as_test_x conftest$ac_exeext
20800        }; then
20801   wine_cv_linux_gethostbyname_r_6=yes
20802 else
20803   $as_echo "$as_me: failed program was:" >&5
20804 sed 's/^/| /' conftest.$ac_ext >&5
20805
20806         wine_cv_linux_gethostbyname_r_6=no
20807
20808 fi
20809
20810 rm -rf conftest.dSYM
20811 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20812       conftest$ac_exeext conftest.$ac_ext
20813
20814 fi
20815 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20816 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20817    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20818    then
20819
20820 cat >>confdefs.h <<\_ACEOF
20821 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20822 _ACEOF
20823
20824    fi
20825
20826 if test "$ac_cv_header_linux_joystick_h" = "yes"
20827 then
20828    { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20829 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20830 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20831   $as_echo_n "(cached) " >&6
20832 else
20833   cat >conftest.$ac_ext <<_ACEOF
20834 /* confdefs.h.  */
20835 _ACEOF
20836 cat confdefs.h >>conftest.$ac_ext
20837 cat >>conftest.$ac_ext <<_ACEOF
20838 /* end confdefs.h.  */
20839
20840         #include <sys/ioctl.h>
20841         #include <sys/types.h>
20842         #include <linux/joystick.h>
20843
20844         struct js_event blub;
20845         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20846         #error "no 2.2 header"
20847         #endif
20848
20849 int
20850 main ()
20851 {
20852 /*empty*/
20853   ;
20854   return 0;
20855 }
20856 _ACEOF
20857 rm -f conftest.$ac_objext
20858 if { (ac_try="$ac_compile"
20859 case "(($ac_try" in
20860   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20861   *) ac_try_echo=$ac_try;;
20862 esac
20863 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20864 $as_echo "$ac_try_echo") >&5
20865   (eval "$ac_compile") 2>conftest.er1
20866   ac_status=$?
20867   grep -v '^ *+' conftest.er1 >conftest.err
20868   rm -f conftest.er1
20869   cat conftest.err >&5
20870   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20871   (exit $ac_status); } && {
20872          test -z "$ac_c_werror_flag" ||
20873          test ! -s conftest.err
20874        } && test -s conftest.$ac_objext; then
20875   wine_cv_linux_joystick_22_api=yes
20876 else
20877   $as_echo "$as_me: failed program was:" >&5
20878 sed 's/^/| /' conftest.$ac_ext >&5
20879
20880         wine_cv_linux_joystick_22_api=no
20881 fi
20882
20883 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20884
20885 fi
20886 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20887 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20888    if test "$wine_cv_linux_joystick_22_api" = "yes"
20889    then
20890
20891 cat >>confdefs.h <<\_ACEOF
20892 #define HAVE_LINUX_22_JOYSTICK_API 1
20893 _ACEOF
20894
20895    fi
20896 fi
20897
20898
20899 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20900 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20901 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20902   $as_echo_n "(cached) " >&6
20903 else
20904   cat >conftest.$ac_ext <<_ACEOF
20905 /* confdefs.h.  */
20906 _ACEOF
20907 cat confdefs.h >>conftest.$ac_ext
20908 cat >>conftest.$ac_ext <<_ACEOF
20909 /* end confdefs.h.  */
20910 #include <sys/types.h>
20911 #ifdef HAVE_SYS_PARAM_H
20912 # include <sys/param.h>
20913 #endif
20914 #ifdef HAVE_SYS_MOUNT_H
20915 # include <sys/mount.h>
20916 #endif
20917 #ifdef HAVE_SYS_VFS_H
20918 # include <sys/vfs.h>
20919 #endif
20920 #ifdef HAVE_SYS_STATFS_H
20921 # include <sys/statfs.h>
20922 #endif
20923
20924 int
20925 main ()
20926 {
20927 static struct statfs ac_aggr;
20928 if (ac_aggr.f_bfree)
20929 return 0;
20930   ;
20931   return 0;
20932 }
20933 _ACEOF
20934 rm -f conftest.$ac_objext
20935 if { (ac_try="$ac_compile"
20936 case "(($ac_try" in
20937   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20938   *) ac_try_echo=$ac_try;;
20939 esac
20940 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20941 $as_echo "$ac_try_echo") >&5
20942   (eval "$ac_compile") 2>conftest.er1
20943   ac_status=$?
20944   grep -v '^ *+' conftest.er1 >conftest.err
20945   rm -f conftest.er1
20946   cat conftest.err >&5
20947   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20948   (exit $ac_status); } && {
20949          test -z "$ac_c_werror_flag" ||
20950          test ! -s conftest.err
20951        } && test -s conftest.$ac_objext; then
20952   ac_cv_member_struct_statfs_f_bfree=yes
20953 else
20954   $as_echo "$as_me: failed program was:" >&5
20955 sed 's/^/| /' conftest.$ac_ext >&5
20956
20957         cat >conftest.$ac_ext <<_ACEOF
20958 /* confdefs.h.  */
20959 _ACEOF
20960 cat confdefs.h >>conftest.$ac_ext
20961 cat >>conftest.$ac_ext <<_ACEOF
20962 /* end confdefs.h.  */
20963 #include <sys/types.h>
20964 #ifdef HAVE_SYS_PARAM_H
20965 # include <sys/param.h>
20966 #endif
20967 #ifdef HAVE_SYS_MOUNT_H
20968 # include <sys/mount.h>
20969 #endif
20970 #ifdef HAVE_SYS_VFS_H
20971 # include <sys/vfs.h>
20972 #endif
20973 #ifdef HAVE_SYS_STATFS_H
20974 # include <sys/statfs.h>
20975 #endif
20976
20977 int
20978 main ()
20979 {
20980 static struct statfs ac_aggr;
20981 if (sizeof ac_aggr.f_bfree)
20982 return 0;
20983   ;
20984   return 0;
20985 }
20986 _ACEOF
20987 rm -f conftest.$ac_objext
20988 if { (ac_try="$ac_compile"
20989 case "(($ac_try" in
20990   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20991   *) ac_try_echo=$ac_try;;
20992 esac
20993 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20994 $as_echo "$ac_try_echo") >&5
20995   (eval "$ac_compile") 2>conftest.er1
20996   ac_status=$?
20997   grep -v '^ *+' conftest.er1 >conftest.err
20998   rm -f conftest.er1
20999   cat conftest.err >&5
21000   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21001   (exit $ac_status); } && {
21002          test -z "$ac_c_werror_flag" ||
21003          test ! -s conftest.err
21004        } && test -s conftest.$ac_objext; then
21005   ac_cv_member_struct_statfs_f_bfree=yes
21006 else
21007   $as_echo "$as_me: failed program was:" >&5
21008 sed 's/^/| /' conftest.$ac_ext >&5
21009
21010         ac_cv_member_struct_statfs_f_bfree=no
21011 fi
21012
21013 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21014 fi
21015
21016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21017 fi
21018 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21019 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21020 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21021
21022 cat >>confdefs.h <<_ACEOF
21023 #define HAVE_STRUCT_STATFS_F_BFREE 1
21024 _ACEOF
21025
21026
21027 fi
21028 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21029 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21030 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21031   $as_echo_n "(cached) " >&6
21032 else
21033   cat >conftest.$ac_ext <<_ACEOF
21034 /* confdefs.h.  */
21035 _ACEOF
21036 cat confdefs.h >>conftest.$ac_ext
21037 cat >>conftest.$ac_ext <<_ACEOF
21038 /* end confdefs.h.  */
21039 #include <sys/types.h>
21040 #ifdef HAVE_SYS_PARAM_H
21041 # include <sys/param.h>
21042 #endif
21043 #ifdef HAVE_SYS_MOUNT_H
21044 # include <sys/mount.h>
21045 #endif
21046 #ifdef HAVE_SYS_VFS_H
21047 # include <sys/vfs.h>
21048 #endif
21049 #ifdef HAVE_SYS_STATFS_H
21050 # include <sys/statfs.h>
21051 #endif
21052
21053 int
21054 main ()
21055 {
21056 static struct statfs ac_aggr;
21057 if (ac_aggr.f_bavail)
21058 return 0;
21059   ;
21060   return 0;
21061 }
21062 _ACEOF
21063 rm -f conftest.$ac_objext
21064 if { (ac_try="$ac_compile"
21065 case "(($ac_try" in
21066   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21067   *) ac_try_echo=$ac_try;;
21068 esac
21069 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21070 $as_echo "$ac_try_echo") >&5
21071   (eval "$ac_compile") 2>conftest.er1
21072   ac_status=$?
21073   grep -v '^ *+' conftest.er1 >conftest.err
21074   rm -f conftest.er1
21075   cat conftest.err >&5
21076   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21077   (exit $ac_status); } && {
21078          test -z "$ac_c_werror_flag" ||
21079          test ! -s conftest.err
21080        } && test -s conftest.$ac_objext; then
21081   ac_cv_member_struct_statfs_f_bavail=yes
21082 else
21083   $as_echo "$as_me: failed program was:" >&5
21084 sed 's/^/| /' conftest.$ac_ext >&5
21085
21086         cat >conftest.$ac_ext <<_ACEOF
21087 /* confdefs.h.  */
21088 _ACEOF
21089 cat confdefs.h >>conftest.$ac_ext
21090 cat >>conftest.$ac_ext <<_ACEOF
21091 /* end confdefs.h.  */
21092 #include <sys/types.h>
21093 #ifdef HAVE_SYS_PARAM_H
21094 # include <sys/param.h>
21095 #endif
21096 #ifdef HAVE_SYS_MOUNT_H
21097 # include <sys/mount.h>
21098 #endif
21099 #ifdef HAVE_SYS_VFS_H
21100 # include <sys/vfs.h>
21101 #endif
21102 #ifdef HAVE_SYS_STATFS_H
21103 # include <sys/statfs.h>
21104 #endif
21105
21106 int
21107 main ()
21108 {
21109 static struct statfs ac_aggr;
21110 if (sizeof ac_aggr.f_bavail)
21111 return 0;
21112   ;
21113   return 0;
21114 }
21115 _ACEOF
21116 rm -f conftest.$ac_objext
21117 if { (ac_try="$ac_compile"
21118 case "(($ac_try" in
21119   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21120   *) ac_try_echo=$ac_try;;
21121 esac
21122 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21123 $as_echo "$ac_try_echo") >&5
21124   (eval "$ac_compile") 2>conftest.er1
21125   ac_status=$?
21126   grep -v '^ *+' conftest.er1 >conftest.err
21127   rm -f conftest.er1
21128   cat conftest.err >&5
21129   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21130   (exit $ac_status); } && {
21131          test -z "$ac_c_werror_flag" ||
21132          test ! -s conftest.err
21133        } && test -s conftest.$ac_objext; then
21134   ac_cv_member_struct_statfs_f_bavail=yes
21135 else
21136   $as_echo "$as_me: failed program was:" >&5
21137 sed 's/^/| /' conftest.$ac_ext >&5
21138
21139         ac_cv_member_struct_statfs_f_bavail=no
21140 fi
21141
21142 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21143 fi
21144
21145 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21146 fi
21147 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21148 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21149 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21150
21151 cat >>confdefs.h <<_ACEOF
21152 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21153 _ACEOF
21154
21155
21156 fi
21157 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21158 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21159 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21160   $as_echo_n "(cached) " >&6
21161 else
21162   cat >conftest.$ac_ext <<_ACEOF
21163 /* confdefs.h.  */
21164 _ACEOF
21165 cat confdefs.h >>conftest.$ac_ext
21166 cat >>conftest.$ac_ext <<_ACEOF
21167 /* end confdefs.h.  */
21168 #include <sys/types.h>
21169 #ifdef HAVE_SYS_PARAM_H
21170 # include <sys/param.h>
21171 #endif
21172 #ifdef HAVE_SYS_MOUNT_H
21173 # include <sys/mount.h>
21174 #endif
21175 #ifdef HAVE_SYS_VFS_H
21176 # include <sys/vfs.h>
21177 #endif
21178 #ifdef HAVE_SYS_STATFS_H
21179 # include <sys/statfs.h>
21180 #endif
21181
21182 int
21183 main ()
21184 {
21185 static struct statfs ac_aggr;
21186 if (ac_aggr.f_frsize)
21187 return 0;
21188   ;
21189   return 0;
21190 }
21191 _ACEOF
21192 rm -f conftest.$ac_objext
21193 if { (ac_try="$ac_compile"
21194 case "(($ac_try" in
21195   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21196   *) ac_try_echo=$ac_try;;
21197 esac
21198 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21199 $as_echo "$ac_try_echo") >&5
21200   (eval "$ac_compile") 2>conftest.er1
21201   ac_status=$?
21202   grep -v '^ *+' conftest.er1 >conftest.err
21203   rm -f conftest.er1
21204   cat conftest.err >&5
21205   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21206   (exit $ac_status); } && {
21207          test -z "$ac_c_werror_flag" ||
21208          test ! -s conftest.err
21209        } && test -s conftest.$ac_objext; then
21210   ac_cv_member_struct_statfs_f_frsize=yes
21211 else
21212   $as_echo "$as_me: failed program was:" >&5
21213 sed 's/^/| /' conftest.$ac_ext >&5
21214
21215         cat >conftest.$ac_ext <<_ACEOF
21216 /* confdefs.h.  */
21217 _ACEOF
21218 cat confdefs.h >>conftest.$ac_ext
21219 cat >>conftest.$ac_ext <<_ACEOF
21220 /* end confdefs.h.  */
21221 #include <sys/types.h>
21222 #ifdef HAVE_SYS_PARAM_H
21223 # include <sys/param.h>
21224 #endif
21225 #ifdef HAVE_SYS_MOUNT_H
21226 # include <sys/mount.h>
21227 #endif
21228 #ifdef HAVE_SYS_VFS_H
21229 # include <sys/vfs.h>
21230 #endif
21231 #ifdef HAVE_SYS_STATFS_H
21232 # include <sys/statfs.h>
21233 #endif
21234
21235 int
21236 main ()
21237 {
21238 static struct statfs ac_aggr;
21239 if (sizeof ac_aggr.f_frsize)
21240 return 0;
21241   ;
21242   return 0;
21243 }
21244 _ACEOF
21245 rm -f conftest.$ac_objext
21246 if { (ac_try="$ac_compile"
21247 case "(($ac_try" in
21248   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21249   *) ac_try_echo=$ac_try;;
21250 esac
21251 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21252 $as_echo "$ac_try_echo") >&5
21253   (eval "$ac_compile") 2>conftest.er1
21254   ac_status=$?
21255   grep -v '^ *+' conftest.er1 >conftest.err
21256   rm -f conftest.er1
21257   cat conftest.err >&5
21258   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21259   (exit $ac_status); } && {
21260          test -z "$ac_c_werror_flag" ||
21261          test ! -s conftest.err
21262        } && test -s conftest.$ac_objext; then
21263   ac_cv_member_struct_statfs_f_frsize=yes
21264 else
21265   $as_echo "$as_me: failed program was:" >&5
21266 sed 's/^/| /' conftest.$ac_ext >&5
21267
21268         ac_cv_member_struct_statfs_f_frsize=no
21269 fi
21270
21271 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21272 fi
21273
21274 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21275 fi
21276 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21277 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21278 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21279
21280 cat >>confdefs.h <<_ACEOF
21281 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21282 _ACEOF
21283
21284
21285 fi
21286 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21287 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21288 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21289   $as_echo_n "(cached) " >&6
21290 else
21291   cat >conftest.$ac_ext <<_ACEOF
21292 /* confdefs.h.  */
21293 _ACEOF
21294 cat confdefs.h >>conftest.$ac_ext
21295 cat >>conftest.$ac_ext <<_ACEOF
21296 /* end confdefs.h.  */
21297 #include <sys/types.h>
21298 #ifdef HAVE_SYS_PARAM_H
21299 # include <sys/param.h>
21300 #endif
21301 #ifdef HAVE_SYS_MOUNT_H
21302 # include <sys/mount.h>
21303 #endif
21304 #ifdef HAVE_SYS_VFS_H
21305 # include <sys/vfs.h>
21306 #endif
21307 #ifdef HAVE_SYS_STATFS_H
21308 # include <sys/statfs.h>
21309 #endif
21310
21311 int
21312 main ()
21313 {
21314 static struct statfs ac_aggr;
21315 if (ac_aggr.f_ffree)
21316 return 0;
21317   ;
21318   return 0;
21319 }
21320 _ACEOF
21321 rm -f conftest.$ac_objext
21322 if { (ac_try="$ac_compile"
21323 case "(($ac_try" in
21324   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21325   *) ac_try_echo=$ac_try;;
21326 esac
21327 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21328 $as_echo "$ac_try_echo") >&5
21329   (eval "$ac_compile") 2>conftest.er1
21330   ac_status=$?
21331   grep -v '^ *+' conftest.er1 >conftest.err
21332   rm -f conftest.er1
21333   cat conftest.err >&5
21334   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21335   (exit $ac_status); } && {
21336          test -z "$ac_c_werror_flag" ||
21337          test ! -s conftest.err
21338        } && test -s conftest.$ac_objext; then
21339   ac_cv_member_struct_statfs_f_ffree=yes
21340 else
21341   $as_echo "$as_me: failed program was:" >&5
21342 sed 's/^/| /' conftest.$ac_ext >&5
21343
21344         cat >conftest.$ac_ext <<_ACEOF
21345 /* confdefs.h.  */
21346 _ACEOF
21347 cat confdefs.h >>conftest.$ac_ext
21348 cat >>conftest.$ac_ext <<_ACEOF
21349 /* end confdefs.h.  */
21350 #include <sys/types.h>
21351 #ifdef HAVE_SYS_PARAM_H
21352 # include <sys/param.h>
21353 #endif
21354 #ifdef HAVE_SYS_MOUNT_H
21355 # include <sys/mount.h>
21356 #endif
21357 #ifdef HAVE_SYS_VFS_H
21358 # include <sys/vfs.h>
21359 #endif
21360 #ifdef HAVE_SYS_STATFS_H
21361 # include <sys/statfs.h>
21362 #endif
21363
21364 int
21365 main ()
21366 {
21367 static struct statfs ac_aggr;
21368 if (sizeof ac_aggr.f_ffree)
21369 return 0;
21370   ;
21371   return 0;
21372 }
21373 _ACEOF
21374 rm -f conftest.$ac_objext
21375 if { (ac_try="$ac_compile"
21376 case "(($ac_try" in
21377   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21378   *) ac_try_echo=$ac_try;;
21379 esac
21380 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21381 $as_echo "$ac_try_echo") >&5
21382   (eval "$ac_compile") 2>conftest.er1
21383   ac_status=$?
21384   grep -v '^ *+' conftest.er1 >conftest.err
21385   rm -f conftest.er1
21386   cat conftest.err >&5
21387   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21388   (exit $ac_status); } && {
21389          test -z "$ac_c_werror_flag" ||
21390          test ! -s conftest.err
21391        } && test -s conftest.$ac_objext; then
21392   ac_cv_member_struct_statfs_f_ffree=yes
21393 else
21394   $as_echo "$as_me: failed program was:" >&5
21395 sed 's/^/| /' conftest.$ac_ext >&5
21396
21397         ac_cv_member_struct_statfs_f_ffree=no
21398 fi
21399
21400 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21401 fi
21402
21403 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21404 fi
21405 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21406 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21407 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21408
21409 cat >>confdefs.h <<_ACEOF
21410 #define HAVE_STRUCT_STATFS_F_FFREE 1
21411 _ACEOF
21412
21413
21414 fi
21415 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21416 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21417 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21418   $as_echo_n "(cached) " >&6
21419 else
21420   cat >conftest.$ac_ext <<_ACEOF
21421 /* confdefs.h.  */
21422 _ACEOF
21423 cat confdefs.h >>conftest.$ac_ext
21424 cat >>conftest.$ac_ext <<_ACEOF
21425 /* end confdefs.h.  */
21426 #include <sys/types.h>
21427 #ifdef HAVE_SYS_PARAM_H
21428 # include <sys/param.h>
21429 #endif
21430 #ifdef HAVE_SYS_MOUNT_H
21431 # include <sys/mount.h>
21432 #endif
21433 #ifdef HAVE_SYS_VFS_H
21434 # include <sys/vfs.h>
21435 #endif
21436 #ifdef HAVE_SYS_STATFS_H
21437 # include <sys/statfs.h>
21438 #endif
21439
21440 int
21441 main ()
21442 {
21443 static struct statfs ac_aggr;
21444 if (ac_aggr.f_favail)
21445 return 0;
21446   ;
21447   return 0;
21448 }
21449 _ACEOF
21450 rm -f conftest.$ac_objext
21451 if { (ac_try="$ac_compile"
21452 case "(($ac_try" in
21453   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21454   *) ac_try_echo=$ac_try;;
21455 esac
21456 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21457 $as_echo "$ac_try_echo") >&5
21458   (eval "$ac_compile") 2>conftest.er1
21459   ac_status=$?
21460   grep -v '^ *+' conftest.er1 >conftest.err
21461   rm -f conftest.er1
21462   cat conftest.err >&5
21463   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21464   (exit $ac_status); } && {
21465          test -z "$ac_c_werror_flag" ||
21466          test ! -s conftest.err
21467        } && test -s conftest.$ac_objext; then
21468   ac_cv_member_struct_statfs_f_favail=yes
21469 else
21470   $as_echo "$as_me: failed program was:" >&5
21471 sed 's/^/| /' conftest.$ac_ext >&5
21472
21473         cat >conftest.$ac_ext <<_ACEOF
21474 /* confdefs.h.  */
21475 _ACEOF
21476 cat confdefs.h >>conftest.$ac_ext
21477 cat >>conftest.$ac_ext <<_ACEOF
21478 /* end confdefs.h.  */
21479 #include <sys/types.h>
21480 #ifdef HAVE_SYS_PARAM_H
21481 # include <sys/param.h>
21482 #endif
21483 #ifdef HAVE_SYS_MOUNT_H
21484 # include <sys/mount.h>
21485 #endif
21486 #ifdef HAVE_SYS_VFS_H
21487 # include <sys/vfs.h>
21488 #endif
21489 #ifdef HAVE_SYS_STATFS_H
21490 # include <sys/statfs.h>
21491 #endif
21492
21493 int
21494 main ()
21495 {
21496 static struct statfs ac_aggr;
21497 if (sizeof ac_aggr.f_favail)
21498 return 0;
21499   ;
21500   return 0;
21501 }
21502 _ACEOF
21503 rm -f conftest.$ac_objext
21504 if { (ac_try="$ac_compile"
21505 case "(($ac_try" in
21506   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21507   *) ac_try_echo=$ac_try;;
21508 esac
21509 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21510 $as_echo "$ac_try_echo") >&5
21511   (eval "$ac_compile") 2>conftest.er1
21512   ac_status=$?
21513   grep -v '^ *+' conftest.er1 >conftest.err
21514   rm -f conftest.er1
21515   cat conftest.err >&5
21516   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21517   (exit $ac_status); } && {
21518          test -z "$ac_c_werror_flag" ||
21519          test ! -s conftest.err
21520        } && test -s conftest.$ac_objext; then
21521   ac_cv_member_struct_statfs_f_favail=yes
21522 else
21523   $as_echo "$as_me: failed program was:" >&5
21524 sed 's/^/| /' conftest.$ac_ext >&5
21525
21526         ac_cv_member_struct_statfs_f_favail=no
21527 fi
21528
21529 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21530 fi
21531
21532 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21533 fi
21534 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21535 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21536 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21537
21538 cat >>confdefs.h <<_ACEOF
21539 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21540 _ACEOF
21541
21542
21543 fi
21544 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21545 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21546 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21547   $as_echo_n "(cached) " >&6
21548 else
21549   cat >conftest.$ac_ext <<_ACEOF
21550 /* confdefs.h.  */
21551 _ACEOF
21552 cat confdefs.h >>conftest.$ac_ext
21553 cat >>conftest.$ac_ext <<_ACEOF
21554 /* end confdefs.h.  */
21555 #include <sys/types.h>
21556 #ifdef HAVE_SYS_PARAM_H
21557 # include <sys/param.h>
21558 #endif
21559 #ifdef HAVE_SYS_MOUNT_H
21560 # include <sys/mount.h>
21561 #endif
21562 #ifdef HAVE_SYS_VFS_H
21563 # include <sys/vfs.h>
21564 #endif
21565 #ifdef HAVE_SYS_STATFS_H
21566 # include <sys/statfs.h>
21567 #endif
21568
21569 int
21570 main ()
21571 {
21572 static struct statfs ac_aggr;
21573 if (ac_aggr.f_namelen)
21574 return 0;
21575   ;
21576   return 0;
21577 }
21578 _ACEOF
21579 rm -f conftest.$ac_objext
21580 if { (ac_try="$ac_compile"
21581 case "(($ac_try" in
21582   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21583   *) ac_try_echo=$ac_try;;
21584 esac
21585 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21586 $as_echo "$ac_try_echo") >&5
21587   (eval "$ac_compile") 2>conftest.er1
21588   ac_status=$?
21589   grep -v '^ *+' conftest.er1 >conftest.err
21590   rm -f conftest.er1
21591   cat conftest.err >&5
21592   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21593   (exit $ac_status); } && {
21594          test -z "$ac_c_werror_flag" ||
21595          test ! -s conftest.err
21596        } && test -s conftest.$ac_objext; then
21597   ac_cv_member_struct_statfs_f_namelen=yes
21598 else
21599   $as_echo "$as_me: failed program was:" >&5
21600 sed 's/^/| /' conftest.$ac_ext >&5
21601
21602         cat >conftest.$ac_ext <<_ACEOF
21603 /* confdefs.h.  */
21604 _ACEOF
21605 cat confdefs.h >>conftest.$ac_ext
21606 cat >>conftest.$ac_ext <<_ACEOF
21607 /* end confdefs.h.  */
21608 #include <sys/types.h>
21609 #ifdef HAVE_SYS_PARAM_H
21610 # include <sys/param.h>
21611 #endif
21612 #ifdef HAVE_SYS_MOUNT_H
21613 # include <sys/mount.h>
21614 #endif
21615 #ifdef HAVE_SYS_VFS_H
21616 # include <sys/vfs.h>
21617 #endif
21618 #ifdef HAVE_SYS_STATFS_H
21619 # include <sys/statfs.h>
21620 #endif
21621
21622 int
21623 main ()
21624 {
21625 static struct statfs ac_aggr;
21626 if (sizeof ac_aggr.f_namelen)
21627 return 0;
21628   ;
21629   return 0;
21630 }
21631 _ACEOF
21632 rm -f conftest.$ac_objext
21633 if { (ac_try="$ac_compile"
21634 case "(($ac_try" in
21635   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21636   *) ac_try_echo=$ac_try;;
21637 esac
21638 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21639 $as_echo "$ac_try_echo") >&5
21640   (eval "$ac_compile") 2>conftest.er1
21641   ac_status=$?
21642   grep -v '^ *+' conftest.er1 >conftest.err
21643   rm -f conftest.er1
21644   cat conftest.err >&5
21645   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21646   (exit $ac_status); } && {
21647          test -z "$ac_c_werror_flag" ||
21648          test ! -s conftest.err
21649        } && test -s conftest.$ac_objext; then
21650   ac_cv_member_struct_statfs_f_namelen=yes
21651 else
21652   $as_echo "$as_me: failed program was:" >&5
21653 sed 's/^/| /' conftest.$ac_ext >&5
21654
21655         ac_cv_member_struct_statfs_f_namelen=no
21656 fi
21657
21658 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21659 fi
21660
21661 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21662 fi
21663 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21664 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21665 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21666
21667 cat >>confdefs.h <<_ACEOF
21668 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21669 _ACEOF
21670
21671
21672 fi
21673
21674
21675 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21676 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21677 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21678   $as_echo_n "(cached) " >&6
21679 else
21680   cat >conftest.$ac_ext <<_ACEOF
21681 /* confdefs.h.  */
21682 _ACEOF
21683 cat confdefs.h >>conftest.$ac_ext
21684 cat >>conftest.$ac_ext <<_ACEOF
21685 /* end confdefs.h.  */
21686 #ifdef HAVE_SYS_STATVFS_H
21687 #include <sys/statvfs.h>
21688 #endif
21689
21690 int
21691 main ()
21692 {
21693 static struct statvfs ac_aggr;
21694 if (ac_aggr.f_blocks)
21695 return 0;
21696   ;
21697   return 0;
21698 }
21699 _ACEOF
21700 rm -f conftest.$ac_objext
21701 if { (ac_try="$ac_compile"
21702 case "(($ac_try" in
21703   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21704   *) ac_try_echo=$ac_try;;
21705 esac
21706 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21707 $as_echo "$ac_try_echo") >&5
21708   (eval "$ac_compile") 2>conftest.er1
21709   ac_status=$?
21710   grep -v '^ *+' conftest.er1 >conftest.err
21711   rm -f conftest.er1
21712   cat conftest.err >&5
21713   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21714   (exit $ac_status); } && {
21715          test -z "$ac_c_werror_flag" ||
21716          test ! -s conftest.err
21717        } && test -s conftest.$ac_objext; then
21718   ac_cv_member_struct_statvfs_f_blocks=yes
21719 else
21720   $as_echo "$as_me: failed program was:" >&5
21721 sed 's/^/| /' conftest.$ac_ext >&5
21722
21723         cat >conftest.$ac_ext <<_ACEOF
21724 /* confdefs.h.  */
21725 _ACEOF
21726 cat confdefs.h >>conftest.$ac_ext
21727 cat >>conftest.$ac_ext <<_ACEOF
21728 /* end confdefs.h.  */
21729 #ifdef HAVE_SYS_STATVFS_H
21730 #include <sys/statvfs.h>
21731 #endif
21732
21733 int
21734 main ()
21735 {
21736 static struct statvfs ac_aggr;
21737 if (sizeof ac_aggr.f_blocks)
21738 return 0;
21739   ;
21740   return 0;
21741 }
21742 _ACEOF
21743 rm -f conftest.$ac_objext
21744 if { (ac_try="$ac_compile"
21745 case "(($ac_try" in
21746   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21747   *) ac_try_echo=$ac_try;;
21748 esac
21749 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21750 $as_echo "$ac_try_echo") >&5
21751   (eval "$ac_compile") 2>conftest.er1
21752   ac_status=$?
21753   grep -v '^ *+' conftest.er1 >conftest.err
21754   rm -f conftest.er1
21755   cat conftest.err >&5
21756   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21757   (exit $ac_status); } && {
21758          test -z "$ac_c_werror_flag" ||
21759          test ! -s conftest.err
21760        } && test -s conftest.$ac_objext; then
21761   ac_cv_member_struct_statvfs_f_blocks=yes
21762 else
21763   $as_echo "$as_me: failed program was:" >&5
21764 sed 's/^/| /' conftest.$ac_ext >&5
21765
21766         ac_cv_member_struct_statvfs_f_blocks=no
21767 fi
21768
21769 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21770 fi
21771
21772 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21773 fi
21774 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21775 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21776 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21777
21778 cat >>confdefs.h <<_ACEOF
21779 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21780 _ACEOF
21781
21782
21783 fi
21784
21785
21786 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21787 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21788 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21789   $as_echo_n "(cached) " >&6
21790 else
21791   cat >conftest.$ac_ext <<_ACEOF
21792 /* confdefs.h.  */
21793 _ACEOF
21794 cat confdefs.h >>conftest.$ac_ext
21795 cat >>conftest.$ac_ext <<_ACEOF
21796 /* end confdefs.h.  */
21797 #include <sys/types.h>
21798 #ifdef HAVE_SYS_SOCKET_H
21799 # include <sys/socket.h>
21800 #endif
21801 #ifdef HAVE_SYS_UN_H
21802 # include <sys/un.h>
21803 #endif
21804
21805 int
21806 main ()
21807 {
21808 static struct msghdr ac_aggr;
21809 if (ac_aggr.msg_accrights)
21810 return 0;
21811   ;
21812   return 0;
21813 }
21814 _ACEOF
21815 rm -f conftest.$ac_objext
21816 if { (ac_try="$ac_compile"
21817 case "(($ac_try" in
21818   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21819   *) ac_try_echo=$ac_try;;
21820 esac
21821 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21822 $as_echo "$ac_try_echo") >&5
21823   (eval "$ac_compile") 2>conftest.er1
21824   ac_status=$?
21825   grep -v '^ *+' conftest.er1 >conftest.err
21826   rm -f conftest.er1
21827   cat conftest.err >&5
21828   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21829   (exit $ac_status); } && {
21830          test -z "$ac_c_werror_flag" ||
21831          test ! -s conftest.err
21832        } && test -s conftest.$ac_objext; then
21833   ac_cv_member_struct_msghdr_msg_accrights=yes
21834 else
21835   $as_echo "$as_me: failed program was:" >&5
21836 sed 's/^/| /' conftest.$ac_ext >&5
21837
21838         cat >conftest.$ac_ext <<_ACEOF
21839 /* confdefs.h.  */
21840 _ACEOF
21841 cat confdefs.h >>conftest.$ac_ext
21842 cat >>conftest.$ac_ext <<_ACEOF
21843 /* end confdefs.h.  */
21844 #include <sys/types.h>
21845 #ifdef HAVE_SYS_SOCKET_H
21846 # include <sys/socket.h>
21847 #endif
21848 #ifdef HAVE_SYS_UN_H
21849 # include <sys/un.h>
21850 #endif
21851
21852 int
21853 main ()
21854 {
21855 static struct msghdr ac_aggr;
21856 if (sizeof ac_aggr.msg_accrights)
21857 return 0;
21858   ;
21859   return 0;
21860 }
21861 _ACEOF
21862 rm -f conftest.$ac_objext
21863 if { (ac_try="$ac_compile"
21864 case "(($ac_try" in
21865   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21866   *) ac_try_echo=$ac_try;;
21867 esac
21868 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21869 $as_echo "$ac_try_echo") >&5
21870   (eval "$ac_compile") 2>conftest.er1
21871   ac_status=$?
21872   grep -v '^ *+' conftest.er1 >conftest.err
21873   rm -f conftest.er1
21874   cat conftest.err >&5
21875   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21876   (exit $ac_status); } && {
21877          test -z "$ac_c_werror_flag" ||
21878          test ! -s conftest.err
21879        } && test -s conftest.$ac_objext; then
21880   ac_cv_member_struct_msghdr_msg_accrights=yes
21881 else
21882   $as_echo "$as_me: failed program was:" >&5
21883 sed 's/^/| /' conftest.$ac_ext >&5
21884
21885         ac_cv_member_struct_msghdr_msg_accrights=no
21886 fi
21887
21888 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21889 fi
21890
21891 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21892 fi
21893 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21894 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21895 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21896
21897 cat >>confdefs.h <<_ACEOF
21898 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21899 _ACEOF
21900
21901
21902 fi
21903 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21904 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21905 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21906   $as_echo_n "(cached) " >&6
21907 else
21908   cat >conftest.$ac_ext <<_ACEOF
21909 /* confdefs.h.  */
21910 _ACEOF
21911 cat confdefs.h >>conftest.$ac_ext
21912 cat >>conftest.$ac_ext <<_ACEOF
21913 /* end confdefs.h.  */
21914 #include <sys/types.h>
21915 #ifdef HAVE_SYS_SOCKET_H
21916 # include <sys/socket.h>
21917 #endif
21918 #ifdef HAVE_SYS_UN_H
21919 # include <sys/un.h>
21920 #endif
21921
21922 int
21923 main ()
21924 {
21925 static struct sockaddr ac_aggr;
21926 if (ac_aggr.sa_len)
21927 return 0;
21928   ;
21929   return 0;
21930 }
21931 _ACEOF
21932 rm -f conftest.$ac_objext
21933 if { (ac_try="$ac_compile"
21934 case "(($ac_try" in
21935   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21936   *) ac_try_echo=$ac_try;;
21937 esac
21938 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21939 $as_echo "$ac_try_echo") >&5
21940   (eval "$ac_compile") 2>conftest.er1
21941   ac_status=$?
21942   grep -v '^ *+' conftest.er1 >conftest.err
21943   rm -f conftest.er1
21944   cat conftest.err >&5
21945   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21946   (exit $ac_status); } && {
21947          test -z "$ac_c_werror_flag" ||
21948          test ! -s conftest.err
21949        } && test -s conftest.$ac_objext; then
21950   ac_cv_member_struct_sockaddr_sa_len=yes
21951 else
21952   $as_echo "$as_me: failed program was:" >&5
21953 sed 's/^/| /' conftest.$ac_ext >&5
21954
21955         cat >conftest.$ac_ext <<_ACEOF
21956 /* confdefs.h.  */
21957 _ACEOF
21958 cat confdefs.h >>conftest.$ac_ext
21959 cat >>conftest.$ac_ext <<_ACEOF
21960 /* end confdefs.h.  */
21961 #include <sys/types.h>
21962 #ifdef HAVE_SYS_SOCKET_H
21963 # include <sys/socket.h>
21964 #endif
21965 #ifdef HAVE_SYS_UN_H
21966 # include <sys/un.h>
21967 #endif
21968
21969 int
21970 main ()
21971 {
21972 static struct sockaddr ac_aggr;
21973 if (sizeof ac_aggr.sa_len)
21974 return 0;
21975   ;
21976   return 0;
21977 }
21978 _ACEOF
21979 rm -f conftest.$ac_objext
21980 if { (ac_try="$ac_compile"
21981 case "(($ac_try" in
21982   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21983   *) ac_try_echo=$ac_try;;
21984 esac
21985 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21986 $as_echo "$ac_try_echo") >&5
21987   (eval "$ac_compile") 2>conftest.er1
21988   ac_status=$?
21989   grep -v '^ *+' conftest.er1 >conftest.err
21990   rm -f conftest.er1
21991   cat conftest.err >&5
21992   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21993   (exit $ac_status); } && {
21994          test -z "$ac_c_werror_flag" ||
21995          test ! -s conftest.err
21996        } && test -s conftest.$ac_objext; then
21997   ac_cv_member_struct_sockaddr_sa_len=yes
21998 else
21999   $as_echo "$as_me: failed program was:" >&5
22000 sed 's/^/| /' conftest.$ac_ext >&5
22001
22002         ac_cv_member_struct_sockaddr_sa_len=no
22003 fi
22004
22005 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22006 fi
22007
22008 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22009 fi
22010 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
22011 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
22012 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
22013
22014 cat >>confdefs.h <<_ACEOF
22015 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22016 _ACEOF
22017
22018
22019 fi
22020 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22021 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22022 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22023   $as_echo_n "(cached) " >&6
22024 else
22025   cat >conftest.$ac_ext <<_ACEOF
22026 /* confdefs.h.  */
22027 _ACEOF
22028 cat confdefs.h >>conftest.$ac_ext
22029 cat >>conftest.$ac_ext <<_ACEOF
22030 /* end confdefs.h.  */
22031 #include <sys/types.h>
22032 #ifdef HAVE_SYS_SOCKET_H
22033 # include <sys/socket.h>
22034 #endif
22035 #ifdef HAVE_SYS_UN_H
22036 # include <sys/un.h>
22037 #endif
22038
22039 int
22040 main ()
22041 {
22042 static struct sockaddr_un ac_aggr;
22043 if (ac_aggr.sun_len)
22044 return 0;
22045   ;
22046   return 0;
22047 }
22048 _ACEOF
22049 rm -f conftest.$ac_objext
22050 if { (ac_try="$ac_compile"
22051 case "(($ac_try" in
22052   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22053   *) ac_try_echo=$ac_try;;
22054 esac
22055 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22056 $as_echo "$ac_try_echo") >&5
22057   (eval "$ac_compile") 2>conftest.er1
22058   ac_status=$?
22059   grep -v '^ *+' conftest.er1 >conftest.err
22060   rm -f conftest.er1
22061   cat conftest.err >&5
22062   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22063   (exit $ac_status); } && {
22064          test -z "$ac_c_werror_flag" ||
22065          test ! -s conftest.err
22066        } && test -s conftest.$ac_objext; then
22067   ac_cv_member_struct_sockaddr_un_sun_len=yes
22068 else
22069   $as_echo "$as_me: failed program was:" >&5
22070 sed 's/^/| /' conftest.$ac_ext >&5
22071
22072         cat >conftest.$ac_ext <<_ACEOF
22073 /* confdefs.h.  */
22074 _ACEOF
22075 cat confdefs.h >>conftest.$ac_ext
22076 cat >>conftest.$ac_ext <<_ACEOF
22077 /* end confdefs.h.  */
22078 #include <sys/types.h>
22079 #ifdef HAVE_SYS_SOCKET_H
22080 # include <sys/socket.h>
22081 #endif
22082 #ifdef HAVE_SYS_UN_H
22083 # include <sys/un.h>
22084 #endif
22085
22086 int
22087 main ()
22088 {
22089 static struct sockaddr_un ac_aggr;
22090 if (sizeof ac_aggr.sun_len)
22091 return 0;
22092   ;
22093   return 0;
22094 }
22095 _ACEOF
22096 rm -f conftest.$ac_objext
22097 if { (ac_try="$ac_compile"
22098 case "(($ac_try" in
22099   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22100   *) ac_try_echo=$ac_try;;
22101 esac
22102 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22103 $as_echo "$ac_try_echo") >&5
22104   (eval "$ac_compile") 2>conftest.er1
22105   ac_status=$?
22106   grep -v '^ *+' conftest.er1 >conftest.err
22107   rm -f conftest.er1
22108   cat conftest.err >&5
22109   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22110   (exit $ac_status); } && {
22111          test -z "$ac_c_werror_flag" ||
22112          test ! -s conftest.err
22113        } && test -s conftest.$ac_objext; then
22114   ac_cv_member_struct_sockaddr_un_sun_len=yes
22115 else
22116   $as_echo "$as_me: failed program was:" >&5
22117 sed 's/^/| /' conftest.$ac_ext >&5
22118
22119         ac_cv_member_struct_sockaddr_un_sun_len=no
22120 fi
22121
22122 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22123 fi
22124
22125 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22126 fi
22127 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22128 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22129 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22130
22131 cat >>confdefs.h <<_ACEOF
22132 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22133 _ACEOF
22134
22135
22136 fi
22137
22138
22139 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22140 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22141 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22142   $as_echo_n "(cached) " >&6
22143 else
22144   cat >conftest.$ac_ext <<_ACEOF
22145 /* confdefs.h.  */
22146 _ACEOF
22147 cat confdefs.h >>conftest.$ac_ext
22148 cat >>conftest.$ac_ext <<_ACEOF
22149 /* end confdefs.h.  */
22150 #include <sys/types.h>
22151 #ifdef HAVE_SCSI_SG_H
22152 #include <scsi/sg.h>
22153 #endif
22154
22155 int
22156 main ()
22157 {
22158 static scsireq_t ac_aggr;
22159 if (ac_aggr.cmd)
22160 return 0;
22161   ;
22162   return 0;
22163 }
22164 _ACEOF
22165 rm -f conftest.$ac_objext
22166 if { (ac_try="$ac_compile"
22167 case "(($ac_try" in
22168   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22169   *) ac_try_echo=$ac_try;;
22170 esac
22171 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22172 $as_echo "$ac_try_echo") >&5
22173   (eval "$ac_compile") 2>conftest.er1
22174   ac_status=$?
22175   grep -v '^ *+' conftest.er1 >conftest.err
22176   rm -f conftest.er1
22177   cat conftest.err >&5
22178   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22179   (exit $ac_status); } && {
22180          test -z "$ac_c_werror_flag" ||
22181          test ! -s conftest.err
22182        } && test -s conftest.$ac_objext; then
22183   ac_cv_member_scsireq_t_cmd=yes
22184 else
22185   $as_echo "$as_me: failed program was:" >&5
22186 sed 's/^/| /' conftest.$ac_ext >&5
22187
22188         cat >conftest.$ac_ext <<_ACEOF
22189 /* confdefs.h.  */
22190 _ACEOF
22191 cat confdefs.h >>conftest.$ac_ext
22192 cat >>conftest.$ac_ext <<_ACEOF
22193 /* end confdefs.h.  */
22194 #include <sys/types.h>
22195 #ifdef HAVE_SCSI_SG_H
22196 #include <scsi/sg.h>
22197 #endif
22198
22199 int
22200 main ()
22201 {
22202 static scsireq_t ac_aggr;
22203 if (sizeof ac_aggr.cmd)
22204 return 0;
22205   ;
22206   return 0;
22207 }
22208 _ACEOF
22209 rm -f conftest.$ac_objext
22210 if { (ac_try="$ac_compile"
22211 case "(($ac_try" in
22212   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22213   *) ac_try_echo=$ac_try;;
22214 esac
22215 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22216 $as_echo "$ac_try_echo") >&5
22217   (eval "$ac_compile") 2>conftest.er1
22218   ac_status=$?
22219   grep -v '^ *+' conftest.er1 >conftest.err
22220   rm -f conftest.er1
22221   cat conftest.err >&5
22222   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22223   (exit $ac_status); } && {
22224          test -z "$ac_c_werror_flag" ||
22225          test ! -s conftest.err
22226        } && test -s conftest.$ac_objext; then
22227   ac_cv_member_scsireq_t_cmd=yes
22228 else
22229   $as_echo "$as_me: failed program was:" >&5
22230 sed 's/^/| /' conftest.$ac_ext >&5
22231
22232         ac_cv_member_scsireq_t_cmd=no
22233 fi
22234
22235 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22236 fi
22237
22238 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22239 fi
22240 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22241 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22242 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22243
22244 cat >>confdefs.h <<_ACEOF
22245 #define HAVE_SCSIREQ_T_CMD 1
22246 _ACEOF
22247
22248
22249 fi
22250 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22251 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22252 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22253   $as_echo_n "(cached) " >&6
22254 else
22255   cat >conftest.$ac_ext <<_ACEOF
22256 /* confdefs.h.  */
22257 _ACEOF
22258 cat confdefs.h >>conftest.$ac_ext
22259 cat >>conftest.$ac_ext <<_ACEOF
22260 /* end confdefs.h.  */
22261 #include <sys/types.h>
22262 #ifdef HAVE_SCSI_SG_H
22263 #include <scsi/sg.h>
22264 #endif
22265
22266 int
22267 main ()
22268 {
22269 static sg_io_hdr_t ac_aggr;
22270 if (ac_aggr.interface_id)
22271 return 0;
22272   ;
22273   return 0;
22274 }
22275 _ACEOF
22276 rm -f conftest.$ac_objext
22277 if { (ac_try="$ac_compile"
22278 case "(($ac_try" in
22279   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22280   *) ac_try_echo=$ac_try;;
22281 esac
22282 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22283 $as_echo "$ac_try_echo") >&5
22284   (eval "$ac_compile") 2>conftest.er1
22285   ac_status=$?
22286   grep -v '^ *+' conftest.er1 >conftest.err
22287   rm -f conftest.er1
22288   cat conftest.err >&5
22289   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22290   (exit $ac_status); } && {
22291          test -z "$ac_c_werror_flag" ||
22292          test ! -s conftest.err
22293        } && test -s conftest.$ac_objext; then
22294   ac_cv_member_sg_io_hdr_t_interface_id=yes
22295 else
22296   $as_echo "$as_me: failed program was:" >&5
22297 sed 's/^/| /' conftest.$ac_ext >&5
22298
22299         cat >conftest.$ac_ext <<_ACEOF
22300 /* confdefs.h.  */
22301 _ACEOF
22302 cat confdefs.h >>conftest.$ac_ext
22303 cat >>conftest.$ac_ext <<_ACEOF
22304 /* end confdefs.h.  */
22305 #include <sys/types.h>
22306 #ifdef HAVE_SCSI_SG_H
22307 #include <scsi/sg.h>
22308 #endif
22309
22310 int
22311 main ()
22312 {
22313 static sg_io_hdr_t ac_aggr;
22314 if (sizeof ac_aggr.interface_id)
22315 return 0;
22316   ;
22317   return 0;
22318 }
22319 _ACEOF
22320 rm -f conftest.$ac_objext
22321 if { (ac_try="$ac_compile"
22322 case "(($ac_try" in
22323   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22324   *) ac_try_echo=$ac_try;;
22325 esac
22326 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22327 $as_echo "$ac_try_echo") >&5
22328   (eval "$ac_compile") 2>conftest.er1
22329   ac_status=$?
22330   grep -v '^ *+' conftest.er1 >conftest.err
22331   rm -f conftest.er1
22332   cat conftest.err >&5
22333   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22334   (exit $ac_status); } && {
22335          test -z "$ac_c_werror_flag" ||
22336          test ! -s conftest.err
22337        } && test -s conftest.$ac_objext; then
22338   ac_cv_member_sg_io_hdr_t_interface_id=yes
22339 else
22340   $as_echo "$as_me: failed program was:" >&5
22341 sed 's/^/| /' conftest.$ac_ext >&5
22342
22343         ac_cv_member_sg_io_hdr_t_interface_id=no
22344 fi
22345
22346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22347 fi
22348
22349 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22350 fi
22351 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22352 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22353 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22354
22355 cat >>confdefs.h <<_ACEOF
22356 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22357 _ACEOF
22358
22359
22360 fi
22361
22362
22363 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22364 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22365 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22366   $as_echo_n "(cached) " >&6
22367 else
22368   cat >conftest.$ac_ext <<_ACEOF
22369 /* confdefs.h.  */
22370 _ACEOF
22371 cat confdefs.h >>conftest.$ac_ext
22372 cat >>conftest.$ac_ext <<_ACEOF
22373 /* end confdefs.h.  */
22374 #include <signal.h>
22375
22376 int
22377 main ()
22378 {
22379 static siginfo_t ac_aggr;
22380 if (ac_aggr.si_fd)
22381 return 0;
22382   ;
22383   return 0;
22384 }
22385 _ACEOF
22386 rm -f conftest.$ac_objext
22387 if { (ac_try="$ac_compile"
22388 case "(($ac_try" in
22389   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22390   *) ac_try_echo=$ac_try;;
22391 esac
22392 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22393 $as_echo "$ac_try_echo") >&5
22394   (eval "$ac_compile") 2>conftest.er1
22395   ac_status=$?
22396   grep -v '^ *+' conftest.er1 >conftest.err
22397   rm -f conftest.er1
22398   cat conftest.err >&5
22399   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22400   (exit $ac_status); } && {
22401          test -z "$ac_c_werror_flag" ||
22402          test ! -s conftest.err
22403        } && test -s conftest.$ac_objext; then
22404   ac_cv_member_siginfo_t_si_fd=yes
22405 else
22406   $as_echo "$as_me: failed program was:" >&5
22407 sed 's/^/| /' conftest.$ac_ext >&5
22408
22409         cat >conftest.$ac_ext <<_ACEOF
22410 /* confdefs.h.  */
22411 _ACEOF
22412 cat confdefs.h >>conftest.$ac_ext
22413 cat >>conftest.$ac_ext <<_ACEOF
22414 /* end confdefs.h.  */
22415 #include <signal.h>
22416
22417 int
22418 main ()
22419 {
22420 static siginfo_t ac_aggr;
22421 if (sizeof ac_aggr.si_fd)
22422 return 0;
22423   ;
22424   return 0;
22425 }
22426 _ACEOF
22427 rm -f conftest.$ac_objext
22428 if { (ac_try="$ac_compile"
22429 case "(($ac_try" in
22430   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22431   *) ac_try_echo=$ac_try;;
22432 esac
22433 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22434 $as_echo "$ac_try_echo") >&5
22435   (eval "$ac_compile") 2>conftest.er1
22436   ac_status=$?
22437   grep -v '^ *+' conftest.er1 >conftest.err
22438   rm -f conftest.er1
22439   cat conftest.err >&5
22440   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22441   (exit $ac_status); } && {
22442          test -z "$ac_c_werror_flag" ||
22443          test ! -s conftest.err
22444        } && test -s conftest.$ac_objext; then
22445   ac_cv_member_siginfo_t_si_fd=yes
22446 else
22447   $as_echo "$as_me: failed program was:" >&5
22448 sed 's/^/| /' conftest.$ac_ext >&5
22449
22450         ac_cv_member_siginfo_t_si_fd=no
22451 fi
22452
22453 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22454 fi
22455
22456 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22457 fi
22458 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22459 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22460 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22461
22462 cat >>confdefs.h <<_ACEOF
22463 #define HAVE_SIGINFO_T_SI_FD 1
22464 _ACEOF
22465
22466
22467 fi
22468
22469
22470 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22471 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22472 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22473   $as_echo_n "(cached) " >&6
22474 else
22475   cat >conftest.$ac_ext <<_ACEOF
22476 /* confdefs.h.  */
22477 _ACEOF
22478 cat confdefs.h >>conftest.$ac_ext
22479 cat >>conftest.$ac_ext <<_ACEOF
22480 /* end confdefs.h.  */
22481 #include <sys/types.h>
22482 #ifdef HAVE_SYS_MTIO_H
22483 #include <sys/mtio.h>
22484 #endif
22485
22486 int
22487 main ()
22488 {
22489 static struct mtget ac_aggr;
22490 if (ac_aggr.mt_blksiz)
22491 return 0;
22492   ;
22493   return 0;
22494 }
22495 _ACEOF
22496 rm -f conftest.$ac_objext
22497 if { (ac_try="$ac_compile"
22498 case "(($ac_try" in
22499   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22500   *) ac_try_echo=$ac_try;;
22501 esac
22502 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22503 $as_echo "$ac_try_echo") >&5
22504   (eval "$ac_compile") 2>conftest.er1
22505   ac_status=$?
22506   grep -v '^ *+' conftest.er1 >conftest.err
22507   rm -f conftest.er1
22508   cat conftest.err >&5
22509   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22510   (exit $ac_status); } && {
22511          test -z "$ac_c_werror_flag" ||
22512          test ! -s conftest.err
22513        } && test -s conftest.$ac_objext; then
22514   ac_cv_member_struct_mtget_mt_blksiz=yes
22515 else
22516   $as_echo "$as_me: failed program was:" >&5
22517 sed 's/^/| /' conftest.$ac_ext >&5
22518
22519         cat >conftest.$ac_ext <<_ACEOF
22520 /* confdefs.h.  */
22521 _ACEOF
22522 cat confdefs.h >>conftest.$ac_ext
22523 cat >>conftest.$ac_ext <<_ACEOF
22524 /* end confdefs.h.  */
22525 #include <sys/types.h>
22526 #ifdef HAVE_SYS_MTIO_H
22527 #include <sys/mtio.h>
22528 #endif
22529
22530 int
22531 main ()
22532 {
22533 static struct mtget ac_aggr;
22534 if (sizeof ac_aggr.mt_blksiz)
22535 return 0;
22536   ;
22537   return 0;
22538 }
22539 _ACEOF
22540 rm -f conftest.$ac_objext
22541 if { (ac_try="$ac_compile"
22542 case "(($ac_try" in
22543   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22544   *) ac_try_echo=$ac_try;;
22545 esac
22546 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22547 $as_echo "$ac_try_echo") >&5
22548   (eval "$ac_compile") 2>conftest.er1
22549   ac_status=$?
22550   grep -v '^ *+' conftest.er1 >conftest.err
22551   rm -f conftest.er1
22552   cat conftest.err >&5
22553   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22554   (exit $ac_status); } && {
22555          test -z "$ac_c_werror_flag" ||
22556          test ! -s conftest.err
22557        } && test -s conftest.$ac_objext; then
22558   ac_cv_member_struct_mtget_mt_blksiz=yes
22559 else
22560   $as_echo "$as_me: failed program was:" >&5
22561 sed 's/^/| /' conftest.$ac_ext >&5
22562
22563         ac_cv_member_struct_mtget_mt_blksiz=no
22564 fi
22565
22566 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22567 fi
22568
22569 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22570 fi
22571 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22572 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22573 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22574
22575 cat >>confdefs.h <<_ACEOF
22576 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22577 _ACEOF
22578
22579
22580 fi
22581 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22582 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22583 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22584   $as_echo_n "(cached) " >&6
22585 else
22586   cat >conftest.$ac_ext <<_ACEOF
22587 /* confdefs.h.  */
22588 _ACEOF
22589 cat confdefs.h >>conftest.$ac_ext
22590 cat >>conftest.$ac_ext <<_ACEOF
22591 /* end confdefs.h.  */
22592 #include <sys/types.h>
22593 #ifdef HAVE_SYS_MTIO_H
22594 #include <sys/mtio.h>
22595 #endif
22596
22597 int
22598 main ()
22599 {
22600 static struct mtget ac_aggr;
22601 if (ac_aggr.mt_gstat)
22602 return 0;
22603   ;
22604   return 0;
22605 }
22606 _ACEOF
22607 rm -f conftest.$ac_objext
22608 if { (ac_try="$ac_compile"
22609 case "(($ac_try" in
22610   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22611   *) ac_try_echo=$ac_try;;
22612 esac
22613 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22614 $as_echo "$ac_try_echo") >&5
22615   (eval "$ac_compile") 2>conftest.er1
22616   ac_status=$?
22617   grep -v '^ *+' conftest.er1 >conftest.err
22618   rm -f conftest.er1
22619   cat conftest.err >&5
22620   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22621   (exit $ac_status); } && {
22622          test -z "$ac_c_werror_flag" ||
22623          test ! -s conftest.err
22624        } && test -s conftest.$ac_objext; then
22625   ac_cv_member_struct_mtget_mt_gstat=yes
22626 else
22627   $as_echo "$as_me: failed program was:" >&5
22628 sed 's/^/| /' conftest.$ac_ext >&5
22629
22630         cat >conftest.$ac_ext <<_ACEOF
22631 /* confdefs.h.  */
22632 _ACEOF
22633 cat confdefs.h >>conftest.$ac_ext
22634 cat >>conftest.$ac_ext <<_ACEOF
22635 /* end confdefs.h.  */
22636 #include <sys/types.h>
22637 #ifdef HAVE_SYS_MTIO_H
22638 #include <sys/mtio.h>
22639 #endif
22640
22641 int
22642 main ()
22643 {
22644 static struct mtget ac_aggr;
22645 if (sizeof ac_aggr.mt_gstat)
22646 return 0;
22647   ;
22648   return 0;
22649 }
22650 _ACEOF
22651 rm -f conftest.$ac_objext
22652 if { (ac_try="$ac_compile"
22653 case "(($ac_try" in
22654   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22655   *) ac_try_echo=$ac_try;;
22656 esac
22657 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22658 $as_echo "$ac_try_echo") >&5
22659   (eval "$ac_compile") 2>conftest.er1
22660   ac_status=$?
22661   grep -v '^ *+' conftest.er1 >conftest.err
22662   rm -f conftest.er1
22663   cat conftest.err >&5
22664   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22665   (exit $ac_status); } && {
22666          test -z "$ac_c_werror_flag" ||
22667          test ! -s conftest.err
22668        } && test -s conftest.$ac_objext; then
22669   ac_cv_member_struct_mtget_mt_gstat=yes
22670 else
22671   $as_echo "$as_me: failed program was:" >&5
22672 sed 's/^/| /' conftest.$ac_ext >&5
22673
22674         ac_cv_member_struct_mtget_mt_gstat=no
22675 fi
22676
22677 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22678 fi
22679
22680 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22681 fi
22682 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22683 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22684 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22685
22686 cat >>confdefs.h <<_ACEOF
22687 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22688 _ACEOF
22689
22690
22691 fi
22692 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22693 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22694 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22695   $as_echo_n "(cached) " >&6
22696 else
22697   cat >conftest.$ac_ext <<_ACEOF
22698 /* confdefs.h.  */
22699 _ACEOF
22700 cat confdefs.h >>conftest.$ac_ext
22701 cat >>conftest.$ac_ext <<_ACEOF
22702 /* end confdefs.h.  */
22703 #include <sys/types.h>
22704 #ifdef HAVE_SYS_MTIO_H
22705 #include <sys/mtio.h>
22706 #endif
22707
22708 int
22709 main ()
22710 {
22711 static struct mtget ac_aggr;
22712 if (ac_aggr.mt_blkno)
22713 return 0;
22714   ;
22715   return 0;
22716 }
22717 _ACEOF
22718 rm -f conftest.$ac_objext
22719 if { (ac_try="$ac_compile"
22720 case "(($ac_try" in
22721   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22722   *) ac_try_echo=$ac_try;;
22723 esac
22724 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22725 $as_echo "$ac_try_echo") >&5
22726   (eval "$ac_compile") 2>conftest.er1
22727   ac_status=$?
22728   grep -v '^ *+' conftest.er1 >conftest.err
22729   rm -f conftest.er1
22730   cat conftest.err >&5
22731   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22732   (exit $ac_status); } && {
22733          test -z "$ac_c_werror_flag" ||
22734          test ! -s conftest.err
22735        } && test -s conftest.$ac_objext; then
22736   ac_cv_member_struct_mtget_mt_blkno=yes
22737 else
22738   $as_echo "$as_me: failed program was:" >&5
22739 sed 's/^/| /' conftest.$ac_ext >&5
22740
22741         cat >conftest.$ac_ext <<_ACEOF
22742 /* confdefs.h.  */
22743 _ACEOF
22744 cat confdefs.h >>conftest.$ac_ext
22745 cat >>conftest.$ac_ext <<_ACEOF
22746 /* end confdefs.h.  */
22747 #include <sys/types.h>
22748 #ifdef HAVE_SYS_MTIO_H
22749 #include <sys/mtio.h>
22750 #endif
22751
22752 int
22753 main ()
22754 {
22755 static struct mtget ac_aggr;
22756 if (sizeof ac_aggr.mt_blkno)
22757 return 0;
22758   ;
22759   return 0;
22760 }
22761 _ACEOF
22762 rm -f conftest.$ac_objext
22763 if { (ac_try="$ac_compile"
22764 case "(($ac_try" in
22765   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22766   *) ac_try_echo=$ac_try;;
22767 esac
22768 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22769 $as_echo "$ac_try_echo") >&5
22770   (eval "$ac_compile") 2>conftest.er1
22771   ac_status=$?
22772   grep -v '^ *+' conftest.er1 >conftest.err
22773   rm -f conftest.er1
22774   cat conftest.err >&5
22775   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22776   (exit $ac_status); } && {
22777          test -z "$ac_c_werror_flag" ||
22778          test ! -s conftest.err
22779        } && test -s conftest.$ac_objext; then
22780   ac_cv_member_struct_mtget_mt_blkno=yes
22781 else
22782   $as_echo "$as_me: failed program was:" >&5
22783 sed 's/^/| /' conftest.$ac_ext >&5
22784
22785         ac_cv_member_struct_mtget_mt_blkno=no
22786 fi
22787
22788 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22789 fi
22790
22791 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22792 fi
22793 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22794 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22795 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22796
22797 cat >>confdefs.h <<_ACEOF
22798 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22799 _ACEOF
22800
22801
22802 fi
22803
22804
22805 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22806 $as_echo_n "checking for struct option.name... " >&6; }
22807 if test "${ac_cv_member_struct_option_name+set}" = set; then
22808   $as_echo_n "(cached) " >&6
22809 else
22810   cat >conftest.$ac_ext <<_ACEOF
22811 /* confdefs.h.  */
22812 _ACEOF
22813 cat confdefs.h >>conftest.$ac_ext
22814 cat >>conftest.$ac_ext <<_ACEOF
22815 /* end confdefs.h.  */
22816 #ifdef HAVE_GETOPT_H
22817 #include <getopt.h>
22818 #endif
22819
22820 int
22821 main ()
22822 {
22823 static struct option ac_aggr;
22824 if (ac_aggr.name)
22825 return 0;
22826   ;
22827   return 0;
22828 }
22829 _ACEOF
22830 rm -f conftest.$ac_objext
22831 if { (ac_try="$ac_compile"
22832 case "(($ac_try" in
22833   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22834   *) ac_try_echo=$ac_try;;
22835 esac
22836 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22837 $as_echo "$ac_try_echo") >&5
22838   (eval "$ac_compile") 2>conftest.er1
22839   ac_status=$?
22840   grep -v '^ *+' conftest.er1 >conftest.err
22841   rm -f conftest.er1
22842   cat conftest.err >&5
22843   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22844   (exit $ac_status); } && {
22845          test -z "$ac_c_werror_flag" ||
22846          test ! -s conftest.err
22847        } && test -s conftest.$ac_objext; then
22848   ac_cv_member_struct_option_name=yes
22849 else
22850   $as_echo "$as_me: failed program was:" >&5
22851 sed 's/^/| /' conftest.$ac_ext >&5
22852
22853         cat >conftest.$ac_ext <<_ACEOF
22854 /* confdefs.h.  */
22855 _ACEOF
22856 cat confdefs.h >>conftest.$ac_ext
22857 cat >>conftest.$ac_ext <<_ACEOF
22858 /* end confdefs.h.  */
22859 #ifdef HAVE_GETOPT_H
22860 #include <getopt.h>
22861 #endif
22862
22863 int
22864 main ()
22865 {
22866 static struct option ac_aggr;
22867 if (sizeof ac_aggr.name)
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_option_name=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_option_name=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_option_name" >&5
22905 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22906 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22907
22908 cat >>confdefs.h <<_ACEOF
22909 #define HAVE_STRUCT_OPTION_NAME 1
22910 _ACEOF
22911
22912
22913 fi
22914
22915
22916 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22917 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22918 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22919   $as_echo_n "(cached) " >&6
22920 else
22921   cat >conftest.$ac_ext <<_ACEOF
22922 /* confdefs.h.  */
22923 _ACEOF
22924 cat confdefs.h >>conftest.$ac_ext
22925 cat >>conftest.$ac_ext <<_ACEOF
22926 /* end confdefs.h.  */
22927 $ac_includes_default
22928 int
22929 main ()
22930 {
22931 static struct stat ac_aggr;
22932 if (ac_aggr.st_blocks)
22933 return 0;
22934   ;
22935   return 0;
22936 }
22937 _ACEOF
22938 rm -f conftest.$ac_objext
22939 if { (ac_try="$ac_compile"
22940 case "(($ac_try" in
22941   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22942   *) ac_try_echo=$ac_try;;
22943 esac
22944 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22945 $as_echo "$ac_try_echo") >&5
22946   (eval "$ac_compile") 2>conftest.er1
22947   ac_status=$?
22948   grep -v '^ *+' conftest.er1 >conftest.err
22949   rm -f conftest.er1
22950   cat conftest.err >&5
22951   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22952   (exit $ac_status); } && {
22953          test -z "$ac_c_werror_flag" ||
22954          test ! -s conftest.err
22955        } && test -s conftest.$ac_objext; then
22956   ac_cv_member_struct_stat_st_blocks=yes
22957 else
22958   $as_echo "$as_me: failed program was:" >&5
22959 sed 's/^/| /' conftest.$ac_ext >&5
22960
22961         cat >conftest.$ac_ext <<_ACEOF
22962 /* confdefs.h.  */
22963 _ACEOF
22964 cat confdefs.h >>conftest.$ac_ext
22965 cat >>conftest.$ac_ext <<_ACEOF
22966 /* end confdefs.h.  */
22967 $ac_includes_default
22968 int
22969 main ()
22970 {
22971 static struct stat ac_aggr;
22972 if (sizeof ac_aggr.st_blocks)
22973 return 0;
22974   ;
22975   return 0;
22976 }
22977 _ACEOF
22978 rm -f conftest.$ac_objext
22979 if { (ac_try="$ac_compile"
22980 case "(($ac_try" in
22981   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22982   *) ac_try_echo=$ac_try;;
22983 esac
22984 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22985 $as_echo "$ac_try_echo") >&5
22986   (eval "$ac_compile") 2>conftest.er1
22987   ac_status=$?
22988   grep -v '^ *+' conftest.er1 >conftest.err
22989   rm -f conftest.er1
22990   cat conftest.err >&5
22991   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22992   (exit $ac_status); } && {
22993          test -z "$ac_c_werror_flag" ||
22994          test ! -s conftest.err
22995        } && test -s conftest.$ac_objext; then
22996   ac_cv_member_struct_stat_st_blocks=yes
22997 else
22998   $as_echo "$as_me: failed program was:" >&5
22999 sed 's/^/| /' conftest.$ac_ext >&5
23000
23001         ac_cv_member_struct_stat_st_blocks=no
23002 fi
23003
23004 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23005 fi
23006
23007 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23008 fi
23009 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23010 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
23011 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
23012
23013 cat >>confdefs.h <<_ACEOF
23014 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23015 _ACEOF
23016
23017
23018 fi
23019 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23020 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23021 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23022   $as_echo_n "(cached) " >&6
23023 else
23024   cat >conftest.$ac_ext <<_ACEOF
23025 /* confdefs.h.  */
23026 _ACEOF
23027 cat confdefs.h >>conftest.$ac_ext
23028 cat >>conftest.$ac_ext <<_ACEOF
23029 /* end confdefs.h.  */
23030 $ac_includes_default
23031 int
23032 main ()
23033 {
23034 static struct stat ac_aggr;
23035 if (ac_aggr.st_mtim)
23036 return 0;
23037   ;
23038   return 0;
23039 }
23040 _ACEOF
23041 rm -f conftest.$ac_objext
23042 if { (ac_try="$ac_compile"
23043 case "(($ac_try" in
23044   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23045   *) ac_try_echo=$ac_try;;
23046 esac
23047 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23048 $as_echo "$ac_try_echo") >&5
23049   (eval "$ac_compile") 2>conftest.er1
23050   ac_status=$?
23051   grep -v '^ *+' conftest.er1 >conftest.err
23052   rm -f conftest.er1
23053   cat conftest.err >&5
23054   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23055   (exit $ac_status); } && {
23056          test -z "$ac_c_werror_flag" ||
23057          test ! -s conftest.err
23058        } && test -s conftest.$ac_objext; then
23059   ac_cv_member_struct_stat_st_mtim=yes
23060 else
23061   $as_echo "$as_me: failed program was:" >&5
23062 sed 's/^/| /' conftest.$ac_ext >&5
23063
23064         cat >conftest.$ac_ext <<_ACEOF
23065 /* confdefs.h.  */
23066 _ACEOF
23067 cat confdefs.h >>conftest.$ac_ext
23068 cat >>conftest.$ac_ext <<_ACEOF
23069 /* end confdefs.h.  */
23070 $ac_includes_default
23071 int
23072 main ()
23073 {
23074 static struct stat ac_aggr;
23075 if (sizeof ac_aggr.st_mtim)
23076 return 0;
23077   ;
23078   return 0;
23079 }
23080 _ACEOF
23081 rm -f conftest.$ac_objext
23082 if { (ac_try="$ac_compile"
23083 case "(($ac_try" in
23084   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23085   *) ac_try_echo=$ac_try;;
23086 esac
23087 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23088 $as_echo "$ac_try_echo") >&5
23089   (eval "$ac_compile") 2>conftest.er1
23090   ac_status=$?
23091   grep -v '^ *+' conftest.er1 >conftest.err
23092   rm -f conftest.er1
23093   cat conftest.err >&5
23094   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23095   (exit $ac_status); } && {
23096          test -z "$ac_c_werror_flag" ||
23097          test ! -s conftest.err
23098        } && test -s conftest.$ac_objext; then
23099   ac_cv_member_struct_stat_st_mtim=yes
23100 else
23101   $as_echo "$as_me: failed program was:" >&5
23102 sed 's/^/| /' conftest.$ac_ext >&5
23103
23104         ac_cv_member_struct_stat_st_mtim=no
23105 fi
23106
23107 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23108 fi
23109
23110 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23111 fi
23112 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23113 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23114 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23115
23116 cat >>confdefs.h <<_ACEOF
23117 #define HAVE_STRUCT_STAT_ST_MTIM 1
23118 _ACEOF
23119
23120
23121 fi
23122 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23123 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23124 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23125   $as_echo_n "(cached) " >&6
23126 else
23127   cat >conftest.$ac_ext <<_ACEOF
23128 /* confdefs.h.  */
23129 _ACEOF
23130 cat confdefs.h >>conftest.$ac_ext
23131 cat >>conftest.$ac_ext <<_ACEOF
23132 /* end confdefs.h.  */
23133 $ac_includes_default
23134 int
23135 main ()
23136 {
23137 static struct stat ac_aggr;
23138 if (ac_aggr.st_ctim)
23139 return 0;
23140   ;
23141   return 0;
23142 }
23143 _ACEOF
23144 rm -f conftest.$ac_objext
23145 if { (ac_try="$ac_compile"
23146 case "(($ac_try" in
23147   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23148   *) ac_try_echo=$ac_try;;
23149 esac
23150 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23151 $as_echo "$ac_try_echo") >&5
23152   (eval "$ac_compile") 2>conftest.er1
23153   ac_status=$?
23154   grep -v '^ *+' conftest.er1 >conftest.err
23155   rm -f conftest.er1
23156   cat conftest.err >&5
23157   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23158   (exit $ac_status); } && {
23159          test -z "$ac_c_werror_flag" ||
23160          test ! -s conftest.err
23161        } && test -s conftest.$ac_objext; then
23162   ac_cv_member_struct_stat_st_ctim=yes
23163 else
23164   $as_echo "$as_me: failed program was:" >&5
23165 sed 's/^/| /' conftest.$ac_ext >&5
23166
23167         cat >conftest.$ac_ext <<_ACEOF
23168 /* confdefs.h.  */
23169 _ACEOF
23170 cat confdefs.h >>conftest.$ac_ext
23171 cat >>conftest.$ac_ext <<_ACEOF
23172 /* end confdefs.h.  */
23173 $ac_includes_default
23174 int
23175 main ()
23176 {
23177 static struct stat ac_aggr;
23178 if (sizeof ac_aggr.st_ctim)
23179 return 0;
23180   ;
23181   return 0;
23182 }
23183 _ACEOF
23184 rm -f conftest.$ac_objext
23185 if { (ac_try="$ac_compile"
23186 case "(($ac_try" in
23187   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23188   *) ac_try_echo=$ac_try;;
23189 esac
23190 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23191 $as_echo "$ac_try_echo") >&5
23192   (eval "$ac_compile") 2>conftest.er1
23193   ac_status=$?
23194   grep -v '^ *+' conftest.er1 >conftest.err
23195   rm -f conftest.er1
23196   cat conftest.err >&5
23197   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23198   (exit $ac_status); } && {
23199          test -z "$ac_c_werror_flag" ||
23200          test ! -s conftest.err
23201        } && test -s conftest.$ac_objext; then
23202   ac_cv_member_struct_stat_st_ctim=yes
23203 else
23204   $as_echo "$as_me: failed program was:" >&5
23205 sed 's/^/| /' conftest.$ac_ext >&5
23206
23207         ac_cv_member_struct_stat_st_ctim=no
23208 fi
23209
23210 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23211 fi
23212
23213 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23214 fi
23215 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23216 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23217 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23218
23219 cat >>confdefs.h <<_ACEOF
23220 #define HAVE_STRUCT_STAT_ST_CTIM 1
23221 _ACEOF
23222
23223
23224 fi
23225 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23226 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23227 if test "${ac_cv_member_struct_stat_st_atim+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 $ac_includes_default
23237 int
23238 main ()
23239 {
23240 static struct stat ac_aggr;
23241 if (ac_aggr.st_atim)
23242 return 0;
23243   ;
23244   return 0;
23245 }
23246 _ACEOF
23247 rm -f conftest.$ac_objext
23248 if { (ac_try="$ac_compile"
23249 case "(($ac_try" in
23250   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23251   *) ac_try_echo=$ac_try;;
23252 esac
23253 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23254 $as_echo "$ac_try_echo") >&5
23255   (eval "$ac_compile") 2>conftest.er1
23256   ac_status=$?
23257   grep -v '^ *+' conftest.er1 >conftest.err
23258   rm -f conftest.er1
23259   cat conftest.err >&5
23260   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23261   (exit $ac_status); } && {
23262          test -z "$ac_c_werror_flag" ||
23263          test ! -s conftest.err
23264        } && test -s conftest.$ac_objext; then
23265   ac_cv_member_struct_stat_st_atim=yes
23266 else
23267   $as_echo "$as_me: failed program was:" >&5
23268 sed 's/^/| /' conftest.$ac_ext >&5
23269
23270         cat >conftest.$ac_ext <<_ACEOF
23271 /* confdefs.h.  */
23272 _ACEOF
23273 cat confdefs.h >>conftest.$ac_ext
23274 cat >>conftest.$ac_ext <<_ACEOF
23275 /* end confdefs.h.  */
23276 $ac_includes_default
23277 int
23278 main ()
23279 {
23280 static struct stat ac_aggr;
23281 if (sizeof ac_aggr.st_atim)
23282 return 0;
23283   ;
23284   return 0;
23285 }
23286 _ACEOF
23287 rm -f conftest.$ac_objext
23288 if { (ac_try="$ac_compile"
23289 case "(($ac_try" in
23290   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23291   *) ac_try_echo=$ac_try;;
23292 esac
23293 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23294 $as_echo "$ac_try_echo") >&5
23295   (eval "$ac_compile") 2>conftest.er1
23296   ac_status=$?
23297   grep -v '^ *+' conftest.er1 >conftest.err
23298   rm -f conftest.er1
23299   cat conftest.err >&5
23300   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23301   (exit $ac_status); } && {
23302          test -z "$ac_c_werror_flag" ||
23303          test ! -s conftest.err
23304        } && test -s conftest.$ac_objext; then
23305   ac_cv_member_struct_stat_st_atim=yes
23306 else
23307   $as_echo "$as_me: failed program was:" >&5
23308 sed 's/^/| /' conftest.$ac_ext >&5
23309
23310         ac_cv_member_struct_stat_st_atim=no
23311 fi
23312
23313 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23314 fi
23315
23316 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23317 fi
23318 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23319 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23320 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23321
23322 cat >>confdefs.h <<_ACEOF
23323 #define HAVE_STRUCT_STAT_ST_ATIM 1
23324 _ACEOF
23325
23326
23327 fi
23328
23329
23330 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23331 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23332 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23333   $as_echo_n "(cached) " >&6
23334 else
23335   cat >conftest.$ac_ext <<_ACEOF
23336 /* confdefs.h.  */
23337 _ACEOF
23338 cat confdefs.h >>conftest.$ac_ext
23339 cat >>conftest.$ac_ext <<_ACEOF
23340 /* end confdefs.h.  */
23341 #ifdef HAVE_SYS_TYPES_H
23342 #include <sys/types.h>
23343 #endif
23344 #ifdef HAVE_NETINET_IN_H
23345 #include <netinet/in.h>
23346 #endif
23347
23348 int
23349 main ()
23350 {
23351 static struct sockaddr_in6 ac_aggr;
23352 if (ac_aggr.sin6_scope_id)
23353 return 0;
23354   ;
23355   return 0;
23356 }
23357 _ACEOF
23358 rm -f conftest.$ac_objext
23359 if { (ac_try="$ac_compile"
23360 case "(($ac_try" in
23361   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23362   *) ac_try_echo=$ac_try;;
23363 esac
23364 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23365 $as_echo "$ac_try_echo") >&5
23366   (eval "$ac_compile") 2>conftest.er1
23367   ac_status=$?
23368   grep -v '^ *+' conftest.er1 >conftest.err
23369   rm -f conftest.er1
23370   cat conftest.err >&5
23371   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23372   (exit $ac_status); } && {
23373          test -z "$ac_c_werror_flag" ||
23374          test ! -s conftest.err
23375        } && test -s conftest.$ac_objext; then
23376   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23377 else
23378   $as_echo "$as_me: failed program was:" >&5
23379 sed 's/^/| /' conftest.$ac_ext >&5
23380
23381         cat >conftest.$ac_ext <<_ACEOF
23382 /* confdefs.h.  */
23383 _ACEOF
23384 cat confdefs.h >>conftest.$ac_ext
23385 cat >>conftest.$ac_ext <<_ACEOF
23386 /* end confdefs.h.  */
23387 #ifdef HAVE_SYS_TYPES_H
23388 #include <sys/types.h>
23389 #endif
23390 #ifdef HAVE_NETINET_IN_H
23391 #include <netinet/in.h>
23392 #endif
23393
23394 int
23395 main ()
23396 {
23397 static struct sockaddr_in6 ac_aggr;
23398 if (sizeof ac_aggr.sin6_scope_id)
23399 return 0;
23400   ;
23401   return 0;
23402 }
23403 _ACEOF
23404 rm -f conftest.$ac_objext
23405 if { (ac_try="$ac_compile"
23406 case "(($ac_try" in
23407   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23408   *) ac_try_echo=$ac_try;;
23409 esac
23410 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23411 $as_echo "$ac_try_echo") >&5
23412   (eval "$ac_compile") 2>conftest.er1
23413   ac_status=$?
23414   grep -v '^ *+' conftest.er1 >conftest.err
23415   rm -f conftest.er1
23416   cat conftest.err >&5
23417   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23418   (exit $ac_status); } && {
23419          test -z "$ac_c_werror_flag" ||
23420          test ! -s conftest.err
23421        } && test -s conftest.$ac_objext; then
23422   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23423 else
23424   $as_echo "$as_me: failed program was:" >&5
23425 sed 's/^/| /' conftest.$ac_ext >&5
23426
23427         ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23428 fi
23429
23430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23431 fi
23432
23433 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23434 fi
23435 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23436 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23437 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23438
23439 cat >>confdefs.h <<_ACEOF
23440 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23441 _ACEOF
23442
23443
23444 fi
23445
23446
23447 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23448 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23449 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23450   $as_echo_n "(cached) " >&6
23451 else
23452   cat >conftest.$ac_ext <<_ACEOF
23453 /* confdefs.h.  */
23454 _ACEOF
23455 cat confdefs.h >>conftest.$ac_ext
23456 cat >>conftest.$ac_ext <<_ACEOF
23457 /* end confdefs.h.  */
23458 #ifdef HAVE_SYS_TYPES_H
23459 #include <sys/types.h>
23460 #endif
23461 #ifdef HAVE_NETINET_IN_H
23462 # include <netinet/in.h>
23463 #endif
23464 #ifdef HAVE_ARPA_NAMESER_H
23465 # include <arpa/nameser.h>
23466 #endif
23467
23468 int
23469 main ()
23470 {
23471 static ns_msg ac_aggr;
23472 if (ac_aggr._msg_ptr)
23473 return 0;
23474   ;
23475   return 0;
23476 }
23477 _ACEOF
23478 rm -f conftest.$ac_objext
23479 if { (ac_try="$ac_compile"
23480 case "(($ac_try" in
23481   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23482   *) ac_try_echo=$ac_try;;
23483 esac
23484 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23485 $as_echo "$ac_try_echo") >&5
23486   (eval "$ac_compile") 2>conftest.er1
23487   ac_status=$?
23488   grep -v '^ *+' conftest.er1 >conftest.err
23489   rm -f conftest.er1
23490   cat conftest.err >&5
23491   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23492   (exit $ac_status); } && {
23493          test -z "$ac_c_werror_flag" ||
23494          test ! -s conftest.err
23495        } && test -s conftest.$ac_objext; then
23496   ac_cv_member_ns_msg__msg_ptr=yes
23497 else
23498   $as_echo "$as_me: failed program was:" >&5
23499 sed 's/^/| /' conftest.$ac_ext >&5
23500
23501         cat >conftest.$ac_ext <<_ACEOF
23502 /* confdefs.h.  */
23503 _ACEOF
23504 cat confdefs.h >>conftest.$ac_ext
23505 cat >>conftest.$ac_ext <<_ACEOF
23506 /* end confdefs.h.  */
23507 #ifdef HAVE_SYS_TYPES_H
23508 #include <sys/types.h>
23509 #endif
23510 #ifdef HAVE_NETINET_IN_H
23511 # include <netinet/in.h>
23512 #endif
23513 #ifdef HAVE_ARPA_NAMESER_H
23514 # include <arpa/nameser.h>
23515 #endif
23516
23517 int
23518 main ()
23519 {
23520 static ns_msg ac_aggr;
23521 if (sizeof ac_aggr._msg_ptr)
23522 return 0;
23523   ;
23524   return 0;
23525 }
23526 _ACEOF
23527 rm -f conftest.$ac_objext
23528 if { (ac_try="$ac_compile"
23529 case "(($ac_try" in
23530   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23531   *) ac_try_echo=$ac_try;;
23532 esac
23533 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23534 $as_echo "$ac_try_echo") >&5
23535   (eval "$ac_compile") 2>conftest.er1
23536   ac_status=$?
23537   grep -v '^ *+' conftest.er1 >conftest.err
23538   rm -f conftest.er1
23539   cat conftest.err >&5
23540   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23541   (exit $ac_status); } && {
23542          test -z "$ac_c_werror_flag" ||
23543          test ! -s conftest.err
23544        } && test -s conftest.$ac_objext; then
23545   ac_cv_member_ns_msg__msg_ptr=yes
23546 else
23547   $as_echo "$as_me: failed program was:" >&5
23548 sed 's/^/| /' conftest.$ac_ext >&5
23549
23550         ac_cv_member_ns_msg__msg_ptr=no
23551 fi
23552
23553 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23554 fi
23555
23556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23557 fi
23558 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23559 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23560 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23561
23562 cat >>confdefs.h <<_ACEOF
23563 #define HAVE_NS_MSG__MSG_PTR 1
23564 _ACEOF
23565
23566
23567 fi
23568
23569
23570 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23571 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23572 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23573   $as_echo_n "(cached) " >&6
23574 else
23575   cat >conftest.$ac_ext <<_ACEOF
23576 /* confdefs.h.  */
23577 _ACEOF
23578 cat confdefs.h >>conftest.$ac_ext
23579 cat >>conftest.$ac_ext <<_ACEOF
23580 /* end confdefs.h.  */
23581 #ifdef HAVE_SYS_TYPES_H
23582 #include <sys/types.h>
23583 #endif
23584 #ifdef HAVE_ALIAS_H
23585 #include <alias.h>
23586 #endif
23587 #ifdef HAVE_SYS_SOCKET_H
23588 #include <sys/socket.h>
23589 #endif
23590 #ifdef HAVE_SYS_SOCKETVAR_H
23591 #include <sys/socketvar.h>
23592 #endif
23593 #ifdef HAVE_SYS_TIMEOUT_H
23594 #include <sys/timeout.h>
23595 #endif
23596 #ifdef HAVE_NETINET_IN_H
23597 #include <netinet/in.h>
23598 #endif
23599 #ifdef HAVE_NETINET_IN_SYSTM_H
23600 #include <netinet/in_systm.h>
23601 #endif
23602 #ifdef HAVE_NETINET_IP_H
23603 #include <netinet/ip.h>
23604 #endif
23605 #ifdef HAVE_NETINET_IP_VAR_H
23606 #include <netinet/ip_var.h>
23607 #endif
23608 #ifdef HAVE_NETINET_IP_ICMP_H
23609 #include <netinet/ip_icmp.h>
23610 #endif
23611 #ifdef HAVE_NETINET_ICMP_VAR
23612 #include <netinet/icmp_var.h>
23613 #endif
23614
23615 int
23616 main ()
23617 {
23618 static struct icmpstat ac_aggr;
23619 if (ac_aggr.icps_outhist)
23620 return 0;
23621   ;
23622   return 0;
23623 }
23624 _ACEOF
23625 rm -f conftest.$ac_objext
23626 if { (ac_try="$ac_compile"
23627 case "(($ac_try" in
23628   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23629   *) ac_try_echo=$ac_try;;
23630 esac
23631 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23632 $as_echo "$ac_try_echo") >&5
23633   (eval "$ac_compile") 2>conftest.er1
23634   ac_status=$?
23635   grep -v '^ *+' conftest.er1 >conftest.err
23636   rm -f conftest.er1
23637   cat conftest.err >&5
23638   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23639   (exit $ac_status); } && {
23640          test -z "$ac_c_werror_flag" ||
23641          test ! -s conftest.err
23642        } && test -s conftest.$ac_objext; then
23643   ac_cv_member_struct_icmpstat_icps_outhist=yes
23644 else
23645   $as_echo "$as_me: failed program was:" >&5
23646 sed 's/^/| /' conftest.$ac_ext >&5
23647
23648         cat >conftest.$ac_ext <<_ACEOF
23649 /* confdefs.h.  */
23650 _ACEOF
23651 cat confdefs.h >>conftest.$ac_ext
23652 cat >>conftest.$ac_ext <<_ACEOF
23653 /* end confdefs.h.  */
23654 #ifdef HAVE_SYS_TYPES_H
23655 #include <sys/types.h>
23656 #endif
23657 #ifdef HAVE_ALIAS_H
23658 #include <alias.h>
23659 #endif
23660 #ifdef HAVE_SYS_SOCKET_H
23661 #include <sys/socket.h>
23662 #endif
23663 #ifdef HAVE_SYS_SOCKETVAR_H
23664 #include <sys/socketvar.h>
23665 #endif
23666 #ifdef HAVE_SYS_TIMEOUT_H
23667 #include <sys/timeout.h>
23668 #endif
23669 #ifdef HAVE_NETINET_IN_H
23670 #include <netinet/in.h>
23671 #endif
23672 #ifdef HAVE_NETINET_IN_SYSTM_H
23673 #include <netinet/in_systm.h>
23674 #endif
23675 #ifdef HAVE_NETINET_IP_H
23676 #include <netinet/ip.h>
23677 #endif
23678 #ifdef HAVE_NETINET_IP_VAR_H
23679 #include <netinet/ip_var.h>
23680 #endif
23681 #ifdef HAVE_NETINET_IP_ICMP_H
23682 #include <netinet/ip_icmp.h>
23683 #endif
23684 #ifdef HAVE_NETINET_ICMP_VAR
23685 #include <netinet/icmp_var.h>
23686 #endif
23687
23688 int
23689 main ()
23690 {
23691 static struct icmpstat ac_aggr;
23692 if (sizeof ac_aggr.icps_outhist)
23693 return 0;
23694   ;
23695   return 0;
23696 }
23697 _ACEOF
23698 rm -f conftest.$ac_objext
23699 if { (ac_try="$ac_compile"
23700 case "(($ac_try" in
23701   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23702   *) ac_try_echo=$ac_try;;
23703 esac
23704 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23705 $as_echo "$ac_try_echo") >&5
23706   (eval "$ac_compile") 2>conftest.er1
23707   ac_status=$?
23708   grep -v '^ *+' conftest.er1 >conftest.err
23709   rm -f conftest.er1
23710   cat conftest.err >&5
23711   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23712   (exit $ac_status); } && {
23713          test -z "$ac_c_werror_flag" ||
23714          test ! -s conftest.err
23715        } && test -s conftest.$ac_objext; then
23716   ac_cv_member_struct_icmpstat_icps_outhist=yes
23717 else
23718   $as_echo "$as_me: failed program was:" >&5
23719 sed 's/^/| /' conftest.$ac_ext >&5
23720
23721         ac_cv_member_struct_icmpstat_icps_outhist=no
23722 fi
23723
23724 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23725 fi
23726
23727 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23728 fi
23729 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23730 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23731 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
23732
23733 cat >>confdefs.h <<_ACEOF
23734 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23735 _ACEOF
23736
23737
23738 fi
23739
23740
23741 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23742 $as_echo_n "checking for timezone variable... " >&6; }
23743 if test "${ac_cv_have_timezone+set}" = set; then
23744   $as_echo_n "(cached) " >&6
23745 else
23746   cat >conftest.$ac_ext <<_ACEOF
23747 /* confdefs.h.  */
23748 _ACEOF
23749 cat confdefs.h >>conftest.$ac_ext
23750 cat >>conftest.$ac_ext <<_ACEOF
23751 /* end confdefs.h.  */
23752 #include <time.h>
23753 int
23754 main ()
23755 {
23756 timezone = 1
23757   ;
23758   return 0;
23759 }
23760 _ACEOF
23761 rm -f conftest.$ac_objext conftest$ac_exeext
23762 if { (ac_try="$ac_link"
23763 case "(($ac_try" in
23764   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23765   *) ac_try_echo=$ac_try;;
23766 esac
23767 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23768 $as_echo "$ac_try_echo") >&5
23769   (eval "$ac_link") 2>conftest.er1
23770   ac_status=$?
23771   grep -v '^ *+' conftest.er1 >conftest.err
23772   rm -f conftest.er1
23773   cat conftest.err >&5
23774   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23775   (exit $ac_status); } && {
23776          test -z "$ac_c_werror_flag" ||
23777          test ! -s conftest.err
23778        } && test -s conftest$ac_exeext && {
23779          test "$cross_compiling" = yes ||
23780          $as_test_x conftest$ac_exeext
23781        }; then
23782   ac_cv_have_timezone="yes"
23783 else
23784   $as_echo "$as_me: failed program was:" >&5
23785 sed 's/^/| /' conftest.$ac_ext >&5
23786
23787         ac_cv_have_timezone="no"
23788 fi
23789
23790 rm -rf conftest.dSYM
23791 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23792       conftest$ac_exeext conftest.$ac_ext
23793 fi
23794 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23795 $as_echo "$ac_cv_have_timezone" >&6; }
23796 if test "$ac_cv_have_timezone" = "yes"
23797 then
23798
23799 cat >>confdefs.h <<\_ACEOF
23800 #define HAVE_TIMEZONE 1
23801 _ACEOF
23802
23803 fi
23804 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23805 $as_echo_n "checking for daylight variable... " >&6; }
23806 if test "${ac_cv_have_daylight+set}" = set; then
23807   $as_echo_n "(cached) " >&6
23808 else
23809   cat >conftest.$ac_ext <<_ACEOF
23810 /* confdefs.h.  */
23811 _ACEOF
23812 cat confdefs.h >>conftest.$ac_ext
23813 cat >>conftest.$ac_ext <<_ACEOF
23814 /* end confdefs.h.  */
23815 #include <time.h>
23816 int
23817 main ()
23818 {
23819 daylight = 1
23820   ;
23821   return 0;
23822 }
23823 _ACEOF
23824 rm -f conftest.$ac_objext conftest$ac_exeext
23825 if { (ac_try="$ac_link"
23826 case "(($ac_try" in
23827   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23828   *) ac_try_echo=$ac_try;;
23829 esac
23830 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23831 $as_echo "$ac_try_echo") >&5
23832   (eval "$ac_link") 2>conftest.er1
23833   ac_status=$?
23834   grep -v '^ *+' conftest.er1 >conftest.err
23835   rm -f conftest.er1
23836   cat conftest.err >&5
23837   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23838   (exit $ac_status); } && {
23839          test -z "$ac_c_werror_flag" ||
23840          test ! -s conftest.err
23841        } && test -s conftest$ac_exeext && {
23842          test "$cross_compiling" = yes ||
23843          $as_test_x conftest$ac_exeext
23844        }; then
23845   ac_cv_have_daylight="yes"
23846 else
23847   $as_echo "$as_me: failed program was:" >&5
23848 sed 's/^/| /' conftest.$ac_ext >&5
23849
23850         ac_cv_have_daylight="no"
23851 fi
23852
23853 rm -rf conftest.dSYM
23854 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23855       conftest$ac_exeext conftest.$ac_ext
23856 fi
23857 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23858 $as_echo "$ac_cv_have_daylight" >&6; }
23859 if test "$ac_cv_have_daylight" = "yes"
23860 then
23861
23862 cat >>confdefs.h <<\_ACEOF
23863 #define HAVE_DAYLIGHT 1
23864 _ACEOF
23865
23866 fi
23867
23868 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23869 $as_echo_n "checking for isinf... " >&6; }
23870 if test "${ac_cv_have_isinf+set}" = set; then
23871   $as_echo_n "(cached) " >&6
23872 else
23873   cat >conftest.$ac_ext <<_ACEOF
23874 /* confdefs.h.  */
23875 _ACEOF
23876 cat confdefs.h >>conftest.$ac_ext
23877 cat >>conftest.$ac_ext <<_ACEOF
23878 /* end confdefs.h.  */
23879 #include <math.h>
23880 int
23881 main ()
23882 {
23883 float f = 0.0; int i=isinf(f)
23884   ;
23885   return 0;
23886 }
23887 _ACEOF
23888 rm -f conftest.$ac_objext conftest$ac_exeext
23889 if { (ac_try="$ac_link"
23890 case "(($ac_try" in
23891   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23892   *) ac_try_echo=$ac_try;;
23893 esac
23894 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23895 $as_echo "$ac_try_echo") >&5
23896   (eval "$ac_link") 2>conftest.er1
23897   ac_status=$?
23898   grep -v '^ *+' conftest.er1 >conftest.err
23899   rm -f conftest.er1
23900   cat conftest.err >&5
23901   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23902   (exit $ac_status); } && {
23903          test -z "$ac_c_werror_flag" ||
23904          test ! -s conftest.err
23905        } && test -s conftest$ac_exeext && {
23906          test "$cross_compiling" = yes ||
23907          $as_test_x conftest$ac_exeext
23908        }; then
23909   ac_cv_have_isinf="yes"
23910 else
23911   $as_echo "$as_me: failed program was:" >&5
23912 sed 's/^/| /' conftest.$ac_ext >&5
23913
23914         ac_cv_have_isinf="no"
23915 fi
23916
23917 rm -rf conftest.dSYM
23918 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23919       conftest$ac_exeext conftest.$ac_ext
23920 fi
23921 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23922 $as_echo "$ac_cv_have_isinf" >&6; }
23923 if test "$ac_cv_have_isinf" = "yes"
23924 then
23925
23926 cat >>confdefs.h <<\_ACEOF
23927 #define HAVE_ISINF 1
23928 _ACEOF
23929
23930 fi
23931
23932 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23933 $as_echo_n "checking for isnan... " >&6; }
23934 if test "${ac_cv_have_isnan+set}" = set; then
23935   $as_echo_n "(cached) " >&6
23936 else
23937   cat >conftest.$ac_ext <<_ACEOF
23938 /* confdefs.h.  */
23939 _ACEOF
23940 cat confdefs.h >>conftest.$ac_ext
23941 cat >>conftest.$ac_ext <<_ACEOF
23942 /* end confdefs.h.  */
23943 #include <math.h>
23944 int
23945 main ()
23946 {
23947 float f = 0.0; int i=isnan(f)
23948   ;
23949   return 0;
23950 }
23951 _ACEOF
23952 rm -f conftest.$ac_objext conftest$ac_exeext
23953 if { (ac_try="$ac_link"
23954 case "(($ac_try" in
23955   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23956   *) ac_try_echo=$ac_try;;
23957 esac
23958 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23959 $as_echo "$ac_try_echo") >&5
23960   (eval "$ac_link") 2>conftest.er1
23961   ac_status=$?
23962   grep -v '^ *+' conftest.er1 >conftest.err
23963   rm -f conftest.er1
23964   cat conftest.err >&5
23965   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23966   (exit $ac_status); } && {
23967          test -z "$ac_c_werror_flag" ||
23968          test ! -s conftest.err
23969        } && test -s conftest$ac_exeext && {
23970          test "$cross_compiling" = yes ||
23971          $as_test_x conftest$ac_exeext
23972        }; then
23973   ac_cv_have_isnan="yes"
23974 else
23975   $as_echo "$as_me: failed program was:" >&5
23976 sed 's/^/| /' conftest.$ac_ext >&5
23977
23978         ac_cv_have_isnan="no"
23979 fi
23980
23981 rm -rf conftest.dSYM
23982 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23983       conftest$ac_exeext conftest.$ac_ext
23984 fi
23985 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23986 $as_echo "$ac_cv_have_isnan" >&6; }
23987 if test "$ac_cv_have_isnan" = "yes"
23988 then
23989
23990 cat >>confdefs.h <<\_ACEOF
23991 #define HAVE_ISNAN 1
23992 _ACEOF
23993
23994 fi
23995
23996
23997 case $host_cpu in
23998   *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23999 $as_echo_n "checking whether we need to define __i386__... " >&6; }
24000 if test "${ac_cv_cpp_def___i386__+set}" = set; then
24001   $as_echo_n "(cached) " >&6
24002 else
24003   cat >conftest.$ac_ext <<_ACEOF
24004 /* confdefs.h.  */
24005 _ACEOF
24006 cat confdefs.h >>conftest.$ac_ext
24007 cat >>conftest.$ac_ext <<_ACEOF
24008 /* end confdefs.h.  */
24009 #ifndef __i386__
24010 yes
24011 #endif
24012 _ACEOF
24013 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24014   $EGREP "yes" >/dev/null 2>&1; then
24015   ac_cv_cpp_def___i386__=yes
24016 else
24017   ac_cv_cpp_def___i386__=no
24018 fi
24019 rm -f conftest*
24020
24021 fi
24022 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
24023 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
24024 if test $ac_cv_cpp_def___i386__ = yes; then
24025   CFLAGS="$CFLAGS -D__i386__"
24026   LINTFLAGS="$LINTFLAGS -D__i386__"
24027 fi
24028  ;;
24029   *x86_64*)         { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
24030 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
24031 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
24032   $as_echo_n "(cached) " >&6
24033 else
24034   cat >conftest.$ac_ext <<_ACEOF
24035 /* confdefs.h.  */
24036 _ACEOF
24037 cat confdefs.h >>conftest.$ac_ext
24038 cat >>conftest.$ac_ext <<_ACEOF
24039 /* end confdefs.h.  */
24040 #ifndef __x86_64__
24041 yes
24042 #endif
24043 _ACEOF
24044 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24045   $EGREP "yes" >/dev/null 2>&1; then
24046   ac_cv_cpp_def___x86_64__=yes
24047 else
24048   ac_cv_cpp_def___x86_64__=no
24049 fi
24050 rm -f conftest*
24051
24052 fi
24053 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
24054 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
24055 if test $ac_cv_cpp_def___x86_64__ = yes; then
24056   CFLAGS="$CFLAGS -D__x86_64__"
24057   LINTFLAGS="$LINTFLAGS -D__x86_64__"
24058 fi
24059  ;;
24060   *alpha*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24061 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24062 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24063   $as_echo_n "(cached) " >&6
24064 else
24065   cat >conftest.$ac_ext <<_ACEOF
24066 /* confdefs.h.  */
24067 _ACEOF
24068 cat confdefs.h >>conftest.$ac_ext
24069 cat >>conftest.$ac_ext <<_ACEOF
24070 /* end confdefs.h.  */
24071 #ifndef __ALPHA__
24072 yes
24073 #endif
24074 _ACEOF
24075 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24076   $EGREP "yes" >/dev/null 2>&1; then
24077   ac_cv_cpp_def___ALPHA__=yes
24078 else
24079   ac_cv_cpp_def___ALPHA__=no
24080 fi
24081 rm -f conftest*
24082
24083 fi
24084 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24085 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24086 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24087   CFLAGS="$CFLAGS -D__ALPHA__"
24088   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24089 fi
24090  ;;
24091   *sparc*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24092 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24093 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24094   $as_echo_n "(cached) " >&6
24095 else
24096   cat >conftest.$ac_ext <<_ACEOF
24097 /* confdefs.h.  */
24098 _ACEOF
24099 cat confdefs.h >>conftest.$ac_ext
24100 cat >>conftest.$ac_ext <<_ACEOF
24101 /* end confdefs.h.  */
24102 #ifndef __sparc__
24103 yes
24104 #endif
24105 _ACEOF
24106 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24107   $EGREP "yes" >/dev/null 2>&1; then
24108   ac_cv_cpp_def___sparc__=yes
24109 else
24110   ac_cv_cpp_def___sparc__=no
24111 fi
24112 rm -f conftest*
24113
24114 fi
24115 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24116 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24117 if test $ac_cv_cpp_def___sparc__ = yes; then
24118   CFLAGS="$CFLAGS -D__sparc__"
24119   LINTFLAGS="$LINTFLAGS -D__sparc__"
24120 fi
24121  ;;
24122   *powerpc*)        { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24123 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24124 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24125   $as_echo_n "(cached) " >&6
24126 else
24127   cat >conftest.$ac_ext <<_ACEOF
24128 /* confdefs.h.  */
24129 _ACEOF
24130 cat confdefs.h >>conftest.$ac_ext
24131 cat >>conftest.$ac_ext <<_ACEOF
24132 /* end confdefs.h.  */
24133 #ifndef __powerpc__
24134 yes
24135 #endif
24136 _ACEOF
24137 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24138   $EGREP "yes" >/dev/null 2>&1; then
24139   ac_cv_cpp_def___powerpc__=yes
24140 else
24141   ac_cv_cpp_def___powerpc__=no
24142 fi
24143 rm -f conftest*
24144
24145 fi
24146 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24147 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24148 if test $ac_cv_cpp_def___powerpc__ = yes; then
24149   CFLAGS="$CFLAGS -D__powerpc__"
24150   LINTFLAGS="$LINTFLAGS -D__powerpc__"
24151 fi
24152  ;;
24153 esac
24154
24155 case $host_vendor in
24156   *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24157 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24158 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24159   $as_echo_n "(cached) " >&6
24160 else
24161   cat >conftest.$ac_ext <<_ACEOF
24162 /* confdefs.h.  */
24163 _ACEOF
24164 cat confdefs.h >>conftest.$ac_ext
24165 cat >>conftest.$ac_ext <<_ACEOF
24166 /* end confdefs.h.  */
24167 #ifndef __sun__
24168 yes
24169 #endif
24170 _ACEOF
24171 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24172   $EGREP "yes" >/dev/null 2>&1; then
24173   ac_cv_cpp_def___sun__=yes
24174 else
24175   ac_cv_cpp_def___sun__=no
24176 fi
24177 rm -f conftest*
24178
24179 fi
24180 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24181 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24182 if test $ac_cv_cpp_def___sun__ = yes; then
24183   CFLAGS="$CFLAGS -D__sun__"
24184   LINTFLAGS="$LINTFLAGS -D__sun__"
24185 fi
24186  ;;
24187 esac
24188
24189
24190 DEPENDENCIES="### Dependencies:
24191
24192 .INIT: Makefile
24193 .BEGIN: Makefile
24194 Makefile: dummy
24195         -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24196
24197 \$(OBJS): \$(IDL_GEN_HEADERS)
24198 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24199 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24200 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24201 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24202
24203
24204 ALL_MAKERULES=""
24205
24206 ALL_MAKEFILES=""
24207
24208 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24209
24210
24211 ALL_TOP_DIRS=""
24212
24213 ALL_DLL_DIRS=""
24214
24215 ALL_IMPLIB_DIRS=""
24216
24217 ALL_TEST_DIRS=""
24218
24219 ALL_PROGRAM_DIRS=""
24220
24221 ALL_PROGRAM_INSTALL_DIRS=""
24222
24223 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24224
24225
24226
24227
24228
24229 ac_config_commands="$ac_config_commands include/stamp-h"
24230
24231
24232 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24233
24234 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24235
24236 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24237
24238 ac_config_commands="$ac_config_commands dlls/user32/resources"
24239
24240 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24241
24242 ac_config_commands="$ac_config_commands include/wine"
24243
24244
24245 ALL_MAKERULES="$ALL_MAKERULES \\
24246         Make.rules"
24247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24248 Make.rules: Make.rules.in"
24249 MAKE_RULES=Make.rules
24250 ac_config_files="$ac_config_files Make.rules"
24251
24252 ALL_MAKERULES="$ALL_MAKERULES \\
24253         dlls/Makedll.rules"
24254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24255 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24256 MAKE_DLL_RULES=dlls/Makedll.rules
24257 ac_config_files="$ac_config_files dlls/Makedll.rules"
24258
24259 ALL_MAKERULES="$ALL_MAKERULES \\
24260         dlls/Makeimplib.rules"
24261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24262 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24263 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24264 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24265
24266 ALL_MAKERULES="$ALL_MAKERULES \\
24267         dlls/Maketest.rules"
24268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24269 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24270 MAKE_TEST_RULES=dlls/Maketest.rules
24271 ac_config_files="$ac_config_files dlls/Maketest.rules"
24272
24273 ALL_MAKERULES="$ALL_MAKERULES \\
24274         programs/Makeprog.rules"
24275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24276 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24277 MAKE_PROG_RULES=programs/Makeprog.rules
24278 ac_config_files="$ac_config_files programs/Makeprog.rules"
24279
24280
24281
24282
24283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24284 Makefile: Makefile.in Make.rules"
24285 ac_config_files="$ac_config_files Makefile"
24286
24287 ALL_MAKEFILES="$ALL_MAKEFILES \\
24288         dlls/Makefile"
24289 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24290         dlls"
24291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24292 dlls/Makefile: dlls/Makefile.in Make.rules"
24293 ac_config_files="$ac_config_files dlls/Makefile"
24294
24295 ALL_MAKEFILES="$ALL_MAKEFILES \\
24296         dlls/acledit/Makefile"
24297 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24298         acledit"
24299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24300 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24301 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24302
24303 ALL_MAKEFILES="$ALL_MAKEFILES \\
24304         dlls/aclui/Makefile"
24305 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24306         aclui"
24307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24308 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24309 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24310
24311 ALL_MAKEFILES="$ALL_MAKEFILES \\
24312         dlls/activeds/Makefile"
24313 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24314         activeds"
24315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24316 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24317 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24318
24319 ALL_MAKEFILES="$ALL_MAKEFILES \\
24320         dlls/actxprxy/Makefile"
24321 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24322         actxprxy"
24323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24324 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24325 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24326
24327 ALL_MAKEFILES="$ALL_MAKEFILES \\
24328         dlls/adsiid/Makefile"
24329 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24330         adsiid"
24331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24332 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24333 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24334
24335 ALL_MAKEFILES="$ALL_MAKEFILES \\
24336         dlls/advapi32/Makefile"
24337 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24338         advapi32"
24339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24340 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24341 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24342
24343 ALL_MAKEFILES="$ALL_MAKEFILES \\
24344         dlls/advapi32/tests/Makefile"
24345 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24346         advapi32/tests"
24347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24348 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24349 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24350
24351 ALL_MAKEFILES="$ALL_MAKEFILES \\
24352         dlls/advpack/Makefile"
24353 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24354         advpack"
24355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24356 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24357 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24358
24359 ALL_MAKEFILES="$ALL_MAKEFILES \\
24360         dlls/advpack/tests/Makefile"
24361 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24362         advpack/tests"
24363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24364 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24365 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24366
24367 ALL_MAKEFILES="$ALL_MAKEFILES \\
24368         dlls/amstream/Makefile"
24369 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24370         amstream"
24371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24372 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24373 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24374
24375 ALL_MAKEFILES="$ALL_MAKEFILES \\
24376         dlls/appwiz.cpl/Makefile"
24377 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24378         appwiz.cpl"
24379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24380 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24381 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24382
24383 ALL_MAKEFILES="$ALL_MAKEFILES \\
24384         dlls/atl/Makefile"
24385 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24386         atl"
24387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24388 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24389 ac_config_files="$ac_config_files dlls/atl/Makefile"
24390
24391 ALL_MAKEFILES="$ALL_MAKEFILES \\
24392         dlls/authz/Makefile"
24393 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24394         authz"
24395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24396 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24397 ac_config_files="$ac_config_files dlls/authz/Makefile"
24398
24399 ALL_MAKEFILES="$ALL_MAKEFILES \\
24400         dlls/avicap32/Makefile"
24401 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24402         avicap32"
24403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24404 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24405 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24406
24407 ALL_MAKEFILES="$ALL_MAKEFILES \\
24408         dlls/avifil32/Makefile"
24409 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24410         avifil32"
24411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24412 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24413 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24414
24415 ALL_MAKEFILES="$ALL_MAKEFILES \\
24416         dlls/browseui/Makefile"
24417 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24418         browseui"
24419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24420 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24421 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24422
24423 ALL_MAKEFILES="$ALL_MAKEFILES \\
24424         dlls/browseui/tests/Makefile"
24425 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24426         browseui/tests"
24427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24428 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24429 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24430
24431 ALL_MAKEFILES="$ALL_MAKEFILES \\
24432         dlls/cabinet/Makefile"
24433 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24434         cabinet"
24435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24436 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24437 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24438
24439 ALL_MAKEFILES="$ALL_MAKEFILES \\
24440         dlls/cabinet/tests/Makefile"
24441 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24442         cabinet/tests"
24443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24444 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24445 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24446
24447 ALL_MAKEFILES="$ALL_MAKEFILES \\
24448         dlls/capi2032/Makefile"
24449 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24450         capi2032"
24451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24452 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24453 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24454
24455 ALL_MAKEFILES="$ALL_MAKEFILES \\
24456         dlls/cards/Makefile"
24457 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24458         cards"
24459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24460 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24461 ac_config_files="$ac_config_files dlls/cards/Makefile"
24462
24463 ALL_MAKEFILES="$ALL_MAKEFILES \\
24464         dlls/cfgmgr32/Makefile"
24465 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24466         cfgmgr32"
24467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24468 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24469 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24470
24471 ALL_MAKEFILES="$ALL_MAKEFILES \\
24472         dlls/clusapi/Makefile"
24473 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24474         clusapi"
24475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24476 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24477 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24478
24479 ALL_MAKEFILES="$ALL_MAKEFILES \\
24480         dlls/comcat/Makefile"
24481 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24482         comcat"
24483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24484 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24485 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24486
24487 ALL_MAKEFILES="$ALL_MAKEFILES \\
24488         dlls/comcat/tests/Makefile"
24489 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24490         comcat/tests"
24491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24492 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24493 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24494
24495 ALL_MAKEFILES="$ALL_MAKEFILES \\
24496         dlls/comctl32/Makefile"
24497 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24498         comctl32"
24499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24500 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24501 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24502
24503 ALL_MAKEFILES="$ALL_MAKEFILES \\
24504         dlls/comctl32/tests/Makefile"
24505 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24506         comctl32/tests"
24507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24508 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24509 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24510
24511 ALL_MAKEFILES="$ALL_MAKEFILES \\
24512         dlls/comdlg32/Makefile"
24513 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24514         comdlg32"
24515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24516 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24517 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24518
24519 ALL_MAKEFILES="$ALL_MAKEFILES \\
24520         dlls/comdlg32/tests/Makefile"
24521 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24522         comdlg32/tests"
24523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24524 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24525 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24526
24527 ALL_MAKEFILES="$ALL_MAKEFILES \\
24528         dlls/compstui/Makefile"
24529 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24530         compstui"
24531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24532 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24533 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24534
24535 ALL_MAKEFILES="$ALL_MAKEFILES \\
24536         dlls/credui/Makefile"
24537 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24538         credui"
24539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24540 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24541 ac_config_files="$ac_config_files dlls/credui/Makefile"
24542
24543 ALL_MAKEFILES="$ALL_MAKEFILES \\
24544         dlls/credui/tests/Makefile"
24545 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24546         credui/tests"
24547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24548 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24549 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24550
24551 ALL_MAKEFILES="$ALL_MAKEFILES \\
24552         dlls/crtdll/Makefile"
24553 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24554         crtdll"
24555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24556 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24557 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24558
24559 ALL_MAKEFILES="$ALL_MAKEFILES \\
24560         dlls/crypt32/Makefile"
24561 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24562         crypt32"
24563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24564 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24565 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24566
24567 ALL_MAKEFILES="$ALL_MAKEFILES \\
24568         dlls/crypt32/tests/Makefile"
24569 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24570         crypt32/tests"
24571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24572 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24573 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24574
24575 ALL_MAKEFILES="$ALL_MAKEFILES \\
24576         dlls/cryptdlg/Makefile"
24577 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24578         cryptdlg"
24579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24580 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24581 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24582
24583 ALL_MAKEFILES="$ALL_MAKEFILES \\
24584         dlls/cryptdll/Makefile"
24585 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24586         cryptdll"
24587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24588 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24589 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24590
24591 ALL_MAKEFILES="$ALL_MAKEFILES \\
24592         dlls/cryptnet/Makefile"
24593 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24594         cryptnet"
24595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24596 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24597 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24598
24599 ALL_MAKEFILES="$ALL_MAKEFILES \\
24600         dlls/cryptnet/tests/Makefile"
24601 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24602         cryptnet/tests"
24603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24604 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24605 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24606
24607 ALL_MAKEFILES="$ALL_MAKEFILES \\
24608         dlls/cryptui/Makefile"
24609 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24610         cryptui"
24611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24612 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24613 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24614
24615 ALL_MAKEFILES="$ALL_MAKEFILES \\
24616         dlls/cryptui/tests/Makefile"
24617 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24618         cryptui/tests"
24619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24620 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24621 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24622
24623 ALL_MAKEFILES="$ALL_MAKEFILES \\
24624         dlls/ctapi32/Makefile"
24625 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24626         ctapi32"
24627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24628 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24629 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24630
24631 ALL_MAKEFILES="$ALL_MAKEFILES \\
24632         dlls/ctl3d32/Makefile"
24633 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24634         ctl3d32"
24635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24636 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24637 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24638
24639 ALL_MAKEFILES="$ALL_MAKEFILES \\
24640         dlls/d3d10/Makefile"
24641 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24642         d3d10"
24643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24644 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24645 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24646
24647 ALL_MAKEFILES="$ALL_MAKEFILES \\
24648         dlls/d3d10/tests/Makefile"
24649 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24650         d3d10/tests"
24651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24652 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24653 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24654
24655 ALL_MAKEFILES="$ALL_MAKEFILES \\
24656         dlls/d3d10core/Makefile"
24657 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24658         d3d10core"
24659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24660 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24661 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24662
24663 ALL_MAKEFILES="$ALL_MAKEFILES \\
24664         dlls/d3d10core/tests/Makefile"
24665 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24666         d3d10core/tests"
24667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24668 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24669 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24670
24671 ALL_MAKEFILES="$ALL_MAKEFILES \\
24672         dlls/d3d8/Makefile"
24673 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24674         d3d8"
24675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24676 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24677 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24678
24679 ALL_MAKEFILES="$ALL_MAKEFILES \\
24680         dlls/d3d8/tests/Makefile"
24681 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24682         d3d8/tests"
24683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24684 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24685 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24686
24687 ALL_MAKEFILES="$ALL_MAKEFILES \\
24688         dlls/d3d9/Makefile"
24689 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24690         d3d9"
24691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24692 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24693 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24694
24695 ALL_MAKEFILES="$ALL_MAKEFILES \\
24696         dlls/d3d9/tests/Makefile"
24697 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24698         d3d9/tests"
24699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24700 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24701 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24702
24703 ALL_MAKEFILES="$ALL_MAKEFILES \\
24704         dlls/d3dim/Makefile"
24705 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24706         d3dim"
24707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24708 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24709 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24710
24711 ALL_MAKEFILES="$ALL_MAKEFILES \\
24712         dlls/d3drm/Makefile"
24713 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24714         d3drm"
24715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24716 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24717 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24718
24719 ALL_MAKEFILES="$ALL_MAKEFILES \\
24720         dlls/d3drm/tests/Makefile"
24721 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24722         d3drm/tests"
24723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24724 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24725 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24726
24727 ALL_MAKEFILES="$ALL_MAKEFILES \\
24728         dlls/d3dx8/Makefile"
24729 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24730         d3dx8"
24731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24732 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24733 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24734
24735 ALL_MAKEFILES="$ALL_MAKEFILES \\
24736         dlls/d3dx8/tests/Makefile"
24737 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24738         d3dx8/tests"
24739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24740 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24741 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24742
24743 ALL_MAKEFILES="$ALL_MAKEFILES \\
24744         dlls/d3dx9_24/Makefile"
24745 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24746         d3dx9_24"
24747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24748 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24749 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24750
24751 ALL_MAKEFILES="$ALL_MAKEFILES \\
24752         dlls/d3dx9_25/Makefile"
24753 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24754         d3dx9_25"
24755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24756 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24757 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24758
24759 ALL_MAKEFILES="$ALL_MAKEFILES \\
24760         dlls/d3dx9_26/Makefile"
24761 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24762         d3dx9_26"
24763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24764 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24765 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24766
24767 ALL_MAKEFILES="$ALL_MAKEFILES \\
24768         dlls/d3dx9_27/Makefile"
24769 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24770         d3dx9_27"
24771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24772 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24773 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24774
24775 ALL_MAKEFILES="$ALL_MAKEFILES \\
24776         dlls/d3dx9_28/Makefile"
24777 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24778         d3dx9_28"
24779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24780 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24781 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24782
24783 ALL_MAKEFILES="$ALL_MAKEFILES \\
24784         dlls/d3dx9_29/Makefile"
24785 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24786         d3dx9_29"
24787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24788 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24789 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24790
24791 ALL_MAKEFILES="$ALL_MAKEFILES \\
24792         dlls/d3dx9_30/Makefile"
24793 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24794         d3dx9_30"
24795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24796 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24797 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24798
24799 ALL_MAKEFILES="$ALL_MAKEFILES \\
24800         dlls/d3dx9_31/Makefile"
24801 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24802         d3dx9_31"
24803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24804 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24805 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24806
24807 ALL_MAKEFILES="$ALL_MAKEFILES \\
24808         dlls/d3dx9_32/Makefile"
24809 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24810         d3dx9_32"
24811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24812 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24813 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24814
24815 ALL_MAKEFILES="$ALL_MAKEFILES \\
24816         dlls/d3dx9_33/Makefile"
24817 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24818         d3dx9_33"
24819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24820 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24821 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24822
24823 ALL_MAKEFILES="$ALL_MAKEFILES \\
24824         dlls/d3dx9_34/Makefile"
24825 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24826         d3dx9_34"
24827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24828 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24829 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24830
24831 ALL_MAKEFILES="$ALL_MAKEFILES \\
24832         dlls/d3dx9_35/Makefile"
24833 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24834         d3dx9_35"
24835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24836 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24837 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24838
24839 ALL_MAKEFILES="$ALL_MAKEFILES \\
24840         dlls/d3dx9_36/Makefile"
24841 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24842         d3dx9_36"
24843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24844 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24845 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24846
24847 ALL_MAKEFILES="$ALL_MAKEFILES \\
24848         dlls/d3dx9_36/tests/Makefile"
24849 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24850         d3dx9_36/tests"
24851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24852 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24853 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24854
24855 ALL_MAKEFILES="$ALL_MAKEFILES \\
24856         dlls/d3dx9_37/Makefile"
24857 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24858         d3dx9_37"
24859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24860 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24861 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24862
24863 ALL_MAKEFILES="$ALL_MAKEFILES \\
24864         dlls/d3dx9_38/Makefile"
24865 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24866         d3dx9_38"
24867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24868 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
24869 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
24870
24871 ALL_MAKEFILES="$ALL_MAKEFILES \\
24872         dlls/d3dx9_39/Makefile"
24873 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24874         d3dx9_39"
24875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24876 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
24877 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
24878
24879 ALL_MAKEFILES="$ALL_MAKEFILES \\
24880         dlls/d3dx9_40/Makefile"
24881 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24882         d3dx9_40"
24883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24884 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
24885 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
24886
24887 ALL_MAKEFILES="$ALL_MAKEFILES \\
24888         dlls/d3dxof/Makefile"
24889 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24890         d3dxof"
24891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24892 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24893 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24894
24895 ALL_MAKEFILES="$ALL_MAKEFILES \\
24896         dlls/d3dxof/tests/Makefile"
24897 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24898         d3dxof/tests"
24899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24900 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24901 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24902
24903 ALL_MAKEFILES="$ALL_MAKEFILES \\
24904         dlls/dbghelp/Makefile"
24905 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24906         dbghelp"
24907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24908 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24909 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24910
24911 ALL_MAKEFILES="$ALL_MAKEFILES \\
24912         dlls/dciman32/Makefile"
24913 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24914         dciman32"
24915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24916 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24917 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24918
24919 ALL_MAKEFILES="$ALL_MAKEFILES \\
24920         dlls/ddraw/Makefile"
24921 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24922         ddraw"
24923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24924 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24925 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24926
24927 ALL_MAKEFILES="$ALL_MAKEFILES \\
24928         dlls/ddraw/tests/Makefile"
24929 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24930         ddraw/tests"
24931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24932 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24933 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24934
24935 ALL_MAKEFILES="$ALL_MAKEFILES \\
24936         dlls/ddrawex/Makefile"
24937 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24938         ddrawex"
24939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24940 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24941 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24942
24943 ALL_MAKEFILES="$ALL_MAKEFILES \\
24944         dlls/ddrawex/tests/Makefile"
24945 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24946         ddrawex/tests"
24947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24948 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
24949 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
24950
24951 ALL_MAKEFILES="$ALL_MAKEFILES \\
24952         dlls/devenum/Makefile"
24953 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24954         devenum"
24955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24956 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24957 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24958
24959 ALL_MAKEFILES="$ALL_MAKEFILES \\
24960         dlls/dinput/Makefile"
24961 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24962         dinput"
24963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24964 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24965 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24966
24967 ALL_MAKEFILES="$ALL_MAKEFILES \\
24968         dlls/dinput/tests/Makefile"
24969 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24970         dinput/tests"
24971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24972 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
24973 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
24974
24975 ALL_MAKEFILES="$ALL_MAKEFILES \\
24976         dlls/dinput8/Makefile"
24977 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24978         dinput8"
24979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24980 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
24981 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
24982
24983 ALL_MAKEFILES="$ALL_MAKEFILES \\
24984         dlls/dmband/Makefile"
24985 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24986         dmband"
24987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24988 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
24989 ac_config_files="$ac_config_files dlls/dmband/Makefile"
24990
24991 ALL_MAKEFILES="$ALL_MAKEFILES \\
24992         dlls/dmcompos/Makefile"
24993 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24994         dmcompos"
24995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24996 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
24997 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
24998
24999 ALL_MAKEFILES="$ALL_MAKEFILES \\
25000         dlls/dmime/Makefile"
25001 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25002         dmime"
25003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25004 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25005 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25006
25007 ALL_MAKEFILES="$ALL_MAKEFILES \\
25008         dlls/dmloader/Makefile"
25009 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25010         dmloader"
25011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25012 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25013 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25014
25015 ALL_MAKEFILES="$ALL_MAKEFILES \\
25016         dlls/dmscript/Makefile"
25017 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25018         dmscript"
25019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25020 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25021 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25022
25023 ALL_MAKEFILES="$ALL_MAKEFILES \\
25024         dlls/dmstyle/Makefile"
25025 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25026         dmstyle"
25027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25028 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25029 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25030
25031 ALL_MAKEFILES="$ALL_MAKEFILES \\
25032         dlls/dmsynth/Makefile"
25033 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25034         dmsynth"
25035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25036 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25037 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25038
25039 ALL_MAKEFILES="$ALL_MAKEFILES \\
25040         dlls/dmusic/Makefile"
25041 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25042         dmusic"
25043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25044 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25045 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25046
25047 ALL_MAKEFILES="$ALL_MAKEFILES \\
25048         dlls/dmusic32/Makefile"
25049 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25050         dmusic32"
25051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25052 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25053 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25054
25055 ALL_MAKEFILES="$ALL_MAKEFILES \\
25056         dlls/dnsapi/Makefile"
25057 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25058         dnsapi"
25059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25060 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25061 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25062
25063 ALL_MAKEFILES="$ALL_MAKEFILES \\
25064         dlls/dnsapi/tests/Makefile"
25065 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25066         dnsapi/tests"
25067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25068 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25069 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25070
25071 ALL_MAKEFILES="$ALL_MAKEFILES \\
25072         dlls/dplay/Makefile"
25073 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25074         dplay"
25075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25076 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25077 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25078
25079 ALL_MAKEFILES="$ALL_MAKEFILES \\
25080         dlls/dplayx/Makefile"
25081 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25082         dplayx"
25083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25084 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25085 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25086
25087 ALL_MAKEFILES="$ALL_MAKEFILES \\
25088         dlls/dplayx/tests/Makefile"
25089 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25090         dplayx/tests"
25091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25092 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25093 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25094
25095 ALL_MAKEFILES="$ALL_MAKEFILES \\
25096         dlls/dpnaddr/Makefile"
25097 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25098         dpnaddr"
25099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25100 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25101 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25102
25103 ALL_MAKEFILES="$ALL_MAKEFILES \\
25104         dlls/dpnet/Makefile"
25105 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25106         dpnet"
25107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25108 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25109 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25110
25111 ALL_MAKEFILES="$ALL_MAKEFILES \\
25112         dlls/dpnhpast/Makefile"
25113 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25114         dpnhpast"
25115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25116 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25117 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25118
25119 ALL_MAKEFILES="$ALL_MAKEFILES \\
25120         dlls/dpnlobby/Makefile"
25121 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25122         dpnlobby"
25123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25124 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25125 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25126
25127 ALL_MAKEFILES="$ALL_MAKEFILES \\
25128         dlls/dpwsockx/Makefile"
25129 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25130         dpwsockx"
25131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25132 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25133 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25134
25135 ALL_MAKEFILES="$ALL_MAKEFILES \\
25136         dlls/dsound/Makefile"
25137 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25138         dsound"
25139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25140 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25141 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25142
25143 ALL_MAKEFILES="$ALL_MAKEFILES \\
25144         dlls/dsound/tests/Makefile"
25145 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25146         dsound/tests"
25147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25148 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25149 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25150
25151 ALL_MAKEFILES="$ALL_MAKEFILES \\
25152         dlls/dssenh/Makefile"
25153 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25154         dssenh"
25155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25156 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25157 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25158
25159 ALL_MAKEFILES="$ALL_MAKEFILES \\
25160         dlls/dswave/Makefile"
25161 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25162         dswave"
25163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25164 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25165 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25166
25167 ALL_MAKEFILES="$ALL_MAKEFILES \\
25168         dlls/dwmapi/Makefile"
25169 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25170         dwmapi"
25171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25172 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25173 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25174
25175 ALL_MAKEFILES="$ALL_MAKEFILES \\
25176         dlls/dxdiagn/Makefile"
25177 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25178         dxdiagn"
25179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25180 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25181 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25182
25183 ALL_MAKEFILES="$ALL_MAKEFILES \\
25184         dlls/dxerr8/Makefile"
25185 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25186         dxerr8"
25187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25188 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25189 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25190
25191 ALL_MAKEFILES="$ALL_MAKEFILES \\
25192         dlls/dxerr9/Makefile"
25193 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25194         dxerr9"
25195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25196 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25197 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25198
25199 ALL_MAKEFILES="$ALL_MAKEFILES \\
25200         dlls/dxgi/Makefile"
25201 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25202         dxgi"
25203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25204 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25205 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25206
25207 ALL_MAKEFILES="$ALL_MAKEFILES \\
25208         dlls/dxgi/tests/Makefile"
25209 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25210         dxgi/tests"
25211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25212 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25213 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25214
25215 ALL_MAKEFILES="$ALL_MAKEFILES \\
25216         dlls/dxguid/Makefile"
25217 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25218         dxguid"
25219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25220 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25221 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25222
25223 ALL_MAKEFILES="$ALL_MAKEFILES \\
25224         dlls/faultrep/Makefile"
25225 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25226         faultrep"
25227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25228 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25229 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25230
25231 ALL_MAKEFILES="$ALL_MAKEFILES \\
25232         dlls/fusion/Makefile"
25233 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25234         fusion"
25235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25236 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25237 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25238
25239 ALL_MAKEFILES="$ALL_MAKEFILES \\
25240         dlls/fusion/tests/Makefile"
25241 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25242         fusion/tests"
25243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25244 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25245 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25246
25247 ALL_MAKEFILES="$ALL_MAKEFILES \\
25248         dlls/gdi32/Makefile"
25249 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25250         gdi32"
25251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25252 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25253 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25254
25255 ALL_MAKEFILES="$ALL_MAKEFILES \\
25256         dlls/gdi32/tests/Makefile"
25257 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25258         gdi32/tests"
25259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25260 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25261 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25262
25263 ALL_MAKEFILES="$ALL_MAKEFILES \\
25264         dlls/gdiplus/Makefile"
25265 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25266         gdiplus"
25267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25268 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25269 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25270
25271 ALL_MAKEFILES="$ALL_MAKEFILES \\
25272         dlls/gdiplus/tests/Makefile"
25273 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25274         gdiplus/tests"
25275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25276 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25277 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25278
25279 ALL_MAKEFILES="$ALL_MAKEFILES \\
25280         dlls/glu32/Makefile"
25281 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25282         glu32"
25283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25284 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25285 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25286
25287 ALL_MAKEFILES="$ALL_MAKEFILES \\
25288         dlls/gphoto2.ds/Makefile"
25289 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25290         gphoto2.ds"
25291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25292 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25293 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25294
25295 ALL_MAKEFILES="$ALL_MAKEFILES \\
25296         dlls/gpkcsp/Makefile"
25297 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25298         gpkcsp"
25299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25300 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25301 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25302
25303 ALL_MAKEFILES="$ALL_MAKEFILES \\
25304         dlls/hal/Makefile"
25305 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25306         hal"
25307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25308 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25309 ac_config_files="$ac_config_files dlls/hal/Makefile"
25310
25311 ALL_MAKEFILES="$ALL_MAKEFILES \\
25312         dlls/hhctrl.ocx/Makefile"
25313 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25314         hhctrl.ocx"
25315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25316 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25317 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25318
25319 ALL_MAKEFILES="$ALL_MAKEFILES \\
25320         dlls/hid/Makefile"
25321 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25322         hid"
25323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25324 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25325 ac_config_files="$ac_config_files dlls/hid/Makefile"
25326
25327 ALL_MAKEFILES="$ALL_MAKEFILES \\
25328         dlls/hlink/Makefile"
25329 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25330         hlink"
25331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25332 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25333 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25334
25335 ALL_MAKEFILES="$ALL_MAKEFILES \\
25336         dlls/hlink/tests/Makefile"
25337 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25338         hlink/tests"
25339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25340 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25341 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25342
25343 ALL_MAKEFILES="$ALL_MAKEFILES \\
25344         dlls/hnetcfg/Makefile"
25345 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25346         hnetcfg"
25347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25348 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25349 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25350
25351 ALL_MAKEFILES="$ALL_MAKEFILES \\
25352         dlls/httpapi/Makefile"
25353 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25354         httpapi"
25355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25356 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25357 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25358
25359 ALL_MAKEFILES="$ALL_MAKEFILES \\
25360         dlls/iccvid/Makefile"
25361 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25362         iccvid"
25363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25364 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25365 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25366
25367 ALL_MAKEFILES="$ALL_MAKEFILES \\
25368         dlls/icmp/Makefile"
25369 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25370         icmp"
25371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25372 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25373 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25374
25375 ALL_MAKEFILES="$ALL_MAKEFILES \\
25376         dlls/ifsmgr.vxd/Makefile"
25377 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25378         ifsmgr.vxd"
25379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25380 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25381 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25382
25383 ALL_MAKEFILES="$ALL_MAKEFILES \\
25384         dlls/imaadp32.acm/Makefile"
25385 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25386         imaadp32.acm"
25387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25388 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25389 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25390
25391 ALL_MAKEFILES="$ALL_MAKEFILES \\
25392         dlls/imagehlp/Makefile"
25393 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25394         imagehlp"
25395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25396 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25397 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25398
25399 ALL_MAKEFILES="$ALL_MAKEFILES \\
25400         dlls/imm32/Makefile"
25401 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25402         imm32"
25403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25404 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25405 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25406
25407 ALL_MAKEFILES="$ALL_MAKEFILES \\
25408         dlls/imm32/tests/Makefile"
25409 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25410         imm32/tests"
25411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25412 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25413 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25414
25415 ALL_MAKEFILES="$ALL_MAKEFILES \\
25416         dlls/inetcomm/Makefile"
25417 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25418         inetcomm"
25419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25420 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25421 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25422
25423 ALL_MAKEFILES="$ALL_MAKEFILES \\
25424         dlls/inetcomm/tests/Makefile"
25425 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25426         inetcomm/tests"
25427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25428 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25429 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25430
25431 ALL_MAKEFILES="$ALL_MAKEFILES \\
25432         dlls/inetmib1/Makefile"
25433 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25434         inetmib1"
25435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25436 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25437 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25438
25439 ALL_MAKEFILES="$ALL_MAKEFILES \\
25440         dlls/inetmib1/tests/Makefile"
25441 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25442         inetmib1/tests"
25443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25444 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25445 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25446
25447 ALL_MAKEFILES="$ALL_MAKEFILES \\
25448         dlls/infosoft/Makefile"
25449 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25450         infosoft"
25451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25452 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25453 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25454
25455 ALL_MAKEFILES="$ALL_MAKEFILES \\
25456         dlls/infosoft/tests/Makefile"
25457 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25458         infosoft/tests"
25459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25460 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25461 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25462
25463 ALL_MAKEFILES="$ALL_MAKEFILES \\
25464         dlls/initpki/Makefile"
25465 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25466         initpki"
25467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25468 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25469 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25470
25471 ALL_MAKEFILES="$ALL_MAKEFILES \\
25472         dlls/inkobj/Makefile"
25473 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25474         inkobj"
25475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25476 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25477 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25478
25479 ALL_MAKEFILES="$ALL_MAKEFILES \\
25480         dlls/inseng/Makefile"
25481 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25482         inseng"
25483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25484 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25485 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25486
25487 ALL_MAKEFILES="$ALL_MAKEFILES \\
25488         dlls/iphlpapi/Makefile"
25489 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25490         iphlpapi"
25491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25492 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25493 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25494
25495 ALL_MAKEFILES="$ALL_MAKEFILES \\
25496         dlls/iphlpapi/tests/Makefile"
25497 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25498         iphlpapi/tests"
25499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25500 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25501 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25502
25503 ALL_MAKEFILES="$ALL_MAKEFILES \\
25504         dlls/itircl/Makefile"
25505 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25506         itircl"
25507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25508 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25509 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25510
25511 ALL_MAKEFILES="$ALL_MAKEFILES \\
25512         dlls/itss/Makefile"
25513 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25514         itss"
25515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25516 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25517 ac_config_files="$ac_config_files dlls/itss/Makefile"
25518
25519 ALL_MAKEFILES="$ALL_MAKEFILES \\
25520         dlls/itss/tests/Makefile"
25521 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25522         itss/tests"
25523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25524 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25525 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25526
25527 ALL_MAKEFILES="$ALL_MAKEFILES \\
25528         dlls/jscript/Makefile"
25529 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25530         jscript"
25531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25532 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25533 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25534
25535 ALL_MAKEFILES="$ALL_MAKEFILES \\
25536         dlls/jscript/tests/Makefile"
25537 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25538         jscript/tests"
25539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25540 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25541 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25542
25543 ALL_MAKEFILES="$ALL_MAKEFILES \\
25544         dlls/kernel32/Makefile"
25545 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25546         kernel32"
25547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25548 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25549 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25550
25551 ALL_MAKEFILES="$ALL_MAKEFILES \\
25552         dlls/kernel32/tests/Makefile"
25553 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25554         kernel32/tests"
25555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25556 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25557 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25558
25559 ALL_MAKEFILES="$ALL_MAKEFILES \\
25560         dlls/loadperf/Makefile"
25561 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25562         loadperf"
25563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25564 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25565 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25566
25567 ALL_MAKEFILES="$ALL_MAKEFILES \\
25568         dlls/localspl/Makefile"
25569 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25570         localspl"
25571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25572 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25573 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25574
25575 ALL_MAKEFILES="$ALL_MAKEFILES \\
25576         dlls/localspl/tests/Makefile"
25577 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25578         localspl/tests"
25579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25580 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25581 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25582
25583 ALL_MAKEFILES="$ALL_MAKEFILES \\
25584         dlls/localui/Makefile"
25585 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25586         localui"
25587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25588 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25589 ac_config_files="$ac_config_files dlls/localui/Makefile"
25590
25591 ALL_MAKEFILES="$ALL_MAKEFILES \\
25592         dlls/localui/tests/Makefile"
25593 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25594         localui/tests"
25595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25596 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25597 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25598
25599 ALL_MAKEFILES="$ALL_MAKEFILES \\
25600         dlls/lz32/Makefile"
25601 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25602         lz32"
25603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25604 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25605 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25606
25607 ALL_MAKEFILES="$ALL_MAKEFILES \\
25608         dlls/lz32/tests/Makefile"
25609 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25610         lz32/tests"
25611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25612 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25613 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25614
25615 ALL_MAKEFILES="$ALL_MAKEFILES \\
25616         dlls/mapi32/Makefile"
25617 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25618         mapi32"
25619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25620 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25621 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25622
25623 ALL_MAKEFILES="$ALL_MAKEFILES \\
25624         dlls/mapi32/tests/Makefile"
25625 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25626         mapi32/tests"
25627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25628 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25629 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25630
25631 ALL_MAKEFILES="$ALL_MAKEFILES \\
25632         dlls/mciavi32/Makefile"
25633 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25634         mciavi32"
25635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25636 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25637 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25638
25639 ALL_MAKEFILES="$ALL_MAKEFILES \\
25640         dlls/mcicda/Makefile"
25641 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25642         mcicda"
25643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25644 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25645 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25646
25647 ALL_MAKEFILES="$ALL_MAKEFILES \\
25648         dlls/mciseq/Makefile"
25649 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25650         mciseq"
25651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25652 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25653 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25654
25655 ALL_MAKEFILES="$ALL_MAKEFILES \\
25656         dlls/mciwave/Makefile"
25657 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25658         mciwave"
25659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25660 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25661 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25662
25663 ALL_MAKEFILES="$ALL_MAKEFILES \\
25664         dlls/midimap/Makefile"
25665 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25666         midimap"
25667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25668 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25669 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25670
25671 ALL_MAKEFILES="$ALL_MAKEFILES \\
25672         dlls/mlang/Makefile"
25673 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25674         mlang"
25675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25676 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25677 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25678
25679 ALL_MAKEFILES="$ALL_MAKEFILES \\
25680         dlls/mlang/tests/Makefile"
25681 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25682         mlang/tests"
25683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25684 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25685 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25686
25687 ALL_MAKEFILES="$ALL_MAKEFILES \\
25688         dlls/mmdevldr.vxd/Makefile"
25689 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25690         mmdevldr.vxd"
25691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25692 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25693 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25694
25695 ALL_MAKEFILES="$ALL_MAKEFILES \\
25696         dlls/monodebg.vxd/Makefile"
25697 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25698         monodebg.vxd"
25699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25700 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25701 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25702
25703 ALL_MAKEFILES="$ALL_MAKEFILES \\
25704         dlls/mountmgr.sys/Makefile"
25705 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25706         mountmgr.sys"
25707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25708 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25709 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25710
25711 ALL_MAKEFILES="$ALL_MAKEFILES \\
25712         dlls/mpr/Makefile"
25713 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25714         mpr"
25715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25716 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25717 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25718
25719 ALL_MAKEFILES="$ALL_MAKEFILES \\
25720         dlls/mprapi/Makefile"
25721 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25722         mprapi"
25723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25724 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25725 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25726
25727 ALL_MAKEFILES="$ALL_MAKEFILES \\
25728         dlls/msacm32.drv/Makefile"
25729 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25730         msacm32.drv"
25731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25732 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25733 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25734
25735 ALL_MAKEFILES="$ALL_MAKEFILES \\
25736         dlls/msacm32/Makefile"
25737 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25738         msacm32"
25739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25740 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25741 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25742
25743 ALL_MAKEFILES="$ALL_MAKEFILES \\
25744         dlls/msacm32/tests/Makefile"
25745 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25746         msacm32/tests"
25747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25748 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25749 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25750
25751 ALL_MAKEFILES="$ALL_MAKEFILES \\
25752         dlls/msadp32.acm/Makefile"
25753 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25754         msadp32.acm"
25755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25756 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25757 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25758
25759 ALL_MAKEFILES="$ALL_MAKEFILES \\
25760         dlls/mscat32/Makefile"
25761 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25762         mscat32"
25763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25764 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25765 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25766
25767 ALL_MAKEFILES="$ALL_MAKEFILES \\
25768         dlls/mscms/Makefile"
25769 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25770         mscms"
25771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25772 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25773 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25774
25775 ALL_MAKEFILES="$ALL_MAKEFILES \\
25776         dlls/mscms/tests/Makefile"
25777 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25778         mscms/tests"
25779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25780 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25781 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25782
25783 ALL_MAKEFILES="$ALL_MAKEFILES \\
25784         dlls/mscoree/Makefile"
25785 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25786         mscoree"
25787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25788 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25789 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25790
25791 ALL_MAKEFILES="$ALL_MAKEFILES \\
25792         dlls/msctf/Makefile"
25793 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25794         msctf"
25795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25796 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
25797 ac_config_files="$ac_config_files dlls/msctf/Makefile"
25798
25799 ALL_MAKEFILES="$ALL_MAKEFILES \\
25800         dlls/msdmo/Makefile"
25801 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25802         msdmo"
25803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25804 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25805 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25806
25807 ALL_MAKEFILES="$ALL_MAKEFILES \\
25808         dlls/msftedit/Makefile"
25809 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25810         msftedit"
25811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25812 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25813 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25814
25815 ALL_MAKEFILES="$ALL_MAKEFILES \\
25816         dlls/msg711.acm/Makefile"
25817 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25818         msg711.acm"
25819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25820 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25821 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25822
25823 ALL_MAKEFILES="$ALL_MAKEFILES \\
25824         dlls/mshtml.tlb/Makefile"
25825 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25826         mshtml.tlb"
25827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25828 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25829 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25830
25831 ALL_MAKEFILES="$ALL_MAKEFILES \\
25832         dlls/mshtml/Makefile"
25833 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25834         mshtml"
25835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25836 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25837 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25838
25839 ALL_MAKEFILES="$ALL_MAKEFILES \\
25840         dlls/mshtml/tests/Makefile"
25841 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25842         mshtml/tests"
25843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25844 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25845 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25846
25847 ALL_MAKEFILES="$ALL_MAKEFILES \\
25848         dlls/msi/Makefile"
25849 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25850         msi"
25851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25852 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25853 ac_config_files="$ac_config_files dlls/msi/Makefile"
25854
25855 ALL_MAKEFILES="$ALL_MAKEFILES \\
25856         dlls/msi/tests/Makefile"
25857 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25858         msi/tests"
25859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25860 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25861 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25862
25863 ALL_MAKEFILES="$ALL_MAKEFILES \\
25864         dlls/msimg32/Makefile"
25865 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25866         msimg32"
25867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25868 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25869 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25870
25871 ALL_MAKEFILES="$ALL_MAKEFILES \\
25872         dlls/msimtf/Makefile"
25873 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25874         msimtf"
25875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25876 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25877 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25878
25879 ALL_MAKEFILES="$ALL_MAKEFILES \\
25880         dlls/msisip/Makefile"
25881 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25882         msisip"
25883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25884 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25885 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25886
25887 ALL_MAKEFILES="$ALL_MAKEFILES \\
25888         dlls/msisys.ocx/Makefile"
25889 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25890         msisys.ocx"
25891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25892 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25893 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25894
25895 ALL_MAKEFILES="$ALL_MAKEFILES \\
25896         dlls/msnet32/Makefile"
25897 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25898         msnet32"
25899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25900 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25901 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25902
25903 ALL_MAKEFILES="$ALL_MAKEFILES \\
25904         dlls/msrle32/Makefile"
25905 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25906         msrle32"
25907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25908 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25909 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25910
25911 ALL_MAKEFILES="$ALL_MAKEFILES \\
25912         dlls/mssign32/Makefile"
25913 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25914         mssign32"
25915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25916 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
25917 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
25918
25919 ALL_MAKEFILES="$ALL_MAKEFILES \\
25920         dlls/mssip32/Makefile"
25921 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25922         mssip32"
25923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25924 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25925 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25926
25927 ALL_MAKEFILES="$ALL_MAKEFILES \\
25928         dlls/mstask/Makefile"
25929 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25930         mstask"
25931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25932 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25933 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25934
25935 ALL_MAKEFILES="$ALL_MAKEFILES \\
25936         dlls/mstask/tests/Makefile"
25937 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25938         mstask/tests"
25939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25940 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25941 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25942
25943 ALL_MAKEFILES="$ALL_MAKEFILES \\
25944         dlls/msvcirt/Makefile"
25945 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25946         msvcirt"
25947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25948 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25949 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25950
25951 ALL_MAKEFILES="$ALL_MAKEFILES \\
25952         dlls/msvcr71/Makefile"
25953 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25954         msvcr71"
25955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25956 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
25957 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
25958
25959 ALL_MAKEFILES="$ALL_MAKEFILES \\
25960         dlls/msvcrt/Makefile"
25961 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25962         msvcrt"
25963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25964 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
25965 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
25966
25967 ALL_MAKEFILES="$ALL_MAKEFILES \\
25968         dlls/msvcrt/tests/Makefile"
25969 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25970         msvcrt/tests"
25971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25972 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
25973 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
25974
25975 ALL_MAKEFILES="$ALL_MAKEFILES \\
25976         dlls/msvcrt20/Makefile"
25977 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25978         msvcrt20"
25979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25980 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
25981 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
25982
25983 ALL_MAKEFILES="$ALL_MAKEFILES \\
25984         dlls/msvcrt40/Makefile"
25985 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25986         msvcrt40"
25987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25988 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
25989 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
25990
25991 ALL_MAKEFILES="$ALL_MAKEFILES \\
25992         dlls/msvcrtd/Makefile"
25993 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25994         msvcrtd"
25995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25996 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
25997 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
25998
25999 ALL_MAKEFILES="$ALL_MAKEFILES \\
26000         dlls/msvcrtd/tests/Makefile"
26001 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26002         msvcrtd/tests"
26003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26004 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26005 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26006
26007 ALL_MAKEFILES="$ALL_MAKEFILES \\
26008         dlls/msvfw32/Makefile"
26009 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26010         msvfw32"
26011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26012 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26013 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26014
26015 ALL_MAKEFILES="$ALL_MAKEFILES \\
26016         dlls/msvfw32/tests/Makefile"
26017 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26018         msvfw32/tests"
26019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26020 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26021 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26022
26023 ALL_MAKEFILES="$ALL_MAKEFILES \\
26024         dlls/msvidc32/Makefile"
26025 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26026         msvidc32"
26027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26028 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26029 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26030
26031 ALL_MAKEFILES="$ALL_MAKEFILES \\
26032         dlls/mswsock/Makefile"
26033 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26034         mswsock"
26035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26036 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26037 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26038
26039 ALL_MAKEFILES="$ALL_MAKEFILES \\
26040         dlls/msxml3/Makefile"
26041 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26042         msxml3"
26043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26044 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26045 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26046
26047 ALL_MAKEFILES="$ALL_MAKEFILES \\
26048         dlls/msxml3/tests/Makefile"
26049 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26050         msxml3/tests"
26051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26052 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26053 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26054
26055 ALL_MAKEFILES="$ALL_MAKEFILES \\
26056         dlls/nddeapi/Makefile"
26057 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26058         nddeapi"
26059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26060 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26061 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26062
26063 ALL_MAKEFILES="$ALL_MAKEFILES \\
26064         dlls/netapi32/Makefile"
26065 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26066         netapi32"
26067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26068 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26069 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26070
26071 ALL_MAKEFILES="$ALL_MAKEFILES \\
26072         dlls/netapi32/tests/Makefile"
26073 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26074         netapi32/tests"
26075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26076 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26077 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26078
26079 ALL_MAKEFILES="$ALL_MAKEFILES \\
26080         dlls/newdev/Makefile"
26081 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26082         newdev"
26083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26084 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26085 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26086
26087 ALL_MAKEFILES="$ALL_MAKEFILES \\
26088         dlls/ntdll/Makefile"
26089 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26090         ntdll"
26091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26092 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26093 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26094
26095 ALL_MAKEFILES="$ALL_MAKEFILES \\
26096         dlls/ntdll/tests/Makefile"
26097 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26098         ntdll/tests"
26099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26100 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26101 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26102
26103 ALL_MAKEFILES="$ALL_MAKEFILES \\
26104         dlls/ntdsapi/Makefile"
26105 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26106         ntdsapi"
26107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26108 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26109 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26110
26111 ALL_MAKEFILES="$ALL_MAKEFILES \\
26112         dlls/ntdsapi/tests/Makefile"
26113 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26114         ntdsapi/tests"
26115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26116 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26117 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26118
26119 ALL_MAKEFILES="$ALL_MAKEFILES \\
26120         dlls/ntoskrnl.exe/Makefile"
26121 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26122         ntoskrnl.exe"
26123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26124 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26125 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26126
26127 ALL_MAKEFILES="$ALL_MAKEFILES \\
26128         dlls/ntprint/Makefile"
26129 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26130         ntprint"
26131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26132 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26133 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26134
26135 ALL_MAKEFILES="$ALL_MAKEFILES \\
26136         dlls/ntprint/tests/Makefile"
26137 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26138         ntprint/tests"
26139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26140 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26141 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26142
26143 ALL_MAKEFILES="$ALL_MAKEFILES \\
26144         dlls/objsel/Makefile"
26145 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26146         objsel"
26147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26148 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26149 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26150
26151 ALL_MAKEFILES="$ALL_MAKEFILES \\
26152         dlls/odbc32/Makefile"
26153 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26154         odbc32"
26155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26156 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26157 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26158
26159 ALL_MAKEFILES="$ALL_MAKEFILES \\
26160         dlls/odbccp32/Makefile"
26161 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26162         odbccp32"
26163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26164 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26165 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26166
26167 ALL_MAKEFILES="$ALL_MAKEFILES \\
26168         dlls/odbccp32/tests/Makefile"
26169 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26170         odbccp32/tests"
26171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26172 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26173 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26174
26175 ALL_MAKEFILES="$ALL_MAKEFILES \\
26176         dlls/ole32/Makefile"
26177 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26178         ole32"
26179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26180 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26181 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26182
26183 ALL_MAKEFILES="$ALL_MAKEFILES \\
26184         dlls/ole32/tests/Makefile"
26185 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26186         ole32/tests"
26187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26188 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26189 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26190
26191 ALL_MAKEFILES="$ALL_MAKEFILES \\
26192         dlls/oleacc/Makefile"
26193 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26194         oleacc"
26195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26196 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26197 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26198
26199 ALL_MAKEFILES="$ALL_MAKEFILES \\
26200         dlls/oleacc/tests/Makefile"
26201 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26202         oleacc/tests"
26203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26204 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26205 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26206
26207 ALL_MAKEFILES="$ALL_MAKEFILES \\
26208         dlls/oleaut32/Makefile"
26209 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26210         oleaut32"
26211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26212 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26213 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26214
26215 ALL_MAKEFILES="$ALL_MAKEFILES \\
26216         dlls/oleaut32/tests/Makefile"
26217 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26218         oleaut32/tests"
26219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26220 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26221 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26222
26223 ALL_MAKEFILES="$ALL_MAKEFILES \\
26224         dlls/olecli32/Makefile"
26225 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26226         olecli32"
26227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26228 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26229 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26230
26231 ALL_MAKEFILES="$ALL_MAKEFILES \\
26232         dlls/oledlg/Makefile"
26233 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26234         oledlg"
26235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26236 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26237 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26238
26239 ALL_MAKEFILES="$ALL_MAKEFILES \\
26240         dlls/olepro32/Makefile"
26241 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26242         olepro32"
26243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26244 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26245 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26246
26247 ALL_MAKEFILES="$ALL_MAKEFILES \\
26248         dlls/olesvr32/Makefile"
26249 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26250         olesvr32"
26251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26252 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26253 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26254
26255 ALL_MAKEFILES="$ALL_MAKEFILES \\
26256         dlls/olethk32/Makefile"
26257 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26258         olethk32"
26259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26260 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26261 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26262
26263 ALL_MAKEFILES="$ALL_MAKEFILES \\
26264         dlls/opengl32/Makefile"
26265 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26266         opengl32"
26267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26268 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26269 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26270
26271 ALL_MAKEFILES="$ALL_MAKEFILES \\
26272         dlls/opengl32/tests/Makefile"
26273 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26274         opengl32/tests"
26275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26276 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26277 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26278
26279 ALL_MAKEFILES="$ALL_MAKEFILES \\
26280         dlls/pdh/Makefile"
26281 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26282         pdh"
26283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26284 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26285 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26286
26287 ALL_MAKEFILES="$ALL_MAKEFILES \\
26288         dlls/pdh/tests/Makefile"
26289 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26290         pdh/tests"
26291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26292 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26293 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26294
26295 ALL_MAKEFILES="$ALL_MAKEFILES \\
26296         dlls/pidgen/Makefile"
26297 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26298         pidgen"
26299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26300 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26301 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26302
26303 ALL_MAKEFILES="$ALL_MAKEFILES \\
26304         dlls/powrprof/Makefile"
26305 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26306         powrprof"
26307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26308 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26309 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26310
26311 ALL_MAKEFILES="$ALL_MAKEFILES \\
26312         dlls/printui/Makefile"
26313 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26314         printui"
26315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26316 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26317 ac_config_files="$ac_config_files dlls/printui/Makefile"
26318
26319 ALL_MAKEFILES="$ALL_MAKEFILES \\
26320         dlls/propsys/Makefile"
26321 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26322         propsys"
26323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26324 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26325 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26326
26327 ALL_MAKEFILES="$ALL_MAKEFILES \\
26328         dlls/psapi/Makefile"
26329 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26330         psapi"
26331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26332 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26333 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26334
26335 ALL_MAKEFILES="$ALL_MAKEFILES \\
26336         dlls/psapi/tests/Makefile"
26337 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26338         psapi/tests"
26339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26340 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26341 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26342
26343 ALL_MAKEFILES="$ALL_MAKEFILES \\
26344         dlls/pstorec/Makefile"
26345 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26346         pstorec"
26347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26348 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26349 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26350
26351 ALL_MAKEFILES="$ALL_MAKEFILES \\
26352         dlls/qcap/Makefile"
26353 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26354         qcap"
26355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26356 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26357 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26358
26359 ALL_MAKEFILES="$ALL_MAKEFILES \\
26360         dlls/qedit/Makefile"
26361 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26362         qedit"
26363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26364 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26365 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26366
26367 ALL_MAKEFILES="$ALL_MAKEFILES \\
26368         dlls/qedit/tests/Makefile"
26369 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26370         qedit/tests"
26371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26372 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26373 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26374
26375 ALL_MAKEFILES="$ALL_MAKEFILES \\
26376         dlls/qmgr/Makefile"
26377 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26378         qmgr"
26379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26380 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26381 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26382
26383 ALL_MAKEFILES="$ALL_MAKEFILES \\
26384         dlls/qmgr/tests/Makefile"
26385 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26386         qmgr/tests"
26387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26388 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26389 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26390
26391 ALL_MAKEFILES="$ALL_MAKEFILES \\
26392         dlls/qmgrprxy/Makefile"
26393 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26394         qmgrprxy"
26395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26396 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26397 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26398
26399 ALL_MAKEFILES="$ALL_MAKEFILES \\
26400         dlls/quartz/Makefile"
26401 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26402         quartz"
26403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26404 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26405 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26406
26407 ALL_MAKEFILES="$ALL_MAKEFILES \\
26408         dlls/quartz/tests/Makefile"
26409 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26410         quartz/tests"
26411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26412 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26413 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26414
26415 ALL_MAKEFILES="$ALL_MAKEFILES \\
26416         dlls/query/Makefile"
26417 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26418         query"
26419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26420 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26421 ac_config_files="$ac_config_files dlls/query/Makefile"
26422
26423 ALL_MAKEFILES="$ALL_MAKEFILES \\
26424         dlls/rasapi32/Makefile"
26425 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26426         rasapi32"
26427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26428 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26429 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26430
26431 ALL_MAKEFILES="$ALL_MAKEFILES \\
26432         dlls/rasapi32/tests/Makefile"
26433 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26434         rasapi32/tests"
26435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26436 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26437 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26438
26439 ALL_MAKEFILES="$ALL_MAKEFILES \\
26440         dlls/rasdlg/Makefile"
26441 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26442         rasdlg"
26443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26444 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26445 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26446
26447 ALL_MAKEFILES="$ALL_MAKEFILES \\
26448         dlls/resutils/Makefile"
26449 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26450         resutils"
26451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26452 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26453 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26454
26455 ALL_MAKEFILES="$ALL_MAKEFILES \\
26456         dlls/riched20/Makefile"
26457 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26458         riched20"
26459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26460 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26461 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26462
26463 ALL_MAKEFILES="$ALL_MAKEFILES \\
26464         dlls/riched20/tests/Makefile"
26465 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26466         riched20/tests"
26467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26468 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26469 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26470
26471 ALL_MAKEFILES="$ALL_MAKEFILES \\
26472         dlls/riched32/Makefile"
26473 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26474         riched32"
26475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26476 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26477 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26478
26479 ALL_MAKEFILES="$ALL_MAKEFILES \\
26480         dlls/riched32/tests/Makefile"
26481 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26482         riched32/tests"
26483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26484 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26485 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26486
26487 ALL_MAKEFILES="$ALL_MAKEFILES \\
26488         dlls/rpcrt4/Makefile"
26489 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26490         rpcrt4"
26491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26492 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26493 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26494
26495 ALL_MAKEFILES="$ALL_MAKEFILES \\
26496         dlls/rpcrt4/tests/Makefile"
26497 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26498         rpcrt4/tests"
26499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26500 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26501 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26502
26503 ALL_MAKEFILES="$ALL_MAKEFILES \\
26504         dlls/rsabase/Makefile"
26505 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26506         rsabase"
26507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26508 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26509 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26510
26511 ALL_MAKEFILES="$ALL_MAKEFILES \\
26512         dlls/rsaenh/Makefile"
26513 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26514         rsaenh"
26515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26516 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26517 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26518
26519 ALL_MAKEFILES="$ALL_MAKEFILES \\
26520         dlls/rsaenh/tests/Makefile"
26521 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26522         rsaenh/tests"
26523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26524 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26525 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26526
26527 ALL_MAKEFILES="$ALL_MAKEFILES \\
26528         dlls/sane.ds/Makefile"
26529 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26530         sane.ds"
26531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26532 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26533 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26534
26535 ALL_MAKEFILES="$ALL_MAKEFILES \\
26536         dlls/sccbase/Makefile"
26537 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26538         sccbase"
26539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26540 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26541 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26542
26543 ALL_MAKEFILES="$ALL_MAKEFILES \\
26544         dlls/schannel/Makefile"
26545 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26546         schannel"
26547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26548 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26549 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26550
26551 ALL_MAKEFILES="$ALL_MAKEFILES \\
26552         dlls/schannel/tests/Makefile"
26553 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26554         schannel/tests"
26555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26556 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26557 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26558
26559 ALL_MAKEFILES="$ALL_MAKEFILES \\
26560         dlls/secur32/Makefile"
26561 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26562         secur32"
26563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26564 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26565 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26566
26567 ALL_MAKEFILES="$ALL_MAKEFILES \\
26568         dlls/secur32/tests/Makefile"
26569 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26570         secur32/tests"
26571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26572 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26573 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26574
26575 ALL_MAKEFILES="$ALL_MAKEFILES \\
26576         dlls/security/Makefile"
26577 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26578         security"
26579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26580 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26581 ac_config_files="$ac_config_files dlls/security/Makefile"
26582
26583 ALL_MAKEFILES="$ALL_MAKEFILES \\
26584         dlls/sensapi/Makefile"
26585 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26586         sensapi"
26587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26588 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26589 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26590
26591 ALL_MAKEFILES="$ALL_MAKEFILES \\
26592         dlls/serialui/Makefile"
26593 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26594         serialui"
26595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26596 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26597 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26598
26599 ALL_MAKEFILES="$ALL_MAKEFILES \\
26600         dlls/serialui/tests/Makefile"
26601 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26602         serialui/tests"
26603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26604 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26605 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26606
26607 ALL_MAKEFILES="$ALL_MAKEFILES \\
26608         dlls/setupapi/Makefile"
26609 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26610         setupapi"
26611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26612 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26613 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26614
26615 ALL_MAKEFILES="$ALL_MAKEFILES \\
26616         dlls/setupapi/tests/Makefile"
26617 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26618         setupapi/tests"
26619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26620 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26621 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26622
26623 ALL_MAKEFILES="$ALL_MAKEFILES \\
26624         dlls/sfc/Makefile"
26625 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26626         sfc"
26627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26628 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26629 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26630
26631 ALL_MAKEFILES="$ALL_MAKEFILES \\
26632         dlls/sfc_os/Makefile"
26633 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26634         sfc_os"
26635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26636 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26637 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26638
26639 ALL_MAKEFILES="$ALL_MAKEFILES \\
26640         dlls/shdoclc/Makefile"
26641 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26642         shdoclc"
26643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26644 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26645 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26646
26647 ALL_MAKEFILES="$ALL_MAKEFILES \\
26648         dlls/shdocvw/Makefile"
26649 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26650         shdocvw"
26651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26652 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26653 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26654
26655 ALL_MAKEFILES="$ALL_MAKEFILES \\
26656         dlls/shdocvw/tests/Makefile"
26657 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26658         shdocvw/tests"
26659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26660 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26661 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26662
26663 ALL_MAKEFILES="$ALL_MAKEFILES \\
26664         dlls/shell32/Makefile"
26665 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26666         shell32"
26667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26668 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26669 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26670
26671 ALL_MAKEFILES="$ALL_MAKEFILES \\
26672         dlls/shell32/tests/Makefile"
26673 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26674         shell32/tests"
26675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26676 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26677 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26678
26679 ALL_MAKEFILES="$ALL_MAKEFILES \\
26680         dlls/shfolder/Makefile"
26681 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26682         shfolder"
26683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26684 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26685 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26686
26687 ALL_MAKEFILES="$ALL_MAKEFILES \\
26688         dlls/shlwapi/Makefile"
26689 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26690         shlwapi"
26691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26692 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26693 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26694
26695 ALL_MAKEFILES="$ALL_MAKEFILES \\
26696         dlls/shlwapi/tests/Makefile"
26697 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26698         shlwapi/tests"
26699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26700 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26701 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26702
26703 ALL_MAKEFILES="$ALL_MAKEFILES \\
26704         dlls/slbcsp/Makefile"
26705 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26706         slbcsp"
26707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26708 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26709 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26710
26711 ALL_MAKEFILES="$ALL_MAKEFILES \\
26712         dlls/slc/Makefile"
26713 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26714         slc"
26715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26716 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26717 ac_config_files="$ac_config_files dlls/slc/Makefile"
26718
26719 ALL_MAKEFILES="$ALL_MAKEFILES \\
26720         dlls/snmpapi/Makefile"
26721 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26722         snmpapi"
26723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26724 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26725 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26726
26727 ALL_MAKEFILES="$ALL_MAKEFILES \\
26728         dlls/snmpapi/tests/Makefile"
26729 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26730         snmpapi/tests"
26731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26732 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26733 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26734
26735 ALL_MAKEFILES="$ALL_MAKEFILES \\
26736         dlls/softpub/Makefile"
26737 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26738         softpub"
26739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26740 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26741 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26742
26743 ALL_MAKEFILES="$ALL_MAKEFILES \\
26744         dlls/spoolss/Makefile"
26745 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26746         spoolss"
26747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26748 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26749 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26750
26751 ALL_MAKEFILES="$ALL_MAKEFILES \\
26752         dlls/spoolss/tests/Makefile"
26753 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26754         spoolss/tests"
26755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26756 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26757 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26758
26759 ALL_MAKEFILES="$ALL_MAKEFILES \\
26760         dlls/stdole2.tlb/Makefile"
26761 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26762         stdole2.tlb"
26763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26764 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26765 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26766
26767 ALL_MAKEFILES="$ALL_MAKEFILES \\
26768         dlls/stdole32.tlb/Makefile"
26769 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26770         stdole32.tlb"
26771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26772 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26773 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26774
26775 ALL_MAKEFILES="$ALL_MAKEFILES \\
26776         dlls/sti/Makefile"
26777 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26778         sti"
26779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26780 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26781 ac_config_files="$ac_config_files dlls/sti/Makefile"
26782
26783 ALL_MAKEFILES="$ALL_MAKEFILES \\
26784         dlls/strmiids/Makefile"
26785 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26786         strmiids"
26787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26788 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26789 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26790
26791 ALL_MAKEFILES="$ALL_MAKEFILES \\
26792         dlls/svrapi/Makefile"
26793 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26794         svrapi"
26795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26796 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26797 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26798
26799 ALL_MAKEFILES="$ALL_MAKEFILES \\
26800         dlls/sxs/Makefile"
26801 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26802         sxs"
26803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26804 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26805 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26806
26807 ALL_MAKEFILES="$ALL_MAKEFILES \\
26808         dlls/tapi32/Makefile"
26809 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26810         tapi32"
26811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26812 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26813 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26814
26815 ALL_MAKEFILES="$ALL_MAKEFILES \\
26816         dlls/traffic/Makefile"
26817 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26818         traffic"
26819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26820 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
26821 ac_config_files="$ac_config_files dlls/traffic/Makefile"
26822
26823 ALL_MAKEFILES="$ALL_MAKEFILES \\
26824         dlls/twain_32/Makefile"
26825 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26826         twain_32"
26827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26828 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26829 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26830
26831 ALL_MAKEFILES="$ALL_MAKEFILES \\
26832         dlls/twain_32/tests/Makefile"
26833 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26834         twain_32/tests"
26835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26836 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
26837 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
26838
26839 ALL_MAKEFILES="$ALL_MAKEFILES \\
26840         dlls/unicows/Makefile"
26841 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26842         unicows"
26843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26844 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26845 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26846
26847 ALL_MAKEFILES="$ALL_MAKEFILES \\
26848         dlls/updspapi/Makefile"
26849 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26850         updspapi"
26851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26852 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
26853 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
26854
26855 ALL_MAKEFILES="$ALL_MAKEFILES \\
26856         dlls/url/Makefile"
26857 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26858         url"
26859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26860 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26861 ac_config_files="$ac_config_files dlls/url/Makefile"
26862
26863 ALL_MAKEFILES="$ALL_MAKEFILES \\
26864         dlls/urlmon/Makefile"
26865 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26866         urlmon"
26867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26868 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26869 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26870
26871 ALL_MAKEFILES="$ALL_MAKEFILES \\
26872         dlls/urlmon/tests/Makefile"
26873 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26874         urlmon/tests"
26875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26876 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26877 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26878
26879 ALL_MAKEFILES="$ALL_MAKEFILES \\
26880         dlls/user32/Makefile"
26881 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26882         user32"
26883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26884 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26885 ac_config_files="$ac_config_files dlls/user32/Makefile"
26886
26887 ALL_MAKEFILES="$ALL_MAKEFILES \\
26888         dlls/user32/tests/Makefile"
26889 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26890         user32/tests"
26891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26892 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26893 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26894
26895 ALL_MAKEFILES="$ALL_MAKEFILES \\
26896         dlls/userenv/Makefile"
26897 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26898         userenv"
26899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26900 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26901 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26902
26903 ALL_MAKEFILES="$ALL_MAKEFILES \\
26904         dlls/userenv/tests/Makefile"
26905 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26906         userenv/tests"
26907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26908 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26909 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26910
26911 ALL_MAKEFILES="$ALL_MAKEFILES \\
26912         dlls/usp10/Makefile"
26913 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26914         usp10"
26915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26916 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
26917 ac_config_files="$ac_config_files dlls/usp10/Makefile"
26918
26919 ALL_MAKEFILES="$ALL_MAKEFILES \\
26920         dlls/usp10/tests/Makefile"
26921 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26922         usp10/tests"
26923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26924 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26925 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
26926
26927 ALL_MAKEFILES="$ALL_MAKEFILES \\
26928         dlls/uuid/Makefile"
26929 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26930         uuid"
26931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26932 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26933 ac_config_files="$ac_config_files dlls/uuid/Makefile"
26934
26935 ALL_MAKEFILES="$ALL_MAKEFILES \\
26936         dlls/uxtheme/Makefile"
26937 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26938         uxtheme"
26939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26940 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26941 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
26942
26943 ALL_MAKEFILES="$ALL_MAKEFILES \\
26944         dlls/uxtheme/tests/Makefile"
26945 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26946         uxtheme/tests"
26947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26948 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26949 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
26950
26951 ALL_MAKEFILES="$ALL_MAKEFILES \\
26952         dlls/vdhcp.vxd/Makefile"
26953 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26954         vdhcp.vxd"
26955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26956 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
26957 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
26958
26959 ALL_MAKEFILES="$ALL_MAKEFILES \\
26960         dlls/vdmdbg/Makefile"
26961 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26962         vdmdbg"
26963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26964 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
26965 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
26966
26967 ALL_MAKEFILES="$ALL_MAKEFILES \\
26968         dlls/version/Makefile"
26969 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26970         version"
26971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26972 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
26973 ac_config_files="$ac_config_files dlls/version/Makefile"
26974
26975 ALL_MAKEFILES="$ALL_MAKEFILES \\
26976         dlls/version/tests/Makefile"
26977 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26978         version/tests"
26979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26980 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
26981 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
26982
26983 ALL_MAKEFILES="$ALL_MAKEFILES \\
26984         dlls/vmm.vxd/Makefile"
26985 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26986         vmm.vxd"
26987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26988 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
26989 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
26990
26991 ALL_MAKEFILES="$ALL_MAKEFILES \\
26992         dlls/vnbt.vxd/Makefile"
26993 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26994         vnbt.vxd"
26995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26996 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
26997 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
26998
26999 ALL_MAKEFILES="$ALL_MAKEFILES \\
27000         dlls/vnetbios.vxd/Makefile"
27001 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27002         vnetbios.vxd"
27003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27004 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27005 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27006
27007 ALL_MAKEFILES="$ALL_MAKEFILES \\
27008         dlls/vtdapi.vxd/Makefile"
27009 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27010         vtdapi.vxd"
27011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27012 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27013 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27014
27015 ALL_MAKEFILES="$ALL_MAKEFILES \\
27016         dlls/vwin32.vxd/Makefile"
27017 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27018         vwin32.vxd"
27019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27020 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27021 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27022
27023 ALL_MAKEFILES="$ALL_MAKEFILES \\
27024         dlls/w32skrnl/Makefile"
27025 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27026         w32skrnl"
27027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27028 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27029 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27030
27031 ALL_MAKEFILES="$ALL_MAKEFILES \\
27032         dlls/winealsa.drv/Makefile"
27033 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27034         winealsa.drv"
27035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27036 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27037 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27038
27039 ALL_MAKEFILES="$ALL_MAKEFILES \\
27040         dlls/wineaudioio.drv/Makefile"
27041 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27042         wineaudioio.drv"
27043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27044 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27045 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27046
27047 ALL_MAKEFILES="$ALL_MAKEFILES \\
27048         dlls/winecoreaudio.drv/Makefile"
27049 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27050         winecoreaudio.drv"
27051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27052 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27053 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27054
27055 ALL_MAKEFILES="$ALL_MAKEFILES \\
27056         dlls/winecrt0/Makefile"
27057 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27058         winecrt0"
27059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27060 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27061 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27062
27063 ALL_MAKEFILES="$ALL_MAKEFILES \\
27064         dlls/wined3d/Makefile"
27065 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27066         wined3d"
27067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27068 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27069 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27070
27071 ALL_MAKEFILES="$ALL_MAKEFILES \\
27072         dlls/winedos/Makefile"
27073 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27074         winedos"
27075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27076 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27077 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27078
27079 ALL_MAKEFILES="$ALL_MAKEFILES \\
27080         dlls/wineesd.drv/Makefile"
27081 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27082         wineesd.drv"
27083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27084 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27085 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27086
27087 ALL_MAKEFILES="$ALL_MAKEFILES \\
27088         dlls/winejack.drv/Makefile"
27089 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27090         winejack.drv"
27091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27092 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27093 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27094
27095 ALL_MAKEFILES="$ALL_MAKEFILES \\
27096         dlls/winejoystick.drv/Makefile"
27097 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27098         winejoystick.drv"
27099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27100 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27101 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27102
27103 ALL_MAKEFILES="$ALL_MAKEFILES \\
27104         dlls/winemp3.acm/Makefile"
27105 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27106         winemp3.acm"
27107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27108 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27109 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27110
27111 ALL_MAKEFILES="$ALL_MAKEFILES \\
27112         dlls/winenas.drv/Makefile"
27113 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27114         winenas.drv"
27115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27116 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27117 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27118
27119 ALL_MAKEFILES="$ALL_MAKEFILES \\
27120         dlls/wineoss.drv/Makefile"
27121 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27122         wineoss.drv"
27123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27124 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27125 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27126
27127 ALL_MAKEFILES="$ALL_MAKEFILES \\
27128         dlls/wineps.drv/Makefile"
27129 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27130         wineps.drv"
27131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27132 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27133 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27134
27135 ALL_MAKEFILES="$ALL_MAKEFILES \\
27136         dlls/winequartz.drv/Makefile"
27137 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27138         winequartz.drv"
27139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27140 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27141 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27142
27143 ALL_MAKEFILES="$ALL_MAKEFILES \\
27144         dlls/winex11.drv/Makefile"
27145 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27146         winex11.drv"
27147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27148 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27149 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27150
27151 ALL_MAKEFILES="$ALL_MAKEFILES \\
27152         dlls/wing32/Makefile"
27153 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27154         wing32"
27155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27156 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27157 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27158
27159 ALL_MAKEFILES="$ALL_MAKEFILES \\
27160         dlls/winhttp/Makefile"
27161 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27162         winhttp"
27163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27164 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27165 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27166
27167 ALL_MAKEFILES="$ALL_MAKEFILES \\
27168         dlls/winhttp/tests/Makefile"
27169 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27170         winhttp/tests"
27171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27172 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27173 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27174
27175 ALL_MAKEFILES="$ALL_MAKEFILES \\
27176         dlls/wininet/Makefile"
27177 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27178         wininet"
27179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27180 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27181 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27182
27183 ALL_MAKEFILES="$ALL_MAKEFILES \\
27184         dlls/wininet/tests/Makefile"
27185 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27186         wininet/tests"
27187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27188 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27189 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27190
27191 ALL_MAKEFILES="$ALL_MAKEFILES \\
27192         dlls/winmm/Makefile"
27193 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27194         winmm"
27195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27196 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27197 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27198
27199 ALL_MAKEFILES="$ALL_MAKEFILES \\
27200         dlls/winmm/tests/Makefile"
27201 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27202         winmm/tests"
27203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27204 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27205 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27206
27207 ALL_MAKEFILES="$ALL_MAKEFILES \\
27208         dlls/winnls32/Makefile"
27209 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27210         winnls32"
27211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27212 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27213 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27214
27215 ALL_MAKEFILES="$ALL_MAKEFILES \\
27216         dlls/winscard/Makefile"
27217 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27218         winscard"
27219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27220 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27221 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27222
27223 ALL_MAKEFILES="$ALL_MAKEFILES \\
27224         dlls/winspool.drv/Makefile"
27225 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27226         winspool.drv"
27227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27228 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27229 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27230
27231 ALL_MAKEFILES="$ALL_MAKEFILES \\
27232         dlls/winspool.drv/tests/Makefile"
27233 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27234         winspool.drv/tests"
27235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27236 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27237 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27238
27239 ALL_MAKEFILES="$ALL_MAKEFILES \\
27240         dlls/wintab32/Makefile"
27241 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27242         wintab32"
27243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27244 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27245 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27246
27247 ALL_MAKEFILES="$ALL_MAKEFILES \\
27248         dlls/wintrust/Makefile"
27249 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27250         wintrust"
27251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27252 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27253 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27254
27255 ALL_MAKEFILES="$ALL_MAKEFILES \\
27256         dlls/wintrust/tests/Makefile"
27257 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27258         wintrust/tests"
27259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27260 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27261 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27262
27263 ALL_MAKEFILES="$ALL_MAKEFILES \\
27264         dlls/wldap32/Makefile"
27265 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27266         wldap32"
27267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27268 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27269 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27270
27271 ALL_MAKEFILES="$ALL_MAKEFILES \\
27272         dlls/wldap32/tests/Makefile"
27273 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27274         wldap32/tests"
27275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27276 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27277 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27278
27279 ALL_MAKEFILES="$ALL_MAKEFILES \\
27280         dlls/wmi/Makefile"
27281 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27282         wmi"
27283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27284 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27285 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27286
27287 ALL_MAKEFILES="$ALL_MAKEFILES \\
27288         dlls/wnaspi32/Makefile"
27289 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27290         wnaspi32"
27291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27292 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27293 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27294
27295 ALL_MAKEFILES="$ALL_MAKEFILES \\
27296         dlls/wow32/Makefile"
27297 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27298         wow32"
27299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27300 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27301 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27302
27303 ALL_MAKEFILES="$ALL_MAKEFILES \\
27304         dlls/ws2_32/Makefile"
27305 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27306         ws2_32"
27307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27308 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27309 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27310
27311 ALL_MAKEFILES="$ALL_MAKEFILES \\
27312         dlls/ws2_32/tests/Makefile"
27313 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27314         ws2_32/tests"
27315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27316 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27317 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27318
27319 ALL_MAKEFILES="$ALL_MAKEFILES \\
27320         dlls/wsock32/Makefile"
27321 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27322         wsock32"
27323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27324 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27325 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27326
27327 ALL_MAKEFILES="$ALL_MAKEFILES \\
27328         dlls/wtsapi32/Makefile"
27329 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27330         wtsapi32"
27331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27332 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27333 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27334
27335 ALL_MAKEFILES="$ALL_MAKEFILES \\
27336         dlls/wuapi/Makefile"
27337 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27338         wuapi"
27339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27340 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27341 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27342
27343 ALL_MAKEFILES="$ALL_MAKEFILES \\
27344         dlls/xinput1_1/Makefile"
27345 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27346         xinput1_1"
27347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27348 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27349 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27350
27351 ALL_MAKEFILES="$ALL_MAKEFILES \\
27352         dlls/xinput1_2/Makefile"
27353 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27354         xinput1_2"
27355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27356 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27357 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27358
27359 ALL_MAKEFILES="$ALL_MAKEFILES \\
27360         dlls/xinput1_3/Makefile"
27361 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27362         xinput1_3"
27363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27364 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27365 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27366
27367 ALL_MAKEFILES="$ALL_MAKEFILES \\
27368         dlls/xinput1_3/tests/Makefile"
27369 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27370         xinput1_3/tests"
27371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27372 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27373 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27374
27375 ALL_MAKEFILES="$ALL_MAKEFILES \\
27376         dlls/xinput9_1_0/Makefile"
27377 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27378         xinput9_1_0"
27379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27380 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27381 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27382
27383 ALL_MAKEFILES="$ALL_MAKEFILES \\
27384         documentation/Makefile"
27385 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27386         documentation"
27387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27388 documentation/Makefile: documentation/Makefile.in Make.rules"
27389 ac_config_files="$ac_config_files documentation/Makefile"
27390
27391 ALL_MAKEFILES="$ALL_MAKEFILES \\
27392         fonts/Makefile"
27393 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27394         fonts"
27395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27396 fonts/Makefile: fonts/Makefile.in Make.rules"
27397 ac_config_files="$ac_config_files fonts/Makefile"
27398
27399 ALL_MAKEFILES="$ALL_MAKEFILES \\
27400         include/Makefile"
27401 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27402         include"
27403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27404 include/Makefile: include/Makefile.in Make.rules"
27405 ac_config_files="$ac_config_files include/Makefile"
27406
27407 ALL_MAKEFILES="$ALL_MAKEFILES \\
27408         libs/Makefile"
27409 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27410         libs"
27411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27412 libs/Makefile: libs/Makefile.in Make.rules"
27413 ac_config_files="$ac_config_files libs/Makefile"
27414
27415 ALL_MAKEFILES="$ALL_MAKEFILES \\
27416         libs/port/Makefile"
27417
27418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27419 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27420 ac_config_files="$ac_config_files libs/port/Makefile"
27421
27422 ALL_MAKEFILES="$ALL_MAKEFILES \\
27423         libs/wine/Makefile"
27424
27425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27426 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27427 ac_config_files="$ac_config_files libs/wine/Makefile"
27428
27429 ALL_MAKEFILES="$ALL_MAKEFILES \\
27430         libs/wpp/Makefile"
27431
27432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27433 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27434 ac_config_files="$ac_config_files libs/wpp/Makefile"
27435
27436 ALL_MAKEFILES="$ALL_MAKEFILES \\
27437         loader/Makefile"
27438 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27439         loader"
27440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27441 loader/Makefile: loader/Makefile.in Make.rules"
27442 ac_config_files="$ac_config_files loader/Makefile"
27443
27444 ALL_MAKEFILES="$ALL_MAKEFILES \\
27445         programs/Makefile"
27446 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27447         programs"
27448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27449 programs/Makefile: programs/Makefile.in Make.rules"
27450 ac_config_files="$ac_config_files programs/Makefile"
27451
27452 ALL_MAKEFILES="$ALL_MAKEFILES \\
27453         programs/cacls/Makefile"
27454 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27455         cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27456         cacls"
27457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27458 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27459 ac_config_files="$ac_config_files programs/cacls/Makefile"
27460
27461 ALL_MAKEFILES="$ALL_MAKEFILES \\
27462         programs/clock/Makefile"
27463 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27464         clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27465         clock"
27466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27467 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27468 ac_config_files="$ac_config_files programs/clock/Makefile"
27469
27470 ALL_MAKEFILES="$ALL_MAKEFILES \\
27471         programs/cmd/Makefile"
27472 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27473         cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27474         cmd"
27475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27476 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27477 ac_config_files="$ac_config_files programs/cmd/Makefile"
27478
27479 ALL_MAKEFILES="$ALL_MAKEFILES \\
27480         programs/cmdlgtst/Makefile"
27481 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27482         cmdlgtst"
27483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27484 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27485 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27486
27487 ALL_MAKEFILES="$ALL_MAKEFILES \\
27488         programs/control/Makefile"
27489 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27490         control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27491         control"
27492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27493 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27494 ac_config_files="$ac_config_files programs/control/Makefile"
27495
27496 ALL_MAKEFILES="$ALL_MAKEFILES \\
27497         programs/eject/Makefile"
27498 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27499         eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27500         eject"
27501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27502 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27503 ac_config_files="$ac_config_files programs/eject/Makefile"
27504
27505 ALL_MAKEFILES="$ALL_MAKEFILES \\
27506         programs/expand/Makefile"
27507 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27508         expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27509         expand"
27510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27511 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27512 ac_config_files="$ac_config_files programs/expand/Makefile"
27513
27514 ALL_MAKEFILES="$ALL_MAKEFILES \\
27515         programs/explorer/Makefile"
27516 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27517         explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27518         explorer"
27519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27520 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27521 ac_config_files="$ac_config_files programs/explorer/Makefile"
27522
27523 ALL_MAKEFILES="$ALL_MAKEFILES \\
27524         programs/hh/Makefile"
27525 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27526         hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27527         hh"
27528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27529 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27530 ac_config_files="$ac_config_files programs/hh/Makefile"
27531
27532 ALL_MAKEFILES="$ALL_MAKEFILES \\
27533         programs/icinfo/Makefile"
27534 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27535         icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27536         icinfo"
27537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27538 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27539 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27540
27541 ALL_MAKEFILES="$ALL_MAKEFILES \\
27542         programs/iexplore/Makefile"
27543 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27544         iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27545         iexplore"
27546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27547 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27548 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27549
27550 ALL_MAKEFILES="$ALL_MAKEFILES \\
27551         programs/lodctr/Makefile"
27552 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27553         lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27554         lodctr"
27555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27556 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27557 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27558
27559 ALL_MAKEFILES="$ALL_MAKEFILES \\
27560         programs/msiexec/Makefile"
27561 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27562         msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27563         msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27564         msiexec"
27565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27566 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27567 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27568
27569 ALL_MAKEFILES="$ALL_MAKEFILES \\
27570         programs/net/Makefile"
27571 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27572         net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27573         net"
27574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27575 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27576 ac_config_files="$ac_config_files programs/net/Makefile"
27577
27578 ALL_MAKEFILES="$ALL_MAKEFILES \\
27579         programs/notepad/Makefile"
27580 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27581         notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27582         notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27583         notepad"
27584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27585 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27586 ac_config_files="$ac_config_files programs/notepad/Makefile"
27587
27588 ALL_MAKEFILES="$ALL_MAKEFILES \\
27589         programs/oleview/Makefile"
27590 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27591         oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27592         oleview"
27593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27594 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27595 ac_config_files="$ac_config_files programs/oleview/Makefile"
27596
27597 ALL_MAKEFILES="$ALL_MAKEFILES \\
27598         programs/progman/Makefile"
27599 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27600         progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27601         progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27602         progman"
27603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27604 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27605 ac_config_files="$ac_config_files programs/progman/Makefile"
27606
27607 ALL_MAKEFILES="$ALL_MAKEFILES \\
27608         programs/reg/Makefile"
27609 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27610         reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27611         reg"
27612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27613 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27614 ac_config_files="$ac_config_files programs/reg/Makefile"
27615
27616 ALL_MAKEFILES="$ALL_MAKEFILES \\
27617         programs/regedit/Makefile"
27618 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27619         regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27620         regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27621         regedit"
27622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27623 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27624 ac_config_files="$ac_config_files programs/regedit/Makefile"
27625
27626 ALL_MAKEFILES="$ALL_MAKEFILES \\
27627         programs/regsvr32/Makefile"
27628 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27629         regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27630         regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27631         regsvr32"
27632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27633 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27634 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27635
27636 ALL_MAKEFILES="$ALL_MAKEFILES \\
27637         programs/rpcss/Makefile"
27638 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27639         rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27640         rpcss"
27641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27642 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27643 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27644
27645 ALL_MAKEFILES="$ALL_MAKEFILES \\
27646         programs/rundll32/Makefile"
27647 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27648         rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27649         rundll32"
27650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27651 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27652 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27653
27654 ALL_MAKEFILES="$ALL_MAKEFILES \\
27655         programs/secedit/Makefile"
27656 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27657         secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27658         secedit"
27659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27660 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27661 ac_config_files="$ac_config_files programs/secedit/Makefile"
27662
27663 ALL_MAKEFILES="$ALL_MAKEFILES \\
27664         programs/services/Makefile"
27665 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27666         services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27667         services"
27668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27669 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27670 ac_config_files="$ac_config_files programs/services/Makefile"
27671
27672 ALL_MAKEFILES="$ALL_MAKEFILES \\
27673         programs/spoolsv/Makefile"
27674 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27675         spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27676         spoolsv"
27677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27678 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27679 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27680
27681 ALL_MAKEFILES="$ALL_MAKEFILES \\
27682         programs/start/Makefile"
27683 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27684         start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27685         start"
27686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27687 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27688 ac_config_files="$ac_config_files programs/start/Makefile"
27689
27690 ALL_MAKEFILES="$ALL_MAKEFILES \\
27691         programs/svchost/Makefile"
27692 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27693         svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27694         svchost"
27695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27696 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27697 ac_config_files="$ac_config_files programs/svchost/Makefile"
27698
27699 ALL_MAKEFILES="$ALL_MAKEFILES \\
27700         programs/taskmgr/Makefile"
27701 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27702         taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27703         taskmgr"
27704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27705 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27706 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27707
27708 ALL_MAKEFILES="$ALL_MAKEFILES \\
27709         programs/uninstaller/Makefile"
27710 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27711         uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27712         uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27713         uninstaller"
27714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27715 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27716 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27717
27718 ALL_MAKEFILES="$ALL_MAKEFILES \\
27719         programs/unlodctr/Makefile"
27720 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27721         unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27722         unlodctr"
27723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27724 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
27725 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
27726
27727 ALL_MAKEFILES="$ALL_MAKEFILES \\
27728         programs/view/Makefile"
27729 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27730         view"
27731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27732 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27733 ac_config_files="$ac_config_files programs/view/Makefile"
27734
27735 ALL_MAKEFILES="$ALL_MAKEFILES \\
27736         programs/wineboot/Makefile"
27737 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27738         wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27739         wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27740         wineboot"
27741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27742 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27743 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27744
27745 ALL_MAKEFILES="$ALL_MAKEFILES \\
27746         programs/winebrowser/Makefile"
27747 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27748         winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27749         winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27750         winebrowser"
27751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27752 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27753 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27754
27755 ALL_MAKEFILES="$ALL_MAKEFILES \\
27756         programs/winecfg/Makefile"
27757 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27758         winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27759         winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27760         winecfg"
27761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27762 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27763 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27764
27765 ALL_MAKEFILES="$ALL_MAKEFILES \\
27766         programs/wineconsole/Makefile"
27767 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27768         wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27769         wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27770         wineconsole"
27771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27772 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27773 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27774
27775 ALL_MAKEFILES="$ALL_MAKEFILES \\
27776         programs/winedbg/Makefile"
27777 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27778         winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27779         winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27780         winedbg"
27781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27782 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27783 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27784
27785 ALL_MAKEFILES="$ALL_MAKEFILES \\
27786         programs/winedevice/Makefile"
27787 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27788         winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27789         winedevice"
27790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27791 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27792 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27793
27794 ALL_MAKEFILES="$ALL_MAKEFILES \\
27795         programs/winefile/Makefile"
27796 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27797         winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27798         winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27799         winefile"
27800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27801 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27802 ac_config_files="$ac_config_files programs/winefile/Makefile"
27803
27804 ALL_MAKEFILES="$ALL_MAKEFILES \\
27805         programs/winemenubuilder/Makefile"
27806 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27807         winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27808         winemenubuilder"
27809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27810 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27811 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27812
27813 ALL_MAKEFILES="$ALL_MAKEFILES \\
27814         programs/winemine/Makefile"
27815 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27816         winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27817         winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27818         winemine"
27819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27820 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27821 ac_config_files="$ac_config_files programs/winemine/Makefile"
27822
27823 ALL_MAKEFILES="$ALL_MAKEFILES \\
27824         programs/winepath/Makefile"
27825 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27826         winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27827         winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27828         winepath"
27829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27830 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27831 ac_config_files="$ac_config_files programs/winepath/Makefile"
27832
27833 ALL_MAKEFILES="$ALL_MAKEFILES \\
27834         programs/winetest/Makefile"
27835 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27836         winetest"
27837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27838 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27839 ac_config_files="$ac_config_files programs/winetest/Makefile"
27840
27841 ALL_MAKEFILES="$ALL_MAKEFILES \\
27842         programs/winevdm/Makefile"
27843 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27844         winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27845         winevdm"
27846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27847 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27848 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27849
27850 ALL_MAKEFILES="$ALL_MAKEFILES \\
27851         programs/winhlp32/Makefile"
27852 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27853         winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27854         winhlp32"
27855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27856 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27857 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27858
27859 ALL_MAKEFILES="$ALL_MAKEFILES \\
27860         programs/winver/Makefile"
27861 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27862         winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27863         winver"
27864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27865 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27866 ac_config_files="$ac_config_files programs/winver/Makefile"
27867
27868 ALL_MAKEFILES="$ALL_MAKEFILES \\
27869         programs/wordpad/Makefile"
27870 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27871         wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27872         wordpad"
27873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27874 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27875 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27876
27877 ALL_MAKEFILES="$ALL_MAKEFILES \\
27878         programs/write/Makefile"
27879 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27880         write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27881         write"
27882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27883 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27884 ac_config_files="$ac_config_files programs/write/Makefile"
27885
27886 ALL_MAKEFILES="$ALL_MAKEFILES \\
27887         programs/xcopy/Makefile"
27888 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27889         xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27890         xcopy"
27891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27892 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27893 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27894
27895 ALL_MAKEFILES="$ALL_MAKEFILES \\
27896         server/Makefile"
27897 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27898         server"
27899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27900 server/Makefile: server/Makefile.in Make.rules"
27901 ac_config_files="$ac_config_files server/Makefile"
27902
27903 ALL_MAKEFILES="$ALL_MAKEFILES \\
27904         tools/Makefile"
27905 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27906         tools"
27907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27908 tools/Makefile: tools/Makefile.in Make.rules"
27909 ac_config_files="$ac_config_files tools/Makefile"
27910
27911 ALL_MAKEFILES="$ALL_MAKEFILES \\
27912         tools/widl/Makefile"
27913
27914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27915 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27916 ac_config_files="$ac_config_files tools/widl/Makefile"
27917
27918 ALL_MAKEFILES="$ALL_MAKEFILES \\
27919         tools/winebuild/Makefile"
27920
27921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27922 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27923 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27924
27925 ALL_MAKEFILES="$ALL_MAKEFILES \\
27926         tools/winedump/Makefile"
27927
27928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27929 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27930 ac_config_files="$ac_config_files tools/winedump/Makefile"
27931
27932 ALL_MAKEFILES="$ALL_MAKEFILES \\
27933         tools/winegcc/Makefile"
27934
27935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27936 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27937 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27938
27939 ALL_MAKEFILES="$ALL_MAKEFILES \\
27940         tools/wmc/Makefile"
27941
27942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27943 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27944 ac_config_files="$ac_config_files tools/wmc/Makefile"
27945
27946 ALL_MAKEFILES="$ALL_MAKEFILES \\
27947         tools/wrc/Makefile"
27948
27949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27950 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27951 ac_config_files="$ac_config_files tools/wrc/Makefile"
27952
27953
27954
27955 ALL_WINETEST_DEPENDS="# Test binaries"
27956
27957 for dir in $ALL_TEST_DIRS
27958 do
27959     if test "$dir" != "\\"
27960     then
27961         testname=`expr $dir : '\(.*\)/tests'`_test.exe
27962         ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
27963 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
27964         cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
27965     fi
27966 done
27967
27968 cat >confcache <<\_ACEOF
27969 # This file is a shell script that caches the results of configure
27970 # tests run on this system so they can be shared between configure
27971 # scripts and configure runs, see configure's option --config-cache.
27972 # It is not useful on other systems.  If it contains results you don't
27973 # want to keep, you may remove or edit it.
27974 #
27975 # config.status only pays attention to the cache file if you give it
27976 # the --recheck option to rerun configure.
27977 #
27978 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27979 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27980 # following values.
27981
27982 _ACEOF
27983
27984 # The following way of writing the cache mishandles newlines in values,
27985 # but we know of no workaround that is simple, portable, and efficient.
27986 # So, we kill variables containing newlines.
27987 # Ultrix sh set writes to stderr and can't be redirected directly,
27988 # and sets the high bit in the cache file unless we assign to the vars.
27989 (
27990   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27991     eval ac_val=\$$ac_var
27992     case $ac_val in #(
27993     *${as_nl}*)
27994       case $ac_var in #(
27995       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
27996 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
27997       esac
27998       case $ac_var in #(
27999       _ | IFS | as_nl) ;; #(
28000       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28001       *) $as_unset $ac_var ;;
28002       esac ;;
28003     esac
28004   done
28005
28006   (set) 2>&1 |
28007     case $as_nl`(ac_space=' '; set) 2>&1` in #(
28008     *${as_nl}ac_space=\ *)
28009       # `set' does not quote correctly, so add quotes (double-quote
28010       # substitution turns \\\\ into \\, and sed turns \\ into \).
28011       sed -n \
28012         "s/'/'\\\\''/g;
28013           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28014       ;; #(
28015     *)
28016       # `set' quotes correctly as required by POSIX, so do not add quotes.
28017       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28018       ;;
28019     esac |
28020     sort
28021 ) |
28022   sed '
28023      /^ac_cv_env_/b end
28024      t clear
28025      :clear
28026      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28027      t end
28028      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28029      :end' >>confcache
28030 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28031   if test -w "$cache_file"; then
28032     test "x$cache_file" != "x/dev/null" &&
28033       { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28034 $as_echo "$as_me: updating cache $cache_file" >&6;}
28035     cat confcache >$cache_file
28036   else
28037     { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28038 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28039   fi
28040 fi
28041 rm -f confcache
28042
28043 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28044 # Let make expand exec_prefix.
28045 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28046
28047 DEFS=-DHAVE_CONFIG_H
28048
28049 ac_libobjs=
28050 ac_ltlibobjs=
28051 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28052   # 1. Remove the extension, and $U if already installed.
28053   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28054   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28055   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
28056   #    will be set to the directory where LIBOBJS objects are built.
28057   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28058   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28059 done
28060 LIBOBJS=$ac_libobjs
28061
28062 LTLIBOBJS=$ac_ltlibobjs
28063
28064
28065
28066 : ${CONFIG_STATUS=./config.status}
28067 ac_write_fail=0
28068 ac_clean_files_save=$ac_clean_files
28069 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28070 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28071 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28072 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28073 #! $SHELL
28074 # Generated by $as_me.
28075 # Run this file to recreate the current configuration.
28076 # Compiler output produced by configure, useful for debugging
28077 # configure, is in config.log if it exists.
28078
28079 debug=false
28080 ac_cs_recheck=false
28081 ac_cs_silent=false
28082 SHELL=\${CONFIG_SHELL-$SHELL}
28083 _ACEOF
28084
28085 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28086 ## --------------------- ##
28087 ## M4sh Initialization.  ##
28088 ## --------------------- ##
28089
28090 # Be more Bourne compatible
28091 DUALCASE=1; export DUALCASE # for MKS sh
28092 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28093   emulate sh
28094   NULLCMD=:
28095   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28096   # is contrary to our usage.  Disable this feature.
28097   alias -g '${1+"$@"}'='"$@"'
28098   setopt NO_GLOB_SUBST
28099 else
28100   case `(set -o) 2>/dev/null` in
28101   *posix*) set -o posix ;;
28102 esac
28103
28104 fi
28105
28106
28107
28108
28109 # PATH needs CR
28110 # Avoid depending upon Character Ranges.
28111 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28112 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28113 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28114 as_cr_digits='0123456789'
28115 as_cr_alnum=$as_cr_Letters$as_cr_digits
28116
28117 as_nl='
28118 '
28119 export as_nl
28120 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28121 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28122 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28123 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28124 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28125   as_echo='printf %s\n'
28126   as_echo_n='printf %s'
28127 else
28128   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28129     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28130     as_echo_n='/usr/ucb/echo -n'
28131   else
28132     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28133     as_echo_n_body='eval
28134       arg=$1;
28135       case $arg in
28136       *"$as_nl"*)
28137         expr "X$arg" : "X\\(.*\\)$as_nl";
28138         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28139       esac;
28140       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28141     '
28142     export as_echo_n_body
28143     as_echo_n='sh -c $as_echo_n_body as_echo'
28144   fi
28145   export as_echo_body
28146   as_echo='sh -c $as_echo_body as_echo'
28147 fi
28148
28149 # The user is always right.
28150 if test "${PATH_SEPARATOR+set}" != set; then
28151   PATH_SEPARATOR=:
28152   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28153     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28154       PATH_SEPARATOR=';'
28155   }
28156 fi
28157
28158 # Support unset when possible.
28159 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28160   as_unset=unset
28161 else
28162   as_unset=false
28163 fi
28164
28165
28166 # IFS
28167 # We need space, tab and new line, in precisely that order.  Quoting is
28168 # there to prevent editors from complaining about space-tab.
28169 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28170 # splitting by setting IFS to empty value.)
28171 IFS=" ""        $as_nl"
28172
28173 # Find who we are.  Look in the path if we contain no directory separator.
28174 case $0 in
28175   *[\\/]* ) as_myself=$0 ;;
28176   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28177 for as_dir in $PATH
28178 do
28179   IFS=$as_save_IFS
28180   test -z "$as_dir" && as_dir=.
28181   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28182 done
28183 IFS=$as_save_IFS
28184
28185      ;;
28186 esac
28187 # We did not find ourselves, most probably we were run as `sh COMMAND'
28188 # in which case we are not to be found in the path.
28189 if test "x$as_myself" = x; then
28190   as_myself=$0
28191 fi
28192 if test ! -f "$as_myself"; then
28193   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28194   { (exit 1); exit 1; }
28195 fi
28196
28197 # Work around bugs in pre-3.0 UWIN ksh.
28198 for as_var in ENV MAIL MAILPATH
28199 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28200 done
28201 PS1='$ '
28202 PS2='> '
28203 PS4='+ '
28204
28205 # NLS nuisances.
28206 LC_ALL=C
28207 export LC_ALL
28208 LANGUAGE=C
28209 export LANGUAGE
28210
28211 # Required to use basename.
28212 if expr a : '\(a\)' >/dev/null 2>&1 &&
28213    test "X`expr 00001 : '.*\(...\)'`" = X001; then
28214   as_expr=expr
28215 else
28216   as_expr=false
28217 fi
28218
28219 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28220   as_basename=basename
28221 else
28222   as_basename=false
28223 fi
28224
28225
28226 # Name of the executable.
28227 as_me=`$as_basename -- "$0" ||
28228 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28229          X"$0" : 'X\(//\)$' \| \
28230          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28231 $as_echo X/"$0" |
28232     sed '/^.*\/\([^/][^/]*\)\/*$/{
28233             s//\1/
28234             q
28235           }
28236           /^X\/\(\/\/\)$/{
28237             s//\1/
28238             q
28239           }
28240           /^X\/\(\/\).*/{
28241             s//\1/
28242             q
28243           }
28244           s/.*/./; q'`
28245
28246 # CDPATH.
28247 $as_unset CDPATH
28248
28249
28250
28251   as_lineno_1=$LINENO
28252   as_lineno_2=$LINENO
28253   test "x$as_lineno_1" != "x$as_lineno_2" &&
28254   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28255
28256   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28257   # uniformly replaced by the line number.  The first 'sed' inserts a
28258   # line-number line after each line using $LINENO; the second 'sed'
28259   # does the real work.  The second script uses 'N' to pair each
28260   # line-number line with the line containing $LINENO, and appends
28261   # trailing '-' during substitution so that $LINENO is not a special
28262   # case at line end.
28263   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28264   # scripts with optimization help from Paolo Bonzini.  Blame Lee
28265   # E. McMahon (1931-1989) for sed's syntax.  :-)
28266   sed -n '
28267     p
28268     /[$]LINENO/=
28269   ' <$as_myself |
28270     sed '
28271       s/[$]LINENO.*/&-/
28272       t lineno
28273       b
28274       :lineno
28275       N
28276       :loop
28277       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28278       t loop
28279       s/-\n.*//
28280     ' >$as_me.lineno &&
28281   chmod +x "$as_me.lineno" ||
28282     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28283    { (exit 1); exit 1; }; }
28284
28285   # Don't try to exec as it changes $[0], causing all sort of problems
28286   # (the dirname of $[0] is not the place where we might find the
28287   # original and so on.  Autoconf is especially sensitive to this).
28288   . "./$as_me.lineno"
28289   # Exit status is that of the last command.
28290   exit
28291 }
28292
28293
28294 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28295   as_dirname=dirname
28296 else
28297   as_dirname=false
28298 fi
28299
28300 ECHO_C= ECHO_N= ECHO_T=
28301 case `echo -n x` in
28302 -n*)
28303   case `echo 'x\c'` in
28304   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
28305   *)   ECHO_C='\c';;
28306   esac;;
28307 *)
28308   ECHO_N='-n';;
28309 esac
28310 if expr a : '\(a\)' >/dev/null 2>&1 &&
28311    test "X`expr 00001 : '.*\(...\)'`" = X001; then
28312   as_expr=expr
28313 else
28314   as_expr=false
28315 fi
28316
28317 rm -f conf$$ conf$$.exe conf$$.file
28318 if test -d conf$$.dir; then
28319   rm -f conf$$.dir/conf$$.file
28320 else
28321   rm -f conf$$.dir
28322   mkdir conf$$.dir 2>/dev/null
28323 fi
28324 if (echo >conf$$.file) 2>/dev/null; then
28325   if ln -s conf$$.file conf$$ 2>/dev/null; then
28326     as_ln_s='ln -s'
28327     # ... but there are two gotchas:
28328     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28329     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28330     # In both cases, we have to default to `cp -p'.
28331     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28332       as_ln_s='cp -p'
28333   elif ln conf$$.file conf$$ 2>/dev/null; then
28334     as_ln_s=ln
28335   else
28336     as_ln_s='cp -p'
28337   fi
28338 else
28339   as_ln_s='cp -p'
28340 fi
28341 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28342 rmdir conf$$.dir 2>/dev/null
28343
28344 if mkdir -p . 2>/dev/null; then
28345   as_mkdir_p=:
28346 else
28347   test -d ./-p && rmdir ./-p
28348   as_mkdir_p=false
28349 fi
28350
28351 if test -x / >/dev/null 2>&1; then
28352   as_test_x='test -x'
28353 else
28354   if ls -dL / >/dev/null 2>&1; then
28355     as_ls_L_option=L
28356   else
28357     as_ls_L_option=
28358   fi
28359   as_test_x='
28360     eval sh -c '\''
28361       if test -d "$1"; then
28362         test -d "$1/.";
28363       else
28364         case $1 in
28365         -*)set "./$1";;
28366         esac;
28367         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28368         ???[sx]*):;;*)false;;esac;fi
28369     '\'' sh
28370   '
28371 fi
28372 as_executable_p=$as_test_x
28373
28374 # Sed expression to map a string onto a valid CPP name.
28375 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28376
28377 # Sed expression to map a string onto a valid variable name.
28378 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28379
28380
28381 exec 6>&1
28382
28383 # Save the log message, to keep $[0] and so on meaningful, and to
28384 # report actual input values of CONFIG_FILES etc. instead of their
28385 # values after options handling.
28386 ac_log="
28387 This file was extended by Wine $as_me 1.1.14, which was
28388 generated by GNU Autoconf 2.63.  Invocation command line was
28389
28390   CONFIG_FILES    = $CONFIG_FILES
28391   CONFIG_HEADERS  = $CONFIG_HEADERS
28392   CONFIG_LINKS    = $CONFIG_LINKS
28393   CONFIG_COMMANDS = $CONFIG_COMMANDS
28394   $ $0 $@
28395
28396 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28397 "
28398
28399 _ACEOF
28400
28401 case $ac_config_files in *"
28402 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28403 esac
28404
28405 case $ac_config_headers in *"
28406 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28407 esac
28408
28409
28410 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28411 # Files that config.status was made for.
28412 config_files="$ac_config_files"
28413 config_headers="$ac_config_headers"
28414 config_commands="$ac_config_commands"
28415
28416 _ACEOF
28417
28418 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28419 ac_cs_usage="\
28420 \`$as_me' instantiates files from templates according to the
28421 current configuration.
28422
28423 Usage: $0 [OPTION]... [FILE]...
28424
28425   -h, --help       print this help, then exit
28426   -V, --version    print version number and configuration settings, then exit
28427   -q, --quiet, --silent
28428                    do not print progress messages
28429   -d, --debug      don't remove temporary files
28430       --recheck    update $as_me by reconfiguring in the same conditions
28431       --file=FILE[:TEMPLATE]
28432                    instantiate the configuration file FILE
28433       --header=FILE[:TEMPLATE]
28434                    instantiate the configuration header FILE
28435
28436 Configuration files:
28437 $config_files
28438
28439 Configuration headers:
28440 $config_headers
28441
28442 Configuration commands:
28443 $config_commands
28444
28445 Report bugs to <bug-autoconf@gnu.org>."
28446
28447 _ACEOF
28448 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28449 ac_cs_version="\\
28450 Wine config.status 1.1.14
28451 configured by $0, generated by GNU Autoconf 2.63,
28452   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28453
28454 Copyright (C) 2008 Free Software Foundation, Inc.
28455 This config.status script is free software; the Free Software Foundation
28456 gives unlimited permission to copy, distribute and modify it."
28457
28458 ac_pwd='$ac_pwd'
28459 srcdir='$srcdir'
28460 INSTALL='$INSTALL'
28461 test -n "\$AWK" || AWK=awk
28462 _ACEOF
28463
28464 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28465 # The default lists apply if the user does not specify any file.
28466 ac_need_defaults=:
28467 while test $# != 0
28468 do
28469   case $1 in
28470   --*=*)
28471     ac_option=`expr "X$1" : 'X\([^=]*\)='`
28472     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28473     ac_shift=:
28474     ;;
28475   *)
28476     ac_option=$1
28477     ac_optarg=$2
28478     ac_shift=shift
28479     ;;
28480   esac
28481
28482   case $ac_option in
28483   # Handling of the options.
28484   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28485     ac_cs_recheck=: ;;
28486   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28487     $as_echo "$ac_cs_version"; exit ;;
28488   --debug | --debu | --deb | --de | --d | -d )
28489     debug=: ;;
28490   --file | --fil | --fi | --f )
28491     $ac_shift
28492     case $ac_optarg in
28493     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28494     esac
28495     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28496     ac_need_defaults=false;;
28497   --header | --heade | --head | --hea )
28498     $ac_shift
28499     case $ac_optarg in
28500     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28501     esac
28502     CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28503     ac_need_defaults=false;;
28504   --he | --h)
28505     # Conflict between --help and --header
28506     { $as_echo "$as_me: error: ambiguous option: $1
28507 Try \`$0 --help' for more information." >&2
28508    { (exit 1); exit 1; }; };;
28509   --help | --hel | -h )
28510     $as_echo "$ac_cs_usage"; exit ;;
28511   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28512   | -silent | --silent | --silen | --sile | --sil | --si | --s)
28513     ac_cs_silent=: ;;
28514
28515   # This is an error.
28516   -*) { $as_echo "$as_me: error: unrecognized option: $1
28517 Try \`$0 --help' for more information." >&2
28518    { (exit 1); exit 1; }; } ;;
28519
28520   *) ac_config_targets="$ac_config_targets $1"
28521      ac_need_defaults=false ;;
28522
28523   esac
28524   shift
28525 done
28526
28527 ac_configure_extra_args=
28528
28529 if $ac_cs_silent; then
28530   exec 6>/dev/null
28531   ac_configure_extra_args="$ac_configure_extra_args --silent"
28532 fi
28533
28534 _ACEOF
28535 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28536 if \$ac_cs_recheck; then
28537   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28538   shift
28539   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28540   CONFIG_SHELL='$SHELL'
28541   export CONFIG_SHELL
28542   exec "\$@"
28543 fi
28544
28545 _ACEOF
28546 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28547 exec 5>>config.log
28548 {
28549   echo
28550   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28551 ## Running $as_me. ##
28552 _ASBOX
28553   $as_echo "$ac_log"
28554 } >&5
28555
28556 _ACEOF
28557 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28558 _ACEOF
28559
28560 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28561
28562 # Handling of arguments.
28563 for ac_config_target in $ac_config_targets
28564 do
28565   case $ac_config_target in
28566     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28567     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28568     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28569     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28570     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28571     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28572     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28573     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28574     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28575     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28576     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28577     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28578     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28579     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28580     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28581     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28582     "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28583     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28584     "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28585     "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28586     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28587     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28588     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28589     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28590     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28591     "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28592     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28593     "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
28594     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28595     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28596     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28597     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28598     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28599     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28600     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28601     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28602     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28603     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28604     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28605     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28606     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28607     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28608     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28609     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28610     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28611     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28612     "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28613     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28614     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28615     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28616     "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28617     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28618     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28619     "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28620     "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28621     "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28622     "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28623     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28624     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28625     "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28626     "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28627     "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28628     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28629     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28630     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28631     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28632     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28633     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28634     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28635     "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28636     "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28637     "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28638     "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28639     "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28640     "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28641     "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28642     "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28643     "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28644     "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28645     "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28646     "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28647     "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28648     "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28649     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28650     "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28651     "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28652     "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
28653     "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
28654     "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
28655     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28656     "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28657     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28658     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28659     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28660     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28661     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28662     "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
28663     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28664     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28665     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28666     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28667     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28668     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28669     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28670     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28671     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28672     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28673     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28674     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28675     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28676     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28677     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28678     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28679     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28680     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28681     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28682     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28683     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28684     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28685     "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28686     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28687     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28688     "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28689     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28690     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28691     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28692     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28693     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28694     "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28695     "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28696     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28697     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28698     "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28699     "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28700     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28701     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28702     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28703     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28704     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28705     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28706     "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28707     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28708     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28709     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28710     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28711     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28712     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28713     "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
28714     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28715     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28716     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28717     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28718     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28719     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28720     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28721     "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28722     "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28723     "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28724     "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28725     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28726     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28727     "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28728     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28729     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28730     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28731     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28732     "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28733     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28734     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28735     "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28736     "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28737     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28738     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28739     "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
28740     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28741     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28742     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28743     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28744     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28745     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28746     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28747     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28748     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28749     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28750     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28751     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28752     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28753     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28754     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28755     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28756     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28757     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28758     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28759     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28760     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28761     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28762     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28763     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28764     "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28765     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28766     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28767     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28768     "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
28769     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28770     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28771     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28772     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28773     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28774     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28775     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28776     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28777     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28778     "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28779     "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28780     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28781     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28782     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28783     "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
28784     "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28785     "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28786     "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28787     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28788     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28789     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28790     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28791     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28792     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28793     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28794     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28795     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28796     "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
28797     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28798     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28799     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28800     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28801     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28802     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28803     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28804     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28805     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28806     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28807     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28808     "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28809     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28810     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28811     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28812     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28813     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28814     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28815     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28816     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28817     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28818     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28819     "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28820     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28821     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28822     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28823     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28824     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28825     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28826     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28827     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28828     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28829     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28830     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28831     "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
28832     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28833     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28834     "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28835     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28836     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28837     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28838     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28839     "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28840     "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28841     "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28842     "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28843     "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28844     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28845     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28846     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28847     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28848     "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28849     "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
28850     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28851     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28852     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28853     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28854     "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28855     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28856     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28857     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28858     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28859     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28860     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28861     "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28862     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28863     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28864     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28865     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28866     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28867     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28868     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28869     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28870     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28871     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28872     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28873     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28874     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28875     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28876     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28877     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28878     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28879     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28880     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28881     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28882     "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28883     "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28884     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28885     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28886     "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28887     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28888     "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28889     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28890     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28891     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28892     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28893     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28894     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28895     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28896     "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
28897     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28898     "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
28899     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28900     "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
28901     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28902     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28903     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28904     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28905     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28906     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28907     "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28908     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28909     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28910     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28911     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28912     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28913     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28914     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28915     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28916     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28917     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28918     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28919     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28920     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28921     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28922     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28923     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28924     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28925     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28926     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28927     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28928     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28929     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28930     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28931     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28932     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28933     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28934     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28935     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28936     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28937     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28938     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
28939     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28940     "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28941     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
28942     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28943     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
28944     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28945     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28946     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
28947     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28948     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28949     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28950     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28951     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28952     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28953     "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28954     "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
28955     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28956     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
28957     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28958     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28959     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28960     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28961     "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
28962     "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28963     "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28964     "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
28965     "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
28966     "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
28967     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
28968     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
28969     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
28970     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
28971     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
28972     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
28973     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
28974     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
28975     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
28976     "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
28977     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
28978     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
28979     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
28980     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
28981     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
28982     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
28983     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
28984     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
28985     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
28986     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
28987     "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
28988     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
28989     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
28990     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
28991     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
28992     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
28993     "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
28994     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
28995     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
28996     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
28997     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
28998     "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
28999     "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29000     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29001     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29002     "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29003     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29004     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29005     "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29006     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29007     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29008     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29009     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29010     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29011     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29012     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29013     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29014     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29015     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29016     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29017     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29018     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29019     "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29020     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29021     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29022     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29023     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29024     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29025     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29026     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29027     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29028     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29029     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29030     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29031     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29032
29033   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29034 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29035    { (exit 1); exit 1; }; };;
29036   esac
29037 done
29038
29039
29040 # If the user did not use the arguments to specify the items to instantiate,
29041 # then the envvar interface is used.  Set only those that are not.
29042 # We use the long form for the default assignment because of an extremely
29043 # bizarre bug on SunOS 4.1.3.
29044 if $ac_need_defaults; then
29045   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29046   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29047   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29048 fi
29049
29050 # Have a temporary directory for convenience.  Make it in the build tree
29051 # simply because there is no reason against having it here, and in addition,
29052 # creating and moving files from /tmp can sometimes cause problems.
29053 # Hook for its removal unless debugging.
29054 # Note that there is a small window in which the directory will not be cleaned:
29055 # after its creation but before its name has been assigned to `$tmp'.
29056 $debug ||
29057 {
29058   tmp=
29059   trap 'exit_status=$?
29060   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29061 ' 0
29062   trap '{ (exit 1); exit 1; }' 1 2 13 15
29063 }
29064 # Create a (secure) tmp directory for tmp files.
29065
29066 {
29067   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29068   test -n "$tmp" && test -d "$tmp"
29069 }  ||
29070 {
29071   tmp=./conf$$-$RANDOM
29072   (umask 077 && mkdir "$tmp")
29073 } ||
29074 {
29075    $as_echo "$as_me: cannot create a temporary directory in ." >&2
29076    { (exit 1); exit 1; }
29077 }
29078
29079 # Set up the scripts for CONFIG_FILES section.
29080 # No need to generate them if there are no CONFIG_FILES.
29081 # This happens for instance with `./config.status config.h'.
29082 if test -n "$CONFIG_FILES"; then
29083
29084 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29085   ac_cs_awk_getline=:
29086   ac_cs_awk_pipe_init=
29087   ac_cs_awk_read_file='
29088       while ((getline aline < (F[key])) > 0)
29089         print(aline)
29090       close(F[key])'
29091   ac_cs_awk_pipe_fini=
29092 else
29093   ac_cs_awk_getline=false
29094   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29095   ac_cs_awk_read_file='
29096       print "|#_!!_#|"
29097       print "cat " F[key] " &&"
29098       '$ac_cs_awk_pipe_init
29099   # The final `:' finishes the AND list.
29100   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29101 fi
29102 ac_cr='\r'
29103 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29104 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29105   ac_cs_awk_cr='\\r'
29106 else
29107   ac_cs_awk_cr=$ac_cr
29108 fi
29109
29110 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29111 _ACEOF
29112
29113 # Create commands to substitute file output variables.
29114 {
29115   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29116   echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29117   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29118   echo "_ACAWK" &&
29119   echo "_ACEOF"
29120 } >conf$$files.sh &&
29121 . ./conf$$files.sh ||
29122   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29123 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29124    { (exit 1); exit 1; }; }
29125 rm -f conf$$files.sh
29126
29127 {
29128   echo "cat >conf$$subs.awk <<_ACEOF" &&
29129   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29130   echo "_ACEOF"
29131 } >conf$$subs.sh ||
29132   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29133 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29134    { (exit 1); exit 1; }; }
29135 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29136 ac_delim='%!_!# '
29137 for ac_last_try in false false false false false :; do
29138   . ./conf$$subs.sh ||
29139     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29140 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29141    { (exit 1); exit 1; }; }
29142
29143   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29144   if test $ac_delim_n = $ac_delim_num; then
29145     break
29146   elif $ac_last_try; then
29147     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29148 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29149    { (exit 1); exit 1; }; }
29150   else
29151     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29152   fi
29153 done
29154 rm -f conf$$subs.sh
29155
29156 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29157 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29158 _ACEOF
29159 sed -n '
29160 h
29161 s/^/S["/; s/!.*/"]=/
29162 p
29163 g
29164 s/^[^!]*!//
29165 :repl
29166 t repl
29167 s/'"$ac_delim"'$//
29168 t delim
29169 :nl
29170 h
29171 s/\(.\{148\}\).*/\1/
29172 t more1
29173 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29174 p
29175 n
29176 b repl
29177 :more1
29178 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29179 p
29180 g
29181 s/.\{148\}//
29182 t nl
29183 :delim
29184 h
29185 s/\(.\{148\}\).*/\1/
29186 t more2
29187 s/["\\]/\\&/g; s/^/"/; s/$/"/
29188 p
29189 b
29190 :more2
29191 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29192 p
29193 g
29194 s/.\{148\}//
29195 t delim
29196 ' <conf$$subs.awk | sed '
29197 /^[^""]/{
29198   N
29199   s/\n//
29200 }
29201 ' >>$CONFIG_STATUS || ac_write_fail=1
29202 rm -f conf$$subs.awk
29203 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29204 _ACAWK
29205 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29206   for (key in S) S_is_set[key] = 1
29207   FS = "\a"
29208   \$ac_cs_awk_pipe_init
29209 }
29210 {
29211   line = $ 0
29212   nfields = split(line, field, "@")
29213   substed = 0
29214   len = length(field[1])
29215   for (i = 2; i < nfields; i++) {
29216     key = field[i]
29217     keylen = length(key)
29218     if (S_is_set[key]) {
29219       value = S[key]
29220       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29221       len += length(value) + length(field[++i])
29222       substed = 1
29223     } else
29224       len += 1 + keylen
29225   }
29226   if (nfields == 3 && !substed) {
29227     key = field[2]
29228     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
29229       \$ac_cs_awk_read_file
29230       next
29231     }
29232   }
29233   print line
29234 }
29235 \$ac_cs_awk_pipe_fini
29236 _ACAWK
29237 _ACEOF
29238 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29239 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29240   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29241 else
29242   cat
29243 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29244   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29245 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29246    { (exit 1); exit 1; }; }
29247 _ACEOF
29248
29249 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29250 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29251 # trailing colons and then remove the whole line if VPATH becomes empty
29252 # (actually we leave an empty line to preserve line numbers).
29253 if test "x$srcdir" = x.; then
29254   ac_vpsub='/^[  ]*VPATH[        ]*=/{
29255 s/:*\$(srcdir):*/:/
29256 s/:*\${srcdir}:*/:/
29257 s/:*@srcdir@:*/:/
29258 s/^\([^=]*=[     ]*\):*/\1/
29259 s/:*$//
29260 s/^[^=]*=[       ]*$//
29261 }'
29262 fi
29263
29264 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29265 fi # test -n "$CONFIG_FILES"
29266
29267 # Set up the scripts for CONFIG_HEADERS section.
29268 # No need to generate them if there are no CONFIG_HEADERS.
29269 # This happens for instance with `./config.status Makefile'.
29270 if test -n "$CONFIG_HEADERS"; then
29271 cat >"$tmp/defines.awk" <<\_ACAWK ||
29272 BEGIN {
29273 _ACEOF
29274
29275 # Transform confdefs.h into an awk script `defines.awk', embedded as
29276 # here-document in config.status, that substitutes the proper values into
29277 # config.h.in to produce config.h.
29278
29279 # Create a delimiter string that does not exist in confdefs.h, to ease
29280 # handling of long lines.
29281 ac_delim='%!_!# '
29282 for ac_last_try in false false :; do
29283   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29284   if test -z "$ac_t"; then
29285     break
29286   elif $ac_last_try; then
29287     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
29288 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
29289    { (exit 1); exit 1; }; }
29290   else
29291     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29292   fi
29293 done
29294
29295 # For the awk script, D is an array of macro values keyed by name,
29296 # likewise P contains macro parameters if any.  Preserve backslash
29297 # newline sequences.
29298
29299 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29300 sed -n '
29301 s/.\{148\}/&'"$ac_delim"'/g
29302 t rset
29303 :rset
29304 s/^[     ]*#[    ]*define[       ][      ]*/ /
29305 t def
29306 d
29307 :def
29308 s/\\$//
29309 t bsnl
29310 s/["\\]/\\&/g
29311 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
29312 D["\1"]=" \3"/p
29313 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
29314 d
29315 :bsnl
29316 s/["\\]/\\&/g
29317 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
29318 D["\1"]=" \3\\\\\\n"\\/p
29319 t cont
29320 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29321 t cont
29322 d
29323 :cont
29324 n
29325 s/.\{148\}/&'"$ac_delim"'/g
29326 t clear
29327 :clear
29328 s/\\$//
29329 t bsnlc
29330 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29331 d
29332 :bsnlc
29333 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
29334 b cont
29335 ' <confdefs.h | sed '
29336 s/'"$ac_delim"'/"\\\
29337 "/g' >>$CONFIG_STATUS || ac_write_fail=1
29338
29339 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29340   for (key in D) D_is_set[key] = 1
29341   FS = "\a"
29342 }
29343 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
29344   line = \$ 0
29345   split(line, arg, " ")
29346   if (arg[1] == "#") {
29347     defundef = arg[2]
29348     mac1 = arg[3]
29349   } else {
29350     defundef = substr(arg[1], 2)
29351     mac1 = arg[2]
29352   }
29353   split(mac1, mac2, "(") #)
29354   macro = mac2[1]
29355   prefix = substr(line, 1, index(line, defundef) - 1)
29356   if (D_is_set[macro]) {
29357     # Preserve the white space surrounding the "#".
29358     print prefix "define", macro P[macro] D[macro]
29359     next
29360   } else {
29361     # Replace #undef with comments.  This is necessary, for example,
29362     # in the case of _POSIX_SOURCE, which is predefined and required
29363     # on some systems where configure will not decide to define it.
29364     if (defundef == "undef") {
29365       print "/*", prefix defundef, macro, "*/"
29366       next
29367     }
29368   }
29369 }
29370 { print }
29371 _ACAWK
29372 _ACEOF
29373 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29374   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29375 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29376    { (exit 1); exit 1; }; }
29377 fi # test -n "$CONFIG_HEADERS"
29378
29379
29380 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
29381 shift
29382 for ac_tag
29383 do
29384   case $ac_tag in
29385   :[FHLC]) ac_mode=$ac_tag; continue;;
29386   esac
29387   case $ac_mode$ac_tag in
29388   :[FHL]*:*);;
29389   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29390 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29391    { (exit 1); exit 1; }; };;
29392   :[FH]-) ac_tag=-:-;;
29393   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29394   esac
29395   ac_save_IFS=$IFS
29396   IFS=:
29397   set x $ac_tag
29398   IFS=$ac_save_IFS
29399   shift
29400   ac_file=$1
29401   shift
29402
29403   case $ac_mode in
29404   :L) ac_source=$1;;
29405   :[FH])
29406     ac_file_inputs=
29407     for ac_f
29408     do
29409       case $ac_f in
29410       -) ac_f="$tmp/stdin";;
29411       *) # Look for the file first in the build tree, then in the source tree
29412          # (if the path is not absolute).  The absolute path cannot be DOS-style,
29413          # because $ac_f cannot contain `:'.
29414          test -f "$ac_f" ||
29415            case $ac_f in
29416            [\\/$]*) false;;
29417            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29418            esac ||
29419            { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29420 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29421    { (exit 1); exit 1; }; };;
29422       esac
29423       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29424       ac_file_inputs="$ac_file_inputs '$ac_f'"
29425     done
29426
29427     # Let's still pretend it is `configure' which instantiates (i.e., don't
29428     # use $as_me), people would be surprised to read:
29429     #    /* config.h.  Generated by config.status.  */
29430     configure_input='Generated from '`
29431           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29432         `' by configure.'
29433     if test x"$ac_file" != x-; then
29434       configure_input="$ac_file.  $configure_input"
29435       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29436 $as_echo "$as_me: creating $ac_file" >&6;}
29437     fi
29438     # Neutralize special characters interpreted by sed in replacement strings.
29439     case $configure_input in #(
29440     *\&* | *\|* | *\\* )
29441        ac_sed_conf_input=`$as_echo "$configure_input" |
29442        sed 's/[\\\\&|]/\\\\&/g'`;; #(
29443     *) ac_sed_conf_input=$configure_input;;
29444     esac
29445
29446     case $ac_tag in
29447     *:-:* | *:-) cat >"$tmp/stdin" \
29448       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29449 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29450    { (exit 1); exit 1; }; } ;;
29451     esac
29452     ;;
29453   esac
29454
29455   ac_dir=`$as_dirname -- "$ac_file" ||
29456 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29457          X"$ac_file" : 'X\(//\)[^/]' \| \
29458          X"$ac_file" : 'X\(//\)$' \| \
29459          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29460 $as_echo X"$ac_file" |
29461     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29462             s//\1/
29463             q
29464           }
29465           /^X\(\/\/\)[^/].*/{
29466             s//\1/
29467             q
29468           }
29469           /^X\(\/\/\)$/{
29470             s//\1/
29471             q
29472           }
29473           /^X\(\/\).*/{
29474             s//\1/
29475             q
29476           }
29477           s/.*/./; q'`
29478   { as_dir="$ac_dir"
29479   case $as_dir in #(
29480   -*) as_dir=./$as_dir;;
29481   esac
29482   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29483     as_dirs=
29484     while :; do
29485       case $as_dir in #(
29486       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29487       *) as_qdir=$as_dir;;
29488       esac
29489       as_dirs="'$as_qdir' $as_dirs"
29490       as_dir=`$as_dirname -- "$as_dir" ||
29491 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29492          X"$as_dir" : 'X\(//\)[^/]' \| \
29493          X"$as_dir" : 'X\(//\)$' \| \
29494          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29495 $as_echo X"$as_dir" |
29496     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29497             s//\1/
29498             q
29499           }
29500           /^X\(\/\/\)[^/].*/{
29501             s//\1/
29502             q
29503           }
29504           /^X\(\/\/\)$/{
29505             s//\1/
29506             q
29507           }
29508           /^X\(\/\).*/{
29509             s//\1/
29510             q
29511           }
29512           s/.*/./; q'`
29513       test -d "$as_dir" && break
29514     done
29515     test -z "$as_dirs" || eval "mkdir $as_dirs"
29516   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29517 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29518    { (exit 1); exit 1; }; }; }
29519   ac_builddir=.
29520
29521 case "$ac_dir" in
29522 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29523 *)
29524   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29525   # A ".." for each directory in $ac_dir_suffix.
29526   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29527   case $ac_top_builddir_sub in
29528   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29529   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29530   esac ;;
29531 esac
29532 ac_abs_top_builddir=$ac_pwd
29533 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29534 # for backward compatibility:
29535 ac_top_builddir=$ac_top_build_prefix
29536
29537 case $srcdir in
29538   .)  # We are building in place.
29539     ac_srcdir=.
29540     ac_top_srcdir=$ac_top_builddir_sub
29541     ac_abs_top_srcdir=$ac_pwd ;;
29542   [\\/]* | ?:[\\/]* )  # Absolute name.
29543     ac_srcdir=$srcdir$ac_dir_suffix;
29544     ac_top_srcdir=$srcdir
29545     ac_abs_top_srcdir=$srcdir ;;
29546   *) # Relative name.
29547     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29548     ac_top_srcdir=$ac_top_build_prefix$srcdir
29549     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29550 esac
29551 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29552
29553
29554   case $ac_mode in
29555   :F)
29556   #
29557   # CONFIG_FILE
29558   #
29559
29560   case $INSTALL in
29561   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29562   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29563   esac
29564 _ACEOF
29565
29566 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29567 # If the template does not know about datarootdir, expand it.
29568 # FIXME: This hack should be removed a few years after 2.60.
29569 ac_datarootdir_hack=; ac_datarootdir_seen=
29570
29571 ac_sed_dataroot='
29572 /datarootdir/ {
29573   p
29574   q
29575 }
29576 /@datadir@/p
29577 /@docdir@/p
29578 /@infodir@/p
29579 /@localedir@/p
29580 /@mandir@/p
29581 '
29582 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
29583 *datarootdir*) ac_datarootdir_seen=yes;;
29584 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
29585   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
29586 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
29587 _ACEOF
29588 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29589   ac_datarootdir_hack='
29590   s&@datadir@&$datadir&g
29591   s&@docdir@&$docdir&g
29592   s&@infodir@&$infodir&g
29593   s&@localedir@&$localedir&g
29594   s&@mandir@&$mandir&g
29595     s&\\\${datarootdir}&$datarootdir&g' ;;
29596 esac
29597 _ACEOF
29598
29599 # Neutralize VPATH when `$srcdir' = `.'.
29600 # Shell code in configure.ac might set extrasub.
29601 # FIXME: do we really want to maintain this feature?
29602 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29603 ac_sed_extra="$ac_vpsub
29604 $extrasub
29605 _ACEOF
29606 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29607 :t
29608 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29609 s|@configure_input@|$ac_sed_conf_input|;t t
29610 s&@top_builddir@&$ac_top_builddir_sub&;t t
29611 s&@top_build_prefix@&$ac_top_build_prefix&;t t
29612 s&@srcdir@&$ac_srcdir&;t t
29613 s&@abs_srcdir@&$ac_abs_srcdir&;t t
29614 s&@top_srcdir@&$ac_top_srcdir&;t t
29615 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
29616 s&@builddir@&$ac_builddir&;t t
29617 s&@abs_builddir@&$ac_abs_builddir&;t t
29618 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
29619 s&@INSTALL@&$ac_INSTALL&;t t
29620 $ac_datarootdir_hack
29621 "
29622 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
29623 if $ac_cs_awk_getline; then
29624   $AWK -f "$tmp/subs.awk"
29625 else
29626   $AWK -f "$tmp/subs.awk" | $SHELL
29627 fi >$tmp/out \
29628   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29629 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29630    { (exit 1); exit 1; }; }
29631
29632 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29633   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
29634   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
29635   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29636 which seems to be undefined.  Please make sure it is defined." >&5
29637 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29638 which seems to be undefined.  Please make sure it is defined." >&2;}
29639
29640   rm -f "$tmp/stdin"
29641   case $ac_file in
29642   -) cat "$tmp/out" && rm -f "$tmp/out";;
29643   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
29644   esac \
29645   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29646 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29647    { (exit 1); exit 1; }; }
29648  ;;
29649   :H)
29650   #
29651   # CONFIG_HEADER
29652   #
29653   if test x"$ac_file" != x-; then
29654     {
29655       $as_echo "/* $configure_input  */" \
29656       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
29657     } >"$tmp/config.h" \
29658       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29659 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29660    { (exit 1); exit 1; }; }
29661     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
29662       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29663 $as_echo "$as_me: $ac_file is unchanged" >&6;}
29664     else
29665       rm -f "$ac_file"
29666       mv "$tmp/config.h" "$ac_file" \
29667         || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29668 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29669    { (exit 1); exit 1; }; }
29670     fi
29671   else
29672     $as_echo "/* $configure_input  */" \
29673       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
29674       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
29675 $as_echo "$as_me: error: could not create -" >&2;}
29676    { (exit 1); exit 1; }; }
29677   fi
29678  ;;
29679
29680   :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
29681 $as_echo "$as_me: executing $ac_file commands" >&6;}
29682  ;;
29683   esac
29684
29685
29686   case $ac_file$ac_mode in
29687     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29688     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29689 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29690     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29691 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29692     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29693 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29694     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29695 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29696     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29697 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29698     "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
29699 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29700
29701   esac
29702 done # for ac_tag
29703
29704
29705 { (exit 0); exit 0; }
29706 _ACEOF
29707 chmod +x $CONFIG_STATUS
29708 ac_clean_files=$ac_clean_files_save
29709
29710 test $ac_write_fail = 0 ||
29711   { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
29712 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
29713    { (exit 1); exit 1; }; }
29714
29715
29716 # configure is writing to config.log, and then calls config.status.
29717 # config.status does its own redirection, appending to config.log.
29718 # Unfortunately, on DOS this fails, as config.log is still kept open
29719 # by configure, so config.status won't be able to write to it; its
29720 # output is simply discarded.  So we exec the FD to /dev/null,
29721 # effectively closing config.log, so it can be properly (re)opened and
29722 # appended to by config.status.  When coming back to configure, we
29723 # need to make the FD available again.
29724 if test "$no_create" != yes; then
29725   ac_cs_success=:
29726   ac_config_status_args=
29727   test "$silent" = yes &&
29728     ac_config_status_args="$ac_config_status_args --quiet"
29729   exec 5>/dev/null
29730   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29731   exec 5>>config.log
29732   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29733   # would make configure fail if this is the last instruction.
29734   $ac_cs_success || { (exit 1); exit 1; }
29735 fi
29736 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
29737   { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
29738 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
29739 fi
29740
29741
29742 if test "$no_create" = "yes"
29743 then
29744   exit 0
29745 fi
29746
29747 ac_save_IFS="$IFS"
29748 if test "x$wine_notices != "x; then
29749     echo >&6
29750     IFS="|"
29751     for msg in $wine_notices; do
29752         IFS="$ac_save_IFS"
29753         if test -n "$msg"; then
29754             { $as_echo "$as_me:$LINENO: $msg" >&5
29755 $as_echo "$as_me: $msg" >&6;}
29756         fi
29757     done
29758 fi
29759 IFS="|"
29760 for msg in $wine_warnings; do
29761     IFS="$ac_save_IFS"
29762     if test -n "$msg"; then
29763         echo >&2
29764         { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
29765 $as_echo "$as_me: WARNING: $msg" >&2;}
29766     fi
29767 done
29768 IFS="$ac_save_IFS"
29769
29770 echo "
29771 $as_me: Finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine.
29772 " >&6
29773