dxgi: Add a test for DXGID3D10CreateDevice().
[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.8.
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.8'
600 PACKAGE_STRING='Wine 1.1.8'
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 XSLTLIBS
686 XML2INCL
687 XML2LIBS
688 NASLIBS
689 CROSSTEST
690 CROSSWINDRES
691 CROSSCC
692 CARBONLIB
693 COREAUDIO
694 DISKARBITRATIONLIB
695 LDEXECFLAGS
696 IOKITLIB
697 COREFOUNDATIONLIB
698 SECURITYLIB
699 MINGWAR
700 DLLWRAP
701 DLLTOOL
702 LDD
703 LDRPATH_LOCAL
704 LDRPATH_INSTALL
705 IMPLIBEXT
706 LIBEXT
707 LDDLLFLAGS
708 LDSHARED
709 DLLFLAGS
710 DLLEXT
711 OPENGL_LIBS
712 XLIB
713 LIBPTHREAD
714 PRELINK
715 ICOTOOL
716 RSVG
717 PKG_CONFIG
718 FONTFORGE
719 LINTFLAGS
720 LINT
721 INSTALL_DATA
722 INSTALL_SCRIPT
723 INSTALL_PROGRAM
724 LDCONFIG
725 EGREP
726 GREP
727 LN
728 LN_S
729 WINDRES
730 STRIP
731 RANLIB
732 ARFLAGS
733 ac_ct_AR
734 AR
735 ac_ct_NM
736 NM
737 ac_ct_LD
738 LD
739 ac_ct_AS
740 AS
741 BISON
742 FLEX
743 X_EXTRA_LIBS
744 X_LIBS
745 X_PRE_LIBS
746 X_CFLAGS
747 CPP
748 XMKMF
749 TOOLSDIR
750 CPPBIN
751 ac_ct_CXX
752 CXXFLAGS
753 CXX
754 OBJEXT
755 EXEEXT
756 ac_ct_CC
757 CPPFLAGS
758 LDFLAGS
759 CFLAGS
760 CC
761 SET_MAKE
762 WIN16_INSTALL
763 WIN16_FILES
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_maintainer_mode
820 with_alsa
821 with_audioio
822 with_capi
823 with_cms
824 with_coreaudio
825 with_cups
826 with_curses
827 with_esd
828 with_fontconfig
829 with_freetype
830 with_gphoto
831 with_glu
832 with_gnutls
833 with_hal
834 with_jack
835 with_jpeg
836 with_ldap
837 with_nas
838 with_opengl
839 with_openssl
840 with_oss
841 with_png
842 with_sane
843 with_xcomposite
844 with_xcursor
845 with_xinerama
846 with_xinput
847 with_xml
848 with_xrandr
849 with_xrender
850 with_xshape
851 with_xshm
852 with_xslt
853 with_xxf86vm
854 with_wine_tools
855 with_x
856 '
857       ac_precious_vars='build_alias
858 host_alias
859 target_alias
860 CC
861 CFLAGS
862 LDFLAGS
863 LIBS
864 CPPFLAGS
865 CXX
866 CXXFLAGS
867 CCC
868 XMKMF
869 CPP'
870
871
872 # Initialize some variables set by options.
873 ac_init_help=
874 ac_init_version=false
875 ac_unrecognized_opts=
876 ac_unrecognized_sep=
877 # The variables have the same names as the options, with
878 # dashes changed to underlines.
879 cache_file=/dev/null
880 exec_prefix=NONE
881 no_create=
882 no_recursion=
883 prefix=NONE
884 program_prefix=NONE
885 program_suffix=NONE
886 program_transform_name=s,x,x,
887 silent=
888 site=
889 srcdir=
890 verbose=
891 x_includes=NONE
892 x_libraries=NONE
893
894 # Installation directory options.
895 # These are left unexpanded so users can "make install exec_prefix=/foo"
896 # and all the variables that are supposed to be based on exec_prefix
897 # by default will actually change.
898 # Use braces instead of parens because sh, perl, etc. also accept them.
899 # (The list follows the same order as the GNU Coding Standards.)
900 bindir='${exec_prefix}/bin'
901 sbindir='${exec_prefix}/sbin'
902 libexecdir='${exec_prefix}/libexec'
903 datarootdir='${prefix}/share'
904 datadir='${datarootdir}'
905 sysconfdir='${prefix}/etc'
906 sharedstatedir='${prefix}/com'
907 localstatedir='${prefix}/var'
908 includedir='${prefix}/include'
909 oldincludedir='/usr/include'
910 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
911 infodir='${datarootdir}/info'
912 htmldir='${docdir}'
913 dvidir='${docdir}'
914 pdfdir='${docdir}'
915 psdir='${docdir}'
916 libdir='${exec_prefix}/lib'
917 localedir='${datarootdir}/locale'
918 mandir='${datarootdir}/man'
919
920 ac_prev=
921 ac_dashdash=
922 for ac_option
923 do
924   # If the previous option needs an argument, assign it.
925   if test -n "$ac_prev"; then
926     eval $ac_prev=\$ac_option
927     ac_prev=
928     continue
929   fi
930
931   case $ac_option in
932   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
933   *)    ac_optarg=yes ;;
934   esac
935
936   # Accept the important Cygnus configure options, so we can diagnose typos.
937
938   case $ac_dashdash$ac_option in
939   --)
940     ac_dashdash=yes ;;
941
942   -bindir | --bindir | --bindi | --bind | --bin | --bi)
943     ac_prev=bindir ;;
944   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
945     bindir=$ac_optarg ;;
946
947   -build | --build | --buil | --bui | --bu)
948     ac_prev=build_alias ;;
949   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
950     build_alias=$ac_optarg ;;
951
952   -cache-file | --cache-file | --cache-fil | --cache-fi \
953   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
954     ac_prev=cache_file ;;
955   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
956   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
957     cache_file=$ac_optarg ;;
958
959   --config-cache | -C)
960     cache_file=config.cache ;;
961
962   -datadir | --datadir | --datadi | --datad)
963     ac_prev=datadir ;;
964   -datadir=* | --datadir=* | --datadi=* | --datad=*)
965     datadir=$ac_optarg ;;
966
967   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
968   | --dataroo | --dataro | --datar)
969     ac_prev=datarootdir ;;
970   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
971   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
972     datarootdir=$ac_optarg ;;
973
974   -disable-* | --disable-*)
975     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
976     # Reject names that are not valid shell variable names.
977     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
978       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
979    { (exit 1); exit 1; }; }
980     ac_useropt_orig=$ac_useropt
981     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
982     case $ac_user_opts in
983       *"
984 "enable_$ac_useropt"
985 "*) ;;
986       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
987          ac_unrecognized_sep=', ';;
988     esac
989     eval enable_$ac_useropt=no ;;
990
991   -docdir | --docdir | --docdi | --doc | --do)
992     ac_prev=docdir ;;
993   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
994     docdir=$ac_optarg ;;
995
996   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
997     ac_prev=dvidir ;;
998   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
999     dvidir=$ac_optarg ;;
1000
1001   -enable-* | --enable-*)
1002     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1003     # Reject names that are not valid shell variable names.
1004     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1005       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1006    { (exit 1); exit 1; }; }
1007     ac_useropt_orig=$ac_useropt
1008     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1009     case $ac_user_opts in
1010       *"
1011 "enable_$ac_useropt"
1012 "*) ;;
1013       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1014          ac_unrecognized_sep=', ';;
1015     esac
1016     eval enable_$ac_useropt=\$ac_optarg ;;
1017
1018   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1019   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1020   | --exec | --exe | --ex)
1021     ac_prev=exec_prefix ;;
1022   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1023   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1024   | --exec=* | --exe=* | --ex=*)
1025     exec_prefix=$ac_optarg ;;
1026
1027   -gas | --gas | --ga | --g)
1028     # Obsolete; use --with-gas.
1029     with_gas=yes ;;
1030
1031   -help | --help | --hel | --he | -h)
1032     ac_init_help=long ;;
1033   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1034     ac_init_help=recursive ;;
1035   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1036     ac_init_help=short ;;
1037
1038   -host | --host | --hos | --ho)
1039     ac_prev=host_alias ;;
1040   -host=* | --host=* | --hos=* | --ho=*)
1041     host_alias=$ac_optarg ;;
1042
1043   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1044     ac_prev=htmldir ;;
1045   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1046   | --ht=*)
1047     htmldir=$ac_optarg ;;
1048
1049   -includedir | --includedir | --includedi | --included | --include \
1050   | --includ | --inclu | --incl | --inc)
1051     ac_prev=includedir ;;
1052   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1053   | --includ=* | --inclu=* | --incl=* | --inc=*)
1054     includedir=$ac_optarg ;;
1055
1056   -infodir | --infodir | --infodi | --infod | --info | --inf)
1057     ac_prev=infodir ;;
1058   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1059     infodir=$ac_optarg ;;
1060
1061   -libdir | --libdir | --libdi | --libd)
1062     ac_prev=libdir ;;
1063   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1064     libdir=$ac_optarg ;;
1065
1066   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1067   | --libexe | --libex | --libe)
1068     ac_prev=libexecdir ;;
1069   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1070   | --libexe=* | --libex=* | --libe=*)
1071     libexecdir=$ac_optarg ;;
1072
1073   -localedir | --localedir | --localedi | --localed | --locale)
1074     ac_prev=localedir ;;
1075   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1076     localedir=$ac_optarg ;;
1077
1078   -localstatedir | --localstatedir | --localstatedi | --localstated \
1079   | --localstate | --localstat | --localsta | --localst | --locals)
1080     ac_prev=localstatedir ;;
1081   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1082   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1083     localstatedir=$ac_optarg ;;
1084
1085   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1086     ac_prev=mandir ;;
1087   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1088     mandir=$ac_optarg ;;
1089
1090   -nfp | --nfp | --nf)
1091     # Obsolete; use --without-fp.
1092     with_fp=no ;;
1093
1094   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1095   | --no-cr | --no-c | -n)
1096     no_create=yes ;;
1097
1098   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1099   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1100     no_recursion=yes ;;
1101
1102   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1103   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1104   | --oldin | --oldi | --old | --ol | --o)
1105     ac_prev=oldincludedir ;;
1106   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1107   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1108   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1109     oldincludedir=$ac_optarg ;;
1110
1111   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1112     ac_prev=prefix ;;
1113   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1114     prefix=$ac_optarg ;;
1115
1116   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1117   | --program-pre | --program-pr | --program-p)
1118     ac_prev=program_prefix ;;
1119   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1120   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1121     program_prefix=$ac_optarg ;;
1122
1123   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1124   | --program-suf | --program-su | --program-s)
1125     ac_prev=program_suffix ;;
1126   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1127   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1128     program_suffix=$ac_optarg ;;
1129
1130   -program-transform-name | --program-transform-name \
1131   | --program-transform-nam | --program-transform-na \
1132   | --program-transform-n | --program-transform- \
1133   | --program-transform | --program-transfor \
1134   | --program-transfo | --program-transf \
1135   | --program-trans | --program-tran \
1136   | --progr-tra | --program-tr | --program-t)
1137     ac_prev=program_transform_name ;;
1138   -program-transform-name=* | --program-transform-name=* \
1139   | --program-transform-nam=* | --program-transform-na=* \
1140   | --program-transform-n=* | --program-transform-=* \
1141   | --program-transform=* | --program-transfor=* \
1142   | --program-transfo=* | --program-transf=* \
1143   | --program-trans=* | --program-tran=* \
1144   | --progr-tra=* | --program-tr=* | --program-t=*)
1145     program_transform_name=$ac_optarg ;;
1146
1147   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1148     ac_prev=pdfdir ;;
1149   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1150     pdfdir=$ac_optarg ;;
1151
1152   -psdir | --psdir | --psdi | --psd | --ps)
1153     ac_prev=psdir ;;
1154   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1155     psdir=$ac_optarg ;;
1156
1157   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1158   | -silent | --silent | --silen | --sile | --sil)
1159     silent=yes ;;
1160
1161   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1162     ac_prev=sbindir ;;
1163   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1164   | --sbi=* | --sb=*)
1165     sbindir=$ac_optarg ;;
1166
1167   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1168   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1169   | --sharedst | --shareds | --shared | --share | --shar \
1170   | --sha | --sh)
1171     ac_prev=sharedstatedir ;;
1172   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1173   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1174   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1175   | --sha=* | --sh=*)
1176     sharedstatedir=$ac_optarg ;;
1177
1178   -site | --site | --sit)
1179     ac_prev=site ;;
1180   -site=* | --site=* | --sit=*)
1181     site=$ac_optarg ;;
1182
1183   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1184     ac_prev=srcdir ;;
1185   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1186     srcdir=$ac_optarg ;;
1187
1188   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1189   | --syscon | --sysco | --sysc | --sys | --sy)
1190     ac_prev=sysconfdir ;;
1191   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1192   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1193     sysconfdir=$ac_optarg ;;
1194
1195   -target | --target | --targe | --targ | --tar | --ta | --t)
1196     ac_prev=target_alias ;;
1197   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1198     target_alias=$ac_optarg ;;
1199
1200   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1201     verbose=yes ;;
1202
1203   -version | --version | --versio | --versi | --vers | -V)
1204     ac_init_version=: ;;
1205
1206   -with-* | --with-*)
1207     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1208     # Reject names that are not valid shell variable names.
1209     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1210       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1211    { (exit 1); exit 1; }; }
1212     ac_useropt_orig=$ac_useropt
1213     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1214     case $ac_user_opts in
1215       *"
1216 "with_$ac_useropt"
1217 "*) ;;
1218       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1219          ac_unrecognized_sep=', ';;
1220     esac
1221     eval with_$ac_useropt=\$ac_optarg ;;
1222
1223   -without-* | --without-*)
1224     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1225     # Reject names that are not valid shell variable names.
1226     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1227       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1228    { (exit 1); exit 1; }; }
1229     ac_useropt_orig=$ac_useropt
1230     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1231     case $ac_user_opts in
1232       *"
1233 "with_$ac_useropt"
1234 "*) ;;
1235       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1236          ac_unrecognized_sep=', ';;
1237     esac
1238     eval with_$ac_useropt=no ;;
1239
1240   --x)
1241     # Obsolete; use --with-x.
1242     with_x=yes ;;
1243
1244   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1245   | --x-incl | --x-inc | --x-in | --x-i)
1246     ac_prev=x_includes ;;
1247   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1248   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1249     x_includes=$ac_optarg ;;
1250
1251   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1252   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1253     ac_prev=x_libraries ;;
1254   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1255   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1256     x_libraries=$ac_optarg ;;
1257
1258   -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1259 Try \`$0 --help' for more information." >&2
1260    { (exit 1); exit 1; }; }
1261     ;;
1262
1263   *=*)
1264     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1265     # Reject names that are not valid shell variable names.
1266     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1267       { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1268    { (exit 1); exit 1; }; }
1269     eval $ac_envvar=\$ac_optarg
1270     export $ac_envvar ;;
1271
1272   *)
1273     # FIXME: should be removed in autoconf 3.0.
1274     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1275     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1276       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1277     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1278     ;;
1279
1280   esac
1281 done
1282
1283 if test -n "$ac_prev"; then
1284   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1285   { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1286    { (exit 1); exit 1; }; }
1287 fi
1288
1289 if test -n "$ac_unrecognized_opts"; then
1290   case $enable_option_checking in
1291     no) ;;
1292     fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1293    { (exit 1); exit 1; }; } ;;
1294     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1295   esac
1296 fi
1297
1298 # Check all directory arguments for consistency.
1299 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1300                 datadir sysconfdir sharedstatedir localstatedir includedir \
1301                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1302                 libdir localedir mandir
1303 do
1304   eval ac_val=\$$ac_var
1305   # Remove trailing slashes.
1306   case $ac_val in
1307     */ )
1308       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1309       eval $ac_var=\$ac_val;;
1310   esac
1311   # Be sure to have absolute directory names.
1312   case $ac_val in
1313     [\\/$]* | ?:[\\/]* )  continue;;
1314     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1315   esac
1316   { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1317    { (exit 1); exit 1; }; }
1318 done
1319
1320 # There might be people who depend on the old broken behavior: `$host'
1321 # used to hold the argument of --host etc.
1322 # FIXME: To remove some day.
1323 build=$build_alias
1324 host=$host_alias
1325 target=$target_alias
1326
1327 # FIXME: To remove some day.
1328 if test "x$host_alias" != x; then
1329   if test "x$build_alias" = x; then
1330     cross_compiling=maybe
1331     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1332     If a cross compiler is detected then cross compile mode will be used." >&2
1333   elif test "x$build_alias" != "x$host_alias"; then
1334     cross_compiling=yes
1335   fi
1336 fi
1337
1338 ac_tool_prefix=
1339 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1340
1341 test "$silent" = yes && exec 6>/dev/null
1342
1343
1344 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1345 ac_ls_di=`ls -di .` &&
1346 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1347   { $as_echo "$as_me: error: working directory cannot be determined" >&2
1348    { (exit 1); exit 1; }; }
1349 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1350   { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1351    { (exit 1); exit 1; }; }
1352
1353
1354 # Find the source files, if location was not specified.
1355 if test -z "$srcdir"; then
1356   ac_srcdir_defaulted=yes
1357   # Try the directory containing this script, then the parent directory.
1358   ac_confdir=`$as_dirname -- "$as_myself" ||
1359 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1360          X"$as_myself" : 'X\(//\)[^/]' \| \
1361          X"$as_myself" : 'X\(//\)$' \| \
1362          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1363 $as_echo X"$as_myself" |
1364     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1365             s//\1/
1366             q
1367           }
1368           /^X\(\/\/\)[^/].*/{
1369             s//\1/
1370             q
1371           }
1372           /^X\(\/\/\)$/{
1373             s//\1/
1374             q
1375           }
1376           /^X\(\/\).*/{
1377             s//\1/
1378             q
1379           }
1380           s/.*/./; q'`
1381   srcdir=$ac_confdir
1382   if test ! -r "$srcdir/$ac_unique_file"; then
1383     srcdir=..
1384   fi
1385 else
1386   ac_srcdir_defaulted=no
1387 fi
1388 if test ! -r "$srcdir/$ac_unique_file"; then
1389   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1390   { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1391    { (exit 1); exit 1; }; }
1392 fi
1393 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1394 ac_abs_confdir=`(
1395         cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1396    { (exit 1); exit 1; }; }
1397         pwd)`
1398 # When building in place, set srcdir=.
1399 if test "$ac_abs_confdir" = "$ac_pwd"; then
1400   srcdir=.
1401 fi
1402 # Remove unnecessary trailing slashes from srcdir.
1403 # Double slashes in file names in object file debugging info
1404 # mess up M-x gdb in Emacs.
1405 case $srcdir in
1406 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1407 esac
1408 for ac_var in $ac_precious_vars; do
1409   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1410   eval ac_env_${ac_var}_value=\$${ac_var}
1411   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1412   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1413 done
1414
1415 #
1416 # Report the --help message.
1417 #
1418 if test "$ac_init_help" = "long"; then
1419   # Omit some internal or obsolete options to make the list less imposing.
1420   # This message is too long to be a string in the A/UX 3.1 sh.
1421   cat <<_ACEOF
1422 \`configure' configures Wine 1.1.8 to adapt to many kinds of systems.
1423
1424 Usage: $0 [OPTION]... [VAR=VALUE]...
1425
1426 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1427 VAR=VALUE.  See below for descriptions of some of the useful variables.
1428
1429 Defaults for the options are specified in brackets.
1430
1431 Configuration:
1432   -h, --help              display this help and exit
1433       --help=short        display options specific to this package
1434       --help=recursive    display the short help of all the included packages
1435   -V, --version           display version information and exit
1436   -q, --quiet, --silent   do not print \`checking...' messages
1437       --cache-file=FILE   cache test results in FILE [disabled]
1438   -C, --config-cache      alias for \`--cache-file=config.cache'
1439   -n, --no-create         do not create output files
1440       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1441
1442 Installation directories:
1443   --prefix=PREFIX         install architecture-independent files in PREFIX
1444                           [$ac_default_prefix]
1445   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1446                           [PREFIX]
1447
1448 By default, \`make install' will install all the files in
1449 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1450 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1451 for instance \`--prefix=\$HOME'.
1452
1453 For better control, use the options below.
1454
1455 Fine tuning of the installation directories:
1456   --bindir=DIR            user executables [EPREFIX/bin]
1457   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1458   --libexecdir=DIR        program executables [EPREFIX/libexec]
1459   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1460   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1461   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1462   --libdir=DIR            object code libraries [EPREFIX/lib]
1463   --includedir=DIR        C header files [PREFIX/include]
1464   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1465   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1466   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1467   --infodir=DIR           info documentation [DATAROOTDIR/info]
1468   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1469   --mandir=DIR            man documentation [DATAROOTDIR/man]
1470   --docdir=DIR            documentation root [DATAROOTDIR/doc/wine]
1471   --htmldir=DIR           html documentation [DOCDIR]
1472   --dvidir=DIR            dvi documentation [DOCDIR]
1473   --pdfdir=DIR            pdf documentation [DOCDIR]
1474   --psdir=DIR             ps documentation [DOCDIR]
1475 _ACEOF
1476
1477   cat <<\_ACEOF
1478
1479 X features:
1480   --x-includes=DIR    X include files are in DIR
1481   --x-libraries=DIR   X library files are in DIR
1482
1483 System types:
1484   --build=BUILD     configure for building on BUILD [guessed]
1485   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1486 _ACEOF
1487 fi
1488
1489 if test -n "$ac_init_help"; then
1490   case $ac_init_help in
1491      short | recursive ) echo "Configuration of Wine 1.1.8:";;
1492    esac
1493   cat <<\_ACEOF
1494
1495 Optional Features:
1496   --disable-option-checking  ignore unrecognized --enable/--with options
1497   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1498   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1499   --disable-win16         do not include Win16 support
1500   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
1501                           binaries)
1502   --enable-maintainer-mode
1503                           enable maintainer-specific build rules
1504
1505 Optional Packages:
1506   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1507   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1508   --without-alsa          do not use the Alsa sound support
1509   --without-audioio       do not use the AudioIO sound support
1510   --without-capi          do not use CAPI (ISDN support)
1511   --without-cms           do not use CMS (color management support)
1512   --without-coreaudio     do not use the CoreAudio sound support
1513   --without-cups          do not use CUPS
1514   --without-curses        do not use (n)curses
1515   --without-esd           do not use the EsounD sound support
1516   --without-fontconfig    do not use fontconfig
1517   --without-freetype      do not use the FreeType library
1518   --without-gphoto        do not use gphoto (Digital Camera support)
1519   --without-glu           do not use the GLU library
1520   --without-gnutls        do not use GnuTLS (schannel support)
1521   --without-hal           do not use HAL (dynamic device support)
1522   --without-jack          do not use the Jack sound support
1523   --without-jpeg          do not use JPEG
1524   --without-ldap          do not use LDAP
1525   --without-nas           do not use the NAS sound support
1526   --without-opengl        do not use OpenGL
1527   --without-openssl       do not use OpenSSL
1528   --without-oss           do not use the OSS sound support
1529   --without-png           do not use PNG
1530   --without-sane          do not use SANE (scanner support)
1531   --without-xcomposite    do not use the Xcomposite extension
1532   --without-xcursor       do not use the Xcursor extension
1533   --without-xinerama      do not use Xinerama (multi-monitor support)
1534   --without-xinput        do not use the Xinput extension
1535   --without-xml           do not use XML
1536   --without-xrandr        do not use Xrandr (resolution changes)
1537   --without-xrender       do not use the Xrender extension
1538   --without-xshape        do not use the Xshape extension
1539   --without-xshm          do not use XShm (shared memory extension)
1540   --without-xslt          do not use XSLT
1541   --without-xxf86vm       do not use XFree video mode extension
1542   --with-wine-tools=DIR   use Wine tools from directory DIR
1543   --with-x                use the X Window System
1544
1545 Some influential environment variables:
1546   CC          C compiler command
1547   CFLAGS      C compiler flags
1548   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1549               nonstandard directory <lib dir>
1550   LIBS        libraries to pass to the linker, e.g. -l<library>
1551   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1552               you have headers in a nonstandard directory <include dir>
1553   CXX         C++ compiler command
1554   CXXFLAGS    C++ compiler flags
1555   XMKMF       Path to xmkmf, Makefile generator for X Window System
1556   CPP         C preprocessor
1557
1558 Use these variables to override the choices made by `configure' or to help
1559 it to find libraries and programs with nonstandard names/locations.
1560
1561 Report bugs to <wine-devel@winehq.org>.
1562 _ACEOF
1563 ac_status=$?
1564 fi
1565
1566 if test "$ac_init_help" = "recursive"; then
1567   # If there are subdirs, report their specific --help.
1568   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1569     test -d "$ac_dir" ||
1570       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1571       continue
1572     ac_builddir=.
1573
1574 case "$ac_dir" in
1575 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1576 *)
1577   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1578   # A ".." for each directory in $ac_dir_suffix.
1579   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1580   case $ac_top_builddir_sub in
1581   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1582   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1583   esac ;;
1584 esac
1585 ac_abs_top_builddir=$ac_pwd
1586 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1587 # for backward compatibility:
1588 ac_top_builddir=$ac_top_build_prefix
1589
1590 case $srcdir in
1591   .)  # We are building in place.
1592     ac_srcdir=.
1593     ac_top_srcdir=$ac_top_builddir_sub
1594     ac_abs_top_srcdir=$ac_pwd ;;
1595   [\\/]* | ?:[\\/]* )  # Absolute name.
1596     ac_srcdir=$srcdir$ac_dir_suffix;
1597     ac_top_srcdir=$srcdir
1598     ac_abs_top_srcdir=$srcdir ;;
1599   *) # Relative name.
1600     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1601     ac_top_srcdir=$ac_top_build_prefix$srcdir
1602     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1603 esac
1604 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1605
1606     cd "$ac_dir" || { ac_status=$?; continue; }
1607     # Check for guested configure.
1608     if test -f "$ac_srcdir/configure.gnu"; then
1609       echo &&
1610       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1611     elif test -f "$ac_srcdir/configure"; then
1612       echo &&
1613       $SHELL "$ac_srcdir/configure" --help=recursive
1614     else
1615       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1616     fi || ac_status=$?
1617     cd "$ac_pwd" || { ac_status=$?; break; }
1618   done
1619 fi
1620
1621 test -n "$ac_init_help" && exit $ac_status
1622 if $ac_init_version; then
1623   cat <<\_ACEOF
1624 Wine configure 1.1.8
1625 generated by GNU Autoconf 2.63
1626
1627 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1628 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1629 This configure script is free software; the Free Software Foundation
1630 gives unlimited permission to copy, distribute and modify it.
1631 _ACEOF
1632   exit
1633 fi
1634 cat >config.log <<_ACEOF
1635 This file contains any messages produced by compilers while
1636 running configure, to aid debugging if configure makes a mistake.
1637
1638 It was created by Wine $as_me 1.1.8, which was
1639 generated by GNU Autoconf 2.63.  Invocation command line was
1640
1641   $ $0 $@
1642
1643 _ACEOF
1644 exec 5>>config.log
1645 {
1646 cat <<_ASUNAME
1647 ## --------- ##
1648 ## Platform. ##
1649 ## --------- ##
1650
1651 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1652 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1653 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1654 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1655 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1656
1657 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1658 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1659
1660 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1661 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1662 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1663 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1664 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1665 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1666 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1667
1668 _ASUNAME
1669
1670 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1671 for as_dir in $PATH
1672 do
1673   IFS=$as_save_IFS
1674   test -z "$as_dir" && as_dir=.
1675   $as_echo "PATH: $as_dir"
1676 done
1677 IFS=$as_save_IFS
1678
1679 } >&5
1680
1681 cat >&5 <<_ACEOF
1682
1683
1684 ## ----------- ##
1685 ## Core tests. ##
1686 ## ----------- ##
1687
1688 _ACEOF
1689
1690
1691 # Keep a trace of the command line.
1692 # Strip out --no-create and --no-recursion so they do not pile up.
1693 # Strip out --silent because we don't want to record it for future runs.
1694 # Also quote any args containing shell meta-characters.
1695 # Make two passes to allow for proper duplicate-argument suppression.
1696 ac_configure_args=
1697 ac_configure_args0=
1698 ac_configure_args1=
1699 ac_must_keep_next=false
1700 for ac_pass in 1 2
1701 do
1702   for ac_arg
1703   do
1704     case $ac_arg in
1705     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1706     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1707     | -silent | --silent | --silen | --sile | --sil)
1708       continue ;;
1709     *\'*)
1710       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1711     esac
1712     case $ac_pass in
1713     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1714     2)
1715       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1716       if test $ac_must_keep_next = true; then
1717         ac_must_keep_next=false # Got value, back to normal.
1718       else
1719         case $ac_arg in
1720           *=* | --config-cache | -C | -disable-* | --disable-* \
1721           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1722           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1723           | -with-* | --with-* | -without-* | --without-* | --x)
1724             case "$ac_configure_args0 " in
1725               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1726             esac
1727             ;;
1728           -* ) ac_must_keep_next=true ;;
1729         esac
1730       fi
1731       ac_configure_args="$ac_configure_args '$ac_arg'"
1732       ;;
1733     esac
1734   done
1735 done
1736 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1737 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1738
1739 # When interrupted or exit'd, cleanup temporary files, and complete
1740 # config.log.  We remove comments because anyway the quotes in there
1741 # would cause problems or look ugly.
1742 # WARNING: Use '\'' to represent an apostrophe within the trap.
1743 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1744 trap 'exit_status=$?
1745   # Save into config.log some information that might help in debugging.
1746   {
1747     echo
1748
1749     cat <<\_ASBOX
1750 ## ---------------- ##
1751 ## Cache variables. ##
1752 ## ---------------- ##
1753 _ASBOX
1754     echo
1755     # The following way of writing the cache mishandles newlines in values,
1756 (
1757   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1758     eval ac_val=\$$ac_var
1759     case $ac_val in #(
1760     *${as_nl}*)
1761       case $ac_var in #(
1762       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1763 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1764       esac
1765       case $ac_var in #(
1766       _ | IFS | as_nl) ;; #(
1767       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1768       *) $as_unset $ac_var ;;
1769       esac ;;
1770     esac
1771   done
1772   (set) 2>&1 |
1773     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1774     *${as_nl}ac_space=\ *)
1775       sed -n \
1776         "s/'\''/'\''\\\\'\'''\''/g;
1777           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1778       ;; #(
1779     *)
1780       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1781       ;;
1782     esac |
1783     sort
1784 )
1785     echo
1786
1787     cat <<\_ASBOX
1788 ## ----------------- ##
1789 ## Output variables. ##
1790 ## ----------------- ##
1791 _ASBOX
1792     echo
1793     for ac_var in $ac_subst_vars
1794     do
1795       eval ac_val=\$$ac_var
1796       case $ac_val in
1797       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1798       esac
1799       $as_echo "$ac_var='\''$ac_val'\''"
1800     done | sort
1801     echo
1802
1803     if test -n "$ac_subst_files"; then
1804       cat <<\_ASBOX
1805 ## ------------------- ##
1806 ## File substitutions. ##
1807 ## ------------------- ##
1808 _ASBOX
1809       echo
1810       for ac_var in $ac_subst_files
1811       do
1812         eval ac_val=\$$ac_var
1813         case $ac_val in
1814         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1815         esac
1816         $as_echo "$ac_var='\''$ac_val'\''"
1817       done | sort
1818       echo
1819     fi
1820
1821     if test -s confdefs.h; then
1822       cat <<\_ASBOX
1823 ## ----------- ##
1824 ## confdefs.h. ##
1825 ## ----------- ##
1826 _ASBOX
1827       echo
1828       cat confdefs.h
1829       echo
1830     fi
1831     test "$ac_signal" != 0 &&
1832       $as_echo "$as_me: caught signal $ac_signal"
1833     $as_echo "$as_me: exit $exit_status"
1834   } >&5
1835   rm -f core *.core core.conftest.* &&
1836     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1837     exit $exit_status
1838 ' 0
1839 for ac_signal in 1 2 13 15; do
1840   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1841 done
1842 ac_signal=0
1843
1844 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1845 rm -f -r conftest* confdefs.h
1846
1847 # Predefined preprocessor variables.
1848
1849 cat >>confdefs.h <<_ACEOF
1850 #define PACKAGE_NAME "$PACKAGE_NAME"
1851 _ACEOF
1852
1853
1854 cat >>confdefs.h <<_ACEOF
1855 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1856 _ACEOF
1857
1858
1859 cat >>confdefs.h <<_ACEOF
1860 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1861 _ACEOF
1862
1863
1864 cat >>confdefs.h <<_ACEOF
1865 #define PACKAGE_STRING "$PACKAGE_STRING"
1866 _ACEOF
1867
1868
1869 cat >>confdefs.h <<_ACEOF
1870 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1871 _ACEOF
1872
1873
1874 # Let the site file select an alternate cache file if it wants to.
1875 # Prefer an explicitly selected file to automatically selected ones.
1876 ac_site_file1=NONE
1877 ac_site_file2=NONE
1878 if test -n "$CONFIG_SITE"; then
1879   ac_site_file1=$CONFIG_SITE
1880 elif test "x$prefix" != xNONE; then
1881   ac_site_file1=$prefix/share/config.site
1882   ac_site_file2=$prefix/etc/config.site
1883 else
1884   ac_site_file1=$ac_default_prefix/share/config.site
1885   ac_site_file2=$ac_default_prefix/etc/config.site
1886 fi
1887 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1888 do
1889   test "x$ac_site_file" = xNONE && continue
1890   if test -r "$ac_site_file"; then
1891     { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1892 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1893     sed 's/^/| /' "$ac_site_file" >&5
1894     . "$ac_site_file"
1895   fi
1896 done
1897
1898 if test -r "$cache_file"; then
1899   # Some versions of bash will fail to source /dev/null (special
1900   # files actually), so we avoid doing that.
1901   if test -f "$cache_file"; then
1902     { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1903 $as_echo "$as_me: loading cache $cache_file" >&6;}
1904     case $cache_file in
1905       [\\/]* | ?:[\\/]* ) . "$cache_file";;
1906       *)                      . "./$cache_file";;
1907     esac
1908   fi
1909 else
1910   { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1911 $as_echo "$as_me: creating cache $cache_file" >&6;}
1912   >$cache_file
1913 fi
1914
1915 # Check that the precious variables saved in the cache have kept the same
1916 # value.
1917 ac_cache_corrupted=false
1918 for ac_var in $ac_precious_vars; do
1919   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1920   eval ac_new_set=\$ac_env_${ac_var}_set
1921   eval ac_old_val=\$ac_cv_env_${ac_var}_value
1922   eval ac_new_val=\$ac_env_${ac_var}_value
1923   case $ac_old_set,$ac_new_set in
1924     set,)
1925       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1926 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1927       ac_cache_corrupted=: ;;
1928     ,set)
1929       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1930 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1931       ac_cache_corrupted=: ;;
1932     ,);;
1933     *)
1934       if test "x$ac_old_val" != "x$ac_new_val"; then
1935         # differences in whitespace do not lead to failure.
1936         ac_old_val_w=`echo x $ac_old_val`
1937         ac_new_val_w=`echo x $ac_new_val`
1938         if test "$ac_old_val_w" != "$ac_new_val_w"; then
1939           { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1940 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1941           ac_cache_corrupted=:
1942         else
1943           { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1944 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1945           eval $ac_var=\$ac_old_val
1946         fi
1947         { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
1948 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1949         { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
1950 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1951       fi;;
1952   esac
1953   # Pass precious variables to config.status.
1954   if test "$ac_new_set" = set; then
1955     case $ac_new_val in
1956     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1957     *) ac_arg=$ac_var=$ac_new_val ;;
1958     esac
1959     case " $ac_configure_args " in
1960       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1961       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1962     esac
1963   fi
1964 done
1965 if $ac_cache_corrupted; then
1966   { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1967 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1968   { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1969 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1970   { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1971 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1972    { (exit 1); exit 1; }; }
1973 fi
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999 ac_ext=c
2000 ac_cpp='$CPP $CPPFLAGS'
2001 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2002 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2003 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2004
2005
2006
2007 ac_config_headers="$ac_config_headers include/config.h"
2008
2009 ac_aux_dir=
2010 for ac_dir in tools "$srcdir"/tools; do
2011   if test -f "$ac_dir/install-sh"; then
2012     ac_aux_dir=$ac_dir
2013     ac_install_sh="$ac_aux_dir/install-sh -c"
2014     break
2015   elif test -f "$ac_dir/install.sh"; then
2016     ac_aux_dir=$ac_dir
2017     ac_install_sh="$ac_aux_dir/install.sh -c"
2018     break
2019   elif test -f "$ac_dir/shtool"; then
2020     ac_aux_dir=$ac_dir
2021     ac_install_sh="$ac_aux_dir/shtool install -c"
2022     break
2023   fi
2024 done
2025 if test -z "$ac_aux_dir"; then
2026   { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2027 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2028    { (exit 1); exit 1; }; }
2029 fi
2030
2031 # These three variables are undocumented and unsupported,
2032 # and are intended to be withdrawn in a future Autoconf release.
2033 # They can cause serious problems if a builder's source tree is in a directory
2034 # whose full name contains unusual characters.
2035 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2036 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2037 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2038
2039
2040
2041
2042 # Check whether --enable-win16 was given.
2043 if test "${enable_win16+set}" = set; then
2044   enableval=$enable_win16;
2045 fi
2046
2047 # Check whether --enable-win64 was given.
2048 if test "${enable_win64+set}" = set; then
2049   enableval=$enable_win64;
2050 fi
2051
2052 # Check whether --enable-maintainer-mode was given.
2053 if test "${enable_maintainer_mode+set}" = set; then
2054   enableval=$enable_maintainer_mode;
2055 else
2056   MAINTAINER_MODE=\#
2057
2058 fi
2059
2060
2061
2062 # Check whether --with-alsa was given.
2063 if test "${with_alsa+set}" = set; then
2064   withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2065 fi
2066
2067
2068 # Check whether --with-audioio was given.
2069 if test "${with_audioio+set}" = set; then
2070   withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2071 fi
2072
2073
2074 # Check whether --with-capi was given.
2075 if test "${with_capi+set}" = set; then
2076   withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2077 fi
2078
2079
2080 # Check whether --with-cms was given.
2081 if test "${with_cms+set}" = set; then
2082   withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2083 fi
2084
2085
2086 # Check whether --with-coreaudio was given.
2087 if test "${with_coreaudio+set}" = set; then
2088   withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2089 fi
2090
2091
2092 # Check whether --with-cups was given.
2093 if test "${with_cups+set}" = set; then
2094   withval=$with_cups;
2095 fi
2096
2097
2098 # Check whether --with-curses was given.
2099 if test "${with_curses+set}" = set; then
2100   withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2101 fi
2102
2103
2104 # Check whether --with-esd was given.
2105 if test "${with_esd+set}" = set; then
2106   withval=$with_esd;
2107 fi
2108
2109
2110 # Check whether --with-fontconfig was given.
2111 if test "${with_fontconfig+set}" = set; then
2112   withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2113 fi
2114
2115
2116 # Check whether --with-freetype was given.
2117 if test "${with_freetype+set}" = set; then
2118   withval=$with_freetype;
2119 fi
2120
2121
2122 # Check whether --with-gphoto was given.
2123 if test "${with_gphoto+set}" = set; then
2124   withval=$with_gphoto;
2125 fi
2126
2127
2128 # Check whether --with-glu was given.
2129 if test "${with_glu+set}" = set; then
2130   withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2131 fi
2132
2133
2134 # Check whether --with-gnutls was given.
2135 if test "${with_gnutls+set}" = set; then
2136   withval=$with_gnutls;
2137 fi
2138
2139
2140 # Check whether --with-hal was given.
2141 if test "${with_hal+set}" = set; then
2142   withval=$with_hal;
2143 fi
2144
2145
2146 # Check whether --with-jack was given.
2147 if test "${with_jack+set}" = set; then
2148   withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2149 fi
2150
2151
2152 # Check whether --with-jpeg was given.
2153 if test "${with_jpeg+set}" = set; then
2154   withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2155 fi
2156
2157
2158 # Check whether --with-ldap was given.
2159 if test "${with_ldap+set}" = set; then
2160   withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2161 fi
2162
2163
2164 # Check whether --with-nas was given.
2165 if test "${with_nas+set}" = set; then
2166   withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2167 fi
2168
2169
2170 # Check whether --with-opengl was given.
2171 if test "${with_opengl+set}" = set; then
2172   withval=$with_opengl;
2173 fi
2174
2175
2176 # Check whether --with-openssl was given.
2177 if test "${with_openssl+set}" = set; then
2178   withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2179 fi
2180
2181
2182 # Check whether --with-oss was given.
2183 if test "${with_oss+set}" = set; then
2184   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
2185 fi
2186
2187
2188 # Check whether --with-png was given.
2189 if test "${with_png+set}" = set; then
2190   withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2191 fi
2192
2193
2194 # Check whether --with-sane was given.
2195 if test "${with_sane+set}" = set; then
2196   withval=$with_sane;
2197 fi
2198
2199
2200 # Check whether --with-xcomposite was given.
2201 if test "${with_xcomposite+set}" = set; then
2202   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2203 fi
2204
2205
2206 # Check whether --with-xcursor was given.
2207 if test "${with_xcursor+set}" = set; then
2208   withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2209 fi
2210
2211
2212 # Check whether --with-xinerama was given.
2213 if test "${with_xinerama+set}" = set; then
2214   withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2215 fi
2216
2217
2218 # Check whether --with-xinput was given.
2219 if test "${with_xinput+set}" = set; then
2220   withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2221 fi
2222
2223
2224 # Check whether --with-xml was given.
2225 if test "${with_xml+set}" = set; then
2226   withval=$with_xml;
2227 fi
2228
2229
2230 # Check whether --with-xrandr was given.
2231 if test "${with_xrandr+set}" = set; then
2232   withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2233 fi
2234
2235
2236 # Check whether --with-xrender was given.
2237 if test "${with_xrender+set}" = set; then
2238   withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2239 fi
2240
2241
2242 # Check whether --with-xshape was given.
2243 if test "${with_xshape+set}" = set; then
2244   withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2245 fi
2246
2247
2248 # Check whether --with-xshm was given.
2249 if test "${with_xshm+set}" = set; then
2250   withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2251 fi
2252
2253
2254 # Check whether --with-xslt was given.
2255 if test "${with_xslt+set}" = set; then
2256   withval=$with_xslt;
2257 fi
2258
2259
2260 # Check whether --with-xxf86vm was given.
2261 if test "${with_xxf86vm+set}" = set; then
2262   withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2263 fi
2264
2265
2266
2267 # Check whether --with-wine-tools was given.
2268 if test "${with_wine_tools+set}" = set; then
2269   withval=$with_wine_tools;
2270 fi
2271
2272
2273 # Make sure we can run config.sub.
2274 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2275   { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2276 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2277    { (exit 1); exit 1; }; }
2278
2279 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2280 $as_echo_n "checking build system type... " >&6; }
2281 if test "${ac_cv_build+set}" = set; then
2282   $as_echo_n "(cached) " >&6
2283 else
2284   ac_build_alias=$build_alias
2285 test "x$ac_build_alias" = x &&
2286   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2287 test "x$ac_build_alias" = x &&
2288   { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2289 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2290    { (exit 1); exit 1; }; }
2291 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2292   { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2293 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2294    { (exit 1); exit 1; }; }
2295
2296 fi
2297 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2298 $as_echo "$ac_cv_build" >&6; }
2299 case $ac_cv_build in
2300 *-*-*) ;;
2301 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2302 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2303    { (exit 1); exit 1; }; };;
2304 esac
2305 build=$ac_cv_build
2306 ac_save_IFS=$IFS; IFS='-'
2307 set x $ac_cv_build
2308 shift
2309 build_cpu=$1
2310 build_vendor=$2
2311 shift; shift
2312 # Remember, the first character of IFS is used to create $*,
2313 # except with old shells:
2314 build_os=$*
2315 IFS=$ac_save_IFS
2316 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2317
2318
2319 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2320 $as_echo_n "checking host system type... " >&6; }
2321 if test "${ac_cv_host+set}" = set; then
2322   $as_echo_n "(cached) " >&6
2323 else
2324   if test "x$host_alias" = x; then
2325   ac_cv_host=$ac_cv_build
2326 else
2327   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2328     { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2329 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2330    { (exit 1); exit 1; }; }
2331 fi
2332
2333 fi
2334 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2335 $as_echo "$ac_cv_host" >&6; }
2336 case $ac_cv_host in
2337 *-*-*) ;;
2338 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2339 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2340    { (exit 1); exit 1; }; };;
2341 esac
2342 host=$ac_cv_host
2343 ac_save_IFS=$IFS; IFS='-'
2344 set x $ac_cv_host
2345 shift
2346 host_cpu=$1
2347 host_vendor=$2
2348 shift; shift
2349 # Remember, the first character of IFS is used to create $*,
2350 # except with old shells:
2351 host_os=$*
2352 IFS=$ac_save_IFS
2353 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2354
2355
2356 case $host in
2357   x86_64*linux*)
2358     if test "x$enable_win64" != "xyes"
2359     then
2360       CC="${CC:-gcc} -m32"
2361       CXX="${CXX:-g++} -m32"
2362       LD="${LD:-ld} -m elf_i386"
2363       AS="${AS:-as} --32"
2364       host_cpu="i386"
2365       notice_platform="32-bit "
2366     fi
2367     ;;
2368 esac
2369
2370 case $host_cpu in
2371   *i[3456789]86*)
2372     if test "x$enable_win16" != "xno"
2373     then
2374       enable_win16="yes"
2375     fi
2376     ;;
2377 esac
2378
2379 WIN16_FILES="\$(WIN16_FILES)"
2380
2381 WIN16_INSTALL="\$(WIN16_INSTALL)"
2382
2383 if test "x$enable_win16" != "xyes"
2384 then
2385   WIN16_FILES=""
2386   WIN16_INSTALL=""
2387 fi
2388
2389 case "$srcdir" in
2390  .) ;;
2391  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2392       { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2393 You need to run 'make distclean' in the source tree first." >&5
2394 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2395 You need to run 'make distclean' in the source tree first." >&2;}
2396    { (exit 1); exit 1; }; }
2397     fi ;;
2398 esac
2399
2400
2401 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2402 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2403 set x ${MAKE-make}
2404 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2405 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2406   $as_echo_n "(cached) " >&6
2407 else
2408   cat >conftest.make <<\_ACEOF
2409 SHELL = /bin/sh
2410 all:
2411         @echo '@@@%%%=$(MAKE)=@@@%%%'
2412 _ACEOF
2413 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2414 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2415   *@@@%%%=?*=@@@%%%*)
2416     eval ac_cv_prog_make_${ac_make}_set=yes;;
2417   *)
2418     eval ac_cv_prog_make_${ac_make}_set=no;;
2419 esac
2420 rm -f conftest.make
2421 fi
2422 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2423   { $as_echo "$as_me:$LINENO: result: yes" >&5
2424 $as_echo "yes" >&6; }
2425   SET_MAKE=
2426 else
2427   { $as_echo "$as_me:$LINENO: result: no" >&5
2428 $as_echo "no" >&6; }
2429   SET_MAKE="MAKE=${MAKE-make}"
2430 fi
2431
2432 ac_ext=c
2433 ac_cpp='$CPP $CPPFLAGS'
2434 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2435 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2436 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2437 if test -n "$ac_tool_prefix"; then
2438   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2439 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2440 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2441 $as_echo_n "checking for $ac_word... " >&6; }
2442 if test "${ac_cv_prog_CC+set}" = set; then
2443   $as_echo_n "(cached) " >&6
2444 else
2445   if test -n "$CC"; then
2446   ac_cv_prog_CC="$CC" # Let the user override the test.
2447 else
2448 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2449 for as_dir in $PATH
2450 do
2451   IFS=$as_save_IFS
2452   test -z "$as_dir" && as_dir=.
2453   for ac_exec_ext in '' $ac_executable_extensions; do
2454   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2455     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2456     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2457     break 2
2458   fi
2459 done
2460 done
2461 IFS=$as_save_IFS
2462
2463 fi
2464 fi
2465 CC=$ac_cv_prog_CC
2466 if test -n "$CC"; then
2467   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2468 $as_echo "$CC" >&6; }
2469 else
2470   { $as_echo "$as_me:$LINENO: result: no" >&5
2471 $as_echo "no" >&6; }
2472 fi
2473
2474
2475 fi
2476 if test -z "$ac_cv_prog_CC"; then
2477   ac_ct_CC=$CC
2478   # Extract the first word of "gcc", so it can be a program name with args.
2479 set dummy gcc; ac_word=$2
2480 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2481 $as_echo_n "checking for $ac_word... " >&6; }
2482 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2483   $as_echo_n "(cached) " >&6
2484 else
2485   if test -n "$ac_ct_CC"; then
2486   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2487 else
2488 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2489 for as_dir in $PATH
2490 do
2491   IFS=$as_save_IFS
2492   test -z "$as_dir" && as_dir=.
2493   for ac_exec_ext in '' $ac_executable_extensions; do
2494   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2495     ac_cv_prog_ac_ct_CC="gcc"
2496     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2497     break 2
2498   fi
2499 done
2500 done
2501 IFS=$as_save_IFS
2502
2503 fi
2504 fi
2505 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2506 if test -n "$ac_ct_CC"; then
2507   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2508 $as_echo "$ac_ct_CC" >&6; }
2509 else
2510   { $as_echo "$as_me:$LINENO: result: no" >&5
2511 $as_echo "no" >&6; }
2512 fi
2513
2514   if test "x$ac_ct_CC" = x; then
2515     CC=""
2516   else
2517     case $cross_compiling:$ac_tool_warned in
2518 yes:)
2519 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2520 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2521 ac_tool_warned=yes ;;
2522 esac
2523     CC=$ac_ct_CC
2524   fi
2525 else
2526   CC="$ac_cv_prog_CC"
2527 fi
2528
2529 if test -z "$CC"; then
2530           if test -n "$ac_tool_prefix"; then
2531     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2532 set dummy ${ac_tool_prefix}cc; ac_word=$2
2533 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2534 $as_echo_n "checking for $ac_word... " >&6; }
2535 if test "${ac_cv_prog_CC+set}" = set; then
2536   $as_echo_n "(cached) " >&6
2537 else
2538   if test -n "$CC"; then
2539   ac_cv_prog_CC="$CC" # Let the user override the test.
2540 else
2541 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2542 for as_dir in $PATH
2543 do
2544   IFS=$as_save_IFS
2545   test -z "$as_dir" && as_dir=.
2546   for ac_exec_ext in '' $ac_executable_extensions; do
2547   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2548     ac_cv_prog_CC="${ac_tool_prefix}cc"
2549     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2550     break 2
2551   fi
2552 done
2553 done
2554 IFS=$as_save_IFS
2555
2556 fi
2557 fi
2558 CC=$ac_cv_prog_CC
2559 if test -n "$CC"; then
2560   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2561 $as_echo "$CC" >&6; }
2562 else
2563   { $as_echo "$as_me:$LINENO: result: no" >&5
2564 $as_echo "no" >&6; }
2565 fi
2566
2567
2568   fi
2569 fi
2570 if test -z "$CC"; then
2571   # Extract the first word of "cc", so it can be a program name with args.
2572 set dummy cc; ac_word=$2
2573 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2574 $as_echo_n "checking for $ac_word... " >&6; }
2575 if test "${ac_cv_prog_CC+set}" = set; then
2576   $as_echo_n "(cached) " >&6
2577 else
2578   if test -n "$CC"; then
2579   ac_cv_prog_CC="$CC" # Let the user override the test.
2580 else
2581   ac_prog_rejected=no
2582 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2583 for as_dir in $PATH
2584 do
2585   IFS=$as_save_IFS
2586   test -z "$as_dir" && as_dir=.
2587   for ac_exec_ext in '' $ac_executable_extensions; do
2588   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2589     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2590        ac_prog_rejected=yes
2591        continue
2592      fi
2593     ac_cv_prog_CC="cc"
2594     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2595     break 2
2596   fi
2597 done
2598 done
2599 IFS=$as_save_IFS
2600
2601 if test $ac_prog_rejected = yes; then
2602   # We found a bogon in the path, so make sure we never use it.
2603   set dummy $ac_cv_prog_CC
2604   shift
2605   if test $# != 0; then
2606     # We chose a different compiler from the bogus one.
2607     # However, it has the same basename, so the bogon will be chosen
2608     # first if we set CC to just the basename; use the full file name.
2609     shift
2610     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2611   fi
2612 fi
2613 fi
2614 fi
2615 CC=$ac_cv_prog_CC
2616 if test -n "$CC"; then
2617   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2618 $as_echo "$CC" >&6; }
2619 else
2620   { $as_echo "$as_me:$LINENO: result: no" >&5
2621 $as_echo "no" >&6; }
2622 fi
2623
2624
2625 fi
2626 if test -z "$CC"; then
2627   if test -n "$ac_tool_prefix"; then
2628   for ac_prog in cl.exe
2629   do
2630     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2631 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2632 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2633 $as_echo_n "checking for $ac_word... " >&6; }
2634 if test "${ac_cv_prog_CC+set}" = set; then
2635   $as_echo_n "(cached) " >&6
2636 else
2637   if test -n "$CC"; then
2638   ac_cv_prog_CC="$CC" # Let the user override the test.
2639 else
2640 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2641 for as_dir in $PATH
2642 do
2643   IFS=$as_save_IFS
2644   test -z "$as_dir" && as_dir=.
2645   for ac_exec_ext in '' $ac_executable_extensions; do
2646   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2647     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2648     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2649     break 2
2650   fi
2651 done
2652 done
2653 IFS=$as_save_IFS
2654
2655 fi
2656 fi
2657 CC=$ac_cv_prog_CC
2658 if test -n "$CC"; then
2659   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2660 $as_echo "$CC" >&6; }
2661 else
2662   { $as_echo "$as_me:$LINENO: result: no" >&5
2663 $as_echo "no" >&6; }
2664 fi
2665
2666
2667     test -n "$CC" && break
2668   done
2669 fi
2670 if test -z "$CC"; then
2671   ac_ct_CC=$CC
2672   for ac_prog in cl.exe
2673 do
2674   # Extract the first word of "$ac_prog", so it can be a program name with args.
2675 set dummy $ac_prog; ac_word=$2
2676 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2677 $as_echo_n "checking for $ac_word... " >&6; }
2678 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2679   $as_echo_n "(cached) " >&6
2680 else
2681   if test -n "$ac_ct_CC"; then
2682   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2683 else
2684 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2685 for as_dir in $PATH
2686 do
2687   IFS=$as_save_IFS
2688   test -z "$as_dir" && as_dir=.
2689   for ac_exec_ext in '' $ac_executable_extensions; do
2690   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2691     ac_cv_prog_ac_ct_CC="$ac_prog"
2692     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2693     break 2
2694   fi
2695 done
2696 done
2697 IFS=$as_save_IFS
2698
2699 fi
2700 fi
2701 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2702 if test -n "$ac_ct_CC"; then
2703   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2704 $as_echo "$ac_ct_CC" >&6; }
2705 else
2706   { $as_echo "$as_me:$LINENO: result: no" >&5
2707 $as_echo "no" >&6; }
2708 fi
2709
2710
2711   test -n "$ac_ct_CC" && break
2712 done
2713
2714   if test "x$ac_ct_CC" = x; then
2715     CC=""
2716   else
2717     case $cross_compiling:$ac_tool_warned in
2718 yes:)
2719 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2720 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2721 ac_tool_warned=yes ;;
2722 esac
2723     CC=$ac_ct_CC
2724   fi
2725 fi
2726
2727 fi
2728
2729
2730 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2731 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2732 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2733 See \`config.log' for more details." >&5
2734 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2735 See \`config.log' for more details." >&2;}
2736    { (exit 1); exit 1; }; }; }
2737
2738 # Provide some information about the compiler.
2739 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2740 set X $ac_compile
2741 ac_compiler=$2
2742 { (ac_try="$ac_compiler --version >&5"
2743 case "(($ac_try" in
2744   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2745   *) ac_try_echo=$ac_try;;
2746 esac
2747 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2748 $as_echo "$ac_try_echo") >&5
2749   (eval "$ac_compiler --version >&5") 2>&5
2750   ac_status=$?
2751   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2752   (exit $ac_status); }
2753 { (ac_try="$ac_compiler -v >&5"
2754 case "(($ac_try" in
2755   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2756   *) ac_try_echo=$ac_try;;
2757 esac
2758 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2759 $as_echo "$ac_try_echo") >&5
2760   (eval "$ac_compiler -v >&5") 2>&5
2761   ac_status=$?
2762   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2763   (exit $ac_status); }
2764 { (ac_try="$ac_compiler -V >&5"
2765 case "(($ac_try" in
2766   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2767   *) ac_try_echo=$ac_try;;
2768 esac
2769 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2770 $as_echo "$ac_try_echo") >&5
2771   (eval "$ac_compiler -V >&5") 2>&5
2772   ac_status=$?
2773   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2774   (exit $ac_status); }
2775
2776 cat >conftest.$ac_ext <<_ACEOF
2777 /* confdefs.h.  */
2778 _ACEOF
2779 cat confdefs.h >>conftest.$ac_ext
2780 cat >>conftest.$ac_ext <<_ACEOF
2781 /* end confdefs.h.  */
2782
2783 int
2784 main ()
2785 {
2786
2787   ;
2788   return 0;
2789 }
2790 _ACEOF
2791 ac_clean_files_save=$ac_clean_files
2792 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2793 # Try to create an executable without -o first, disregard a.out.
2794 # It will help us diagnose broken compilers, and finding out an intuition
2795 # of exeext.
2796 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2797 $as_echo_n "checking for C compiler default output file name... " >&6; }
2798 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2799
2800 # The possible output files:
2801 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2802
2803 ac_rmfiles=
2804 for ac_file in $ac_files
2805 do
2806   case $ac_file in
2807     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2808     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2809   esac
2810 done
2811 rm -f $ac_rmfiles
2812
2813 if { (ac_try="$ac_link_default"
2814 case "(($ac_try" in
2815   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2816   *) ac_try_echo=$ac_try;;
2817 esac
2818 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2819 $as_echo "$ac_try_echo") >&5
2820   (eval "$ac_link_default") 2>&5
2821   ac_status=$?
2822   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2823   (exit $ac_status); }; then
2824   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2825 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2826 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
2827 # so that the user can short-circuit this test for compilers unknown to
2828 # Autoconf.
2829 for ac_file in $ac_files ''
2830 do
2831   test -f "$ac_file" || continue
2832   case $ac_file in
2833     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2834         ;;
2835     [ab].out )
2836         # We found the default executable, but exeext='' is most
2837         # certainly right.
2838         break;;
2839     *.* )
2840         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2841         then :; else
2842            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2843         fi
2844         # We set ac_cv_exeext here because the later test for it is not
2845         # safe: cross compilers may not add the suffix if given an `-o'
2846         # argument, so we may need to know it at that point already.
2847         # Even if this section looks crufty: it has the advantage of
2848         # actually working.
2849         break;;
2850     * )
2851         break;;
2852   esac
2853 done
2854 test "$ac_cv_exeext" = no && ac_cv_exeext=
2855
2856 else
2857   ac_file=''
2858 fi
2859
2860 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2861 $as_echo "$ac_file" >&6; }
2862 if test -z "$ac_file"; then
2863   $as_echo "$as_me: failed program was:" >&5
2864 sed 's/^/| /' conftest.$ac_ext >&5
2865
2866 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2867 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2868 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2869 See \`config.log' for more details." >&5
2870 $as_echo "$as_me: error: C compiler cannot create executables
2871 See \`config.log' for more details." >&2;}
2872    { (exit 77); exit 77; }; }; }
2873 fi
2874
2875 ac_exeext=$ac_cv_exeext
2876
2877 # Check that the compiler produces executables we can run.  If not, either
2878 # the compiler is broken, or we cross compile.
2879 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2880 $as_echo_n "checking whether the C compiler works... " >&6; }
2881 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2882 # If not cross compiling, check that we can run a simple program.
2883 if test "$cross_compiling" != yes; then
2884   if { ac_try='./$ac_file'
2885   { (case "(($ac_try" in
2886   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2887   *) ac_try_echo=$ac_try;;
2888 esac
2889 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2890 $as_echo "$ac_try_echo") >&5
2891   (eval "$ac_try") 2>&5
2892   ac_status=$?
2893   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2894   (exit $ac_status); }; }; then
2895     cross_compiling=no
2896   else
2897     if test "$cross_compiling" = maybe; then
2898         cross_compiling=yes
2899     else
2900         { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2901 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2902 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2903 If you meant to cross compile, use \`--host'.
2904 See \`config.log' for more details." >&5
2905 $as_echo "$as_me: error: cannot run C compiled programs.
2906 If you meant to cross compile, use \`--host'.
2907 See \`config.log' for more details." >&2;}
2908    { (exit 1); exit 1; }; }; }
2909     fi
2910   fi
2911 fi
2912 { $as_echo "$as_me:$LINENO: result: yes" >&5
2913 $as_echo "yes" >&6; }
2914
2915 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2916 ac_clean_files=$ac_clean_files_save
2917 # Check that the compiler produces executables we can run.  If not, either
2918 # the compiler is broken, or we cross compile.
2919 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2920 $as_echo_n "checking whether we are cross compiling... " >&6; }
2921 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2922 $as_echo "$cross_compiling" >&6; }
2923
2924 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2925 $as_echo_n "checking for suffix of executables... " >&6; }
2926 if { (ac_try="$ac_link"
2927 case "(($ac_try" in
2928   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2929   *) ac_try_echo=$ac_try;;
2930 esac
2931 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2932 $as_echo "$ac_try_echo") >&5
2933   (eval "$ac_link") 2>&5
2934   ac_status=$?
2935   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2936   (exit $ac_status); }; then
2937   # If both `conftest.exe' and `conftest' are `present' (well, observable)
2938 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2939 # work properly (i.e., refer to `conftest.exe'), while it won't with
2940 # `rm'.
2941 for ac_file in conftest.exe conftest conftest.*; do
2942   test -f "$ac_file" || continue
2943   case $ac_file in
2944     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2945     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2946           break;;
2947     * ) break;;
2948   esac
2949 done
2950 else
2951   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2952 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2953 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2954 See \`config.log' for more details." >&5
2955 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2956 See \`config.log' for more details." >&2;}
2957    { (exit 1); exit 1; }; }; }
2958 fi
2959
2960 rm -f conftest$ac_cv_exeext
2961 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2962 $as_echo "$ac_cv_exeext" >&6; }
2963
2964 rm -f conftest.$ac_ext
2965 EXEEXT=$ac_cv_exeext
2966 ac_exeext=$EXEEXT
2967 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2968 $as_echo_n "checking for suffix of object files... " >&6; }
2969 if test "${ac_cv_objext+set}" = set; then
2970   $as_echo_n "(cached) " >&6
2971 else
2972   cat >conftest.$ac_ext <<_ACEOF
2973 /* confdefs.h.  */
2974 _ACEOF
2975 cat confdefs.h >>conftest.$ac_ext
2976 cat >>conftest.$ac_ext <<_ACEOF
2977 /* end confdefs.h.  */
2978
2979 int
2980 main ()
2981 {
2982
2983   ;
2984   return 0;
2985 }
2986 _ACEOF
2987 rm -f conftest.o conftest.obj
2988 if { (ac_try="$ac_compile"
2989 case "(($ac_try" in
2990   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2991   *) ac_try_echo=$ac_try;;
2992 esac
2993 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2994 $as_echo "$ac_try_echo") >&5
2995   (eval "$ac_compile") 2>&5
2996   ac_status=$?
2997   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2998   (exit $ac_status); }; then
2999   for ac_file in conftest.o conftest.obj conftest.*; do
3000   test -f "$ac_file" || continue;
3001   case $ac_file in
3002     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3003     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3004        break;;
3005   esac
3006 done
3007 else
3008   $as_echo "$as_me: failed program was:" >&5
3009 sed 's/^/| /' conftest.$ac_ext >&5
3010
3011 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3012 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3013 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3014 See \`config.log' for more details." >&5
3015 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
3016 See \`config.log' for more details." >&2;}
3017    { (exit 1); exit 1; }; }; }
3018 fi
3019
3020 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3021 fi
3022 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3023 $as_echo "$ac_cv_objext" >&6; }
3024 OBJEXT=$ac_cv_objext
3025 ac_objext=$OBJEXT
3026 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3027 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3028 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3029   $as_echo_n "(cached) " >&6
3030 else
3031   cat >conftest.$ac_ext <<_ACEOF
3032 /* confdefs.h.  */
3033 _ACEOF
3034 cat confdefs.h >>conftest.$ac_ext
3035 cat >>conftest.$ac_ext <<_ACEOF
3036 /* end confdefs.h.  */
3037
3038 int
3039 main ()
3040 {
3041 #ifndef __GNUC__
3042        choke me
3043 #endif
3044
3045   ;
3046   return 0;
3047 }
3048 _ACEOF
3049 rm -f conftest.$ac_objext
3050 if { (ac_try="$ac_compile"
3051 case "(($ac_try" in
3052   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3053   *) ac_try_echo=$ac_try;;
3054 esac
3055 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3056 $as_echo "$ac_try_echo") >&5
3057   (eval "$ac_compile") 2>conftest.er1
3058   ac_status=$?
3059   grep -v '^ *+' conftest.er1 >conftest.err
3060   rm -f conftest.er1
3061   cat conftest.err >&5
3062   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3063   (exit $ac_status); } && {
3064          test -z "$ac_c_werror_flag" ||
3065          test ! -s conftest.err
3066        } && test -s conftest.$ac_objext; then
3067   ac_compiler_gnu=yes
3068 else
3069   $as_echo "$as_me: failed program was:" >&5
3070 sed 's/^/| /' conftest.$ac_ext >&5
3071
3072         ac_compiler_gnu=no
3073 fi
3074
3075 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3076 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3077
3078 fi
3079 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3080 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3081 if test $ac_compiler_gnu = yes; then
3082   GCC=yes
3083 else
3084   GCC=
3085 fi
3086 ac_test_CFLAGS=${CFLAGS+set}
3087 ac_save_CFLAGS=$CFLAGS
3088 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3089 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3090 if test "${ac_cv_prog_cc_g+set}" = set; then
3091   $as_echo_n "(cached) " >&6
3092 else
3093   ac_save_c_werror_flag=$ac_c_werror_flag
3094    ac_c_werror_flag=yes
3095    ac_cv_prog_cc_g=no
3096    CFLAGS="-g"
3097    cat >conftest.$ac_ext <<_ACEOF
3098 /* confdefs.h.  */
3099 _ACEOF
3100 cat confdefs.h >>conftest.$ac_ext
3101 cat >>conftest.$ac_ext <<_ACEOF
3102 /* end confdefs.h.  */
3103
3104 int
3105 main ()
3106 {
3107
3108   ;
3109   return 0;
3110 }
3111 _ACEOF
3112 rm -f conftest.$ac_objext
3113 if { (ac_try="$ac_compile"
3114 case "(($ac_try" in
3115   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3116   *) ac_try_echo=$ac_try;;
3117 esac
3118 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3119 $as_echo "$ac_try_echo") >&5
3120   (eval "$ac_compile") 2>conftest.er1
3121   ac_status=$?
3122   grep -v '^ *+' conftest.er1 >conftest.err
3123   rm -f conftest.er1
3124   cat conftest.err >&5
3125   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3126   (exit $ac_status); } && {
3127          test -z "$ac_c_werror_flag" ||
3128          test ! -s conftest.err
3129        } && test -s conftest.$ac_objext; then
3130   ac_cv_prog_cc_g=yes
3131 else
3132   $as_echo "$as_me: failed program was:" >&5
3133 sed 's/^/| /' conftest.$ac_ext >&5
3134
3135         CFLAGS=""
3136       cat >conftest.$ac_ext <<_ACEOF
3137 /* confdefs.h.  */
3138 _ACEOF
3139 cat confdefs.h >>conftest.$ac_ext
3140 cat >>conftest.$ac_ext <<_ACEOF
3141 /* end confdefs.h.  */
3142
3143 int
3144 main ()
3145 {
3146
3147   ;
3148   return 0;
3149 }
3150 _ACEOF
3151 rm -f conftest.$ac_objext
3152 if { (ac_try="$ac_compile"
3153 case "(($ac_try" in
3154   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3155   *) ac_try_echo=$ac_try;;
3156 esac
3157 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3158 $as_echo "$ac_try_echo") >&5
3159   (eval "$ac_compile") 2>conftest.er1
3160   ac_status=$?
3161   grep -v '^ *+' conftest.er1 >conftest.err
3162   rm -f conftest.er1
3163   cat conftest.err >&5
3164   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3165   (exit $ac_status); } && {
3166          test -z "$ac_c_werror_flag" ||
3167          test ! -s conftest.err
3168        } && test -s conftest.$ac_objext; then
3169   :
3170 else
3171   $as_echo "$as_me: failed program was:" >&5
3172 sed 's/^/| /' conftest.$ac_ext >&5
3173
3174         ac_c_werror_flag=$ac_save_c_werror_flag
3175          CFLAGS="-g"
3176          cat >conftest.$ac_ext <<_ACEOF
3177 /* confdefs.h.  */
3178 _ACEOF
3179 cat confdefs.h >>conftest.$ac_ext
3180 cat >>conftest.$ac_ext <<_ACEOF
3181 /* end confdefs.h.  */
3182
3183 int
3184 main ()
3185 {
3186
3187   ;
3188   return 0;
3189 }
3190 _ACEOF
3191 rm -f conftest.$ac_objext
3192 if { (ac_try="$ac_compile"
3193 case "(($ac_try" in
3194   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3195   *) ac_try_echo=$ac_try;;
3196 esac
3197 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3198 $as_echo "$ac_try_echo") >&5
3199   (eval "$ac_compile") 2>conftest.er1
3200   ac_status=$?
3201   grep -v '^ *+' conftest.er1 >conftest.err
3202   rm -f conftest.er1
3203   cat conftest.err >&5
3204   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3205   (exit $ac_status); } && {
3206          test -z "$ac_c_werror_flag" ||
3207          test ! -s conftest.err
3208        } && test -s conftest.$ac_objext; then
3209   ac_cv_prog_cc_g=yes
3210 else
3211   $as_echo "$as_me: failed program was:" >&5
3212 sed 's/^/| /' conftest.$ac_ext >&5
3213
3214
3215 fi
3216
3217 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3218 fi
3219
3220 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3221 fi
3222
3223 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3224    ac_c_werror_flag=$ac_save_c_werror_flag
3225 fi
3226 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3227 $as_echo "$ac_cv_prog_cc_g" >&6; }
3228 if test "$ac_test_CFLAGS" = set; then
3229   CFLAGS=$ac_save_CFLAGS
3230 elif test $ac_cv_prog_cc_g = yes; then
3231   if test "$GCC" = yes; then
3232     CFLAGS="-g -O2"
3233   else
3234     CFLAGS="-g"
3235   fi
3236 else
3237   if test "$GCC" = yes; then
3238     CFLAGS="-O2"
3239   else
3240     CFLAGS=
3241   fi
3242 fi
3243 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3244 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3245 if test "${ac_cv_prog_cc_c89+set}" = set; then
3246   $as_echo_n "(cached) " >&6
3247 else
3248   ac_cv_prog_cc_c89=no
3249 ac_save_CC=$CC
3250 cat >conftest.$ac_ext <<_ACEOF
3251 /* confdefs.h.  */
3252 _ACEOF
3253 cat confdefs.h >>conftest.$ac_ext
3254 cat >>conftest.$ac_ext <<_ACEOF
3255 /* end confdefs.h.  */
3256 #include <stdarg.h>
3257 #include <stdio.h>
3258 #include <sys/types.h>
3259 #include <sys/stat.h>
3260 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3261 struct buf { int x; };
3262 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3263 static char *e (p, i)
3264      char **p;
3265      int i;
3266 {
3267   return p[i];
3268 }
3269 static char *f (char * (*g) (char **, int), char **p, ...)
3270 {
3271   char *s;
3272   va_list v;
3273   va_start (v,p);
3274   s = g (p, va_arg (v,int));
3275   va_end (v);
3276   return s;
3277 }
3278
3279 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3280    function prototypes and stuff, but not '\xHH' hex character constants.
3281    These don't provoke an error unfortunately, instead are silently treated
3282    as 'x'.  The following induces an error, until -std is added to get
3283    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3284    array size at least.  It's necessary to write '\x00'==0 to get something
3285    that's true only with -std.  */
3286 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3287
3288 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3289    inside strings and character constants.  */
3290 #define FOO(x) 'x'
3291 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3292
3293 int test (int i, double x);
3294 struct s1 {int (*f) (int a);};
3295 struct s2 {int (*f) (double a);};
3296 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3297 int argc;
3298 char **argv;
3299 int
3300 main ()
3301 {
3302 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3303   ;
3304   return 0;
3305 }
3306 _ACEOF
3307 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3308         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3309 do
3310   CC="$ac_save_CC $ac_arg"
3311   rm -f conftest.$ac_objext
3312 if { (ac_try="$ac_compile"
3313 case "(($ac_try" in
3314   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3315   *) ac_try_echo=$ac_try;;
3316 esac
3317 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3318 $as_echo "$ac_try_echo") >&5
3319   (eval "$ac_compile") 2>conftest.er1
3320   ac_status=$?
3321   grep -v '^ *+' conftest.er1 >conftest.err
3322   rm -f conftest.er1
3323   cat conftest.err >&5
3324   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3325   (exit $ac_status); } && {
3326          test -z "$ac_c_werror_flag" ||
3327          test ! -s conftest.err
3328        } && test -s conftest.$ac_objext; then
3329   ac_cv_prog_cc_c89=$ac_arg
3330 else
3331   $as_echo "$as_me: failed program was:" >&5
3332 sed 's/^/| /' conftest.$ac_ext >&5
3333
3334
3335 fi
3336
3337 rm -f core conftest.err conftest.$ac_objext
3338   test "x$ac_cv_prog_cc_c89" != "xno" && break
3339 done
3340 rm -f conftest.$ac_ext
3341 CC=$ac_save_CC
3342
3343 fi
3344 # AC_CACHE_VAL
3345 case "x$ac_cv_prog_cc_c89" in
3346   x)
3347     { $as_echo "$as_me:$LINENO: result: none needed" >&5
3348 $as_echo "none needed" >&6; } ;;
3349   xno)
3350     { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3351 $as_echo "unsupported" >&6; } ;;
3352   *)
3353     CC="$CC $ac_cv_prog_cc_c89"
3354     { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3355 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3356 esac
3357
3358
3359 ac_ext=c
3360 ac_cpp='$CPP $CPPFLAGS'
3361 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3362 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3363 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3364
3365 ac_ext=cpp
3366 ac_cpp='$CXXCPP $CPPFLAGS'
3367 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3368 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3369 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3370 if test -z "$CXX"; then
3371   if test -n "$CCC"; then
3372     CXX=$CCC
3373   else
3374     if test -n "$ac_tool_prefix"; then
3375   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3376   do
3377     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3378 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3379 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3380 $as_echo_n "checking for $ac_word... " >&6; }
3381 if test "${ac_cv_prog_CXX+set}" = set; then
3382   $as_echo_n "(cached) " >&6
3383 else
3384   if test -n "$CXX"; then
3385   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3386 else
3387 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3388 for as_dir in $PATH
3389 do
3390   IFS=$as_save_IFS
3391   test -z "$as_dir" && as_dir=.
3392   for ac_exec_ext in '' $ac_executable_extensions; do
3393   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3394     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3395     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3396     break 2
3397   fi
3398 done
3399 done
3400 IFS=$as_save_IFS
3401
3402 fi
3403 fi
3404 CXX=$ac_cv_prog_CXX
3405 if test -n "$CXX"; then
3406   { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3407 $as_echo "$CXX" >&6; }
3408 else
3409   { $as_echo "$as_me:$LINENO: result: no" >&5
3410 $as_echo "no" >&6; }
3411 fi
3412
3413
3414     test -n "$CXX" && break
3415   done
3416 fi
3417 if test -z "$CXX"; then
3418   ac_ct_CXX=$CXX
3419   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3420 do
3421   # Extract the first word of "$ac_prog", so it can be a program name with args.
3422 set dummy $ac_prog; ac_word=$2
3423 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3424 $as_echo_n "checking for $ac_word... " >&6; }
3425 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3426   $as_echo_n "(cached) " >&6
3427 else
3428   if test -n "$ac_ct_CXX"; then
3429   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3430 else
3431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3432 for as_dir in $PATH
3433 do
3434   IFS=$as_save_IFS
3435   test -z "$as_dir" && as_dir=.
3436   for ac_exec_ext in '' $ac_executable_extensions; do
3437   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3438     ac_cv_prog_ac_ct_CXX="$ac_prog"
3439     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3440     break 2
3441   fi
3442 done
3443 done
3444 IFS=$as_save_IFS
3445
3446 fi
3447 fi
3448 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3449 if test -n "$ac_ct_CXX"; then
3450   { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3451 $as_echo "$ac_ct_CXX" >&6; }
3452 else
3453   { $as_echo "$as_me:$LINENO: result: no" >&5
3454 $as_echo "no" >&6; }
3455 fi
3456
3457
3458   test -n "$ac_ct_CXX" && break
3459 done
3460
3461   if test "x$ac_ct_CXX" = x; then
3462     CXX="g++"
3463   else
3464     case $cross_compiling:$ac_tool_warned in
3465 yes:)
3466 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3467 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3468 ac_tool_warned=yes ;;
3469 esac
3470     CXX=$ac_ct_CXX
3471   fi
3472 fi
3473
3474   fi
3475 fi
3476 # Provide some information about the compiler.
3477 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3478 set X $ac_compile
3479 ac_compiler=$2
3480 { (ac_try="$ac_compiler --version >&5"
3481 case "(($ac_try" in
3482   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3483   *) ac_try_echo=$ac_try;;
3484 esac
3485 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3486 $as_echo "$ac_try_echo") >&5
3487   (eval "$ac_compiler --version >&5") 2>&5
3488   ac_status=$?
3489   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3490   (exit $ac_status); }
3491 { (ac_try="$ac_compiler -v >&5"
3492 case "(($ac_try" in
3493   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3494   *) ac_try_echo=$ac_try;;
3495 esac
3496 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3497 $as_echo "$ac_try_echo") >&5
3498   (eval "$ac_compiler -v >&5") 2>&5
3499   ac_status=$?
3500   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3501   (exit $ac_status); }
3502 { (ac_try="$ac_compiler -V >&5"
3503 case "(($ac_try" in
3504   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3505   *) ac_try_echo=$ac_try;;
3506 esac
3507 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3508 $as_echo "$ac_try_echo") >&5
3509   (eval "$ac_compiler -V >&5") 2>&5
3510   ac_status=$?
3511   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3512   (exit $ac_status); }
3513
3514 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3515 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3516 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3517   $as_echo_n "(cached) " >&6
3518 else
3519   cat >conftest.$ac_ext <<_ACEOF
3520 /* confdefs.h.  */
3521 _ACEOF
3522 cat confdefs.h >>conftest.$ac_ext
3523 cat >>conftest.$ac_ext <<_ACEOF
3524 /* end confdefs.h.  */
3525
3526 int
3527 main ()
3528 {
3529 #ifndef __GNUC__
3530        choke me
3531 #endif
3532
3533   ;
3534   return 0;
3535 }
3536 _ACEOF
3537 rm -f conftest.$ac_objext
3538 if { (ac_try="$ac_compile"
3539 case "(($ac_try" in
3540   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3541   *) ac_try_echo=$ac_try;;
3542 esac
3543 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3544 $as_echo "$ac_try_echo") >&5
3545   (eval "$ac_compile") 2>conftest.er1
3546   ac_status=$?
3547   grep -v '^ *+' conftest.er1 >conftest.err
3548   rm -f conftest.er1
3549   cat conftest.err >&5
3550   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3551   (exit $ac_status); } && {
3552          test -z "$ac_cxx_werror_flag" ||
3553          test ! -s conftest.err
3554        } && test -s conftest.$ac_objext; then
3555   ac_compiler_gnu=yes
3556 else
3557   $as_echo "$as_me: failed program was:" >&5
3558 sed 's/^/| /' conftest.$ac_ext >&5
3559
3560         ac_compiler_gnu=no
3561 fi
3562
3563 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3564 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3565
3566 fi
3567 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3568 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3569 if test $ac_compiler_gnu = yes; then
3570   GXX=yes
3571 else
3572   GXX=
3573 fi
3574 ac_test_CXXFLAGS=${CXXFLAGS+set}
3575 ac_save_CXXFLAGS=$CXXFLAGS
3576 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3577 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3578 if test "${ac_cv_prog_cxx_g+set}" = set; then
3579   $as_echo_n "(cached) " >&6
3580 else
3581   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3582    ac_cxx_werror_flag=yes
3583    ac_cv_prog_cxx_g=no
3584    CXXFLAGS="-g"
3585    cat >conftest.$ac_ext <<_ACEOF
3586 /* confdefs.h.  */
3587 _ACEOF
3588 cat confdefs.h >>conftest.$ac_ext
3589 cat >>conftest.$ac_ext <<_ACEOF
3590 /* end confdefs.h.  */
3591
3592 int
3593 main ()
3594 {
3595
3596   ;
3597   return 0;
3598 }
3599 _ACEOF
3600 rm -f conftest.$ac_objext
3601 if { (ac_try="$ac_compile"
3602 case "(($ac_try" in
3603   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3604   *) ac_try_echo=$ac_try;;
3605 esac
3606 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3607 $as_echo "$ac_try_echo") >&5
3608   (eval "$ac_compile") 2>conftest.er1
3609   ac_status=$?
3610   grep -v '^ *+' conftest.er1 >conftest.err
3611   rm -f conftest.er1
3612   cat conftest.err >&5
3613   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3614   (exit $ac_status); } && {
3615          test -z "$ac_cxx_werror_flag" ||
3616          test ! -s conftest.err
3617        } && test -s conftest.$ac_objext; then
3618   ac_cv_prog_cxx_g=yes
3619 else
3620   $as_echo "$as_me: failed program was:" >&5
3621 sed 's/^/| /' conftest.$ac_ext >&5
3622
3623         CXXFLAGS=""
3624       cat >conftest.$ac_ext <<_ACEOF
3625 /* confdefs.h.  */
3626 _ACEOF
3627 cat confdefs.h >>conftest.$ac_ext
3628 cat >>conftest.$ac_ext <<_ACEOF
3629 /* end confdefs.h.  */
3630
3631 int
3632 main ()
3633 {
3634
3635   ;
3636   return 0;
3637 }
3638 _ACEOF
3639 rm -f conftest.$ac_objext
3640 if { (ac_try="$ac_compile"
3641 case "(($ac_try" in
3642   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3643   *) ac_try_echo=$ac_try;;
3644 esac
3645 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3646 $as_echo "$ac_try_echo") >&5
3647   (eval "$ac_compile") 2>conftest.er1
3648   ac_status=$?
3649   grep -v '^ *+' conftest.er1 >conftest.err
3650   rm -f conftest.er1
3651   cat conftest.err >&5
3652   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3653   (exit $ac_status); } && {
3654          test -z "$ac_cxx_werror_flag" ||
3655          test ! -s conftest.err
3656        } && test -s conftest.$ac_objext; then
3657   :
3658 else
3659   $as_echo "$as_me: failed program was:" >&5
3660 sed 's/^/| /' conftest.$ac_ext >&5
3661
3662         ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3663          CXXFLAGS="-g"
3664          cat >conftest.$ac_ext <<_ACEOF
3665 /* confdefs.h.  */
3666 _ACEOF
3667 cat confdefs.h >>conftest.$ac_ext
3668 cat >>conftest.$ac_ext <<_ACEOF
3669 /* end confdefs.h.  */
3670
3671 int
3672 main ()
3673 {
3674
3675   ;
3676   return 0;
3677 }
3678 _ACEOF
3679 rm -f conftest.$ac_objext
3680 if { (ac_try="$ac_compile"
3681 case "(($ac_try" in
3682   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3683   *) ac_try_echo=$ac_try;;
3684 esac
3685 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3686 $as_echo "$ac_try_echo") >&5
3687   (eval "$ac_compile") 2>conftest.er1
3688   ac_status=$?
3689   grep -v '^ *+' conftest.er1 >conftest.err
3690   rm -f conftest.er1
3691   cat conftest.err >&5
3692   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3693   (exit $ac_status); } && {
3694          test -z "$ac_cxx_werror_flag" ||
3695          test ! -s conftest.err
3696        } && test -s conftest.$ac_objext; then
3697   ac_cv_prog_cxx_g=yes
3698 else
3699   $as_echo "$as_me: failed program was:" >&5
3700 sed 's/^/| /' conftest.$ac_ext >&5
3701
3702
3703 fi
3704
3705 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3706 fi
3707
3708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3709 fi
3710
3711 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3712    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3713 fi
3714 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3715 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3716 if test "$ac_test_CXXFLAGS" = set; then
3717   CXXFLAGS=$ac_save_CXXFLAGS
3718 elif test $ac_cv_prog_cxx_g = yes; then
3719   if test "$GXX" = yes; then
3720     CXXFLAGS="-g -O2"
3721   else
3722     CXXFLAGS="-g"
3723   fi
3724 else
3725   if test "$GXX" = yes; then
3726     CXXFLAGS="-O2"
3727   else
3728     CXXFLAGS=
3729   fi
3730 fi
3731 ac_ext=c
3732 ac_cpp='$CPP $CPPFLAGS'
3733 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3734 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3735 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3736
3737 if test -n "$ac_tool_prefix"; then
3738   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3739 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3740 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3741 $as_echo_n "checking for $ac_word... " >&6; }
3742 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3743   $as_echo_n "(cached) " >&6
3744 else
3745   if test -n "$CPPBIN"; then
3746   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3747 else
3748 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3749 for as_dir in $PATH
3750 do
3751   IFS=$as_save_IFS
3752   test -z "$as_dir" && as_dir=.
3753   for ac_exec_ext in '' $ac_executable_extensions; do
3754   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3755     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3756     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3757     break 2
3758   fi
3759 done
3760 done
3761 IFS=$as_save_IFS
3762
3763 fi
3764 fi
3765 CPPBIN=$ac_cv_prog_CPPBIN
3766 if test -n "$CPPBIN"; then
3767   { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3768 $as_echo "$CPPBIN" >&6; }
3769 else
3770   { $as_echo "$as_me:$LINENO: result: no" >&5
3771 $as_echo "no" >&6; }
3772 fi
3773
3774
3775 fi
3776 if test -z "$ac_cv_prog_CPPBIN"; then
3777   ac_ct_CPPBIN=$CPPBIN
3778   # Extract the first word of "cpp", so it can be a program name with args.
3779 set dummy cpp; ac_word=$2
3780 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3781 $as_echo_n "checking for $ac_word... " >&6; }
3782 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3783   $as_echo_n "(cached) " >&6
3784 else
3785   if test -n "$ac_ct_CPPBIN"; then
3786   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3787 else
3788 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3789 for as_dir in $PATH
3790 do
3791   IFS=$as_save_IFS
3792   test -z "$as_dir" && as_dir=.
3793   for ac_exec_ext in '' $ac_executable_extensions; do
3794   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3795     ac_cv_prog_ac_ct_CPPBIN="cpp"
3796     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3797     break 2
3798   fi
3799 done
3800 done
3801 IFS=$as_save_IFS
3802
3803 fi
3804 fi
3805 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3806 if test -n "$ac_ct_CPPBIN"; then
3807   { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3808 $as_echo "$ac_ct_CPPBIN" >&6; }
3809 else
3810   { $as_echo "$as_me:$LINENO: result: no" >&5
3811 $as_echo "no" >&6; }
3812 fi
3813
3814   if test "x$ac_ct_CPPBIN" = x; then
3815     CPPBIN="cpp"
3816   else
3817     case $cross_compiling:$ac_tool_warned in
3818 yes:)
3819 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3820 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3821 ac_tool_warned=yes ;;
3822 esac
3823     CPPBIN=$ac_ct_CPPBIN
3824   fi
3825 else
3826   CPPBIN="$ac_cv_prog_CPPBIN"
3827 fi
3828
3829
3830 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3831 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3832 if test "${wine_cv_toolsdir+set}" = set; then
3833   $as_echo_n "(cached) " >&6
3834 else
3835   if test -z "$with_wine_tools"; then
3836      if test "$cross_compiling" = "yes"; then
3837        { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3838 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3839    { (exit 1); exit 1; }; }
3840      else
3841        wine_cv_toolsdir="\$(TOPOBJDIR)"
3842      fi
3843    elif test -d "$with_wine_tools/tools/winebuild"; then
3844      case $with_wine_tools in
3845        /*) wine_cv_toolsdir="$with_wine_tools" ;;
3846        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3847      esac
3848    else
3849      { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3850 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3851    { (exit 1); exit 1; }; }
3852    fi
3853 fi
3854 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3855 $as_echo "$wine_cv_toolsdir" >&6; }
3856 TOOLSDIR=$wine_cv_toolsdir
3857
3858
3859
3860 ac_ext=c
3861 ac_cpp='$CPP $CPPFLAGS'
3862 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3863 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3864 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3865 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3866 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3867 # On Suns, sometimes $CPP names a directory.
3868 if test -n "$CPP" && test -d "$CPP"; then
3869   CPP=
3870 fi
3871 if test -z "$CPP"; then
3872   if test "${ac_cv_prog_CPP+set}" = set; then
3873   $as_echo_n "(cached) " >&6
3874 else
3875       # Double quotes because CPP needs to be expanded
3876     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3877     do
3878       ac_preproc_ok=false
3879 for ac_c_preproc_warn_flag in '' yes
3880 do
3881   # Use a header file that comes with gcc, so configuring glibc
3882   # with a fresh cross-compiler works.
3883   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3884   # <limits.h> exists even on freestanding compilers.
3885   # On the NeXT, cc -E runs the code through the compiler's parser,
3886   # not just through cpp. "Syntax error" is here to catch this case.
3887   cat >conftest.$ac_ext <<_ACEOF
3888 /* confdefs.h.  */
3889 _ACEOF
3890 cat confdefs.h >>conftest.$ac_ext
3891 cat >>conftest.$ac_ext <<_ACEOF
3892 /* end confdefs.h.  */
3893 #ifdef __STDC__
3894 # include <limits.h>
3895 #else
3896 # include <assert.h>
3897 #endif
3898                      Syntax error
3899 _ACEOF
3900 if { (ac_try="$ac_cpp conftest.$ac_ext"
3901 case "(($ac_try" in
3902   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3903   *) ac_try_echo=$ac_try;;
3904 esac
3905 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3906 $as_echo "$ac_try_echo") >&5
3907   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3908   ac_status=$?
3909   grep -v '^ *+' conftest.er1 >conftest.err
3910   rm -f conftest.er1
3911   cat conftest.err >&5
3912   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3913   (exit $ac_status); } >/dev/null && {
3914          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3915          test ! -s conftest.err
3916        }; then
3917   :
3918 else
3919   $as_echo "$as_me: failed program was:" >&5
3920 sed 's/^/| /' conftest.$ac_ext >&5
3921
3922   # Broken: fails on valid input.
3923 continue
3924 fi
3925
3926 rm -f conftest.err conftest.$ac_ext
3927
3928   # OK, works on sane cases.  Now check whether nonexistent headers
3929   # can be detected and how.
3930   cat >conftest.$ac_ext <<_ACEOF
3931 /* confdefs.h.  */
3932 _ACEOF
3933 cat confdefs.h >>conftest.$ac_ext
3934 cat >>conftest.$ac_ext <<_ACEOF
3935 /* end confdefs.h.  */
3936 #include <ac_nonexistent.h>
3937 _ACEOF
3938 if { (ac_try="$ac_cpp conftest.$ac_ext"
3939 case "(($ac_try" in
3940   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3941   *) ac_try_echo=$ac_try;;
3942 esac
3943 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3944 $as_echo "$ac_try_echo") >&5
3945   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3946   ac_status=$?
3947   grep -v '^ *+' conftest.er1 >conftest.err
3948   rm -f conftest.er1
3949   cat conftest.err >&5
3950   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3951   (exit $ac_status); } >/dev/null && {
3952          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3953          test ! -s conftest.err
3954        }; then
3955   # Broken: success on invalid input.
3956 continue
3957 else
3958   $as_echo "$as_me: failed program was:" >&5
3959 sed 's/^/| /' conftest.$ac_ext >&5
3960
3961   # Passes both tests.
3962 ac_preproc_ok=:
3963 break
3964 fi
3965
3966 rm -f conftest.err conftest.$ac_ext
3967
3968 done
3969 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3970 rm -f conftest.err conftest.$ac_ext
3971 if $ac_preproc_ok; then
3972   break
3973 fi
3974
3975     done
3976     ac_cv_prog_CPP=$CPP
3977
3978 fi
3979   CPP=$ac_cv_prog_CPP
3980 else
3981   ac_cv_prog_CPP=$CPP
3982 fi
3983 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
3984 $as_echo "$CPP" >&6; }
3985 ac_preproc_ok=false
3986 for ac_c_preproc_warn_flag in '' yes
3987 do
3988   # Use a header file that comes with gcc, so configuring glibc
3989   # with a fresh cross-compiler works.
3990   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3991   # <limits.h> exists even on freestanding compilers.
3992   # On the NeXT, cc -E runs the code through the compiler's parser,
3993   # not just through cpp. "Syntax error" is here to catch this case.
3994   cat >conftest.$ac_ext <<_ACEOF
3995 /* confdefs.h.  */
3996 _ACEOF
3997 cat confdefs.h >>conftest.$ac_ext
3998 cat >>conftest.$ac_ext <<_ACEOF
3999 /* end confdefs.h.  */
4000 #ifdef __STDC__
4001 # include <limits.h>
4002 #else
4003 # include <assert.h>
4004 #endif
4005                      Syntax error
4006 _ACEOF
4007 if { (ac_try="$ac_cpp conftest.$ac_ext"
4008 case "(($ac_try" in
4009   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4010   *) ac_try_echo=$ac_try;;
4011 esac
4012 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4013 $as_echo "$ac_try_echo") >&5
4014   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4015   ac_status=$?
4016   grep -v '^ *+' conftest.er1 >conftest.err
4017   rm -f conftest.er1
4018   cat conftest.err >&5
4019   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4020   (exit $ac_status); } >/dev/null && {
4021          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4022          test ! -s conftest.err
4023        }; then
4024   :
4025 else
4026   $as_echo "$as_me: failed program was:" >&5
4027 sed 's/^/| /' conftest.$ac_ext >&5
4028
4029   # Broken: fails on valid input.
4030 continue
4031 fi
4032
4033 rm -f conftest.err conftest.$ac_ext
4034
4035   # OK, works on sane cases.  Now check whether nonexistent headers
4036   # can be detected and how.
4037   cat >conftest.$ac_ext <<_ACEOF
4038 /* confdefs.h.  */
4039 _ACEOF
4040 cat confdefs.h >>conftest.$ac_ext
4041 cat >>conftest.$ac_ext <<_ACEOF
4042 /* end confdefs.h.  */
4043 #include <ac_nonexistent.h>
4044 _ACEOF
4045 if { (ac_try="$ac_cpp conftest.$ac_ext"
4046 case "(($ac_try" in
4047   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4048   *) ac_try_echo=$ac_try;;
4049 esac
4050 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4051 $as_echo "$ac_try_echo") >&5
4052   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4053   ac_status=$?
4054   grep -v '^ *+' conftest.er1 >conftest.err
4055   rm -f conftest.er1
4056   cat conftest.err >&5
4057   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4058   (exit $ac_status); } >/dev/null && {
4059          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4060          test ! -s conftest.err
4061        }; then
4062   # Broken: success on invalid input.
4063 continue
4064 else
4065   $as_echo "$as_me: failed program was:" >&5
4066 sed 's/^/| /' conftest.$ac_ext >&5
4067
4068   # Passes both tests.
4069 ac_preproc_ok=:
4070 break
4071 fi
4072
4073 rm -f conftest.err conftest.$ac_ext
4074
4075 done
4076 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4077 rm -f conftest.err conftest.$ac_ext
4078 if $ac_preproc_ok; then
4079   :
4080 else
4081   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
4082 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4083 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4084 See \`config.log' for more details." >&5
4085 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4086 See \`config.log' for more details." >&2;}
4087    { (exit 1); exit 1; }; }; }
4088 fi
4089
4090 ac_ext=c
4091 ac_cpp='$CPP $CPPFLAGS'
4092 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4093 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4094 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4095
4096
4097 { $as_echo "$as_me:$LINENO: checking for X" >&5
4098 $as_echo_n "checking for X... " >&6; }
4099
4100
4101 # Check whether --with-x was given.
4102 if test "${with_x+set}" = set; then
4103   withval=$with_x;
4104 fi
4105
4106 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
4107 if test "x$with_x" = xno; then
4108   # The user explicitly disabled X.
4109   have_x=disabled
4110 else
4111   case $x_includes,$x_libraries in #(
4112     *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
4113 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
4114    { (exit 1); exit 1; }; };; #(
4115     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
4116   $as_echo_n "(cached) " >&6
4117 else
4118   # One or both of the vars are not set, and there is no cached value.
4119 ac_x_includes=no ac_x_libraries=no
4120 rm -f -r conftest.dir
4121 if mkdir conftest.dir; then
4122   cd conftest.dir
4123   cat >Imakefile <<'_ACEOF'
4124 incroot:
4125         @echo incroot='${INCROOT}'
4126 usrlibdir:
4127         @echo usrlibdir='${USRLIBDIR}'
4128 libdir:
4129         @echo libdir='${LIBDIR}'
4130 _ACEOF
4131   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
4132     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4133     for ac_var in incroot usrlibdir libdir; do
4134       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
4135     done
4136     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
4137     for ac_extension in a so sl dylib la dll; do
4138       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
4139          test -f "$ac_im_libdir/libX11.$ac_extension"; then
4140         ac_im_usrlibdir=$ac_im_libdir; break
4141       fi
4142     done
4143     # Screen out bogus values from the imake configuration.  They are
4144     # bogus both because they are the default anyway, and because
4145     # using them would break gcc on systems where it needs fixed includes.
4146     case $ac_im_incroot in
4147         /usr/include) ac_x_includes= ;;
4148         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
4149     esac
4150     case $ac_im_usrlibdir in
4151         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
4152         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4153     esac
4154   fi
4155   cd ..
4156   rm -f -r conftest.dir
4157 fi
4158
4159 # Standard set of common directories for X headers.
4160 # Check X11 before X11Rn because it is often a symlink to the current release.
4161 ac_x_header_dirs='
4162 /usr/X11/include
4163 /usr/X11R6/include
4164 /usr/X11R5/include
4165 /usr/X11R4/include
4166
4167 /usr/include/X11
4168 /usr/include/X11R6
4169 /usr/include/X11R5
4170 /usr/include/X11R4
4171
4172 /usr/local/X11/include
4173 /usr/local/X11R6/include
4174 /usr/local/X11R5/include
4175 /usr/local/X11R4/include
4176
4177 /usr/local/include/X11
4178 /usr/local/include/X11R6
4179 /usr/local/include/X11R5
4180 /usr/local/include/X11R4
4181
4182 /usr/X386/include
4183 /usr/x386/include
4184 /usr/XFree86/include/X11
4185
4186 /usr/include
4187 /usr/local/include
4188 /usr/unsupported/include
4189 /usr/athena/include
4190 /usr/local/x11r5/include
4191 /usr/lpp/Xamples/include
4192
4193 /usr/openwin/include
4194 /usr/openwin/share/include'
4195
4196 if test "$ac_x_includes" = no; then
4197   # Guess where to find include files, by looking for Xlib.h.
4198   # First, try using that file with no special directory specified.
4199   cat >conftest.$ac_ext <<_ACEOF
4200 /* confdefs.h.  */
4201 _ACEOF
4202 cat confdefs.h >>conftest.$ac_ext
4203 cat >>conftest.$ac_ext <<_ACEOF
4204 /* end confdefs.h.  */
4205 #include <X11/Xlib.h>
4206 _ACEOF
4207 if { (ac_try="$ac_cpp conftest.$ac_ext"
4208 case "(($ac_try" in
4209   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4210   *) ac_try_echo=$ac_try;;
4211 esac
4212 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4213 $as_echo "$ac_try_echo") >&5
4214   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4215   ac_status=$?
4216   grep -v '^ *+' conftest.er1 >conftest.err
4217   rm -f conftest.er1
4218   cat conftest.err >&5
4219   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4220   (exit $ac_status); } >/dev/null && {
4221          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4222          test ! -s conftest.err
4223        }; then
4224   # We can compile using X headers with no special include directory.
4225 ac_x_includes=
4226 else
4227   $as_echo "$as_me: failed program was:" >&5
4228 sed 's/^/| /' conftest.$ac_ext >&5
4229
4230   for ac_dir in $ac_x_header_dirs; do
4231   if test -r "$ac_dir/X11/Xlib.h"; then
4232     ac_x_includes=$ac_dir
4233     break
4234   fi
4235 done
4236 fi
4237
4238 rm -f conftest.err conftest.$ac_ext
4239 fi # $ac_x_includes = no
4240
4241 if test "$ac_x_libraries" = no; then
4242   # Check for the libraries.
4243   # See if we find them without any special options.
4244   # Don't add to $LIBS permanently.
4245   ac_save_LIBS=$LIBS
4246   LIBS="-lX11 $LIBS"
4247   cat >conftest.$ac_ext <<_ACEOF
4248 /* confdefs.h.  */
4249 _ACEOF
4250 cat confdefs.h >>conftest.$ac_ext
4251 cat >>conftest.$ac_ext <<_ACEOF
4252 /* end confdefs.h.  */
4253 #include <X11/Xlib.h>
4254 int
4255 main ()
4256 {
4257 XrmInitialize ()
4258   ;
4259   return 0;
4260 }
4261 _ACEOF
4262 rm -f conftest.$ac_objext conftest$ac_exeext
4263 if { (ac_try="$ac_link"
4264 case "(($ac_try" in
4265   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4266   *) ac_try_echo=$ac_try;;
4267 esac
4268 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4269 $as_echo "$ac_try_echo") >&5
4270   (eval "$ac_link") 2>conftest.er1
4271   ac_status=$?
4272   grep -v '^ *+' conftest.er1 >conftest.err
4273   rm -f conftest.er1
4274   cat conftest.err >&5
4275   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4276   (exit $ac_status); } && {
4277          test -z "$ac_c_werror_flag" ||
4278          test ! -s conftest.err
4279        } && test -s conftest$ac_exeext && {
4280          test "$cross_compiling" = yes ||
4281          $as_test_x conftest$ac_exeext
4282        }; then
4283   LIBS=$ac_save_LIBS
4284 # We can link X programs with no special library path.
4285 ac_x_libraries=
4286 else
4287   $as_echo "$as_me: failed program was:" >&5
4288 sed 's/^/| /' conftest.$ac_ext >&5
4289
4290         LIBS=$ac_save_LIBS
4291 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4292 do
4293   # Don't even attempt the hair of trying to link an X program!
4294   for ac_extension in a so sl dylib la dll; do
4295     if test -r "$ac_dir/libX11.$ac_extension"; then
4296       ac_x_libraries=$ac_dir
4297       break 2
4298     fi
4299   done
4300 done
4301 fi
4302
4303 rm -rf conftest.dSYM
4304 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4305       conftest$ac_exeext conftest.$ac_ext
4306 fi # $ac_x_libraries = no
4307
4308 case $ac_x_includes,$ac_x_libraries in #(
4309   no,* | *,no | *\'*)
4310     # Didn't find X, or a directory has "'" in its name.
4311     ac_cv_have_x="have_x=no";; #(
4312   *)
4313     # Record where we found X for the cache.
4314     ac_cv_have_x="have_x=yes\
4315         ac_x_includes='$ac_x_includes'\
4316         ac_x_libraries='$ac_x_libraries'"
4317 esac
4318 fi
4319 ;; #(
4320     *) have_x=yes;;
4321   esac
4322   eval "$ac_cv_have_x"
4323 fi # $with_x != no
4324
4325 if test "$have_x" != yes; then
4326   { $as_echo "$as_me:$LINENO: result: $have_x" >&5
4327 $as_echo "$have_x" >&6; }
4328   no_x=yes
4329 else
4330   # If each of the values was on the command line, it overrides each guess.
4331   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4332   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4333   # Update the cache value to reflect the command line values.
4334   ac_cv_have_x="have_x=yes\
4335         ac_x_includes='$x_includes'\
4336         ac_x_libraries='$x_libraries'"
4337   { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4338 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
4339 fi
4340
4341 if test "$no_x" = yes; then
4342   # Not all programs may use this symbol, but it does not hurt to define it.
4343
4344 cat >>confdefs.h <<\_ACEOF
4345 #define X_DISPLAY_MISSING 1
4346 _ACEOF
4347
4348   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4349 else
4350   if test -n "$x_includes"; then
4351     X_CFLAGS="$X_CFLAGS -I$x_includes"
4352   fi
4353
4354   # It would also be nice to do this for all -L options, not just this one.
4355   if test -n "$x_libraries"; then
4356     X_LIBS="$X_LIBS -L$x_libraries"
4357     # For Solaris; some versions of Sun CC require a space after -R and
4358     # others require no space.  Words are not sufficient . . . .
4359     { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4360 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
4361     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4362     ac_xsave_c_werror_flag=$ac_c_werror_flag
4363     ac_c_werror_flag=yes
4364     cat >conftest.$ac_ext <<_ACEOF
4365 /* confdefs.h.  */
4366 _ACEOF
4367 cat confdefs.h >>conftest.$ac_ext
4368 cat >>conftest.$ac_ext <<_ACEOF
4369 /* end confdefs.h.  */
4370
4371 int
4372 main ()
4373 {
4374
4375   ;
4376   return 0;
4377 }
4378 _ACEOF
4379 rm -f conftest.$ac_objext conftest$ac_exeext
4380 if { (ac_try="$ac_link"
4381 case "(($ac_try" in
4382   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4383   *) ac_try_echo=$ac_try;;
4384 esac
4385 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4386 $as_echo "$ac_try_echo") >&5
4387   (eval "$ac_link") 2>conftest.er1
4388   ac_status=$?
4389   grep -v '^ *+' conftest.er1 >conftest.err
4390   rm -f conftest.er1
4391   cat conftest.err >&5
4392   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4393   (exit $ac_status); } && {
4394          test -z "$ac_c_werror_flag" ||
4395          test ! -s conftest.err
4396        } && test -s conftest$ac_exeext && {
4397          test "$cross_compiling" = yes ||
4398          $as_test_x conftest$ac_exeext
4399        }; then
4400   { $as_echo "$as_me:$LINENO: result: no" >&5
4401 $as_echo "no" >&6; }
4402        X_LIBS="$X_LIBS -R$x_libraries"
4403 else
4404   $as_echo "$as_me: failed program was:" >&5
4405 sed 's/^/| /' conftest.$ac_ext >&5
4406
4407         LIBS="$ac_xsave_LIBS -R $x_libraries"
4408        cat >conftest.$ac_ext <<_ACEOF
4409 /* confdefs.h.  */
4410 _ACEOF
4411 cat confdefs.h >>conftest.$ac_ext
4412 cat >>conftest.$ac_ext <<_ACEOF
4413 /* end confdefs.h.  */
4414
4415 int
4416 main ()
4417 {
4418
4419   ;
4420   return 0;
4421 }
4422 _ACEOF
4423 rm -f conftest.$ac_objext conftest$ac_exeext
4424 if { (ac_try="$ac_link"
4425 case "(($ac_try" in
4426   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4427   *) ac_try_echo=$ac_try;;
4428 esac
4429 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4430 $as_echo "$ac_try_echo") >&5
4431   (eval "$ac_link") 2>conftest.er1
4432   ac_status=$?
4433   grep -v '^ *+' conftest.er1 >conftest.err
4434   rm -f conftest.er1
4435   cat conftest.err >&5
4436   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4437   (exit $ac_status); } && {
4438          test -z "$ac_c_werror_flag" ||
4439          test ! -s conftest.err
4440        } && test -s conftest$ac_exeext && {
4441          test "$cross_compiling" = yes ||
4442          $as_test_x conftest$ac_exeext
4443        }; then
4444   { $as_echo "$as_me:$LINENO: result: yes" >&5
4445 $as_echo "yes" >&6; }
4446           X_LIBS="$X_LIBS -R $x_libraries"
4447 else
4448   $as_echo "$as_me: failed program was:" >&5
4449 sed 's/^/| /' conftest.$ac_ext >&5
4450
4451         { $as_echo "$as_me:$LINENO: result: neither works" >&5
4452 $as_echo "neither works" >&6; }
4453 fi
4454
4455 rm -rf conftest.dSYM
4456 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4457       conftest$ac_exeext conftest.$ac_ext
4458 fi
4459
4460 rm -rf conftest.dSYM
4461 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4462       conftest$ac_exeext conftest.$ac_ext
4463     ac_c_werror_flag=$ac_xsave_c_werror_flag
4464     LIBS=$ac_xsave_LIBS
4465   fi
4466
4467   # Check for system-dependent libraries X programs must link with.
4468   # Do this before checking for the system-independent R6 libraries
4469   # (-lICE), since we may need -lsocket or whatever for X linking.
4470
4471   if test "$ISC" = yes; then
4472     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4473   else
4474     # Martyn Johnson says this is needed for Ultrix, if the X
4475     # libraries were built with DECnet support.  And Karl Berry says
4476     # the Alpha needs dnet_stub (dnet does not exist).
4477     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4478     cat >conftest.$ac_ext <<_ACEOF
4479 /* confdefs.h.  */
4480 _ACEOF
4481 cat confdefs.h >>conftest.$ac_ext
4482 cat >>conftest.$ac_ext <<_ACEOF
4483 /* end confdefs.h.  */
4484
4485 /* Override any GCC internal prototype to avoid an error.
4486    Use char because int might match the return type of a GCC
4487    builtin and then its argument prototype would still apply.  */
4488 #ifdef __cplusplus
4489 extern "C"
4490 #endif
4491 char XOpenDisplay ();
4492 int
4493 main ()
4494 {
4495 return XOpenDisplay ();
4496   ;
4497   return 0;
4498 }
4499 _ACEOF
4500 rm -f conftest.$ac_objext conftest$ac_exeext
4501 if { (ac_try="$ac_link"
4502 case "(($ac_try" in
4503   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4504   *) ac_try_echo=$ac_try;;
4505 esac
4506 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4507 $as_echo "$ac_try_echo") >&5
4508   (eval "$ac_link") 2>conftest.er1
4509   ac_status=$?
4510   grep -v '^ *+' conftest.er1 >conftest.err
4511   rm -f conftest.er1
4512   cat conftest.err >&5
4513   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4514   (exit $ac_status); } && {
4515          test -z "$ac_c_werror_flag" ||
4516          test ! -s conftest.err
4517        } && test -s conftest$ac_exeext && {
4518          test "$cross_compiling" = yes ||
4519          $as_test_x conftest$ac_exeext
4520        }; then
4521   :
4522 else
4523   $as_echo "$as_me: failed program was:" >&5
4524 sed 's/^/| /' conftest.$ac_ext >&5
4525
4526         { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4527 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
4528 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4529   $as_echo_n "(cached) " >&6
4530 else
4531   ac_check_lib_save_LIBS=$LIBS
4532 LIBS="-ldnet  $LIBS"
4533 cat >conftest.$ac_ext <<_ACEOF
4534 /* confdefs.h.  */
4535 _ACEOF
4536 cat confdefs.h >>conftest.$ac_ext
4537 cat >>conftest.$ac_ext <<_ACEOF
4538 /* end confdefs.h.  */
4539
4540 /* Override any GCC internal prototype to avoid an error.
4541    Use char because int might match the return type of a GCC
4542    builtin and then its argument prototype would still apply.  */
4543 #ifdef __cplusplus
4544 extern "C"
4545 #endif
4546 char dnet_ntoa ();
4547 int
4548 main ()
4549 {
4550 return dnet_ntoa ();
4551   ;
4552   return 0;
4553 }
4554 _ACEOF
4555 rm -f conftest.$ac_objext conftest$ac_exeext
4556 if { (ac_try="$ac_link"
4557 case "(($ac_try" in
4558   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4559   *) ac_try_echo=$ac_try;;
4560 esac
4561 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4562 $as_echo "$ac_try_echo") >&5
4563   (eval "$ac_link") 2>conftest.er1
4564   ac_status=$?
4565   grep -v '^ *+' conftest.er1 >conftest.err
4566   rm -f conftest.er1
4567   cat conftest.err >&5
4568   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4569   (exit $ac_status); } && {
4570          test -z "$ac_c_werror_flag" ||
4571          test ! -s conftest.err
4572        } && test -s conftest$ac_exeext && {
4573          test "$cross_compiling" = yes ||
4574          $as_test_x conftest$ac_exeext
4575        }; then
4576   ac_cv_lib_dnet_dnet_ntoa=yes
4577 else
4578   $as_echo "$as_me: failed program was:" >&5
4579 sed 's/^/| /' conftest.$ac_ext >&5
4580
4581         ac_cv_lib_dnet_dnet_ntoa=no
4582 fi
4583
4584 rm -rf conftest.dSYM
4585 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4586       conftest$ac_exeext conftest.$ac_ext
4587 LIBS=$ac_check_lib_save_LIBS
4588 fi
4589 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4590 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4591 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
4592   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4593 fi
4594
4595     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4596       { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4597 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
4598 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4599   $as_echo_n "(cached) " >&6
4600 else
4601   ac_check_lib_save_LIBS=$LIBS
4602 LIBS="-ldnet_stub  $LIBS"
4603 cat >conftest.$ac_ext <<_ACEOF
4604 /* confdefs.h.  */
4605 _ACEOF
4606 cat confdefs.h >>conftest.$ac_ext
4607 cat >>conftest.$ac_ext <<_ACEOF
4608 /* end confdefs.h.  */
4609
4610 /* Override any GCC internal prototype to avoid an error.
4611    Use char because int might match the return type of a GCC
4612    builtin and then its argument prototype would still apply.  */
4613 #ifdef __cplusplus
4614 extern "C"
4615 #endif
4616 char dnet_ntoa ();
4617 int
4618 main ()
4619 {
4620 return dnet_ntoa ();
4621   ;
4622   return 0;
4623 }
4624 _ACEOF
4625 rm -f conftest.$ac_objext conftest$ac_exeext
4626 if { (ac_try="$ac_link"
4627 case "(($ac_try" in
4628   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4629   *) ac_try_echo=$ac_try;;
4630 esac
4631 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4632 $as_echo "$ac_try_echo") >&5
4633   (eval "$ac_link") 2>conftest.er1
4634   ac_status=$?
4635   grep -v '^ *+' conftest.er1 >conftest.err
4636   rm -f conftest.er1
4637   cat conftest.err >&5
4638   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4639   (exit $ac_status); } && {
4640          test -z "$ac_c_werror_flag" ||
4641          test ! -s conftest.err
4642        } && test -s conftest$ac_exeext && {
4643          test "$cross_compiling" = yes ||
4644          $as_test_x conftest$ac_exeext
4645        }; then
4646   ac_cv_lib_dnet_stub_dnet_ntoa=yes
4647 else
4648   $as_echo "$as_me: failed program was:" >&5
4649 sed 's/^/| /' conftest.$ac_ext >&5
4650
4651         ac_cv_lib_dnet_stub_dnet_ntoa=no
4652 fi
4653
4654 rm -rf conftest.dSYM
4655 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4656       conftest$ac_exeext conftest.$ac_ext
4657 LIBS=$ac_check_lib_save_LIBS
4658 fi
4659 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4660 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4661 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
4662   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4663 fi
4664
4665     fi
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_xsave_LIBS"
4672
4673     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4674     # to get the SysV transport functions.
4675     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4676     # needs -lnsl.
4677     # The nsl library prevents programs from opening the X display
4678     # on Irix 5.2, according to T.E. Dickey.
4679     # The functions gethostbyname, getservbyname, and inet_addr are
4680     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4681     { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
4682 $as_echo_n "checking for gethostbyname... " >&6; }
4683 if test "${ac_cv_func_gethostbyname+set}" = set; then
4684   $as_echo_n "(cached) " >&6
4685 else
4686   cat >conftest.$ac_ext <<_ACEOF
4687 /* confdefs.h.  */
4688 _ACEOF
4689 cat confdefs.h >>conftest.$ac_ext
4690 cat >>conftest.$ac_ext <<_ACEOF
4691 /* end confdefs.h.  */
4692 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4693    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4694 #define gethostbyname innocuous_gethostbyname
4695
4696 /* System header to define __stub macros and hopefully few prototypes,
4697     which can conflict with char gethostbyname (); below.
4698     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4699     <limits.h> exists even on freestanding compilers.  */
4700
4701 #ifdef __STDC__
4702 # include <limits.h>
4703 #else
4704 # include <assert.h>
4705 #endif
4706
4707 #undef gethostbyname
4708
4709 /* Override any GCC internal prototype to avoid an error.
4710    Use char because int might match the return type of a GCC
4711    builtin and then its argument prototype would still apply.  */
4712 #ifdef __cplusplus
4713 extern "C"
4714 #endif
4715 char gethostbyname ();
4716 /* The GNU C library defines this for functions which it implements
4717     to always fail with ENOSYS.  Some functions are actually named
4718     something starting with __ and the normal name is an alias.  */
4719 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4720 choke me
4721 #endif
4722
4723 int
4724 main ()
4725 {
4726 return gethostbyname ();
4727   ;
4728   return 0;
4729 }
4730 _ACEOF
4731 rm -f conftest.$ac_objext conftest$ac_exeext
4732 if { (ac_try="$ac_link"
4733 case "(($ac_try" in
4734   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4735   *) ac_try_echo=$ac_try;;
4736 esac
4737 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4738 $as_echo "$ac_try_echo") >&5
4739   (eval "$ac_link") 2>conftest.er1
4740   ac_status=$?
4741   grep -v '^ *+' conftest.er1 >conftest.err
4742   rm -f conftest.er1
4743   cat conftest.err >&5
4744   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4745   (exit $ac_status); } && {
4746          test -z "$ac_c_werror_flag" ||
4747          test ! -s conftest.err
4748        } && test -s conftest$ac_exeext && {
4749          test "$cross_compiling" = yes ||
4750          $as_test_x conftest$ac_exeext
4751        }; then
4752   ac_cv_func_gethostbyname=yes
4753 else
4754   $as_echo "$as_me: failed program was:" >&5
4755 sed 's/^/| /' conftest.$ac_ext >&5
4756
4757         ac_cv_func_gethostbyname=no
4758 fi
4759
4760 rm -rf conftest.dSYM
4761 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4762       conftest$ac_exeext conftest.$ac_ext
4763 fi
4764 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4765 $as_echo "$ac_cv_func_gethostbyname" >&6; }
4766
4767     if test $ac_cv_func_gethostbyname = no; then
4768       { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4769 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
4770 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4771   $as_echo_n "(cached) " >&6
4772 else
4773   ac_check_lib_save_LIBS=$LIBS
4774 LIBS="-lnsl  $LIBS"
4775 cat >conftest.$ac_ext <<_ACEOF
4776 /* confdefs.h.  */
4777 _ACEOF
4778 cat confdefs.h >>conftest.$ac_ext
4779 cat >>conftest.$ac_ext <<_ACEOF
4780 /* end confdefs.h.  */
4781
4782 /* Override any GCC internal prototype to avoid an error.
4783    Use char because int might match the return type of a GCC
4784    builtin and then its argument prototype would still apply.  */
4785 #ifdef __cplusplus
4786 extern "C"
4787 #endif
4788 char gethostbyname ();
4789 int
4790 main ()
4791 {
4792 return gethostbyname ();
4793   ;
4794   return 0;
4795 }
4796 _ACEOF
4797 rm -f conftest.$ac_objext conftest$ac_exeext
4798 if { (ac_try="$ac_link"
4799 case "(($ac_try" in
4800   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4801   *) ac_try_echo=$ac_try;;
4802 esac
4803 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4804 $as_echo "$ac_try_echo") >&5
4805   (eval "$ac_link") 2>conftest.er1
4806   ac_status=$?
4807   grep -v '^ *+' conftest.er1 >conftest.err
4808   rm -f conftest.er1
4809   cat conftest.err >&5
4810   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4811   (exit $ac_status); } && {
4812          test -z "$ac_c_werror_flag" ||
4813          test ! -s conftest.err
4814        } && test -s conftest$ac_exeext && {
4815          test "$cross_compiling" = yes ||
4816          $as_test_x conftest$ac_exeext
4817        }; then
4818   ac_cv_lib_nsl_gethostbyname=yes
4819 else
4820   $as_echo "$as_me: failed program was:" >&5
4821 sed 's/^/| /' conftest.$ac_ext >&5
4822
4823         ac_cv_lib_nsl_gethostbyname=no
4824 fi
4825
4826 rm -rf conftest.dSYM
4827 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4828       conftest$ac_exeext conftest.$ac_ext
4829 LIBS=$ac_check_lib_save_LIBS
4830 fi
4831 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4832 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
4833 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
4834   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4835 fi
4836
4837       if test $ac_cv_lib_nsl_gethostbyname = no; then
4838         { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4839 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
4840 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4841   $as_echo_n "(cached) " >&6
4842 else
4843   ac_check_lib_save_LIBS=$LIBS
4844 LIBS="-lbsd  $LIBS"
4845 cat >conftest.$ac_ext <<_ACEOF
4846 /* confdefs.h.  */
4847 _ACEOF
4848 cat confdefs.h >>conftest.$ac_ext
4849 cat >>conftest.$ac_ext <<_ACEOF
4850 /* end confdefs.h.  */
4851
4852 /* Override any GCC internal prototype to avoid an error.
4853    Use char because int might match the return type of a GCC
4854    builtin and then its argument prototype would still apply.  */
4855 #ifdef __cplusplus
4856 extern "C"
4857 #endif
4858 char gethostbyname ();
4859 int
4860 main ()
4861 {
4862 return gethostbyname ();
4863   ;
4864   return 0;
4865 }
4866 _ACEOF
4867 rm -f conftest.$ac_objext conftest$ac_exeext
4868 if { (ac_try="$ac_link"
4869 case "(($ac_try" in
4870   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4871   *) ac_try_echo=$ac_try;;
4872 esac
4873 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4874 $as_echo "$ac_try_echo") >&5
4875   (eval "$ac_link") 2>conftest.er1
4876   ac_status=$?
4877   grep -v '^ *+' conftest.er1 >conftest.err
4878   rm -f conftest.er1
4879   cat conftest.err >&5
4880   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4881   (exit $ac_status); } && {
4882          test -z "$ac_c_werror_flag" ||
4883          test ! -s conftest.err
4884        } && test -s conftest$ac_exeext && {
4885          test "$cross_compiling" = yes ||
4886          $as_test_x conftest$ac_exeext
4887        }; then
4888   ac_cv_lib_bsd_gethostbyname=yes
4889 else
4890   $as_echo "$as_me: failed program was:" >&5
4891 sed 's/^/| /' conftest.$ac_ext >&5
4892
4893         ac_cv_lib_bsd_gethostbyname=no
4894 fi
4895
4896 rm -rf conftest.dSYM
4897 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4898       conftest$ac_exeext conftest.$ac_ext
4899 LIBS=$ac_check_lib_save_LIBS
4900 fi
4901 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4902 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
4903 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
4904   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4905 fi
4906
4907       fi
4908     fi
4909
4910     # lieder@skyler.mavd.honeywell.com says without -lsocket,
4911     # socket/setsockopt and other routines are undefined under SCO ODT
4912     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
4913     # on later versions), says Simon Leinen: it contains gethostby*
4914     # variants that don't use the name server (or something).  -lsocket
4915     # must be given before -lnsl if both are needed.  We assume that
4916     # if connect needs -lnsl, so does gethostbyname.
4917     { $as_echo "$as_me:$LINENO: checking for connect" >&5
4918 $as_echo_n "checking for connect... " >&6; }
4919 if test "${ac_cv_func_connect+set}" = set; then
4920   $as_echo_n "(cached) " >&6
4921 else
4922   cat >conftest.$ac_ext <<_ACEOF
4923 /* confdefs.h.  */
4924 _ACEOF
4925 cat confdefs.h >>conftest.$ac_ext
4926 cat >>conftest.$ac_ext <<_ACEOF
4927 /* end confdefs.h.  */
4928 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4929    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4930 #define connect innocuous_connect
4931
4932 /* System header to define __stub macros and hopefully few prototypes,
4933     which can conflict with char connect (); below.
4934     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4935     <limits.h> exists even on freestanding compilers.  */
4936
4937 #ifdef __STDC__
4938 # include <limits.h>
4939 #else
4940 # include <assert.h>
4941 #endif
4942
4943 #undef connect
4944
4945 /* Override any GCC internal prototype to avoid an error.
4946    Use char because int might match the return type of a GCC
4947    builtin and then its argument prototype would still apply.  */
4948 #ifdef __cplusplus
4949 extern "C"
4950 #endif
4951 char connect ();
4952 /* The GNU C library defines this for functions which it implements
4953     to always fail with ENOSYS.  Some functions are actually named
4954     something starting with __ and the normal name is an alias.  */
4955 #if defined __stub_connect || defined __stub___connect
4956 choke me
4957 #endif
4958
4959 int
4960 main ()
4961 {
4962 return connect ();
4963   ;
4964   return 0;
4965 }
4966 _ACEOF
4967 rm -f conftest.$ac_objext conftest$ac_exeext
4968 if { (ac_try="$ac_link"
4969 case "(($ac_try" in
4970   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4971   *) ac_try_echo=$ac_try;;
4972 esac
4973 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4974 $as_echo "$ac_try_echo") >&5
4975   (eval "$ac_link") 2>conftest.er1
4976   ac_status=$?
4977   grep -v '^ *+' conftest.er1 >conftest.err
4978   rm -f conftest.er1
4979   cat conftest.err >&5
4980   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4981   (exit $ac_status); } && {
4982          test -z "$ac_c_werror_flag" ||
4983          test ! -s conftest.err
4984        } && test -s conftest$ac_exeext && {
4985          test "$cross_compiling" = yes ||
4986          $as_test_x conftest$ac_exeext
4987        }; then
4988   ac_cv_func_connect=yes
4989 else
4990   $as_echo "$as_me: failed program was:" >&5
4991 sed 's/^/| /' conftest.$ac_ext >&5
4992
4993         ac_cv_func_connect=no
4994 fi
4995
4996 rm -rf conftest.dSYM
4997 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4998       conftest$ac_exeext conftest.$ac_ext
4999 fi
5000 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
5001 $as_echo "$ac_cv_func_connect" >&6; }
5002
5003     if test $ac_cv_func_connect = no; then
5004       { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
5005 $as_echo_n "checking for connect in -lsocket... " >&6; }
5006 if test "${ac_cv_lib_socket_connect+set}" = set; then
5007   $as_echo_n "(cached) " >&6
5008 else
5009   ac_check_lib_save_LIBS=$LIBS
5010 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
5011 cat >conftest.$ac_ext <<_ACEOF
5012 /* confdefs.h.  */
5013 _ACEOF
5014 cat confdefs.h >>conftest.$ac_ext
5015 cat >>conftest.$ac_ext <<_ACEOF
5016 /* end confdefs.h.  */
5017
5018 /* Override any GCC internal prototype to avoid an error.
5019    Use char because int might match the return type of a GCC
5020    builtin and then its argument prototype would still apply.  */
5021 #ifdef __cplusplus
5022 extern "C"
5023 #endif
5024 char connect ();
5025 int
5026 main ()
5027 {
5028 return connect ();
5029   ;
5030   return 0;
5031 }
5032 _ACEOF
5033 rm -f conftest.$ac_objext conftest$ac_exeext
5034 if { (ac_try="$ac_link"
5035 case "(($ac_try" in
5036   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5037   *) ac_try_echo=$ac_try;;
5038 esac
5039 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5040 $as_echo "$ac_try_echo") >&5
5041   (eval "$ac_link") 2>conftest.er1
5042   ac_status=$?
5043   grep -v '^ *+' conftest.er1 >conftest.err
5044   rm -f conftest.er1
5045   cat conftest.err >&5
5046   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5047   (exit $ac_status); } && {
5048          test -z "$ac_c_werror_flag" ||
5049          test ! -s conftest.err
5050        } && test -s conftest$ac_exeext && {
5051          test "$cross_compiling" = yes ||
5052          $as_test_x conftest$ac_exeext
5053        }; then
5054   ac_cv_lib_socket_connect=yes
5055 else
5056   $as_echo "$as_me: failed program was:" >&5
5057 sed 's/^/| /' conftest.$ac_ext >&5
5058
5059         ac_cv_lib_socket_connect=no
5060 fi
5061
5062 rm -rf conftest.dSYM
5063 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5064       conftest$ac_exeext conftest.$ac_ext
5065 LIBS=$ac_check_lib_save_LIBS
5066 fi
5067 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
5068 $as_echo "$ac_cv_lib_socket_connect" >&6; }
5069 if test "x$ac_cv_lib_socket_connect" = x""yes; then
5070   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
5071 fi
5072
5073     fi
5074
5075     # Guillermo Gomez says -lposix is necessary on A/UX.
5076     { $as_echo "$as_me:$LINENO: checking for remove" >&5
5077 $as_echo_n "checking for remove... " >&6; }
5078 if test "${ac_cv_func_remove+set}" = set; then
5079   $as_echo_n "(cached) " >&6
5080 else
5081   cat >conftest.$ac_ext <<_ACEOF
5082 /* confdefs.h.  */
5083 _ACEOF
5084 cat confdefs.h >>conftest.$ac_ext
5085 cat >>conftest.$ac_ext <<_ACEOF
5086 /* end confdefs.h.  */
5087 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
5088    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5089 #define remove innocuous_remove
5090
5091 /* System header to define __stub macros and hopefully few prototypes,
5092     which can conflict with char remove (); below.
5093     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5094     <limits.h> exists even on freestanding compilers.  */
5095
5096 #ifdef __STDC__
5097 # include <limits.h>
5098 #else
5099 # include <assert.h>
5100 #endif
5101
5102 #undef remove
5103
5104 /* Override any GCC internal prototype to avoid an error.
5105    Use char because int might match the return type of a GCC
5106    builtin and then its argument prototype would still apply.  */
5107 #ifdef __cplusplus
5108 extern "C"
5109 #endif
5110 char remove ();
5111 /* The GNU C library defines this for functions which it implements
5112     to always fail with ENOSYS.  Some functions are actually named
5113     something starting with __ and the normal name is an alias.  */
5114 #if defined __stub_remove || defined __stub___remove
5115 choke me
5116 #endif
5117
5118 int
5119 main ()
5120 {
5121 return remove ();
5122   ;
5123   return 0;
5124 }
5125 _ACEOF
5126 rm -f conftest.$ac_objext conftest$ac_exeext
5127 if { (ac_try="$ac_link"
5128 case "(($ac_try" in
5129   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5130   *) ac_try_echo=$ac_try;;
5131 esac
5132 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5133 $as_echo "$ac_try_echo") >&5
5134   (eval "$ac_link") 2>conftest.er1
5135   ac_status=$?
5136   grep -v '^ *+' conftest.er1 >conftest.err
5137   rm -f conftest.er1
5138   cat conftest.err >&5
5139   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5140   (exit $ac_status); } && {
5141          test -z "$ac_c_werror_flag" ||
5142          test ! -s conftest.err
5143        } && test -s conftest$ac_exeext && {
5144          test "$cross_compiling" = yes ||
5145          $as_test_x conftest$ac_exeext
5146        }; then
5147   ac_cv_func_remove=yes
5148 else
5149   $as_echo "$as_me: failed program was:" >&5
5150 sed 's/^/| /' conftest.$ac_ext >&5
5151
5152         ac_cv_func_remove=no
5153 fi
5154
5155 rm -rf conftest.dSYM
5156 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5157       conftest$ac_exeext conftest.$ac_ext
5158 fi
5159 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
5160 $as_echo "$ac_cv_func_remove" >&6; }
5161
5162     if test $ac_cv_func_remove = no; then
5163       { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
5164 $as_echo_n "checking for remove in -lposix... " >&6; }
5165 if test "${ac_cv_lib_posix_remove+set}" = set; then
5166   $as_echo_n "(cached) " >&6
5167 else
5168   ac_check_lib_save_LIBS=$LIBS
5169 LIBS="-lposix  $LIBS"
5170 cat >conftest.$ac_ext <<_ACEOF
5171 /* confdefs.h.  */
5172 _ACEOF
5173 cat confdefs.h >>conftest.$ac_ext
5174 cat >>conftest.$ac_ext <<_ACEOF
5175 /* end confdefs.h.  */
5176
5177 /* Override any GCC internal prototype to avoid an error.
5178    Use char because int might match the return type of a GCC
5179    builtin and then its argument prototype would still apply.  */
5180 #ifdef __cplusplus
5181 extern "C"
5182 #endif
5183 char remove ();
5184 int
5185 main ()
5186 {
5187 return remove ();
5188   ;
5189   return 0;
5190 }
5191 _ACEOF
5192 rm -f conftest.$ac_objext conftest$ac_exeext
5193 if { (ac_try="$ac_link"
5194 case "(($ac_try" in
5195   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5196   *) ac_try_echo=$ac_try;;
5197 esac
5198 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5199 $as_echo "$ac_try_echo") >&5
5200   (eval "$ac_link") 2>conftest.er1
5201   ac_status=$?
5202   grep -v '^ *+' conftest.er1 >conftest.err
5203   rm -f conftest.er1
5204   cat conftest.err >&5
5205   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5206   (exit $ac_status); } && {
5207          test -z "$ac_c_werror_flag" ||
5208          test ! -s conftest.err
5209        } && test -s conftest$ac_exeext && {
5210          test "$cross_compiling" = yes ||
5211          $as_test_x conftest$ac_exeext
5212        }; then
5213   ac_cv_lib_posix_remove=yes
5214 else
5215   $as_echo "$as_me: failed program was:" >&5
5216 sed 's/^/| /' conftest.$ac_ext >&5
5217
5218         ac_cv_lib_posix_remove=no
5219 fi
5220
5221 rm -rf conftest.dSYM
5222 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5223       conftest$ac_exeext conftest.$ac_ext
5224 LIBS=$ac_check_lib_save_LIBS
5225 fi
5226 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5227 $as_echo "$ac_cv_lib_posix_remove" >&6; }
5228 if test "x$ac_cv_lib_posix_remove" = x""yes; then
5229   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5230 fi
5231
5232     fi
5233
5234     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5235     { $as_echo "$as_me:$LINENO: checking for shmat" >&5
5236 $as_echo_n "checking for shmat... " >&6; }
5237 if test "${ac_cv_func_shmat+set}" = set; then
5238   $as_echo_n "(cached) " >&6
5239 else
5240   cat >conftest.$ac_ext <<_ACEOF
5241 /* confdefs.h.  */
5242 _ACEOF
5243 cat confdefs.h >>conftest.$ac_ext
5244 cat >>conftest.$ac_ext <<_ACEOF
5245 /* end confdefs.h.  */
5246 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5247    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5248 #define shmat innocuous_shmat
5249
5250 /* System header to define __stub macros and hopefully few prototypes,
5251     which can conflict with char shmat (); below.
5252     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5253     <limits.h> exists even on freestanding compilers.  */
5254
5255 #ifdef __STDC__
5256 # include <limits.h>
5257 #else
5258 # include <assert.h>
5259 #endif
5260
5261 #undef shmat
5262
5263 /* Override any GCC internal prototype to avoid an error.
5264    Use char because int might match the return type of a GCC
5265    builtin and then its argument prototype would still apply.  */
5266 #ifdef __cplusplus
5267 extern "C"
5268 #endif
5269 char shmat ();
5270 /* The GNU C library defines this for functions which it implements
5271     to always fail with ENOSYS.  Some functions are actually named
5272     something starting with __ and the normal name is an alias.  */
5273 #if defined __stub_shmat || defined __stub___shmat
5274 choke me
5275 #endif
5276
5277 int
5278 main ()
5279 {
5280 return shmat ();
5281   ;
5282   return 0;
5283 }
5284 _ACEOF
5285 rm -f conftest.$ac_objext conftest$ac_exeext
5286 if { (ac_try="$ac_link"
5287 case "(($ac_try" in
5288   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5289   *) ac_try_echo=$ac_try;;
5290 esac
5291 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5292 $as_echo "$ac_try_echo") >&5
5293   (eval "$ac_link") 2>conftest.er1
5294   ac_status=$?
5295   grep -v '^ *+' conftest.er1 >conftest.err
5296   rm -f conftest.er1
5297   cat conftest.err >&5
5298   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5299   (exit $ac_status); } && {
5300          test -z "$ac_c_werror_flag" ||
5301          test ! -s conftest.err
5302        } && test -s conftest$ac_exeext && {
5303          test "$cross_compiling" = yes ||
5304          $as_test_x conftest$ac_exeext
5305        }; then
5306   ac_cv_func_shmat=yes
5307 else
5308   $as_echo "$as_me: failed program was:" >&5
5309 sed 's/^/| /' conftest.$ac_ext >&5
5310
5311         ac_cv_func_shmat=no
5312 fi
5313
5314 rm -rf conftest.dSYM
5315 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5316       conftest$ac_exeext conftest.$ac_ext
5317 fi
5318 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5319 $as_echo "$ac_cv_func_shmat" >&6; }
5320
5321     if test $ac_cv_func_shmat = no; then
5322       { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5323 $as_echo_n "checking for shmat in -lipc... " >&6; }
5324 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5325   $as_echo_n "(cached) " >&6
5326 else
5327   ac_check_lib_save_LIBS=$LIBS
5328 LIBS="-lipc  $LIBS"
5329 cat >conftest.$ac_ext <<_ACEOF
5330 /* confdefs.h.  */
5331 _ACEOF
5332 cat confdefs.h >>conftest.$ac_ext
5333 cat >>conftest.$ac_ext <<_ACEOF
5334 /* end confdefs.h.  */
5335
5336 /* Override any GCC internal prototype to avoid an error.
5337    Use char because int might match the return type of a GCC
5338    builtin and then its argument prototype would still apply.  */
5339 #ifdef __cplusplus
5340 extern "C"
5341 #endif
5342 char shmat ();
5343 int
5344 main ()
5345 {
5346 return shmat ();
5347   ;
5348   return 0;
5349 }
5350 _ACEOF
5351 rm -f conftest.$ac_objext conftest$ac_exeext
5352 if { (ac_try="$ac_link"
5353 case "(($ac_try" in
5354   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5355   *) ac_try_echo=$ac_try;;
5356 esac
5357 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5358 $as_echo "$ac_try_echo") >&5
5359   (eval "$ac_link") 2>conftest.er1
5360   ac_status=$?
5361   grep -v '^ *+' conftest.er1 >conftest.err
5362   rm -f conftest.er1
5363   cat conftest.err >&5
5364   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5365   (exit $ac_status); } && {
5366          test -z "$ac_c_werror_flag" ||
5367          test ! -s conftest.err
5368        } && test -s conftest$ac_exeext && {
5369          test "$cross_compiling" = yes ||
5370          $as_test_x conftest$ac_exeext
5371        }; then
5372   ac_cv_lib_ipc_shmat=yes
5373 else
5374   $as_echo "$as_me: failed program was:" >&5
5375 sed 's/^/| /' conftest.$ac_ext >&5
5376
5377         ac_cv_lib_ipc_shmat=no
5378 fi
5379
5380 rm -rf conftest.dSYM
5381 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5382       conftest$ac_exeext conftest.$ac_ext
5383 LIBS=$ac_check_lib_save_LIBS
5384 fi
5385 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5386 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
5387 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
5388   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5389 fi
5390
5391     fi
5392   fi
5393
5394   # Check for libraries that X11R6 Xt/Xaw programs need.
5395   ac_save_LDFLAGS=$LDFLAGS
5396   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5397   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5398   # check for ICE first), but we must link in the order -lSM -lICE or
5399   # we get undefined symbols.  So assume we have SM if we have ICE.
5400   # These have to be linked with before -lX11, unlike the other
5401   # libraries we check for below, so use a different variable.
5402   # John Interrante, Karl Berry
5403   { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5404 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
5405 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5406   $as_echo_n "(cached) " >&6
5407 else
5408   ac_check_lib_save_LIBS=$LIBS
5409 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5410 cat >conftest.$ac_ext <<_ACEOF
5411 /* confdefs.h.  */
5412 _ACEOF
5413 cat confdefs.h >>conftest.$ac_ext
5414 cat >>conftest.$ac_ext <<_ACEOF
5415 /* end confdefs.h.  */
5416
5417 /* Override any GCC internal prototype to avoid an error.
5418    Use char because int might match the return type of a GCC
5419    builtin and then its argument prototype would still apply.  */
5420 #ifdef __cplusplus
5421 extern "C"
5422 #endif
5423 char IceConnectionNumber ();
5424 int
5425 main ()
5426 {
5427 return IceConnectionNumber ();
5428   ;
5429   return 0;
5430 }
5431 _ACEOF
5432 rm -f conftest.$ac_objext conftest$ac_exeext
5433 if { (ac_try="$ac_link"
5434 case "(($ac_try" in
5435   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5436   *) ac_try_echo=$ac_try;;
5437 esac
5438 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5439 $as_echo "$ac_try_echo") >&5
5440   (eval "$ac_link") 2>conftest.er1
5441   ac_status=$?
5442   grep -v '^ *+' conftest.er1 >conftest.err
5443   rm -f conftest.er1
5444   cat conftest.err >&5
5445   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5446   (exit $ac_status); } && {
5447          test -z "$ac_c_werror_flag" ||
5448          test ! -s conftest.err
5449        } && test -s conftest$ac_exeext && {
5450          test "$cross_compiling" = yes ||
5451          $as_test_x conftest$ac_exeext
5452        }; then
5453   ac_cv_lib_ICE_IceConnectionNumber=yes
5454 else
5455   $as_echo "$as_me: failed program was:" >&5
5456 sed 's/^/| /' conftest.$ac_ext >&5
5457
5458         ac_cv_lib_ICE_IceConnectionNumber=no
5459 fi
5460
5461 rm -rf conftest.dSYM
5462 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5463       conftest$ac_exeext conftest.$ac_ext
5464 LIBS=$ac_check_lib_save_LIBS
5465 fi
5466 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5467 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5468 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
5469   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5470 fi
5471
5472   LDFLAGS=$ac_save_LDFLAGS
5473
5474 fi
5475
5476
5477 for ac_prog in flex
5478 do
5479   # Extract the first word of "$ac_prog", so it can be a program name with args.
5480 set dummy $ac_prog; ac_word=$2
5481 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5482 $as_echo_n "checking for $ac_word... " >&6; }
5483 if test "${ac_cv_prog_FLEX+set}" = set; then
5484   $as_echo_n "(cached) " >&6
5485 else
5486   if test -n "$FLEX"; then
5487   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5488 else
5489 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5490 for as_dir in $PATH
5491 do
5492   IFS=$as_save_IFS
5493   test -z "$as_dir" && as_dir=.
5494   for ac_exec_ext in '' $ac_executable_extensions; do
5495   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5496     ac_cv_prog_FLEX="$ac_prog"
5497     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5498     break 2
5499   fi
5500 done
5501 done
5502 IFS=$as_save_IFS
5503
5504 fi
5505 fi
5506 FLEX=$ac_cv_prog_FLEX
5507 if test -n "$FLEX"; then
5508   { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
5509 $as_echo "$FLEX" >&6; }
5510 else
5511   { $as_echo "$as_me:$LINENO: result: no" >&5
5512 $as_echo "no" >&6; }
5513 fi
5514
5515
5516   test -n "$FLEX" && break
5517 done
5518 test -n "$FLEX" || FLEX="none"
5519
5520 if test "$FLEX" = "none"
5521 then
5522   { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5523 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5524    { (exit 1); exit 1; }; }
5525 fi
5526
5527 for ac_prog in bison
5528 do
5529   # Extract the first word of "$ac_prog", so it can be a program name with args.
5530 set dummy $ac_prog; ac_word=$2
5531 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5532 $as_echo_n "checking for $ac_word... " >&6; }
5533 if test "${ac_cv_prog_BISON+set}" = set; then
5534   $as_echo_n "(cached) " >&6
5535 else
5536   if test -n "$BISON"; then
5537   ac_cv_prog_BISON="$BISON" # Let the user override the test.
5538 else
5539 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5540 for as_dir in $PATH
5541 do
5542   IFS=$as_save_IFS
5543   test -z "$as_dir" && as_dir=.
5544   for ac_exec_ext in '' $ac_executable_extensions; do
5545   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5546     ac_cv_prog_BISON="$ac_prog"
5547     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5548     break 2
5549   fi
5550 done
5551 done
5552 IFS=$as_save_IFS
5553
5554 fi
5555 fi
5556 BISON=$ac_cv_prog_BISON
5557 if test -n "$BISON"; then
5558   { $as_echo "$as_me:$LINENO: result: $BISON" >&5
5559 $as_echo "$BISON" >&6; }
5560 else
5561   { $as_echo "$as_me:$LINENO: result: no" >&5
5562 $as_echo "no" >&6; }
5563 fi
5564
5565
5566   test -n "$BISON" && break
5567 done
5568 test -n "$BISON" || BISON="none"
5569
5570 if test "$BISON" = "none"
5571 then
5572   { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5573 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5574    { (exit 1); exit 1; }; }
5575 fi
5576
5577 if test -n "$ac_tool_prefix"; then
5578   for ac_prog in gas as
5579   do
5580     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5581 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5582 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5583 $as_echo_n "checking for $ac_word... " >&6; }
5584 if test "${ac_cv_prog_AS+set}" = set; then
5585   $as_echo_n "(cached) " >&6
5586 else
5587   if test -n "$AS"; then
5588   ac_cv_prog_AS="$AS" # Let the user override the test.
5589 else
5590 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5591 for as_dir in $PATH
5592 do
5593   IFS=$as_save_IFS
5594   test -z "$as_dir" && as_dir=.
5595   for ac_exec_ext in '' $ac_executable_extensions; do
5596   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5597     ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5598     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5599     break 2
5600   fi
5601 done
5602 done
5603 IFS=$as_save_IFS
5604
5605 fi
5606 fi
5607 AS=$ac_cv_prog_AS
5608 if test -n "$AS"; then
5609   { $as_echo "$as_me:$LINENO: result: $AS" >&5
5610 $as_echo "$AS" >&6; }
5611 else
5612   { $as_echo "$as_me:$LINENO: result: no" >&5
5613 $as_echo "no" >&6; }
5614 fi
5615
5616
5617     test -n "$AS" && break
5618   done
5619 fi
5620 if test -z "$AS"; then
5621   ac_ct_AS=$AS
5622   for ac_prog in gas as
5623 do
5624   # Extract the first word of "$ac_prog", so it can be a program name with args.
5625 set dummy $ac_prog; ac_word=$2
5626 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5627 $as_echo_n "checking for $ac_word... " >&6; }
5628 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5629   $as_echo_n "(cached) " >&6
5630 else
5631   if test -n "$ac_ct_AS"; then
5632   ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5633 else
5634 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5635 for as_dir in $PATH
5636 do
5637   IFS=$as_save_IFS
5638   test -z "$as_dir" && as_dir=.
5639   for ac_exec_ext in '' $ac_executable_extensions; do
5640   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5641     ac_cv_prog_ac_ct_AS="$ac_prog"
5642     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5643     break 2
5644   fi
5645 done
5646 done
5647 IFS=$as_save_IFS
5648
5649 fi
5650 fi
5651 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5652 if test -n "$ac_ct_AS"; then
5653   { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5654 $as_echo "$ac_ct_AS" >&6; }
5655 else
5656   { $as_echo "$as_me:$LINENO: result: no" >&5
5657 $as_echo "no" >&6; }
5658 fi
5659
5660
5661   test -n "$ac_ct_AS" && break
5662 done
5663
5664   if test "x$ac_ct_AS" = x; then
5665     AS="as"
5666   else
5667     case $cross_compiling:$ac_tool_warned in
5668 yes:)
5669 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5670 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5671 ac_tool_warned=yes ;;
5672 esac
5673     AS=$ac_ct_AS
5674   fi
5675 fi
5676
5677 if test -n "$ac_tool_prefix"; then
5678   for ac_prog in ld gld
5679   do
5680     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5681 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5682 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5683 $as_echo_n "checking for $ac_word... " >&6; }
5684 if test "${ac_cv_prog_LD+set}" = set; then
5685   $as_echo_n "(cached) " >&6
5686 else
5687   if test -n "$LD"; then
5688   ac_cv_prog_LD="$LD" # Let the user override the test.
5689 else
5690 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5691 for as_dir in $PATH
5692 do
5693   IFS=$as_save_IFS
5694   test -z "$as_dir" && as_dir=.
5695   for ac_exec_ext in '' $ac_executable_extensions; do
5696   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5697     ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5698     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5699     break 2
5700   fi
5701 done
5702 done
5703 IFS=$as_save_IFS
5704
5705 fi
5706 fi
5707 LD=$ac_cv_prog_LD
5708 if test -n "$LD"; then
5709   { $as_echo "$as_me:$LINENO: result: $LD" >&5
5710 $as_echo "$LD" >&6; }
5711 else
5712   { $as_echo "$as_me:$LINENO: result: no" >&5
5713 $as_echo "no" >&6; }
5714 fi
5715
5716
5717     test -n "$LD" && break
5718   done
5719 fi
5720 if test -z "$LD"; then
5721   ac_ct_LD=$LD
5722   for ac_prog in ld gld
5723 do
5724   # Extract the first word of "$ac_prog", so it can be a program name with args.
5725 set dummy $ac_prog; ac_word=$2
5726 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5727 $as_echo_n "checking for $ac_word... " >&6; }
5728 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5729   $as_echo_n "(cached) " >&6
5730 else
5731   if test -n "$ac_ct_LD"; then
5732   ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5733 else
5734 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5735 for as_dir in $PATH
5736 do
5737   IFS=$as_save_IFS
5738   test -z "$as_dir" && as_dir=.
5739   for ac_exec_ext in '' $ac_executable_extensions; do
5740   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5741     ac_cv_prog_ac_ct_LD="$ac_prog"
5742     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5743     break 2
5744   fi
5745 done
5746 done
5747 IFS=$as_save_IFS
5748
5749 fi
5750 fi
5751 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5752 if test -n "$ac_ct_LD"; then
5753   { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5754 $as_echo "$ac_ct_LD" >&6; }
5755 else
5756   { $as_echo "$as_me:$LINENO: result: no" >&5
5757 $as_echo "no" >&6; }
5758 fi
5759
5760
5761   test -n "$ac_ct_LD" && break
5762 done
5763
5764   if test "x$ac_ct_LD" = x; then
5765     LD="ld"
5766   else
5767     case $cross_compiling:$ac_tool_warned in
5768 yes:)
5769 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5770 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5771 ac_tool_warned=yes ;;
5772 esac
5773     LD=$ac_ct_LD
5774   fi
5775 fi
5776
5777 if test -n "$ac_tool_prefix"; then
5778   for ac_prog in nm gnm
5779   do
5780     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5781 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5782 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5783 $as_echo_n "checking for $ac_word... " >&6; }
5784 if test "${ac_cv_prog_NM+set}" = set; then
5785   $as_echo_n "(cached) " >&6
5786 else
5787   if test -n "$NM"; then
5788   ac_cv_prog_NM="$NM" # Let the user override the test.
5789 else
5790 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5791 for as_dir in $PATH
5792 do
5793   IFS=$as_save_IFS
5794   test -z "$as_dir" && as_dir=.
5795   for ac_exec_ext in '' $ac_executable_extensions; do
5796   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5797     ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5798     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5799     break 2
5800   fi
5801 done
5802 done
5803 IFS=$as_save_IFS
5804
5805 fi
5806 fi
5807 NM=$ac_cv_prog_NM
5808 if test -n "$NM"; then
5809   { $as_echo "$as_me:$LINENO: result: $NM" >&5
5810 $as_echo "$NM" >&6; }
5811 else
5812   { $as_echo "$as_me:$LINENO: result: no" >&5
5813 $as_echo "no" >&6; }
5814 fi
5815
5816
5817     test -n "$NM" && break
5818   done
5819 fi
5820 if test -z "$NM"; then
5821   ac_ct_NM=$NM
5822   for ac_prog in nm gnm
5823 do
5824   # Extract the first word of "$ac_prog", so it can be a program name with args.
5825 set dummy $ac_prog; ac_word=$2
5826 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5827 $as_echo_n "checking for $ac_word... " >&6; }
5828 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5829   $as_echo_n "(cached) " >&6
5830 else
5831   if test -n "$ac_ct_NM"; then
5832   ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5833 else
5834 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5835 for as_dir in $PATH
5836 do
5837   IFS=$as_save_IFS
5838   test -z "$as_dir" && as_dir=.
5839   for ac_exec_ext in '' $ac_executable_extensions; do
5840   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5841     ac_cv_prog_ac_ct_NM="$ac_prog"
5842     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5843     break 2
5844   fi
5845 done
5846 done
5847 IFS=$as_save_IFS
5848
5849 fi
5850 fi
5851 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5852 if test -n "$ac_ct_NM"; then
5853   { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5854 $as_echo "$ac_ct_NM" >&6; }
5855 else
5856   { $as_echo "$as_me:$LINENO: result: no" >&5
5857 $as_echo "no" >&6; }
5858 fi
5859
5860
5861   test -n "$ac_ct_NM" && break
5862 done
5863
5864   if test "x$ac_ct_NM" = x; then
5865     NM="nm"
5866   else
5867     case $cross_compiling:$ac_tool_warned in
5868 yes:)
5869 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5870 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5871 ac_tool_warned=yes ;;
5872 esac
5873     NM=$ac_ct_NM
5874   fi
5875 fi
5876
5877 if test -n "$ac_tool_prefix"; then
5878   for ac_prog in ar gar
5879   do
5880     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5881 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5882 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5883 $as_echo_n "checking for $ac_word... " >&6; }
5884 if test "${ac_cv_prog_AR+set}" = set; then
5885   $as_echo_n "(cached) " >&6
5886 else
5887   if test -n "$AR"; then
5888   ac_cv_prog_AR="$AR" # Let the user override the test.
5889 else
5890 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5891 for as_dir in $PATH
5892 do
5893   IFS=$as_save_IFS
5894   test -z "$as_dir" && as_dir=.
5895   for ac_exec_ext in '' $ac_executable_extensions; do
5896   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5897     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5898     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5899     break 2
5900   fi
5901 done
5902 done
5903 IFS=$as_save_IFS
5904
5905 fi
5906 fi
5907 AR=$ac_cv_prog_AR
5908 if test -n "$AR"; then
5909   { $as_echo "$as_me:$LINENO: result: $AR" >&5
5910 $as_echo "$AR" >&6; }
5911 else
5912   { $as_echo "$as_me:$LINENO: result: no" >&5
5913 $as_echo "no" >&6; }
5914 fi
5915
5916
5917     test -n "$AR" && break
5918   done
5919 fi
5920 if test -z "$AR"; then
5921   ac_ct_AR=$AR
5922   for ac_prog in ar gar
5923 do
5924   # Extract the first word of "$ac_prog", so it can be a program name with args.
5925 set dummy $ac_prog; ac_word=$2
5926 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5927 $as_echo_n "checking for $ac_word... " >&6; }
5928 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5929   $as_echo_n "(cached) " >&6
5930 else
5931   if test -n "$ac_ct_AR"; then
5932   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5933 else
5934 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5935 for as_dir in $PATH
5936 do
5937   IFS=$as_save_IFS
5938   test -z "$as_dir" && as_dir=.
5939   for ac_exec_ext in '' $ac_executable_extensions; do
5940   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5941     ac_cv_prog_ac_ct_AR="$ac_prog"
5942     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5943     break 2
5944   fi
5945 done
5946 done
5947 IFS=$as_save_IFS
5948
5949 fi
5950 fi
5951 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5952 if test -n "$ac_ct_AR"; then
5953   { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5954 $as_echo "$ac_ct_AR" >&6; }
5955 else
5956   { $as_echo "$as_me:$LINENO: result: no" >&5
5957 $as_echo "no" >&6; }
5958 fi
5959
5960
5961   test -n "$ac_ct_AR" && break
5962 done
5963
5964   if test "x$ac_ct_AR" = x; then
5965     AR="ar"
5966   else
5967     case $cross_compiling:$ac_tool_warned in
5968 yes:)
5969 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5970 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5971 ac_tool_warned=yes ;;
5972 esac
5973     AR=$ac_ct_AR
5974   fi
5975 fi
5976
5977 ARFLAGS=rc
5978
5979 if test -n "$ac_tool_prefix"; then
5980   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5981 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5982 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5983 $as_echo_n "checking for $ac_word... " >&6; }
5984 if test "${ac_cv_prog_RANLIB+set}" = set; then
5985   $as_echo_n "(cached) " >&6
5986 else
5987   if test -n "$RANLIB"; then
5988   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5989 else
5990 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5991 for as_dir in $PATH
5992 do
5993   IFS=$as_save_IFS
5994   test -z "$as_dir" && as_dir=.
5995   for ac_exec_ext in '' $ac_executable_extensions; do
5996   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5997     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5998     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5999     break 2
6000   fi
6001 done
6002 done
6003 IFS=$as_save_IFS
6004
6005 fi
6006 fi
6007 RANLIB=$ac_cv_prog_RANLIB
6008 if test -n "$RANLIB"; then
6009   { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
6010 $as_echo "$RANLIB" >&6; }
6011 else
6012   { $as_echo "$as_me:$LINENO: result: no" >&5
6013 $as_echo "no" >&6; }
6014 fi
6015
6016
6017 fi
6018 if test -z "$ac_cv_prog_RANLIB"; then
6019   ac_ct_RANLIB=$RANLIB
6020   # Extract the first word of "ranlib", so it can be a program name with args.
6021 set dummy ranlib; ac_word=$2
6022 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6023 $as_echo_n "checking for $ac_word... " >&6; }
6024 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6025   $as_echo_n "(cached) " >&6
6026 else
6027   if test -n "$ac_ct_RANLIB"; then
6028   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6029 else
6030 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6031 for as_dir in $PATH
6032 do
6033   IFS=$as_save_IFS
6034   test -z "$as_dir" && as_dir=.
6035   for ac_exec_ext in '' $ac_executable_extensions; do
6036   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6037     ac_cv_prog_ac_ct_RANLIB="ranlib"
6038     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6039     break 2
6040   fi
6041 done
6042 done
6043 IFS=$as_save_IFS
6044
6045 fi
6046 fi
6047 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6048 if test -n "$ac_ct_RANLIB"; then
6049   { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6050 $as_echo "$ac_ct_RANLIB" >&6; }
6051 else
6052   { $as_echo "$as_me:$LINENO: result: no" >&5
6053 $as_echo "no" >&6; }
6054 fi
6055
6056   if test "x$ac_ct_RANLIB" = x; then
6057     RANLIB=":"
6058   else
6059     case $cross_compiling:$ac_tool_warned in
6060 yes:)
6061 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6062 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6063 ac_tool_warned=yes ;;
6064 esac
6065     RANLIB=$ac_ct_RANLIB
6066   fi
6067 else
6068   RANLIB="$ac_cv_prog_RANLIB"
6069 fi
6070
6071 if test -n "$ac_tool_prefix"; then
6072   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6073 set dummy ${ac_tool_prefix}strip; ac_word=$2
6074 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6075 $as_echo_n "checking for $ac_word... " >&6; }
6076 if test "${ac_cv_prog_STRIP+set}" = set; then
6077   $as_echo_n "(cached) " >&6
6078 else
6079   if test -n "$STRIP"; then
6080   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6081 else
6082 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6083 for as_dir in $PATH
6084 do
6085   IFS=$as_save_IFS
6086   test -z "$as_dir" && as_dir=.
6087   for ac_exec_ext in '' $ac_executable_extensions; do
6088   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6089     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6090     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6091     break 2
6092   fi
6093 done
6094 done
6095 IFS=$as_save_IFS
6096
6097 fi
6098 fi
6099 STRIP=$ac_cv_prog_STRIP
6100 if test -n "$STRIP"; then
6101   { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
6102 $as_echo "$STRIP" >&6; }
6103 else
6104   { $as_echo "$as_me:$LINENO: result: no" >&5
6105 $as_echo "no" >&6; }
6106 fi
6107
6108
6109 fi
6110 if test -z "$ac_cv_prog_STRIP"; then
6111   ac_ct_STRIP=$STRIP
6112   # Extract the first word of "strip", so it can be a program name with args.
6113 set dummy strip; ac_word=$2
6114 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6115 $as_echo_n "checking for $ac_word... " >&6; }
6116 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
6117   $as_echo_n "(cached) " >&6
6118 else
6119   if test -n "$ac_ct_STRIP"; then
6120   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6121 else
6122 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6123 for as_dir in $PATH
6124 do
6125   IFS=$as_save_IFS
6126   test -z "$as_dir" && as_dir=.
6127   for ac_exec_ext in '' $ac_executable_extensions; do
6128   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6129     ac_cv_prog_ac_ct_STRIP="strip"
6130     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6131     break 2
6132   fi
6133 done
6134 done
6135 IFS=$as_save_IFS
6136
6137 fi
6138 fi
6139 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6140 if test -n "$ac_ct_STRIP"; then
6141   { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
6142 $as_echo "$ac_ct_STRIP" >&6; }
6143 else
6144   { $as_echo "$as_me:$LINENO: result: no" >&5
6145 $as_echo "no" >&6; }
6146 fi
6147
6148   if test "x$ac_ct_STRIP" = x; then
6149     STRIP="strip"
6150   else
6151     case $cross_compiling:$ac_tool_warned in
6152 yes:)
6153 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6154 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6155 ac_tool_warned=yes ;;
6156 esac
6157     STRIP=$ac_ct_STRIP
6158   fi
6159 else
6160   STRIP="$ac_cv_prog_STRIP"
6161 fi
6162
6163 if test -n "$ac_tool_prefix"; then
6164   # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
6165 set dummy ${ac_tool_prefix}windres; ac_word=$2
6166 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6167 $as_echo_n "checking for $ac_word... " >&6; }
6168 if test "${ac_cv_prog_WINDRES+set}" = set; then
6169   $as_echo_n "(cached) " >&6
6170 else
6171   if test -n "$WINDRES"; then
6172   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
6173 else
6174 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6175 for as_dir in $PATH
6176 do
6177   IFS=$as_save_IFS
6178   test -z "$as_dir" && as_dir=.
6179   for ac_exec_ext in '' $ac_executable_extensions; do
6180   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6181     ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
6182     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6183     break 2
6184   fi
6185 done
6186 done
6187 IFS=$as_save_IFS
6188
6189 fi
6190 fi
6191 WINDRES=$ac_cv_prog_WINDRES
6192 if test -n "$WINDRES"; then
6193   { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
6194 $as_echo "$WINDRES" >&6; }
6195 else
6196   { $as_echo "$as_me:$LINENO: result: no" >&5
6197 $as_echo "no" >&6; }
6198 fi
6199
6200
6201 fi
6202 if test -z "$ac_cv_prog_WINDRES"; then
6203   ac_ct_WINDRES=$WINDRES
6204   # Extract the first word of "windres", so it can be a program name with args.
6205 set dummy windres; ac_word=$2
6206 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6207 $as_echo_n "checking for $ac_word... " >&6; }
6208 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6209   $as_echo_n "(cached) " >&6
6210 else
6211   if test -n "$ac_ct_WINDRES"; then
6212   ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6213 else
6214 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6215 for as_dir in $PATH
6216 do
6217   IFS=$as_save_IFS
6218   test -z "$as_dir" && as_dir=.
6219   for ac_exec_ext in '' $ac_executable_extensions; do
6220   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6221     ac_cv_prog_ac_ct_WINDRES="windres"
6222     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6223     break 2
6224   fi
6225 done
6226 done
6227 IFS=$as_save_IFS
6228
6229 fi
6230 fi
6231 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6232 if test -n "$ac_ct_WINDRES"; then
6233   { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6234 $as_echo "$ac_ct_WINDRES" >&6; }
6235 else
6236   { $as_echo "$as_me:$LINENO: result: no" >&5
6237 $as_echo "no" >&6; }
6238 fi
6239
6240   if test "x$ac_ct_WINDRES" = x; then
6241     WINDRES="false"
6242   else
6243     case $cross_compiling:$ac_tool_warned in
6244 yes:)
6245 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6246 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6247 ac_tool_warned=yes ;;
6248 esac
6249     WINDRES=$ac_ct_WINDRES
6250   fi
6251 else
6252   WINDRES="$ac_cv_prog_WINDRES"
6253 fi
6254
6255 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
6256 $as_echo_n "checking whether ln -s works... " >&6; }
6257 LN_S=$as_ln_s
6258 if test "$LN_S" = "ln -s"; then
6259   { $as_echo "$as_me:$LINENO: result: yes" >&5
6260 $as_echo "yes" >&6; }
6261 else
6262   { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6263 $as_echo "no, using $LN_S" >&6; }
6264 fi
6265
6266 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
6267 $as_echo_n "checking whether ln works... " >&6; }
6268 rm -f conf$$ conf$$.file
6269 echo >conf$$.file
6270 if ln conf$$.file conf$$ 2>/dev/null; then
6271   LN=ln
6272
6273   { $as_echo "$as_me:$LINENO: result: yes" >&5
6274 $as_echo "yes" >&6; }
6275 else
6276   LN="cp -p"
6277
6278   { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
6279 $as_echo "no, using $LN" >&6; }
6280 fi
6281 rm -f conf$$ conf$$.file
6282 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6283 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
6284 if test "${ac_cv_path_GREP+set}" = set; then
6285   $as_echo_n "(cached) " >&6
6286 else
6287   if test -z "$GREP"; then
6288   ac_path_GREP_found=false
6289   # Loop through the user's path and test for each of PROGNAME-LIST
6290   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6291 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6292 do
6293   IFS=$as_save_IFS
6294   test -z "$as_dir" && as_dir=.
6295   for ac_prog in grep ggrep; do
6296     for ac_exec_ext in '' $ac_executable_extensions; do
6297       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6298       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6299 # Check for GNU ac_path_GREP and select it if it is found.
6300   # Check for GNU $ac_path_GREP
6301 case `"$ac_path_GREP" --version 2>&1` in
6302 *GNU*)
6303   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6304 *)
6305   ac_count=0
6306   $as_echo_n 0123456789 >"conftest.in"
6307   while :
6308   do
6309     cat "conftest.in" "conftest.in" >"conftest.tmp"
6310     mv "conftest.tmp" "conftest.in"
6311     cp "conftest.in" "conftest.nl"
6312     $as_echo 'GREP' >> "conftest.nl"
6313     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6314     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6315     ac_count=`expr $ac_count + 1`
6316     if test $ac_count -gt ${ac_path_GREP_max-0}; then
6317       # Best one so far, save it but keep looking for a better one
6318       ac_cv_path_GREP="$ac_path_GREP"
6319       ac_path_GREP_max=$ac_count
6320     fi
6321     # 10*(2^10) chars as input seems more than enough
6322     test $ac_count -gt 10 && break
6323   done
6324   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6325 esac
6326
6327       $ac_path_GREP_found && break 3
6328     done
6329   done
6330 done
6331 IFS=$as_save_IFS
6332   if test -z "$ac_cv_path_GREP"; then
6333     { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6334 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6335    { (exit 1); exit 1; }; }
6336   fi
6337 else
6338   ac_cv_path_GREP=$GREP
6339 fi
6340
6341 fi
6342 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6343 $as_echo "$ac_cv_path_GREP" >&6; }
6344  GREP="$ac_cv_path_GREP"
6345
6346
6347 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
6348 $as_echo_n "checking for egrep... " >&6; }
6349 if test "${ac_cv_path_EGREP+set}" = set; then
6350   $as_echo_n "(cached) " >&6
6351 else
6352   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6353    then ac_cv_path_EGREP="$GREP -E"
6354    else
6355      if test -z "$EGREP"; then
6356   ac_path_EGREP_found=false
6357   # Loop through the user's path and test for each of PROGNAME-LIST
6358   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6359 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6360 do
6361   IFS=$as_save_IFS
6362   test -z "$as_dir" && as_dir=.
6363   for ac_prog in egrep; do
6364     for ac_exec_ext in '' $ac_executable_extensions; do
6365       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6366       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6367 # Check for GNU ac_path_EGREP and select it if it is found.
6368   # Check for GNU $ac_path_EGREP
6369 case `"$ac_path_EGREP" --version 2>&1` in
6370 *GNU*)
6371   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6372 *)
6373   ac_count=0
6374   $as_echo_n 0123456789 >"conftest.in"
6375   while :
6376   do
6377     cat "conftest.in" "conftest.in" >"conftest.tmp"
6378     mv "conftest.tmp" "conftest.in"
6379     cp "conftest.in" "conftest.nl"
6380     $as_echo 'EGREP' >> "conftest.nl"
6381     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6382     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6383     ac_count=`expr $ac_count + 1`
6384     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6385       # Best one so far, save it but keep looking for a better one
6386       ac_cv_path_EGREP="$ac_path_EGREP"
6387       ac_path_EGREP_max=$ac_count
6388     fi
6389     # 10*(2^10) chars as input seems more than enough
6390     test $ac_count -gt 10 && break
6391   done
6392   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6393 esac
6394
6395       $ac_path_EGREP_found && break 3
6396     done
6397   done
6398 done
6399 IFS=$as_save_IFS
6400   if test -z "$ac_cv_path_EGREP"; then
6401     { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6402 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6403    { (exit 1); exit 1; }; }
6404   fi
6405 else
6406   ac_cv_path_EGREP=$EGREP
6407 fi
6408
6409    fi
6410 fi
6411 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6412 $as_echo "$ac_cv_path_EGREP" >&6; }
6413  EGREP="$ac_cv_path_EGREP"
6414
6415
6416 # Extract the first word of "ldconfig", so it can be a program name with args.
6417 set dummy ldconfig; ac_word=$2
6418 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6419 $as_echo_n "checking for $ac_word... " >&6; }
6420 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6421   $as_echo_n "(cached) " >&6
6422 else
6423   case $LDCONFIG in
6424   [\\/]* | ?:[\\/]*)
6425   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6426   ;;
6427   *)
6428   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6429 for as_dir in /sbin /usr/sbin $PATH
6430 do
6431   IFS=$as_save_IFS
6432   test -z "$as_dir" && as_dir=.
6433   for ac_exec_ext in '' $ac_executable_extensions; do
6434   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6435     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6436     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6437     break 2
6438   fi
6439 done
6440 done
6441 IFS=$as_save_IFS
6442
6443   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6444   ;;
6445 esac
6446 fi
6447 LDCONFIG=$ac_cv_path_LDCONFIG
6448 if test -n "$LDCONFIG"; then
6449   { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6450 $as_echo "$LDCONFIG" >&6; }
6451 else
6452   { $as_echo "$as_me:$LINENO: result: no" >&5
6453 $as_echo "no" >&6; }
6454 fi
6455
6456
6457 # Find a good install program.  We prefer a C program (faster),
6458 # so one script is as good as another.  But avoid the broken or
6459 # incompatible versions:
6460 # SysV /etc/install, /usr/sbin/install
6461 # SunOS /usr/etc/install
6462 # IRIX /sbin/install
6463 # AIX /bin/install
6464 # AmigaOS /C/install, which installs bootblocks on floppy discs
6465 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6466 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6467 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6468 # OS/2's system install, which has a completely different semantic
6469 # ./install, which can be erroneously created by make from ./install.sh.
6470 # Reject install programs that cannot install multiple files.
6471 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6472 $as_echo_n "checking for a BSD-compatible install... " >&6; }
6473 if test -z "$INSTALL"; then
6474 if test "${ac_cv_path_install+set}" = set; then
6475   $as_echo_n "(cached) " >&6
6476 else
6477   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6478 for as_dir in $PATH
6479 do
6480   IFS=$as_save_IFS
6481   test -z "$as_dir" && as_dir=.
6482   # Account for people who put trailing slashes in PATH elements.
6483 case $as_dir/ in
6484   ./ | .// | /cC/* | \
6485   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6486   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6487   /usr/ucb/* ) ;;
6488   *)
6489     # OSF1 and SCO ODT 3.0 have their own names for install.
6490     # Don't use installbsd from OSF since it installs stuff as root
6491     # by default.
6492     for ac_prog in ginstall scoinst install; do
6493       for ac_exec_ext in '' $ac_executable_extensions; do
6494         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6495           if test $ac_prog = install &&
6496             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6497             # AIX install.  It has an incompatible calling convention.
6498             :
6499           elif test $ac_prog = install &&
6500             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6501             # program-specific install script used by HP pwplus--don't use.
6502             :
6503           else
6504             rm -rf conftest.one conftest.two conftest.dir
6505             echo one > conftest.one
6506             echo two > conftest.two
6507             mkdir conftest.dir
6508             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
6509               test -s conftest.one && test -s conftest.two &&
6510               test -s conftest.dir/conftest.one &&
6511               test -s conftest.dir/conftest.two
6512             then
6513               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6514               break 3
6515             fi
6516           fi
6517         fi
6518       done
6519     done
6520     ;;
6521 esac
6522
6523 done
6524 IFS=$as_save_IFS
6525
6526 rm -rf conftest.one conftest.two conftest.dir
6527
6528 fi
6529   if test "${ac_cv_path_install+set}" = set; then
6530     INSTALL=$ac_cv_path_install
6531   else
6532     # As a last resort, use the slow shell script.  Don't cache a
6533     # value for INSTALL within a source directory, because that will
6534     # break other packages using the cache if that directory is
6535     # removed, or if the value is a relative name.
6536     INSTALL=$ac_install_sh
6537   fi
6538 fi
6539 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
6540 $as_echo "$INSTALL" >&6; }
6541
6542 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6543 # It thinks the first close brace ends the variable substitution.
6544 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6545
6546 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6547
6548 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6549
6550 case "$INSTALL" in
6551   [\\/$]* | ?:[\\/]* ) ;;
6552   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6553 esac
6554
6555 for ac_prog in lclint lint
6556 do
6557   # Extract the first word of "$ac_prog", so it can be a program name with args.
6558 set dummy $ac_prog; ac_word=$2
6559 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6560 $as_echo_n "checking for $ac_word... " >&6; }
6561 if test "${ac_cv_prog_LINT+set}" = set; then
6562   $as_echo_n "(cached) " >&6
6563 else
6564   if test -n "$LINT"; then
6565   ac_cv_prog_LINT="$LINT" # Let the user override the test.
6566 else
6567 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6568 for as_dir in $PATH
6569 do
6570   IFS=$as_save_IFS
6571   test -z "$as_dir" && as_dir=.
6572   for ac_exec_ext in '' $ac_executable_extensions; do
6573   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6574     ac_cv_prog_LINT="$ac_prog"
6575     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6576     break 2
6577   fi
6578 done
6579 done
6580 IFS=$as_save_IFS
6581
6582 fi
6583 fi
6584 LINT=$ac_cv_prog_LINT
6585 if test -n "$LINT"; then
6586   { $as_echo "$as_me:$LINENO: result: $LINT" >&5
6587 $as_echo "$LINT" >&6; }
6588 else
6589   { $as_echo "$as_me:$LINENO: result: no" >&5
6590 $as_echo "no" >&6; }
6591 fi
6592
6593
6594   test -n "$LINT" && break
6595 done
6596
6597 if test "$LINT" = "lint"
6598 then
6599   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6600   fi
6601
6602
6603
6604 for ac_prog in fontforge
6605 do
6606   # Extract the first word of "$ac_prog", so it can be a program name with args.
6607 set dummy $ac_prog; ac_word=$2
6608 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6609 $as_echo_n "checking for $ac_word... " >&6; }
6610 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6611   $as_echo_n "(cached) " >&6
6612 else
6613   if test -n "$FONTFORGE"; then
6614   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6615 else
6616 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6617 for as_dir in $PATH
6618 do
6619   IFS=$as_save_IFS
6620   test -z "$as_dir" && as_dir=.
6621   for ac_exec_ext in '' $ac_executable_extensions; do
6622   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6623     ac_cv_prog_FONTFORGE="$ac_prog"
6624     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6625     break 2
6626   fi
6627 done
6628 done
6629 IFS=$as_save_IFS
6630
6631 fi
6632 fi
6633 FONTFORGE=$ac_cv_prog_FONTFORGE
6634 if test -n "$FONTFORGE"; then
6635   { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6636 $as_echo "$FONTFORGE" >&6; }
6637 else
6638   { $as_echo "$as_me:$LINENO: result: no" >&5
6639 $as_echo "no" >&6; }
6640 fi
6641
6642
6643   test -n "$FONTFORGE" && break
6644 done
6645 test -n "$FONTFORGE" || FONTFORGE="false"
6646
6647 for ac_prog in pkg-config
6648 do
6649   # Extract the first word of "$ac_prog", so it can be a program name with args.
6650 set dummy $ac_prog; ac_word=$2
6651 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6652 $as_echo_n "checking for $ac_word... " >&6; }
6653 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6654   $as_echo_n "(cached) " >&6
6655 else
6656   if test -n "$PKG_CONFIG"; then
6657   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6658 else
6659 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6660 for as_dir in $PATH
6661 do
6662   IFS=$as_save_IFS
6663   test -z "$as_dir" && as_dir=.
6664   for ac_exec_ext in '' $ac_executable_extensions; do
6665   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6666     ac_cv_prog_PKG_CONFIG="$ac_prog"
6667     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6668     break 2
6669   fi
6670 done
6671 done
6672 IFS=$as_save_IFS
6673
6674 fi
6675 fi
6676 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6677 if test -n "$PKG_CONFIG"; then
6678   { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6679 $as_echo "$PKG_CONFIG" >&6; }
6680 else
6681   { $as_echo "$as_me:$LINENO: result: no" >&5
6682 $as_echo "no" >&6; }
6683 fi
6684
6685
6686   test -n "$PKG_CONFIG" && break
6687 done
6688 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6689
6690 for ac_prog in rsvg
6691 do
6692   # Extract the first word of "$ac_prog", so it can be a program name with args.
6693 set dummy $ac_prog; ac_word=$2
6694 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6695 $as_echo_n "checking for $ac_word... " >&6; }
6696 if test "${ac_cv_prog_RSVG+set}" = set; then
6697   $as_echo_n "(cached) " >&6
6698 else
6699   if test -n "$RSVG"; then
6700   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6701 else
6702 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6703 for as_dir in $PATH
6704 do
6705   IFS=$as_save_IFS
6706   test -z "$as_dir" && as_dir=.
6707   for ac_exec_ext in '' $ac_executable_extensions; do
6708   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6709     ac_cv_prog_RSVG="$ac_prog"
6710     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6711     break 2
6712   fi
6713 done
6714 done
6715 IFS=$as_save_IFS
6716
6717 fi
6718 fi
6719 RSVG=$ac_cv_prog_RSVG
6720 if test -n "$RSVG"; then
6721   { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
6722 $as_echo "$RSVG" >&6; }
6723 else
6724   { $as_echo "$as_me:$LINENO: result: no" >&5
6725 $as_echo "no" >&6; }
6726 fi
6727
6728
6729   test -n "$RSVG" && break
6730 done
6731 test -n "$RSVG" || RSVG="false"
6732
6733 for ac_prog in icotool
6734 do
6735   # Extract the first word of "$ac_prog", so it can be a program name with args.
6736 set dummy $ac_prog; ac_word=$2
6737 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6738 $as_echo_n "checking for $ac_word... " >&6; }
6739 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6740   $as_echo_n "(cached) " >&6
6741 else
6742   if test -n "$ICOTOOL"; then
6743   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6744 else
6745 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6746 for as_dir in $PATH
6747 do
6748   IFS=$as_save_IFS
6749   test -z "$as_dir" && as_dir=.
6750   for ac_exec_ext in '' $ac_executable_extensions; do
6751   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6752     ac_cv_prog_ICOTOOL="$ac_prog"
6753     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6754     break 2
6755   fi
6756 done
6757 done
6758 IFS=$as_save_IFS
6759
6760 fi
6761 fi
6762 ICOTOOL=$ac_cv_prog_ICOTOOL
6763 if test -n "$ICOTOOL"; then
6764   { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6765 $as_echo "$ICOTOOL" >&6; }
6766 else
6767   { $as_echo "$as_me:$LINENO: result: no" >&5
6768 $as_echo "no" >&6; }
6769 fi
6770
6771
6772   test -n "$ICOTOOL" && break
6773 done
6774 test -n "$ICOTOOL" || ICOTOOL="false"
6775
6776
6777 if test "${enable_maintainer_mode+set}" = set
6778 then
6779   if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6780   if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6781   if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6782 fi
6783
6784 case $host_cpu in
6785   *i[3456789]86*)
6786     # Extract the first word of "prelink", so it can be a program name with args.
6787 set dummy prelink; ac_word=$2
6788 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6789 $as_echo_n "checking for $ac_word... " >&6; }
6790 if test "${ac_cv_path_PRELINK+set}" = set; then
6791   $as_echo_n "(cached) " >&6
6792 else
6793   case $PRELINK in
6794   [\\/]* | ?:[\\/]*)
6795   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6796   ;;
6797   *)
6798   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6799 for as_dir in /sbin /usr/sbin $PATH
6800 do
6801   IFS=$as_save_IFS
6802   test -z "$as_dir" && as_dir=.
6803   for ac_exec_ext in '' $ac_executable_extensions; do
6804   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6805     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6806     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6807     break 2
6808   fi
6809 done
6810 done
6811 IFS=$as_save_IFS
6812
6813   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6814   ;;
6815 esac
6816 fi
6817 PRELINK=$ac_cv_path_PRELINK
6818 if test -n "$PRELINK"; then
6819   { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
6820 $as_echo "$PRELINK" >&6; }
6821 else
6822   { $as_echo "$as_me:$LINENO: result: no" >&5
6823 $as_echo "no" >&6; }
6824 fi
6825
6826
6827     ;;
6828 esac
6829
6830
6831
6832 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6833 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6834 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6835   $as_echo_n "(cached) " >&6
6836 else
6837   ac_check_lib_save_LIBS=$LIBS
6838 LIBS="-li386  $LIBS"
6839 cat >conftest.$ac_ext <<_ACEOF
6840 /* confdefs.h.  */
6841 _ACEOF
6842 cat confdefs.h >>conftest.$ac_ext
6843 cat >>conftest.$ac_ext <<_ACEOF
6844 /* end confdefs.h.  */
6845
6846 /* Override any GCC internal prototype to avoid an error.
6847    Use char because int might match the return type of a GCC
6848    builtin and then its argument prototype would still apply.  */
6849 #ifdef __cplusplus
6850 extern "C"
6851 #endif
6852 char i386_set_ldt ();
6853 int
6854 main ()
6855 {
6856 return i386_set_ldt ();
6857   ;
6858   return 0;
6859 }
6860 _ACEOF
6861 rm -f conftest.$ac_objext conftest$ac_exeext
6862 if { (ac_try="$ac_link"
6863 case "(($ac_try" in
6864   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6865   *) ac_try_echo=$ac_try;;
6866 esac
6867 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6868 $as_echo "$ac_try_echo") >&5
6869   (eval "$ac_link") 2>conftest.er1
6870   ac_status=$?
6871   grep -v '^ *+' conftest.er1 >conftest.err
6872   rm -f conftest.er1
6873   cat conftest.err >&5
6874   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6875   (exit $ac_status); } && {
6876          test -z "$ac_c_werror_flag" ||
6877          test ! -s conftest.err
6878        } && test -s conftest$ac_exeext && {
6879          test "$cross_compiling" = yes ||
6880          $as_test_x conftest$ac_exeext
6881        }; then
6882   ac_cv_lib_i386_i386_set_ldt=yes
6883 else
6884   $as_echo "$as_me: failed program was:" >&5
6885 sed 's/^/| /' conftest.$ac_ext >&5
6886
6887         ac_cv_lib_i386_i386_set_ldt=no
6888 fi
6889
6890 rm -rf conftest.dSYM
6891 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6892       conftest$ac_exeext conftest.$ac_ext
6893 LIBS=$ac_check_lib_save_LIBS
6894 fi
6895 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6896 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6897 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
6898   cat >>confdefs.h <<_ACEOF
6899 #define HAVE_LIBI386 1
6900 _ACEOF
6901
6902   LIBS="-li386 $LIBS"
6903
6904 fi
6905
6906
6907 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6908 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6909 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6910   $as_echo_n "(cached) " >&6
6911 else
6912   ac_check_lib_save_LIBS=$LIBS
6913 LIBS="-lossaudio  $LIBS"
6914 cat >conftest.$ac_ext <<_ACEOF
6915 /* confdefs.h.  */
6916 _ACEOF
6917 cat confdefs.h >>conftest.$ac_ext
6918 cat >>conftest.$ac_ext <<_ACEOF
6919 /* end confdefs.h.  */
6920
6921 /* Override any GCC internal prototype to avoid an error.
6922    Use char because int might match the return type of a GCC
6923    builtin and then its argument prototype would still apply.  */
6924 #ifdef __cplusplus
6925 extern "C"
6926 #endif
6927 char _oss_ioctl ();
6928 int
6929 main ()
6930 {
6931 return _oss_ioctl ();
6932   ;
6933   return 0;
6934 }
6935 _ACEOF
6936 rm -f conftest.$ac_objext conftest$ac_exeext
6937 if { (ac_try="$ac_link"
6938 case "(($ac_try" in
6939   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6940   *) ac_try_echo=$ac_try;;
6941 esac
6942 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6943 $as_echo "$ac_try_echo") >&5
6944   (eval "$ac_link") 2>conftest.er1
6945   ac_status=$?
6946   grep -v '^ *+' conftest.er1 >conftest.err
6947   rm -f conftest.er1
6948   cat conftest.err >&5
6949   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6950   (exit $ac_status); } && {
6951          test -z "$ac_c_werror_flag" ||
6952          test ! -s conftest.err
6953        } && test -s conftest$ac_exeext && {
6954          test "$cross_compiling" = yes ||
6955          $as_test_x conftest$ac_exeext
6956        }; then
6957   ac_cv_lib_ossaudio__oss_ioctl=yes
6958 else
6959   $as_echo "$as_me: failed program was:" >&5
6960 sed 's/^/| /' conftest.$ac_ext >&5
6961
6962         ac_cv_lib_ossaudio__oss_ioctl=no
6963 fi
6964
6965 rm -rf conftest.dSYM
6966 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6967       conftest$ac_exeext conftest.$ac_ext
6968 LIBS=$ac_check_lib_save_LIBS
6969 fi
6970 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6971 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6972 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
6973   cat >>confdefs.h <<_ACEOF
6974 #define HAVE_LIBOSSAUDIO 1
6975 _ACEOF
6976
6977   LIBS="-lossaudio $LIBS"
6978
6979 fi
6980
6981 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6982 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
6983 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6984   $as_echo_n "(cached) " >&6
6985 else
6986   ac_check_lib_save_LIBS=$LIBS
6987 LIBS="-lpthread  $LIBS"
6988 cat >conftest.$ac_ext <<_ACEOF
6989 /* confdefs.h.  */
6990 _ACEOF
6991 cat confdefs.h >>conftest.$ac_ext
6992 cat >>conftest.$ac_ext <<_ACEOF
6993 /* end confdefs.h.  */
6994
6995 /* Override any GCC internal prototype to avoid an error.
6996    Use char because int might match the return type of a GCC
6997    builtin and then its argument prototype would still apply.  */
6998 #ifdef __cplusplus
6999 extern "C"
7000 #endif
7001 char pthread_create ();
7002 int
7003 main ()
7004 {
7005 return pthread_create ();
7006   ;
7007   return 0;
7008 }
7009 _ACEOF
7010 rm -f conftest.$ac_objext conftest$ac_exeext
7011 if { (ac_try="$ac_link"
7012 case "(($ac_try" in
7013   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7014   *) ac_try_echo=$ac_try;;
7015 esac
7016 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7017 $as_echo "$ac_try_echo") >&5
7018   (eval "$ac_link") 2>conftest.er1
7019   ac_status=$?
7020   grep -v '^ *+' conftest.er1 >conftest.err
7021   rm -f conftest.er1
7022   cat conftest.err >&5
7023   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7024   (exit $ac_status); } && {
7025          test -z "$ac_c_werror_flag" ||
7026          test ! -s conftest.err
7027        } && test -s conftest$ac_exeext && {
7028          test "$cross_compiling" = yes ||
7029          $as_test_x conftest$ac_exeext
7030        }; then
7031   ac_cv_lib_pthread_pthread_create=yes
7032 else
7033   $as_echo "$as_me: failed program was:" >&5
7034 sed 's/^/| /' conftest.$ac_ext >&5
7035
7036         ac_cv_lib_pthread_pthread_create=no
7037 fi
7038
7039 rm -rf conftest.dSYM
7040 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7041       conftest$ac_exeext conftest.$ac_ext
7042 LIBS=$ac_check_lib_save_LIBS
7043 fi
7044 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
7045 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7046 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
7047   LIBPTHREAD="-lpthread"
7048
7049 fi
7050
7051
7052 XLIB=""
7053
7054 OPENGL_LIBS=""
7055
7056
7057
7058 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7059 $as_echo_n "checking for ANSI C header files... " >&6; }
7060 if test "${ac_cv_header_stdc+set}" = set; then
7061   $as_echo_n "(cached) " >&6
7062 else
7063   cat >conftest.$ac_ext <<_ACEOF
7064 /* confdefs.h.  */
7065 _ACEOF
7066 cat confdefs.h >>conftest.$ac_ext
7067 cat >>conftest.$ac_ext <<_ACEOF
7068 /* end confdefs.h.  */
7069 #include <stdlib.h>
7070 #include <stdarg.h>
7071 #include <string.h>
7072 #include <float.h>
7073
7074 int
7075 main ()
7076 {
7077
7078   ;
7079   return 0;
7080 }
7081 _ACEOF
7082 rm -f conftest.$ac_objext
7083 if { (ac_try="$ac_compile"
7084 case "(($ac_try" in
7085   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7086   *) ac_try_echo=$ac_try;;
7087 esac
7088 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7089 $as_echo "$ac_try_echo") >&5
7090   (eval "$ac_compile") 2>conftest.er1
7091   ac_status=$?
7092   grep -v '^ *+' conftest.er1 >conftest.err
7093   rm -f conftest.er1
7094   cat conftest.err >&5
7095   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7096   (exit $ac_status); } && {
7097          test -z "$ac_c_werror_flag" ||
7098          test ! -s conftest.err
7099        } && test -s conftest.$ac_objext; then
7100   ac_cv_header_stdc=yes
7101 else
7102   $as_echo "$as_me: failed program was:" >&5
7103 sed 's/^/| /' conftest.$ac_ext >&5
7104
7105         ac_cv_header_stdc=no
7106 fi
7107
7108 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7109
7110 if test $ac_cv_header_stdc = yes; then
7111   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7112   cat >conftest.$ac_ext <<_ACEOF
7113 /* confdefs.h.  */
7114 _ACEOF
7115 cat confdefs.h >>conftest.$ac_ext
7116 cat >>conftest.$ac_ext <<_ACEOF
7117 /* end confdefs.h.  */
7118 #include <string.h>
7119
7120 _ACEOF
7121 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7122   $EGREP "memchr" >/dev/null 2>&1; then
7123   :
7124 else
7125   ac_cv_header_stdc=no
7126 fi
7127 rm -f conftest*
7128
7129 fi
7130
7131 if test $ac_cv_header_stdc = yes; then
7132   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7133   cat >conftest.$ac_ext <<_ACEOF
7134 /* confdefs.h.  */
7135 _ACEOF
7136 cat confdefs.h >>conftest.$ac_ext
7137 cat >>conftest.$ac_ext <<_ACEOF
7138 /* end confdefs.h.  */
7139 #include <stdlib.h>
7140
7141 _ACEOF
7142 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7143   $EGREP "free" >/dev/null 2>&1; then
7144   :
7145 else
7146   ac_cv_header_stdc=no
7147 fi
7148 rm -f conftest*
7149
7150 fi
7151
7152 if test $ac_cv_header_stdc = yes; then
7153   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7154   if test "$cross_compiling" = yes; then
7155   :
7156 else
7157   cat >conftest.$ac_ext <<_ACEOF
7158 /* confdefs.h.  */
7159 _ACEOF
7160 cat confdefs.h >>conftest.$ac_ext
7161 cat >>conftest.$ac_ext <<_ACEOF
7162 /* end confdefs.h.  */
7163 #include <ctype.h>
7164 #include <stdlib.h>
7165 #if ((' ' & 0x0FF) == 0x020)
7166 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7167 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7168 #else
7169 # define ISLOWER(c) \
7170                    (('a' <= (c) && (c) <= 'i') \
7171                      || ('j' <= (c) && (c) <= 'r') \
7172                      || ('s' <= (c) && (c) <= 'z'))
7173 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7174 #endif
7175
7176 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7177 int
7178 main ()
7179 {
7180   int i;
7181   for (i = 0; i < 256; i++)
7182     if (XOR (islower (i), ISLOWER (i))
7183         || toupper (i) != TOUPPER (i))
7184       return 2;
7185   return 0;
7186 }
7187 _ACEOF
7188 rm -f conftest$ac_exeext
7189 if { (ac_try="$ac_link"
7190 case "(($ac_try" in
7191   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7192   *) ac_try_echo=$ac_try;;
7193 esac
7194 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7195 $as_echo "$ac_try_echo") >&5
7196   (eval "$ac_link") 2>&5
7197   ac_status=$?
7198   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7199   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7200   { (case "(($ac_try" in
7201   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7202   *) ac_try_echo=$ac_try;;
7203 esac
7204 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7205 $as_echo "$ac_try_echo") >&5
7206   (eval "$ac_try") 2>&5
7207   ac_status=$?
7208   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7209   (exit $ac_status); }; }; then
7210   :
7211 else
7212   $as_echo "$as_me: program exited with status $ac_status" >&5
7213 $as_echo "$as_me: failed program was:" >&5
7214 sed 's/^/| /' conftest.$ac_ext >&5
7215
7216 ( exit $ac_status )
7217 ac_cv_header_stdc=no
7218 fi
7219 rm -rf conftest.dSYM
7220 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7221 fi
7222
7223
7224 fi
7225 fi
7226 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7227 $as_echo "$ac_cv_header_stdc" >&6; }
7228 if test $ac_cv_header_stdc = yes; then
7229
7230 cat >>confdefs.h <<\_ACEOF
7231 #define STDC_HEADERS 1
7232 _ACEOF
7233
7234 fi
7235
7236 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7237
7238
7239
7240
7241
7242
7243
7244
7245
7246 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7247                   inttypes.h stdint.h unistd.h
7248 do
7249 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7250 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7251 $as_echo_n "checking for $ac_header... " >&6; }
7252 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7253   $as_echo_n "(cached) " >&6
7254 else
7255   cat >conftest.$ac_ext <<_ACEOF
7256 /* confdefs.h.  */
7257 _ACEOF
7258 cat confdefs.h >>conftest.$ac_ext
7259 cat >>conftest.$ac_ext <<_ACEOF
7260 /* end confdefs.h.  */
7261 $ac_includes_default
7262
7263 #include <$ac_header>
7264 _ACEOF
7265 rm -f conftest.$ac_objext
7266 if { (ac_try="$ac_compile"
7267 case "(($ac_try" in
7268   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7269   *) ac_try_echo=$ac_try;;
7270 esac
7271 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7272 $as_echo "$ac_try_echo") >&5
7273   (eval "$ac_compile") 2>conftest.er1
7274   ac_status=$?
7275   grep -v '^ *+' conftest.er1 >conftest.err
7276   rm -f conftest.er1
7277   cat conftest.err >&5
7278   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7279   (exit $ac_status); } && {
7280          test -z "$ac_c_werror_flag" ||
7281          test ! -s conftest.err
7282        } && test -s conftest.$ac_objext; then
7283   eval "$as_ac_Header=yes"
7284 else
7285   $as_echo "$as_me: failed program was:" >&5
7286 sed 's/^/| /' conftest.$ac_ext >&5
7287
7288         eval "$as_ac_Header=no"
7289 fi
7290
7291 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7292 fi
7293 ac_res=`eval 'as_val=${'$as_ac_Header'}
7294                  $as_echo "$as_val"'`
7295                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7296 $as_echo "$ac_res" >&6; }
7297 as_val=`eval 'as_val=${'$as_ac_Header'}
7298                  $as_echo "$as_val"'`
7299    if test "x$as_val" = x""yes; then
7300   cat >>confdefs.h <<_ACEOF
7301 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7302 _ACEOF
7303
7304 fi
7305
7306 done
7307
7308
7309
7310
7311
7312
7313
7314
7315
7316
7317
7318
7319
7320
7321
7322
7323
7324
7325
7326
7327
7328
7329
7330
7331
7332
7333
7334
7335
7336
7337
7338
7339
7340
7341
7342
7343
7344
7345
7346
7347
7348
7349
7350
7351
7352
7353
7354
7355
7356
7357
7358
7359
7360
7361
7362
7363
7364
7365
7366
7367
7368
7369
7370
7371
7372
7373
7374
7375
7376
7377
7378
7379
7380
7381
7382
7383
7384
7385
7386
7387
7388
7389
7390
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 for ac_header in \
7422         AudioUnit/AudioUnit.h \
7423         Carbon/Carbon.h \
7424         CoreAudio/CoreAudio.h \
7425         DiskArbitration/DiskArbitration.h \
7426         IOKit/IOKitLib.h \
7427         alias.h \
7428         alsa/asoundlib.h \
7429         arpa/inet.h \
7430         arpa/nameser.h \
7431         asm/types.h \
7432         capi20.h \
7433         curses.h \
7434         direct.h \
7435         dirent.h \
7436         dlfcn.h \
7437         elf.h \
7438         float.h \
7439         fontconfig/fontconfig.h \
7440         getopt.h \
7441         ieeefp.h \
7442         io.h \
7443         jack/jack.h \
7444         jpeglib.h \
7445         lber.h \
7446         lcms.h \
7447         lcms/lcms.h \
7448         ldap.h \
7449         libaudioio.h \
7450         link.h \
7451         linux/cdrom.h \
7452         linux/compiler.h \
7453         linux/hdreg.h \
7454         linux/input.h \
7455         linux/ioctl.h \
7456         linux/joystick.h \
7457         linux/major.h \
7458         linux/param.h \
7459         linux/serial.h \
7460         linux/ucdrom.h \
7461         mach/mach.h \
7462         mach/machine.h \
7463         machine/cpu.h \
7464         machine/limits.h \
7465         machine/soundcard.h \
7466         mntent.h \
7467         ncurses.h \
7468         netdb.h \
7469         netinet/in.h \
7470         netinet/in_systm.h \
7471         netinet/tcp.h \
7472         netinet/tcp_fsm.h \
7473         openssl/err.h \
7474         openssl/ssl.h \
7475         png.h \
7476         poll.h \
7477         process.h \
7478         pthread.h \
7479         pwd.h \
7480         regex.h \
7481         sched.h \
7482         scsi/scsi.h \
7483         scsi/scsi_ioctl.h \
7484         scsi/sg.h \
7485         soundcard.h \
7486         stdint.h \
7487         strings.h \
7488         sys/asoundlib.h \
7489         sys/cdio.h \
7490         sys/elf32.h \
7491         sys/epoll.h \
7492         sys/errno.h \
7493         sys/event.h \
7494         sys/exec_elf.h \
7495         sys/filio.h \
7496         sys/ioctl.h \
7497         sys/ipc.h \
7498         sys/limits.h \
7499         sys/link.h \
7500         sys/lwp.h \
7501         sys/mman.h \
7502         sys/modem.h \
7503         sys/msg.h \
7504         sys/mtio.h \
7505         sys/param.h \
7506         sys/poll.h \
7507         sys/prctl.h \
7508         sys/ptrace.h \
7509         sys/reg.h \
7510         sys/resource.h \
7511         sys/scsiio.h \
7512         sys/shm.h \
7513         sys/signal.h \
7514         sys/socket.h \
7515         sys/socketvar.h \
7516         sys/sockio.h \
7517         sys/soundcard.h \
7518         sys/statvfs.h \
7519         sys/strtio.h \
7520         sys/syscall.h \
7521         sys/sysctl.h \
7522         sys/time.h \
7523         sys/times.h \
7524         sys/uio.h \
7525         sys/un.h \
7526         sys/vm86.h \
7527         sys/wait.h \
7528         syscall.h \
7529         termios.h \
7530         unistd.h \
7531         utime.h \
7532         valgrind/memcheck.h \
7533         valgrind/valgrind.h
7534
7535 do
7536 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7537 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7538   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7539 $as_echo_n "checking for $ac_header... " >&6; }
7540 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7541   $as_echo_n "(cached) " >&6
7542 fi
7543 ac_res=`eval 'as_val=${'$as_ac_Header'}
7544                  $as_echo "$as_val"'`
7545                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7546 $as_echo "$ac_res" >&6; }
7547 else
7548   # Is the header compilable?
7549 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
7550 $as_echo_n "checking $ac_header usability... " >&6; }
7551 cat >conftest.$ac_ext <<_ACEOF
7552 /* confdefs.h.  */
7553 _ACEOF
7554 cat confdefs.h >>conftest.$ac_ext
7555 cat >>conftest.$ac_ext <<_ACEOF
7556 /* end confdefs.h.  */
7557 $ac_includes_default
7558 #include <$ac_header>
7559 _ACEOF
7560 rm -f conftest.$ac_objext
7561 if { (ac_try="$ac_compile"
7562 case "(($ac_try" in
7563   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7564   *) ac_try_echo=$ac_try;;
7565 esac
7566 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7567 $as_echo "$ac_try_echo") >&5
7568   (eval "$ac_compile") 2>conftest.er1
7569   ac_status=$?
7570   grep -v '^ *+' conftest.er1 >conftest.err
7571   rm -f conftest.er1
7572   cat conftest.err >&5
7573   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7574   (exit $ac_status); } && {
7575          test -z "$ac_c_werror_flag" ||
7576          test ! -s conftest.err
7577        } && test -s conftest.$ac_objext; then
7578   ac_header_compiler=yes
7579 else
7580   $as_echo "$as_me: failed program was:" >&5
7581 sed 's/^/| /' conftest.$ac_ext >&5
7582
7583         ac_header_compiler=no
7584 fi
7585
7586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7587 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7588 $as_echo "$ac_header_compiler" >&6; }
7589
7590 # Is the header present?
7591 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
7592 $as_echo_n "checking $ac_header presence... " >&6; }
7593 cat >conftest.$ac_ext <<_ACEOF
7594 /* confdefs.h.  */
7595 _ACEOF
7596 cat confdefs.h >>conftest.$ac_ext
7597 cat >>conftest.$ac_ext <<_ACEOF
7598 /* end confdefs.h.  */
7599 #include <$ac_header>
7600 _ACEOF
7601 if { (ac_try="$ac_cpp conftest.$ac_ext"
7602 case "(($ac_try" in
7603   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7604   *) ac_try_echo=$ac_try;;
7605 esac
7606 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7607 $as_echo "$ac_try_echo") >&5
7608   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7609   ac_status=$?
7610   grep -v '^ *+' conftest.er1 >conftest.err
7611   rm -f conftest.er1
7612   cat conftest.err >&5
7613   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7614   (exit $ac_status); } >/dev/null && {
7615          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7616          test ! -s conftest.err
7617        }; then
7618   ac_header_preproc=yes
7619 else
7620   $as_echo "$as_me: failed program was:" >&5
7621 sed 's/^/| /' conftest.$ac_ext >&5
7622
7623   ac_header_preproc=no
7624 fi
7625
7626 rm -f conftest.err conftest.$ac_ext
7627 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7628 $as_echo "$ac_header_preproc" >&6; }
7629
7630 # So?  What about this header?
7631 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7632   yes:no: )
7633     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7634 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7635     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7636 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7637     ac_header_preproc=yes
7638     ;;
7639   no:yes:* )
7640     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7641 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7642     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
7643 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
7644     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7645 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7646     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
7647 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
7648     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7649 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7650     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7651 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7652     ( cat <<\_ASBOX
7653 ## ------------------------------------ ##
7654 ## Report this to wine-devel@winehq.org ##
7655 ## ------------------------------------ ##
7656 _ASBOX
7657      ) | sed "s/^/$as_me: WARNING:     /" >&2
7658     ;;
7659 esac
7660 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7661 $as_echo_n "checking for $ac_header... " >&6; }
7662 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7663   $as_echo_n "(cached) " >&6
7664 else
7665   eval "$as_ac_Header=\$ac_header_preproc"
7666 fi
7667 ac_res=`eval 'as_val=${'$as_ac_Header'}
7668                  $as_echo "$as_val"'`
7669                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7670 $as_echo "$ac_res" >&6; }
7671
7672 fi
7673 as_val=`eval 'as_val=${'$as_ac_Header'}
7674                  $as_echo "$as_val"'`
7675    if test "x$as_val" = x""yes; then
7676   cat >>confdefs.h <<_ACEOF
7677 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7678 _ACEOF
7679
7680 fi
7681
7682 done
7683
7684 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7685 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7686 if test "${ac_cv_header_stat_broken+set}" = set; then
7687   $as_echo_n "(cached) " >&6
7688 else
7689   cat >conftest.$ac_ext <<_ACEOF
7690 /* confdefs.h.  */
7691 _ACEOF
7692 cat confdefs.h >>conftest.$ac_ext
7693 cat >>conftest.$ac_ext <<_ACEOF
7694 /* end confdefs.h.  */
7695 #include <sys/types.h>
7696 #include <sys/stat.h>
7697
7698 #if defined S_ISBLK && defined S_IFDIR
7699 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7700 #endif
7701
7702 #if defined S_ISBLK && defined S_IFCHR
7703 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7704 #endif
7705
7706 #if defined S_ISLNK && defined S_IFREG
7707 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7708 #endif
7709
7710 #if defined S_ISSOCK && defined S_IFREG
7711 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7712 #endif
7713
7714 _ACEOF
7715 rm -f conftest.$ac_objext
7716 if { (ac_try="$ac_compile"
7717 case "(($ac_try" in
7718   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7719   *) ac_try_echo=$ac_try;;
7720 esac
7721 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7722 $as_echo "$ac_try_echo") >&5
7723   (eval "$ac_compile") 2>conftest.er1
7724   ac_status=$?
7725   grep -v '^ *+' conftest.er1 >conftest.err
7726   rm -f conftest.er1
7727   cat conftest.err >&5
7728   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7729   (exit $ac_status); } && {
7730          test -z "$ac_c_werror_flag" ||
7731          test ! -s conftest.err
7732        } && test -s conftest.$ac_objext; then
7733   ac_cv_header_stat_broken=no
7734 else
7735   $as_echo "$as_me: failed program was:" >&5
7736 sed 's/^/| /' conftest.$ac_ext >&5
7737
7738         ac_cv_header_stat_broken=yes
7739 fi
7740
7741 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7742 fi
7743 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7744 $as_echo "$ac_cv_header_stat_broken" >&6; }
7745 if test $ac_cv_header_stat_broken = yes; then
7746
7747 cat >>confdefs.h <<\_ACEOF
7748 #define STAT_MACROS_BROKEN 1
7749 _ACEOF
7750
7751 fi
7752
7753
7754
7755
7756
7757
7758
7759 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7760 do
7761 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7762 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7763 $as_echo_n "checking for $ac_header... " >&6; }
7764 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7765   $as_echo_n "(cached) " >&6
7766 else
7767   cat >conftest.$ac_ext <<_ACEOF
7768 /* confdefs.h.  */
7769 _ACEOF
7770 cat confdefs.h >>conftest.$ac_ext
7771 cat >>conftest.$ac_ext <<_ACEOF
7772 /* end confdefs.h.  */
7773 #include <sys/types.h>
7774      #ifdef HAVE_SYS_PARAM_H
7775      # include <sys/param.h>
7776      #endif
7777
7778 #include <$ac_header>
7779 _ACEOF
7780 rm -f conftest.$ac_objext
7781 if { (ac_try="$ac_compile"
7782 case "(($ac_try" in
7783   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7784   *) ac_try_echo=$ac_try;;
7785 esac
7786 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7787 $as_echo "$ac_try_echo") >&5
7788   (eval "$ac_compile") 2>conftest.er1
7789   ac_status=$?
7790   grep -v '^ *+' conftest.er1 >conftest.err
7791   rm -f conftest.er1
7792   cat conftest.err >&5
7793   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7794   (exit $ac_status); } && {
7795          test -z "$ac_c_werror_flag" ||
7796          test ! -s conftest.err
7797        } && test -s conftest.$ac_objext; then
7798   eval "$as_ac_Header=yes"
7799 else
7800   $as_echo "$as_me: failed program was:" >&5
7801 sed 's/^/| /' conftest.$ac_ext >&5
7802
7803         eval "$as_ac_Header=no"
7804 fi
7805
7806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7807 fi
7808 ac_res=`eval 'as_val=${'$as_ac_Header'}
7809                  $as_echo "$as_val"'`
7810                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7811 $as_echo "$ac_res" >&6; }
7812 as_val=`eval 'as_val=${'$as_ac_Header'}
7813                  $as_echo "$as_val"'`
7814    if test "x$as_val" = x""yes; then
7815   cat >>confdefs.h <<_ACEOF
7816 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7817 _ACEOF
7818
7819 fi
7820
7821 done
7822
7823
7824
7825
7826
7827
7828
7829
7830
7831
7832
7833
7834
7835
7836 for ac_header in \
7837         netinet/ip.h \
7838         net/if.h \
7839         net/if_arp.h \
7840         net/if_dl.h \
7841         net/if_types.h \
7842         net/route.h \
7843         netinet/if_ether.h \
7844         netinet/in_pcb.h \
7845         netinet/ip_icmp.h \
7846         netinet/ip_var.h \
7847         netinet/udp.h \
7848         netipx/ipx.h \
7849
7850 do
7851 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7852 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7853 $as_echo_n "checking for $ac_header... " >&6; }
7854 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7855   $as_echo_n "(cached) " >&6
7856 else
7857   cat >conftest.$ac_ext <<_ACEOF
7858 /* confdefs.h.  */
7859 _ACEOF
7860 cat confdefs.h >>conftest.$ac_ext
7861 cat >>conftest.$ac_ext <<_ACEOF
7862 /* end confdefs.h.  */
7863 #include <sys/types.h>
7864      #ifdef HAVE_SYS_SOCKET_H
7865      # include <sys/socket.h>
7866      #endif
7867      #ifdef HAVE_SYS_SOCKETVAR_H
7868      # include <sys/socketvar.h>
7869      #endif
7870      #ifdef HAVE_NETINET_IN_H
7871      # include <netinet/in.h>
7872      #endif
7873      #ifdef HAVE_NETINET_IP_H
7874      # include <netinet/ip.h>
7875      #endif
7876
7877 #include <$ac_header>
7878 _ACEOF
7879 rm -f conftest.$ac_objext
7880 if { (ac_try="$ac_compile"
7881 case "(($ac_try" in
7882   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7883   *) ac_try_echo=$ac_try;;
7884 esac
7885 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7886 $as_echo "$ac_try_echo") >&5
7887   (eval "$ac_compile") 2>conftest.er1
7888   ac_status=$?
7889   grep -v '^ *+' conftest.er1 >conftest.err
7890   rm -f conftest.er1
7891   cat conftest.err >&5
7892   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7893   (exit $ac_status); } && {
7894          test -z "$ac_c_werror_flag" ||
7895          test ! -s conftest.err
7896        } && test -s conftest.$ac_objext; then
7897   eval "$as_ac_Header=yes"
7898 else
7899   $as_echo "$as_me: failed program was:" >&5
7900 sed 's/^/| /' conftest.$ac_ext >&5
7901
7902         eval "$as_ac_Header=no"
7903 fi
7904
7905 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7906 fi
7907 ac_res=`eval 'as_val=${'$as_ac_Header'}
7908                  $as_echo "$as_val"'`
7909                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7910 $as_echo "$ac_res" >&6; }
7911 as_val=`eval 'as_val=${'$as_ac_Header'}
7912                  $as_echo "$as_val"'`
7913    if test "x$as_val" = x""yes; then
7914   cat >>confdefs.h <<_ACEOF
7915 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7916 _ACEOF
7917
7918 fi
7919
7920 done
7921
7922
7923
7924
7925
7926
7927 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7928 do
7929 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7930 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7931 $as_echo_n "checking for $ac_header... " >&6; }
7932 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7933   $as_echo_n "(cached) " >&6
7934 else
7935   cat >conftest.$ac_ext <<_ACEOF
7936 /* confdefs.h.  */
7937 _ACEOF
7938 cat confdefs.h >>conftest.$ac_ext
7939 cat >>conftest.$ac_ext <<_ACEOF
7940 /* end confdefs.h.  */
7941 #include <sys/types.h>
7942      #ifdef HAVE_ALIAS_H
7943      # include <alias.h>
7944      #endif
7945      #ifdef HAVE_SYS_SOCKET_H
7946      # include <sys/socket.h>
7947      #endif
7948      #ifdef HAVE_SYS_SOCKETVAR_H
7949      # include <sys/socketvar.h>
7950      #endif
7951      #ifdef HAVE_NETINET_IN_H
7952      # include <netinet/in.h>
7953      #endif
7954      #ifdef HAVE_NETINET_IP_H
7955      # include <netinet/ip.h>
7956      #endif
7957      #ifdef HAVE_NETINET_IP_VAR_H
7958      # include <netinet/ip_var.h>
7959      #endif
7960      #ifdef HAVE_NETINET_IP_ICMP_H
7961      # include <netinet/ip_icmp.h>
7962      #endif
7963      #ifdef HAVE_NETINET_UDP_H
7964      # include <netinet/udp.h>
7965      #endif
7966      #ifdef HAVE_NETINET_TCP_H
7967      # include <netinet/tcp.h>
7968      #endif
7969
7970 #include <$ac_header>
7971 _ACEOF
7972 rm -f conftest.$ac_objext
7973 if { (ac_try="$ac_compile"
7974 case "(($ac_try" in
7975   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7976   *) ac_try_echo=$ac_try;;
7977 esac
7978 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7979 $as_echo "$ac_try_echo") >&5
7980   (eval "$ac_compile") 2>conftest.er1
7981   ac_status=$?
7982   grep -v '^ *+' conftest.er1 >conftest.err
7983   rm -f conftest.er1
7984   cat conftest.err >&5
7985   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7986   (exit $ac_status); } && {
7987          test -z "$ac_c_werror_flag" ||
7988          test ! -s conftest.err
7989        } && test -s conftest.$ac_objext; then
7990   eval "$as_ac_Header=yes"
7991 else
7992   $as_echo "$as_me: failed program was:" >&5
7993 sed 's/^/| /' conftest.$ac_ext >&5
7994
7995         eval "$as_ac_Header=no"
7996 fi
7997
7998 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7999 fi
8000 ac_res=`eval 'as_val=${'$as_ac_Header'}
8001                  $as_echo "$as_val"'`
8002                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8003 $as_echo "$ac_res" >&6; }
8004 as_val=`eval 'as_val=${'$as_ac_Header'}
8005                  $as_echo "$as_val"'`
8006    if test "x$as_val" = x""yes; then
8007   cat >>confdefs.h <<_ACEOF
8008 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8009 _ACEOF
8010
8011 fi
8012
8013 done
8014
8015
8016
8017 for ac_header in linux/ipx.h
8018 do
8019 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8020 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8021 $as_echo_n "checking for $ac_header... " >&6; }
8022 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8023   $as_echo_n "(cached) " >&6
8024 else
8025   cat >conftest.$ac_ext <<_ACEOF
8026 /* confdefs.h.  */
8027 _ACEOF
8028 cat confdefs.h >>conftest.$ac_ext
8029 cat >>conftest.$ac_ext <<_ACEOF
8030 /* end confdefs.h.  */
8031 #include <sys/types.h>
8032      #ifdef HAVE_ASM_TYPES_H
8033      # include <asm/types.h>
8034      #endif
8035      #ifdef HAVE_SYS_SOCKET_H
8036      # include <sys/socket.h>
8037      #endif
8038
8039 #include <$ac_header>
8040 _ACEOF
8041 rm -f conftest.$ac_objext
8042 if { (ac_try="$ac_compile"
8043 case "(($ac_try" in
8044   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8045   *) ac_try_echo=$ac_try;;
8046 esac
8047 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8048 $as_echo "$ac_try_echo") >&5
8049   (eval "$ac_compile") 2>conftest.er1
8050   ac_status=$?
8051   grep -v '^ *+' conftest.er1 >conftest.err
8052   rm -f conftest.er1
8053   cat conftest.err >&5
8054   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8055   (exit $ac_status); } && {
8056          test -z "$ac_c_werror_flag" ||
8057          test ! -s conftest.err
8058        } && test -s conftest.$ac_objext; then
8059   eval "$as_ac_Header=yes"
8060 else
8061   $as_echo "$as_me: failed program was:" >&5
8062 sed 's/^/| /' conftest.$ac_ext >&5
8063
8064         eval "$as_ac_Header=no"
8065 fi
8066
8067 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8068 fi
8069 ac_res=`eval 'as_val=${'$as_ac_Header'}
8070                  $as_echo "$as_val"'`
8071                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8072 $as_echo "$ac_res" >&6; }
8073 as_val=`eval 'as_val=${'$as_ac_Header'}
8074                  $as_echo "$as_val"'`
8075    if test "x$as_val" = x""yes; then
8076   cat >>confdefs.h <<_ACEOF
8077 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8078 _ACEOF
8079
8080 fi
8081
8082 done
8083
8084
8085
8086 for ac_header in resolv.h
8087 do
8088 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8089 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8090 $as_echo_n "checking for $ac_header... " >&6; }
8091 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8092   $as_echo_n "(cached) " >&6
8093 else
8094   cat >conftest.$ac_ext <<_ACEOF
8095 /* confdefs.h.  */
8096 _ACEOF
8097 cat confdefs.h >>conftest.$ac_ext
8098 cat >>conftest.$ac_ext <<_ACEOF
8099 /* end confdefs.h.  */
8100 #include <sys/types.h>
8101      #ifdef HAVE_SYS_SOCKET_H
8102      # include <sys/socket.h>
8103      #endif
8104      #ifdef HAVE_NETINET_IN_H
8105      # include <netinet/in.h>
8106      #endif
8107      #ifdef HAVE_ARPA_NAMESER_H
8108      # include <arpa/nameser.h>
8109      #endif
8110
8111 #include <$ac_header>
8112 _ACEOF
8113 rm -f conftest.$ac_objext
8114 if { (ac_try="$ac_compile"
8115 case "(($ac_try" in
8116   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8117   *) ac_try_echo=$ac_try;;
8118 esac
8119 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8120 $as_echo "$ac_try_echo") >&5
8121   (eval "$ac_compile") 2>conftest.er1
8122   ac_status=$?
8123   grep -v '^ *+' conftest.er1 >conftest.err
8124   rm -f conftest.er1
8125   cat conftest.err >&5
8126   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8127   (exit $ac_status); } && {
8128          test -z "$ac_c_werror_flag" ||
8129          test ! -s conftest.err
8130        } && test -s conftest.$ac_objext; then
8131   eval "$as_ac_Header=yes"
8132 else
8133   $as_echo "$as_me: failed program was:" >&5
8134 sed 's/^/| /' conftest.$ac_ext >&5
8135
8136         eval "$as_ac_Header=no"
8137 fi
8138
8139 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8140 fi
8141 ac_res=`eval 'as_val=${'$as_ac_Header'}
8142                  $as_echo "$as_val"'`
8143                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8144 $as_echo "$ac_res" >&6; }
8145 as_val=`eval 'as_val=${'$as_ac_Header'}
8146                  $as_echo "$as_val"'`
8147    if test "x$as_val" = x""yes; then
8148   cat >>confdefs.h <<_ACEOF
8149 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8150 _ACEOF
8151
8152 fi
8153
8154 done
8155
8156
8157
8158 for ac_header in ucontext.h
8159 do
8160 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8161 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8162 $as_echo_n "checking for $ac_header... " >&6; }
8163 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8164   $as_echo_n "(cached) " >&6
8165 else
8166   cat >conftest.$ac_ext <<_ACEOF
8167 /* confdefs.h.  */
8168 _ACEOF
8169 cat confdefs.h >>conftest.$ac_ext
8170 cat >>conftest.$ac_ext <<_ACEOF
8171 /* end confdefs.h.  */
8172 #include <signal.h>
8173
8174 #include <$ac_header>
8175 _ACEOF
8176 rm -f conftest.$ac_objext
8177 if { (ac_try="$ac_compile"
8178 case "(($ac_try" in
8179   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8180   *) ac_try_echo=$ac_try;;
8181 esac
8182 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8183 $as_echo "$ac_try_echo") >&5
8184   (eval "$ac_compile") 2>conftest.er1
8185   ac_status=$?
8186   grep -v '^ *+' conftest.er1 >conftest.err
8187   rm -f conftest.er1
8188   cat conftest.err >&5
8189   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8190   (exit $ac_status); } && {
8191          test -z "$ac_c_werror_flag" ||
8192          test ! -s conftest.err
8193        } && test -s conftest.$ac_objext; then
8194   eval "$as_ac_Header=yes"
8195 else
8196   $as_echo "$as_me: failed program was:" >&5
8197 sed 's/^/| /' conftest.$ac_ext >&5
8198
8199         eval "$as_ac_Header=no"
8200 fi
8201
8202 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8203 fi
8204 ac_res=`eval 'as_val=${'$as_ac_Header'}
8205                  $as_echo "$as_val"'`
8206                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8207 $as_echo "$ac_res" >&6; }
8208 as_val=`eval 'as_val=${'$as_ac_Header'}
8209                  $as_echo "$as_val"'`
8210    if test "x$as_val" = x""yes; then
8211   cat >>confdefs.h <<_ACEOF
8212 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8213 _ACEOF
8214
8215 fi
8216
8217 done
8218
8219
8220
8221 for ac_header in sys/thr.h
8222 do
8223 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8224 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8225 $as_echo_n "checking for $ac_header... " >&6; }
8226 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8227   $as_echo_n "(cached) " >&6
8228 else
8229   cat >conftest.$ac_ext <<_ACEOF
8230 /* confdefs.h.  */
8231 _ACEOF
8232 cat confdefs.h >>conftest.$ac_ext
8233 cat >>conftest.$ac_ext <<_ACEOF
8234 /* end confdefs.h.  */
8235 #include <sys/types.h>
8236 #ifdef HAVE_UCONTEXT_H
8237 #include <ucontext.h>
8238 #endif
8239
8240 #include <$ac_header>
8241 _ACEOF
8242 rm -f conftest.$ac_objext
8243 if { (ac_try="$ac_compile"
8244 case "(($ac_try" in
8245   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8246   *) ac_try_echo=$ac_try;;
8247 esac
8248 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8249 $as_echo "$ac_try_echo") >&5
8250   (eval "$ac_compile") 2>conftest.er1
8251   ac_status=$?
8252   grep -v '^ *+' conftest.er1 >conftest.err
8253   rm -f conftest.er1
8254   cat conftest.err >&5
8255   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8256   (exit $ac_status); } && {
8257          test -z "$ac_c_werror_flag" ||
8258          test ! -s conftest.err
8259        } && test -s conftest.$ac_objext; then
8260   eval "$as_ac_Header=yes"
8261 else
8262   $as_echo "$as_me: failed program was:" >&5
8263 sed 's/^/| /' conftest.$ac_ext >&5
8264
8265         eval "$as_ac_Header=no"
8266 fi
8267
8268 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8269 fi
8270 ac_res=`eval 'as_val=${'$as_ac_Header'}
8271                  $as_echo "$as_val"'`
8272                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8273 $as_echo "$ac_res" >&6; }
8274 as_val=`eval 'as_val=${'$as_ac_Header'}
8275                  $as_echo "$as_val"'`
8276    if test "x$as_val" = x""yes; then
8277   cat >>confdefs.h <<_ACEOF
8278 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8279 _ACEOF
8280
8281 fi
8282
8283 done
8284
8285
8286
8287 for ac_header in pthread_np.h
8288 do
8289 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8290 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8291 $as_echo_n "checking for $ac_header... " >&6; }
8292 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8293   $as_echo_n "(cached) " >&6
8294 else
8295   cat >conftest.$ac_ext <<_ACEOF
8296 /* confdefs.h.  */
8297 _ACEOF
8298 cat confdefs.h >>conftest.$ac_ext
8299 cat >>conftest.$ac_ext <<_ACEOF
8300 /* end confdefs.h.  */
8301 #ifdef HAVE_PTHREAD_H
8302 #include <pthread.h>
8303 #endif
8304
8305 #include <$ac_header>
8306 _ACEOF
8307 rm -f conftest.$ac_objext
8308 if { (ac_try="$ac_compile"
8309 case "(($ac_try" in
8310   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8311   *) ac_try_echo=$ac_try;;
8312 esac
8313 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8314 $as_echo "$ac_try_echo") >&5
8315   (eval "$ac_compile") 2>conftest.er1
8316   ac_status=$?
8317   grep -v '^ *+' conftest.er1 >conftest.err
8318   rm -f conftest.er1
8319   cat conftest.err >&5
8320   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8321   (exit $ac_status); } && {
8322          test -z "$ac_c_werror_flag" ||
8323          test ! -s conftest.err
8324        } && test -s conftest.$ac_objext; then
8325   eval "$as_ac_Header=yes"
8326 else
8327   $as_echo "$as_me: failed program was:" >&5
8328 sed 's/^/| /' conftest.$ac_ext >&5
8329
8330         eval "$as_ac_Header=no"
8331 fi
8332
8333 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8334 fi
8335 ac_res=`eval 'as_val=${'$as_ac_Header'}
8336                  $as_echo "$as_val"'`
8337                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8338 $as_echo "$ac_res" >&6; }
8339 as_val=`eval 'as_val=${'$as_ac_Header'}
8340                  $as_echo "$as_val"'`
8341    if test "x$as_val" = x""yes; then
8342   cat >>confdefs.h <<_ACEOF
8343 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8344 _ACEOF
8345
8346 fi
8347
8348 done
8349
8350
8351
8352 for ac_header in linux/videodev.h
8353 do
8354 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8355 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8356 $as_echo_n "checking for $ac_header... " >&6; }
8357 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8358   $as_echo_n "(cached) " >&6
8359 else
8360   cat >conftest.$ac_ext <<_ACEOF
8361 /* confdefs.h.  */
8362 _ACEOF
8363 cat confdefs.h >>conftest.$ac_ext
8364 cat >>conftest.$ac_ext <<_ACEOF
8365 /* end confdefs.h.  */
8366 #ifdef HAVE_SYS_TIME_H
8367 #include <sys/time.h>
8368 #endif
8369 #include <sys/types.h>
8370 #ifdef HAVE_ASM_TYPES_H
8371 #include <asm/types.h>
8372 #endif
8373
8374 #include <$ac_header>
8375 _ACEOF
8376 rm -f conftest.$ac_objext
8377 if { (ac_try="$ac_compile"
8378 case "(($ac_try" in
8379   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8380   *) ac_try_echo=$ac_try;;
8381 esac
8382 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8383 $as_echo "$ac_try_echo") >&5
8384   (eval "$ac_compile") 2>conftest.er1
8385   ac_status=$?
8386   grep -v '^ *+' conftest.er1 >conftest.err
8387   rm -f conftest.er1
8388   cat conftest.err >&5
8389   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8390   (exit $ac_status); } && {
8391          test -z "$ac_c_werror_flag" ||
8392          test ! -s conftest.err
8393        } && test -s conftest.$ac_objext; then
8394   eval "$as_ac_Header=yes"
8395 else
8396   $as_echo "$as_me: failed program was:" >&5
8397 sed 's/^/| /' conftest.$ac_ext >&5
8398
8399         eval "$as_ac_Header=no"
8400 fi
8401
8402 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8403 fi
8404 ac_res=`eval 'as_val=${'$as_ac_Header'}
8405                  $as_echo "$as_val"'`
8406                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8407 $as_echo "$ac_res" >&6; }
8408 as_val=`eval 'as_val=${'$as_ac_Header'}
8409                  $as_echo "$as_val"'`
8410    if test "x$as_val" = x""yes; then
8411   cat >>confdefs.h <<_ACEOF
8412 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8413 _ACEOF
8414
8415 fi
8416
8417 done
8418
8419
8420
8421 for ac_header in linux/capi.h
8422 do
8423 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8424 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8425 $as_echo_n "checking for $ac_header... " >&6; }
8426 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8427   $as_echo_n "(cached) " >&6
8428 else
8429   cat >conftest.$ac_ext <<_ACEOF
8430 /* confdefs.h.  */
8431 _ACEOF
8432 cat confdefs.h >>conftest.$ac_ext
8433 cat >>conftest.$ac_ext <<_ACEOF
8434 /* end confdefs.h.  */
8435 #define __user
8436
8437 #include <$ac_header>
8438 _ACEOF
8439 rm -f conftest.$ac_objext
8440 if { (ac_try="$ac_compile"
8441 case "(($ac_try" in
8442   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8443   *) ac_try_echo=$ac_try;;
8444 esac
8445 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8446 $as_echo "$ac_try_echo") >&5
8447   (eval "$ac_compile") 2>conftest.er1
8448   ac_status=$?
8449   grep -v '^ *+' conftest.er1 >conftest.err
8450   rm -f conftest.er1
8451   cat conftest.err >&5
8452   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8453   (exit $ac_status); } && {
8454          test -z "$ac_c_werror_flag" ||
8455          test ! -s conftest.err
8456        } && test -s conftest.$ac_objext; then
8457   eval "$as_ac_Header=yes"
8458 else
8459   $as_echo "$as_me: failed program was:" >&5
8460 sed 's/^/| /' conftest.$ac_ext >&5
8461
8462         eval "$as_ac_Header=no"
8463 fi
8464
8465 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8466 fi
8467 ac_res=`eval 'as_val=${'$as_ac_Header'}
8468                  $as_echo "$as_val"'`
8469                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8470 $as_echo "$ac_res" >&6; }
8471 as_val=`eval 'as_val=${'$as_ac_Header'}
8472                  $as_echo "$as_val"'`
8473    if test "x$as_val" = x""yes; then
8474   cat >>confdefs.h <<_ACEOF
8475 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8476 _ACEOF
8477
8478 fi
8479
8480 done
8481
8482
8483
8484 DLLEXT=""
8485
8486 DLLFLAGS="-D_REENTRANT"
8487
8488 LDSHARED=""
8489
8490 LDDLLFLAGS=""
8491
8492 LIBEXT="so"
8493
8494 IMPLIBEXT="def"
8495
8496 LDRPATH_INSTALL=""
8497
8498 LDRPATH_LOCAL=""
8499
8500 # Extract the first word of "ldd", so it can be a program name with args.
8501 set dummy ldd; ac_word=$2
8502 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8503 $as_echo_n "checking for $ac_word... " >&6; }
8504 if test "${ac_cv_path_LDD+set}" = set; then
8505   $as_echo_n "(cached) " >&6
8506 else
8507   case $LDD in
8508   [\\/]* | ?:[\\/]*)
8509   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8510   ;;
8511   *)
8512   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8513 as_dummy="/sbin:/usr/sbin:$PATH"
8514 for as_dir in $as_dummy
8515 do
8516   IFS=$as_save_IFS
8517   test -z "$as_dir" && as_dir=.
8518   for ac_exec_ext in '' $ac_executable_extensions; do
8519   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8520     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8521     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8522     break 2
8523   fi
8524 done
8525 done
8526 IFS=$as_save_IFS
8527
8528   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8529   ;;
8530 esac
8531 fi
8532 LDD=$ac_cv_path_LDD
8533 if test -n "$LDD"; then
8534   { $as_echo "$as_me:$LINENO: result: $LDD" >&5
8535 $as_echo "$LDD" >&6; }
8536 else
8537   { $as_echo "$as_me:$LINENO: result: no" >&5
8538 $as_echo "no" >&6; }
8539 fi
8540
8541
8542
8543 case $host_os in
8544   cygwin*|mingw32*)
8545     if test -n "$ac_tool_prefix"; then
8546   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8547 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8548 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8549 $as_echo_n "checking for $ac_word... " >&6; }
8550 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8551   $as_echo_n "(cached) " >&6
8552 else
8553   if test -n "$DLLTOOL"; then
8554   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8555 else
8556 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8557 for as_dir in $PATH
8558 do
8559   IFS=$as_save_IFS
8560   test -z "$as_dir" && as_dir=.
8561   for ac_exec_ext in '' $ac_executable_extensions; do
8562   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8563     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8564     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8565     break 2
8566   fi
8567 done
8568 done
8569 IFS=$as_save_IFS
8570
8571 fi
8572 fi
8573 DLLTOOL=$ac_cv_prog_DLLTOOL
8574 if test -n "$DLLTOOL"; then
8575   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8576 $as_echo "$DLLTOOL" >&6; }
8577 else
8578   { $as_echo "$as_me:$LINENO: result: no" >&5
8579 $as_echo "no" >&6; }
8580 fi
8581
8582
8583 fi
8584 if test -z "$ac_cv_prog_DLLTOOL"; then
8585   ac_ct_DLLTOOL=$DLLTOOL
8586   # Extract the first word of "dlltool", so it can be a program name with args.
8587 set dummy dlltool; ac_word=$2
8588 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8589 $as_echo_n "checking for $ac_word... " >&6; }
8590 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8591   $as_echo_n "(cached) " >&6
8592 else
8593   if test -n "$ac_ct_DLLTOOL"; then
8594   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8595 else
8596 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8597 for as_dir in $PATH
8598 do
8599   IFS=$as_save_IFS
8600   test -z "$as_dir" && as_dir=.
8601   for ac_exec_ext in '' $ac_executable_extensions; do
8602   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8603     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8604     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8605     break 2
8606   fi
8607 done
8608 done
8609 IFS=$as_save_IFS
8610
8611 fi
8612 fi
8613 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8614 if test -n "$ac_ct_DLLTOOL"; then
8615   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8616 $as_echo "$ac_ct_DLLTOOL" >&6; }
8617 else
8618   { $as_echo "$as_me:$LINENO: result: no" >&5
8619 $as_echo "no" >&6; }
8620 fi
8621
8622   if test "x$ac_ct_DLLTOOL" = x; then
8623     DLLTOOL="false"
8624   else
8625     case $cross_compiling:$ac_tool_warned in
8626 yes:)
8627 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8628 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8629 ac_tool_warned=yes ;;
8630 esac
8631     DLLTOOL=$ac_ct_DLLTOOL
8632   fi
8633 else
8634   DLLTOOL="$ac_cv_prog_DLLTOOL"
8635 fi
8636
8637     if test -n "$ac_tool_prefix"; then
8638   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8639 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8640 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8641 $as_echo_n "checking for $ac_word... " >&6; }
8642 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8643   $as_echo_n "(cached) " >&6
8644 else
8645   if test -n "$DLLWRAP"; then
8646   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8647 else
8648 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8649 for as_dir in $PATH
8650 do
8651   IFS=$as_save_IFS
8652   test -z "$as_dir" && as_dir=.
8653   for ac_exec_ext in '' $ac_executable_extensions; do
8654   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8655     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8656     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8657     break 2
8658   fi
8659 done
8660 done
8661 IFS=$as_save_IFS
8662
8663 fi
8664 fi
8665 DLLWRAP=$ac_cv_prog_DLLWRAP
8666 if test -n "$DLLWRAP"; then
8667   { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8668 $as_echo "$DLLWRAP" >&6; }
8669 else
8670   { $as_echo "$as_me:$LINENO: result: no" >&5
8671 $as_echo "no" >&6; }
8672 fi
8673
8674
8675 fi
8676 if test -z "$ac_cv_prog_DLLWRAP"; then
8677   ac_ct_DLLWRAP=$DLLWRAP
8678   # Extract the first word of "dllwrap", so it can be a program name with args.
8679 set dummy dllwrap; ac_word=$2
8680 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8681 $as_echo_n "checking for $ac_word... " >&6; }
8682 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8683   $as_echo_n "(cached) " >&6
8684 else
8685   if test -n "$ac_ct_DLLWRAP"; then
8686   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8687 else
8688 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8689 for as_dir in $PATH
8690 do
8691   IFS=$as_save_IFS
8692   test -z "$as_dir" && as_dir=.
8693   for ac_exec_ext in '' $ac_executable_extensions; do
8694   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8695     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8696     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8697     break 2
8698   fi
8699 done
8700 done
8701 IFS=$as_save_IFS
8702
8703 fi
8704 fi
8705 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8706 if test -n "$ac_ct_DLLWRAP"; then
8707   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8708 $as_echo "$ac_ct_DLLWRAP" >&6; }
8709 else
8710   { $as_echo "$as_me:$LINENO: result: no" >&5
8711 $as_echo "no" >&6; }
8712 fi
8713
8714   if test "x$ac_ct_DLLWRAP" = x; then
8715     DLLWRAP="false"
8716   else
8717     case $cross_compiling:$ac_tool_warned in
8718 yes:)
8719 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8720 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8721 ac_tool_warned=yes ;;
8722 esac
8723     DLLWRAP=$ac_ct_DLLWRAP
8724   fi
8725 else
8726   DLLWRAP="$ac_cv_prog_DLLWRAP"
8727 fi
8728
8729     if test -n "$ac_tool_prefix"; then
8730   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8731 set dummy ${ac_tool_prefix}ar; ac_word=$2
8732 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8733 $as_echo_n "checking for $ac_word... " >&6; }
8734 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8735   $as_echo_n "(cached) " >&6
8736 else
8737   if test -n "$MINGWAR"; then
8738   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8739 else
8740 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8741 for as_dir in $PATH
8742 do
8743   IFS=$as_save_IFS
8744   test -z "$as_dir" && as_dir=.
8745   for ac_exec_ext in '' $ac_executable_extensions; do
8746   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8747     ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8748     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8749     break 2
8750   fi
8751 done
8752 done
8753 IFS=$as_save_IFS
8754
8755 fi
8756 fi
8757 MINGWAR=$ac_cv_prog_MINGWAR
8758 if test -n "$MINGWAR"; then
8759   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8760 $as_echo "$MINGWAR" >&6; }
8761 else
8762   { $as_echo "$as_me:$LINENO: result: no" >&5
8763 $as_echo "no" >&6; }
8764 fi
8765
8766
8767 fi
8768 if test -z "$ac_cv_prog_MINGWAR"; then
8769   ac_ct_MINGWAR=$MINGWAR
8770   # Extract the first word of "ar", so it can be a program name with args.
8771 set dummy ar; ac_word=$2
8772 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8773 $as_echo_n "checking for $ac_word... " >&6; }
8774 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8775   $as_echo_n "(cached) " >&6
8776 else
8777   if test -n "$ac_ct_MINGWAR"; then
8778   ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8779 else
8780 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8781 for as_dir in $PATH
8782 do
8783   IFS=$as_save_IFS
8784   test -z "$as_dir" && as_dir=.
8785   for ac_exec_ext in '' $ac_executable_extensions; do
8786   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8787     ac_cv_prog_ac_ct_MINGWAR="ar"
8788     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8789     break 2
8790   fi
8791 done
8792 done
8793 IFS=$as_save_IFS
8794
8795 fi
8796 fi
8797 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8798 if test -n "$ac_ct_MINGWAR"; then
8799   { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8800 $as_echo "$ac_ct_MINGWAR" >&6; }
8801 else
8802   { $as_echo "$as_me:$LINENO: result: no" >&5
8803 $as_echo "no" >&6; }
8804 fi
8805
8806   if test "x$ac_ct_MINGWAR" = x; then
8807     MINGWAR="false"
8808   else
8809     case $cross_compiling:$ac_tool_warned in
8810 yes:)
8811 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8812 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8813 ac_tool_warned=yes ;;
8814 esac
8815     MINGWAR=$ac_ct_MINGWAR
8816   fi
8817 else
8818   MINGWAR="$ac_cv_prog_MINGWAR"
8819 fi
8820
8821     if test "$DLLWRAP" = "false"; then
8822       LIBEXT="a"
8823     else
8824             LIBEXT="dll"
8825     fi
8826     IMPLIBEXT="a"
8827         WIN16_FILES=""
8828     WIN16_INSTALL=""
8829         enable_iphlpapi=${enable_iphlpapi:-no}
8830     enable_kernel32=${enable_kernel32:-no}
8831     enable_msvcrt=${enable_msvcrt:-no}
8832     enable_ntdll=${enable_ntdll:-no}
8833     enable_ws2_32=${enable_ws2_32:-no}
8834     enable_loader=${enable_loader:-no}
8835     enable_server=${enable_server:-no}
8836     ;;
8837   darwin*|macosx*)
8838     DLLEXT=".so"
8839     LIBEXT="dylib"
8840     DLLFLAGS="$DLLFLAGS -fPIC"
8841     LDDLLFLAGS="-bundle -multiply_defined suppress"
8842     LIBWINE_LDFLAGS="-multiply_defined suppress"
8843     LDSHARED="\$(CC) -dynamiclib"
8844     STRIP="$STRIP -x"
8845     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8846         SECURITYLIB="-framework Security -framework CoreFoundation"
8847
8848     COREFOUNDATIONLIB="-framework CoreFoundation"
8849
8850     IOKITLIB="-framework IOKit -framework CoreFoundation"
8851
8852     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8853
8854     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8855     then
8856                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8857
8858     fi
8859     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8860     then
8861                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8862
8863     fi
8864     case $host_cpu in
8865       *powerpc*)
8866         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
8867     esac
8868         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8869     then
8870         CARBONLIB="-framework Carbon"
8871
8872         enable_winequartz_drv=${enable_winequartz_drv:-yes}
8873     fi
8874     ;;
8875   *)
8876     DLLFLAGS="$DLLFLAGS -fPIC"
8877     DLLEXT=".so"
8878     { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8879 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8880 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8881   $as_echo_n "(cached) " >&6
8882 else
8883   ac_wine_try_cflags_saved=$CFLAGS
8884 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8885 cat >conftest.$ac_ext <<_ACEOF
8886 void myfunc() {}
8887 _ACEOF
8888 rm -f conftest.$ac_objext conftest$ac_exeext
8889 if { (ac_try="$ac_link"
8890 case "(($ac_try" in
8891   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8892   *) ac_try_echo=$ac_try;;
8893 esac
8894 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8895 $as_echo "$ac_try_echo") >&5
8896   (eval "$ac_link") 2>conftest.er1
8897   ac_status=$?
8898   grep -v '^ *+' conftest.er1 >conftest.err
8899   rm -f conftest.er1
8900   cat conftest.err >&5
8901   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8902   (exit $ac_status); } && {
8903          test -z "$ac_c_werror_flag" ||
8904          test ! -s conftest.err
8905        } && test -s conftest$ac_exeext && {
8906          test "$cross_compiling" = yes ||
8907          $as_test_x conftest$ac_exeext
8908        }; then
8909   ac_cv_c_dll_gnuelf="yes"
8910 else
8911   $as_echo "$as_me: failed program was:" >&5
8912 sed 's/^/| /' conftest.$ac_ext >&5
8913
8914         ac_cv_c_dll_gnuelf="no"
8915 fi
8916
8917 rm -rf conftest.dSYM
8918 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8919       conftest$ac_exeext conftest.$ac_ext
8920 CFLAGS=$ac_wine_try_cflags_saved
8921 fi
8922 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8923 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8924     if test "$ac_cv_c_dll_gnuelf" = "yes"
8925     then
8926       LDSHARED="\$(CC) -shared"
8927       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8928       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8929 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8930 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8931   $as_echo_n "(cached) " >&6
8932 else
8933   ac_wine_try_cflags_saved=$CFLAGS
8934 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8935 cat >conftest.$ac_ext <<_ACEOF
8936 /* confdefs.h.  */
8937 _ACEOF
8938 cat confdefs.h >>conftest.$ac_ext
8939 cat >>conftest.$ac_ext <<_ACEOF
8940 /* end confdefs.h.  */
8941
8942 int
8943 main ()
8944 {
8945
8946   ;
8947   return 0;
8948 }
8949 _ACEOF
8950 rm -f conftest.$ac_objext conftest$ac_exeext
8951 if { (ac_try="$ac_link"
8952 case "(($ac_try" in
8953   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8954   *) ac_try_echo=$ac_try;;
8955 esac
8956 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8957 $as_echo "$ac_try_echo") >&5
8958   (eval "$ac_link") 2>conftest.er1
8959   ac_status=$?
8960   grep -v '^ *+' conftest.er1 >conftest.err
8961   rm -f conftest.er1
8962   cat conftest.err >&5
8963   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8964   (exit $ac_status); } && {
8965          test -z "$ac_c_werror_flag" ||
8966          test ! -s conftest.err
8967        } && test -s conftest$ac_exeext && {
8968          test "$cross_compiling" = yes ||
8969          $as_test_x conftest$ac_exeext
8970        }; then
8971   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8972 else
8973   $as_echo "$as_me: failed program was:" >&5
8974 sed 's/^/| /' conftest.$ac_ext >&5
8975
8976         ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8977 fi
8978
8979 rm -rf conftest.dSYM
8980 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8981       conftest$ac_exeext conftest.$ac_ext
8982 CFLAGS=$ac_wine_try_cflags_saved
8983 fi
8984 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8985 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8986 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8987   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8988 else
8989   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8990 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8991 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8992   $as_echo_n "(cached) " >&6
8993 else
8994   ac_wine_try_cflags_saved=$CFLAGS
8995 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8996 cat >conftest.$ac_ext <<_ACEOF
8997 /* confdefs.h.  */
8998 _ACEOF
8999 cat confdefs.h >>conftest.$ac_ext
9000 cat >>conftest.$ac_ext <<_ACEOF
9001 /* end confdefs.h.  */
9002
9003 int
9004 main ()
9005 {
9006
9007   ;
9008   return 0;
9009 }
9010 _ACEOF
9011 rm -f conftest.$ac_objext conftest$ac_exeext
9012 if { (ac_try="$ac_link"
9013 case "(($ac_try" in
9014   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9015   *) ac_try_echo=$ac_try;;
9016 esac
9017 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9018 $as_echo "$ac_try_echo") >&5
9019   (eval "$ac_link") 2>conftest.er1
9020   ac_status=$?
9021   grep -v '^ *+' conftest.er1 >conftest.err
9022   rm -f conftest.er1
9023   cat conftest.err >&5
9024   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9025   (exit $ac_status); } && {
9026          test -z "$ac_c_werror_flag" ||
9027          test ! -s conftest.err
9028        } && test -s conftest$ac_exeext && {
9029          test "$cross_compiling" = yes ||
9030          $as_test_x conftest$ac_exeext
9031        }; then
9032   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
9033 else
9034   $as_echo "$as_me: failed program was:" >&5
9035 sed 's/^/| /' conftest.$ac_ext >&5
9036
9037         ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
9038 fi
9039
9040 rm -rf conftest.dSYM
9041 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9042       conftest$ac_exeext conftest.$ac_ext
9043 CFLAGS=$ac_wine_try_cflags_saved
9044 fi
9045 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
9046 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
9047 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
9048   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
9049 fi
9050
9051 fi
9052
9053
9054       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
9055 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
9056 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
9057   $as_echo_n "(cached) " >&6
9058 else
9059   ac_wine_try_cflags_saved=$CFLAGS
9060 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
9061 cat >conftest.$ac_ext <<_ACEOF
9062 /* confdefs.h.  */
9063 _ACEOF
9064 cat confdefs.h >>conftest.$ac_ext
9065 cat >>conftest.$ac_ext <<_ACEOF
9066 /* end confdefs.h.  */
9067
9068 int
9069 main ()
9070 {
9071
9072   ;
9073   return 0;
9074 }
9075 _ACEOF
9076 rm -f conftest.$ac_objext conftest$ac_exeext
9077 if { (ac_try="$ac_link"
9078 case "(($ac_try" in
9079   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9080   *) ac_try_echo=$ac_try;;
9081 esac
9082 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9083 $as_echo "$ac_try_echo") >&5
9084   (eval "$ac_link") 2>conftest.er1
9085   ac_status=$?
9086   grep -v '^ *+' conftest.er1 >conftest.err
9087   rm -f conftest.er1
9088   cat conftest.err >&5
9089   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9090   (exit $ac_status); } && {
9091          test -z "$ac_c_werror_flag" ||
9092          test ! -s conftest.err
9093        } && test -s conftest$ac_exeext && {
9094          test "$cross_compiling" = yes ||
9095          $as_test_x conftest$ac_exeext
9096        }; then
9097   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
9098 else
9099   $as_echo "$as_me: failed program was:" >&5
9100 sed 's/^/| /' conftest.$ac_ext >&5
9101
9102         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
9103 fi
9104
9105 rm -rf conftest.dSYM
9106 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9107       conftest$ac_exeext conftest.$ac_ext
9108 CFLAGS=$ac_wine_try_cflags_saved
9109 fi
9110 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
9111 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
9112 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
9113   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
9114 fi
9115
9116
9117       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
9118 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
9119 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
9120   $as_echo_n "(cached) " >&6
9121 else
9122   ac_wine_try_cflags_saved=$CFLAGS
9123 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
9124 cat >conftest.$ac_ext <<_ACEOF
9125 /* confdefs.h.  */
9126 _ACEOF
9127 cat confdefs.h >>conftest.$ac_ext
9128 cat >>conftest.$ac_ext <<_ACEOF
9129 /* end confdefs.h.  */
9130
9131 int
9132 main ()
9133 {
9134
9135   ;
9136   return 0;
9137 }
9138 _ACEOF
9139 rm -f conftest.$ac_objext conftest$ac_exeext
9140 if { (ac_try="$ac_link"
9141 case "(($ac_try" in
9142   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9143   *) ac_try_echo=$ac_try;;
9144 esac
9145 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9146 $as_echo "$ac_try_echo") >&5
9147   (eval "$ac_link") 2>conftest.er1
9148   ac_status=$?
9149   grep -v '^ *+' conftest.er1 >conftest.err
9150   rm -f conftest.er1
9151   cat conftest.err >&5
9152   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9153   (exit $ac_status); } && {
9154          test -z "$ac_c_werror_flag" ||
9155          test ! -s conftest.err
9156        } && test -s conftest$ac_exeext && {
9157          test "$cross_compiling" = yes ||
9158          $as_test_x conftest$ac_exeext
9159        }; then
9160   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
9161 else
9162   $as_echo "$as_me: failed program was:" >&5
9163 sed 's/^/| /' conftest.$ac_ext >&5
9164
9165         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
9166 fi
9167
9168 rm -rf conftest.dSYM
9169 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9170       conftest$ac_exeext conftest.$ac_ext
9171 CFLAGS=$ac_wine_try_cflags_saved
9172 fi
9173 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
9174 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
9175 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
9176   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
9177 fi
9178
9179
9180       echo '{ global: *; };' >conftest.map
9181       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
9182 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
9183 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
9184   $as_echo_n "(cached) " >&6
9185 else
9186   ac_wine_try_cflags_saved=$CFLAGS
9187 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
9188 cat >conftest.$ac_ext <<_ACEOF
9189 /* confdefs.h.  */
9190 _ACEOF
9191 cat confdefs.h >>conftest.$ac_ext
9192 cat >>conftest.$ac_ext <<_ACEOF
9193 /* end confdefs.h.  */
9194
9195 int
9196 main ()
9197 {
9198
9199   ;
9200   return 0;
9201 }
9202 _ACEOF
9203 rm -f conftest.$ac_objext conftest$ac_exeext
9204 if { (ac_try="$ac_link"
9205 case "(($ac_try" in
9206   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9207   *) ac_try_echo=$ac_try;;
9208 esac
9209 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9210 $as_echo "$ac_try_echo") >&5
9211   (eval "$ac_link") 2>conftest.er1
9212   ac_status=$?
9213   grep -v '^ *+' conftest.er1 >conftest.err
9214   rm -f conftest.er1
9215   cat conftest.err >&5
9216   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9217   (exit $ac_status); } && {
9218          test -z "$ac_c_werror_flag" ||
9219          test ! -s conftest.err
9220        } && test -s conftest$ac_exeext && {
9221          test "$cross_compiling" = yes ||
9222          $as_test_x conftest$ac_exeext
9223        }; then
9224   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
9225 else
9226   $as_echo "$as_me: failed program was:" >&5
9227 sed 's/^/| /' conftest.$ac_ext >&5
9228
9229         ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
9230 fi
9231
9232 rm -rf conftest.dSYM
9233 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9234       conftest$ac_exeext conftest.$ac_ext
9235 CFLAGS=$ac_wine_try_cflags_saved
9236 fi
9237 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
9238 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
9239 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
9240   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
9241 fi
9242
9243       rm -f conftest.map
9244
9245       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9246 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
9247 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
9248   $as_echo_n "(cached) " >&6
9249 else
9250   ac_wine_try_cflags_saved=$CFLAGS
9251 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
9252 cat >conftest.$ac_ext <<_ACEOF
9253 /* confdefs.h.  */
9254 _ACEOF
9255 cat confdefs.h >>conftest.$ac_ext
9256 cat >>conftest.$ac_ext <<_ACEOF
9257 /* end confdefs.h.  */
9258
9259 int
9260 main ()
9261 {
9262
9263   ;
9264   return 0;
9265 }
9266 _ACEOF
9267 rm -f conftest.$ac_objext conftest$ac_exeext
9268 if { (ac_try="$ac_link"
9269 case "(($ac_try" in
9270   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9271   *) ac_try_echo=$ac_try;;
9272 esac
9273 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9274 $as_echo "$ac_try_echo") >&5
9275   (eval "$ac_link") 2>conftest.er1
9276   ac_status=$?
9277   grep -v '^ *+' conftest.er1 >conftest.err
9278   rm -f conftest.er1
9279   cat conftest.err >&5
9280   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9281   (exit $ac_status); } && {
9282          test -z "$ac_c_werror_flag" ||
9283          test ! -s conftest.err
9284        } && test -s conftest$ac_exeext && {
9285          test "$cross_compiling" = yes ||
9286          $as_test_x conftest$ac_exeext
9287        }; then
9288   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9289 else
9290   $as_echo "$as_me: failed program was:" >&5
9291 sed 's/^/| /' conftest.$ac_ext >&5
9292
9293         ac_cv_cflags__fPIC__Wl___export_dynamic=no
9294 fi
9295
9296 rm -rf conftest.dSYM
9297 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9298       conftest$ac_exeext conftest.$ac_ext
9299 CFLAGS=$ac_wine_try_cflags_saved
9300 fi
9301 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9302 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9303 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9304   LDEXECFLAGS="-Wl,--export-dynamic"
9305
9306 fi
9307
9308
9309       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9310 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9311 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
9312 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9313   $as_echo_n "(cached) " >&6
9314 else
9315   ac_wine_try_cflags_saved=$CFLAGS
9316 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9317 cat >conftest.$ac_ext <<_ACEOF
9318 /* confdefs.h.  */
9319 _ACEOF
9320 cat confdefs.h >>conftest.$ac_ext
9321 cat >>conftest.$ac_ext <<_ACEOF
9322 /* end confdefs.h.  */
9323
9324 int
9325 main ()
9326 {
9327
9328   ;
9329   return 0;
9330 }
9331 _ACEOF
9332 rm -f conftest.$ac_objext conftest$ac_exeext
9333 if { (ac_try="$ac_link"
9334 case "(($ac_try" in
9335   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9336   *) ac_try_echo=$ac_try;;
9337 esac
9338 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9339 $as_echo "$ac_try_echo") >&5
9340   (eval "$ac_link") 2>conftest.er1
9341   ac_status=$?
9342   grep -v '^ *+' conftest.er1 >conftest.err
9343   rm -f conftest.er1
9344   cat conftest.err >&5
9345   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9346   (exit $ac_status); } && {
9347          test -z "$ac_c_werror_flag" ||
9348          test ! -s conftest.err
9349        } && test -s conftest$ac_exeext && {
9350          test "$cross_compiling" = yes ||
9351          $as_test_x conftest$ac_exeext
9352        }; then
9353   eval "$as_ac_var=yes"
9354 else
9355   $as_echo "$as_me: failed program was:" >&5
9356 sed 's/^/| /' conftest.$ac_ext >&5
9357
9358         eval "$as_ac_var=no"
9359 fi
9360
9361 rm -rf conftest.dSYM
9362 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9363       conftest$ac_exeext conftest.$ac_ext
9364 CFLAGS=$ac_wine_try_cflags_saved
9365 fi
9366 ac_res=`eval 'as_val=${'$as_ac_var'}
9367                  $as_echo "$as_val"'`
9368                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9369 $as_echo "$ac_res" >&6; }
9370 if test `eval 'as_val=${'$as_ac_var'}
9371                  $as_echo "$as_val"'` = yes; then
9372   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9373                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9374 else
9375   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9376 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9377 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
9378 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9379   $as_echo_n "(cached) " >&6
9380 else
9381   ac_wine_try_cflags_saved=$CFLAGS
9382 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9383 cat >conftest.$ac_ext <<_ACEOF
9384 /* confdefs.h.  */
9385 _ACEOF
9386 cat confdefs.h >>conftest.$ac_ext
9387 cat >>conftest.$ac_ext <<_ACEOF
9388 /* end confdefs.h.  */
9389
9390 int
9391 main ()
9392 {
9393
9394   ;
9395   return 0;
9396 }
9397 _ACEOF
9398 rm -f conftest.$ac_objext conftest$ac_exeext
9399 if { (ac_try="$ac_link"
9400 case "(($ac_try" in
9401   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9402   *) ac_try_echo=$ac_try;;
9403 esac
9404 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9405 $as_echo "$ac_try_echo") >&5
9406   (eval "$ac_link") 2>conftest.er1
9407   ac_status=$?
9408   grep -v '^ *+' conftest.er1 >conftest.err
9409   rm -f conftest.er1
9410   cat conftest.err >&5
9411   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9412   (exit $ac_status); } && {
9413          test -z "$ac_c_werror_flag" ||
9414          test ! -s conftest.err
9415        } && test -s conftest$ac_exeext && {
9416          test "$cross_compiling" = yes ||
9417          $as_test_x conftest$ac_exeext
9418        }; then
9419   eval "$as_ac_var=yes"
9420 else
9421   $as_echo "$as_me: failed program was:" >&5
9422 sed 's/^/| /' conftest.$ac_ext >&5
9423
9424         eval "$as_ac_var=no"
9425 fi
9426
9427 rm -rf conftest.dSYM
9428 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9429       conftest$ac_exeext conftest.$ac_ext
9430 CFLAGS=$ac_wine_try_cflags_saved
9431 fi
9432 ac_res=`eval 'as_val=${'$as_ac_var'}
9433                  $as_echo "$as_val"'`
9434                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9435 $as_echo "$ac_res" >&6; }
9436 if test `eval 'as_val=${'$as_ac_var'}
9437                  $as_echo "$as_val"'` = yes; then
9438   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9439                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9440 fi
9441
9442 fi
9443
9444
9445       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9446 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
9447 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9448   $as_echo_n "(cached) " >&6
9449 else
9450   ac_wine_try_cflags_saved=$CFLAGS
9451 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9452 cat >conftest.$ac_ext <<_ACEOF
9453 /* confdefs.h.  */
9454 _ACEOF
9455 cat confdefs.h >>conftest.$ac_ext
9456 cat >>conftest.$ac_ext <<_ACEOF
9457 /* end confdefs.h.  */
9458
9459 int
9460 main ()
9461 {
9462
9463   ;
9464   return 0;
9465 }
9466 _ACEOF
9467 rm -f conftest.$ac_objext conftest$ac_exeext
9468 if { (ac_try="$ac_link"
9469 case "(($ac_try" in
9470   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9471   *) ac_try_echo=$ac_try;;
9472 esac
9473 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9474 $as_echo "$ac_try_echo") >&5
9475   (eval "$ac_link") 2>conftest.er1
9476   ac_status=$?
9477   grep -v '^ *+' conftest.er1 >conftest.err
9478   rm -f conftest.er1
9479   cat conftest.err >&5
9480   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9481   (exit $ac_status); } && {
9482          test -z "$ac_c_werror_flag" ||
9483          test ! -s conftest.err
9484        } && test -s conftest$ac_exeext && {
9485          test "$cross_compiling" = yes ||
9486          $as_test_x conftest$ac_exeext
9487        }; then
9488   ac_cv_cflags__Wl___enable_new_dtags=yes
9489 else
9490   $as_echo "$as_me: failed program was:" >&5
9491 sed 's/^/| /' conftest.$ac_ext >&5
9492
9493         ac_cv_cflags__Wl___enable_new_dtags=no
9494 fi
9495
9496 rm -rf conftest.dSYM
9497 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9498       conftest$ac_exeext conftest.$ac_ext
9499 CFLAGS=$ac_wine_try_cflags_saved
9500 fi
9501 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9502 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9503 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9504   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9505 fi
9506
9507
9508       case $host_cpu in
9509         *i[3456789]86* | x86_64)
9510           { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9511 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
9512 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9513   $as_echo_n "(cached) " >&6
9514 else
9515   ac_wine_try_cflags_saved=$CFLAGS
9516 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9517 cat >conftest.$ac_ext <<_ACEOF
9518 /* confdefs.h.  */
9519 _ACEOF
9520 cat confdefs.h >>conftest.$ac_ext
9521 cat >>conftest.$ac_ext <<_ACEOF
9522 /* end confdefs.h.  */
9523
9524 int
9525 main ()
9526 {
9527
9528   ;
9529   return 0;
9530 }
9531 _ACEOF
9532 rm -f conftest.$ac_objext conftest$ac_exeext
9533 if { (ac_try="$ac_link"
9534 case "(($ac_try" in
9535   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9536   *) ac_try_echo=$ac_try;;
9537 esac
9538 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9539 $as_echo "$ac_try_echo") >&5
9540   (eval "$ac_link") 2>conftest.er1
9541   ac_status=$?
9542   grep -v '^ *+' conftest.er1 >conftest.err
9543   rm -f conftest.er1
9544   cat conftest.err >&5
9545   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9546   (exit $ac_status); } && {
9547          test -z "$ac_c_werror_flag" ||
9548          test ! -s conftest.err
9549        } && test -s conftest$ac_exeext && {
9550          test "$cross_compiling" = yes ||
9551          $as_test_x conftest$ac_exeext
9552        }; then
9553   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9554 else
9555   $as_echo "$as_me: failed program was:" >&5
9556 sed 's/^/| /' conftest.$ac_ext >&5
9557
9558         ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9559 fi
9560
9561 rm -rf conftest.dSYM
9562 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9563       conftest$ac_exeext conftest.$ac_ext
9564 CFLAGS=$ac_wine_try_cflags_saved
9565 fi
9566 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9567 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9568 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9569   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9570 fi
9571
9572           ;;
9573       esac
9574
9575     else
9576       { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9577 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
9578 if test "${ac_cv_c_dll_unixware+set}" = set; then
9579   $as_echo_n "(cached) " >&6
9580 else
9581   ac_wine_try_cflags_saved=$CFLAGS
9582 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9583 cat >conftest.$ac_ext <<_ACEOF
9584 void myfunc() {}
9585 _ACEOF
9586 rm -f conftest.$ac_objext conftest$ac_exeext
9587 if { (ac_try="$ac_link"
9588 case "(($ac_try" in
9589   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9590   *) ac_try_echo=$ac_try;;
9591 esac
9592 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9593 $as_echo "$ac_try_echo") >&5
9594   (eval "$ac_link") 2>conftest.er1
9595   ac_status=$?
9596   grep -v '^ *+' conftest.er1 >conftest.err
9597   rm -f conftest.er1
9598   cat conftest.err >&5
9599   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9600   (exit $ac_status); } && {
9601          test -z "$ac_c_werror_flag" ||
9602          test ! -s conftest.err
9603        } && test -s conftest$ac_exeext && {
9604          test "$cross_compiling" = yes ||
9605          $as_test_x conftest$ac_exeext
9606        }; then
9607   ac_cv_c_dll_unixware="yes"
9608 else
9609   $as_echo "$as_me: failed program was:" >&5
9610 sed 's/^/| /' conftest.$ac_ext >&5
9611
9612         ac_cv_c_dll_unixware="no"
9613 fi
9614
9615 rm -rf conftest.dSYM
9616 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9617       conftest$ac_exeext conftest.$ac_ext
9618 CFLAGS=$ac_wine_try_cflags_saved
9619 fi
9620 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9621 $as_echo "$ac_cv_c_dll_unixware" >&6; }
9622       if test "$ac_cv_c_dll_unixware" = "yes"
9623       then
9624         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9625         LDDLLFLAGS="-Wl,-G,-B,symbolic"
9626
9627       else
9628         { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9629 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
9630 if test "${ac_cv_c_dll_hpux+set}" = set; then
9631   $as_echo_n "(cached) " >&6
9632 else
9633   ac_wine_try_cflags_saved=$CFLAGS
9634 CFLAGS="$CFLAGS -shared"
9635 cat >conftest.$ac_ext <<_ACEOF
9636 void myfunc() {}
9637 _ACEOF
9638 rm -f conftest.$ac_objext conftest$ac_exeext
9639 if { (ac_try="$ac_link"
9640 case "(($ac_try" in
9641   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9642   *) ac_try_echo=$ac_try;;
9643 esac
9644 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9645 $as_echo "$ac_try_echo") >&5
9646   (eval "$ac_link") 2>conftest.er1
9647   ac_status=$?
9648   grep -v '^ *+' conftest.er1 >conftest.err
9649   rm -f conftest.er1
9650   cat conftest.err >&5
9651   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9652   (exit $ac_status); } && {
9653          test -z "$ac_c_werror_flag" ||
9654          test ! -s conftest.err
9655        } && test -s conftest$ac_exeext && {
9656          test "$cross_compiling" = yes ||
9657          $as_test_x conftest$ac_exeext
9658        }; then
9659   ac_cv_c_dll_hpux="yes"
9660 else
9661   $as_echo "$as_me: failed program was:" >&5
9662 sed 's/^/| /' conftest.$ac_ext >&5
9663
9664         ac_cv_c_dll_hpux="no"
9665 fi
9666
9667 rm -rf conftest.dSYM
9668 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9669       conftest$ac_exeext conftest.$ac_ext
9670 CFLAGS=$ac_wine_try_cflags_saved
9671 fi
9672 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9673 $as_echo "$ac_cv_c_dll_hpux" >&6; }
9674         if test "$ac_cv_c_dll_hpux" = "yes"
9675         then
9676           LIBEXT="sl"
9677           DLLEXT=".sl"
9678           LDDLLFLAGS="-shared -fPIC"
9679           LDSHARED="\$(CC) -shared"
9680         fi
9681       fi
9682     fi
9683     ;;
9684 esac
9685
9686 enable_winequartz_drv=${enable_winequartz_drv:-no}
9687
9688 if test "$LIBEXT" = "a"; then
9689   { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9690 It is currently not possible to build Wine without shared library
9691 (.so) support to allow transparent switch between .so and .dll files.
9692 If you are using Linux, you will need a newer binutils.
9693 " >&5
9694 $as_echo "$as_me: error: could not find a way to build shared libraries.
9695 It is currently not possible to build Wine without shared library
9696 (.so) support to allow transparent switch between .so and .dll files.
9697 If you are using Linux, you will need a newer binutils.
9698 " >&2;}
9699    { (exit 1); exit 1; }; }
9700 fi
9701
9702 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
9703 then
9704     for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9705 do
9706   # Extract the first word of "$ac_prog", so it can be a program name with args.
9707 set dummy $ac_prog; ac_word=$2
9708 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9709 $as_echo_n "checking for $ac_word... " >&6; }
9710 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9711   $as_echo_n "(cached) " >&6
9712 else
9713   if test -n "$CROSSCC"; then
9714   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9715 else
9716 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9717 for as_dir in $PATH
9718 do
9719   IFS=$as_save_IFS
9720   test -z "$as_dir" && as_dir=.
9721   for ac_exec_ext in '' $ac_executable_extensions; do
9722   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9723     ac_cv_prog_CROSSCC="$ac_prog"
9724     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9725     break 2
9726   fi
9727 done
9728 done
9729 IFS=$as_save_IFS
9730
9731 fi
9732 fi
9733 CROSSCC=$ac_cv_prog_CROSSCC
9734 if test -n "$CROSSCC"; then
9735   { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
9736 $as_echo "$CROSSCC" >&6; }
9737 else
9738   { $as_echo "$as_me:$LINENO: result: no" >&5
9739 $as_echo "no" >&6; }
9740 fi
9741
9742
9743   test -n "$CROSSCC" && break
9744 done
9745 test -n "$CROSSCC" || CROSSCC="false"
9746
9747     for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9748 do
9749   # Extract the first word of "$ac_prog", so it can be a program name with args.
9750 set dummy $ac_prog; ac_word=$2
9751 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9752 $as_echo_n "checking for $ac_word... " >&6; }
9753 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9754   $as_echo_n "(cached) " >&6
9755 else
9756   if test -n "$DLLTOOL"; then
9757   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9758 else
9759 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9760 for as_dir in $PATH
9761 do
9762   IFS=$as_save_IFS
9763   test -z "$as_dir" && as_dir=.
9764   for ac_exec_ext in '' $ac_executable_extensions; do
9765   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9766     ac_cv_prog_DLLTOOL="$ac_prog"
9767     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9768     break 2
9769   fi
9770 done
9771 done
9772 IFS=$as_save_IFS
9773
9774 fi
9775 fi
9776 DLLTOOL=$ac_cv_prog_DLLTOOL
9777 if test -n "$DLLTOOL"; then
9778   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9779 $as_echo "$DLLTOOL" >&6; }
9780 else
9781   { $as_echo "$as_me:$LINENO: result: no" >&5
9782 $as_echo "no" >&6; }
9783 fi
9784
9785
9786   test -n "$DLLTOOL" && break
9787 done
9788 test -n "$DLLTOOL" || DLLTOOL="false"
9789
9790     for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9791 do
9792   # Extract the first word of "$ac_prog", so it can be a program name with args.
9793 set dummy $ac_prog; ac_word=$2
9794 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9795 $as_echo_n "checking for $ac_word... " >&6; }
9796 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9797   $as_echo_n "(cached) " >&6
9798 else
9799   if test -n "$CROSSWINDRES"; then
9800   ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9801 else
9802 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9803 for as_dir in $PATH
9804 do
9805   IFS=$as_save_IFS
9806   test -z "$as_dir" && as_dir=.
9807   for ac_exec_ext in '' $ac_executable_extensions; do
9808   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9809     ac_cv_prog_CROSSWINDRES="$ac_prog"
9810     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9811     break 2
9812   fi
9813 done
9814 done
9815 IFS=$as_save_IFS
9816
9817 fi
9818 fi
9819 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9820 if test -n "$CROSSWINDRES"; then
9821   { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9822 $as_echo "$CROSSWINDRES" >&6; }
9823 else
9824   { $as_echo "$as_me:$LINENO: result: no" >&5
9825 $as_echo "no" >&6; }
9826 fi
9827
9828
9829   test -n "$CROSSWINDRES" && break
9830 done
9831 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9832
9833     for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9834 do
9835   # Extract the first word of "$ac_prog", so it can be a program name with args.
9836 set dummy $ac_prog; ac_word=$2
9837 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9838 $as_echo_n "checking for $ac_word... " >&6; }
9839 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9840   $as_echo_n "(cached) " >&6
9841 else
9842   if test -n "$MINGWAR"; then
9843   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9844 else
9845 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9846 for as_dir in $PATH
9847 do
9848   IFS=$as_save_IFS
9849   test -z "$as_dir" && as_dir=.
9850   for ac_exec_ext in '' $ac_executable_extensions; do
9851   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9852     ac_cv_prog_MINGWAR="$ac_prog"
9853     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9854     break 2
9855   fi
9856 done
9857 done
9858 IFS=$as_save_IFS
9859
9860 fi
9861 fi
9862 MINGWAR=$ac_cv_prog_MINGWAR
9863 if test -n "$MINGWAR"; then
9864   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
9865 $as_echo "$MINGWAR" >&6; }
9866 else
9867   { $as_echo "$as_me:$LINENO: result: no" >&5
9868 $as_echo "no" >&6; }
9869 fi
9870
9871
9872   test -n "$MINGWAR" && break
9873 done
9874 test -n "$MINGWAR" || MINGWAR="false"
9875
9876     if test "$CROSSCC" != "false"
9877     then
9878         CROSSTEST="\$(CROSSTEST)"
9879
9880     fi
9881 fi
9882
9883
9884 if test "$have_x" = "yes"
9885 then
9886     XLIB="-lXext -lX11"
9887     ac_save_CPPFLAGS="$CPPFLAGS"
9888     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9889
9890     { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
9891 $as_echo_n "checking for -lX11... " >&6; }
9892 if test "${ac_cv_lib_soname_X11+set}" = set; then
9893   $as_echo_n "(cached) " >&6
9894 else
9895   ac_check_soname_save_LIBS=$LIBS
9896 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9897   cat >conftest.$ac_ext <<_ACEOF
9898 /* confdefs.h.  */
9899 _ACEOF
9900 cat confdefs.h >>conftest.$ac_ext
9901 cat >>conftest.$ac_ext <<_ACEOF
9902 /* end confdefs.h.  */
9903
9904 /* Override any GCC internal prototype to avoid an error.
9905    Use char because int might match the return type of a GCC
9906    builtin and then its argument prototype would still apply.  */
9907 #ifdef __cplusplus
9908 extern "C"
9909 #endif
9910 char XCreateWindow ();
9911 int
9912 main ()
9913 {
9914 return XCreateWindow ();
9915   ;
9916   return 0;
9917 }
9918 _ACEOF
9919 rm -f conftest.$ac_objext conftest$ac_exeext
9920 if { (ac_try="$ac_link"
9921 case "(($ac_try" in
9922   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9923   *) ac_try_echo=$ac_try;;
9924 esac
9925 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9926 $as_echo "$ac_try_echo") >&5
9927   (eval "$ac_link") 2>conftest.er1
9928   ac_status=$?
9929   grep -v '^ *+' conftest.er1 >conftest.err
9930   rm -f conftest.er1
9931   cat conftest.err >&5
9932   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9933   (exit $ac_status); } && {
9934          test -z "$ac_c_werror_flag" ||
9935          test ! -s conftest.err
9936        } && test -s conftest$ac_exeext && {
9937          test "$cross_compiling" = yes ||
9938          $as_test_x conftest$ac_exeext
9939        }; then
9940   case "$LIBEXT" in
9941     dll) ;;
9942     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'` ;;
9943     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
9944   esac
9945 else
9946   $as_echo "$as_me: failed program was:" >&5
9947 sed 's/^/| /' conftest.$ac_ext >&5
9948
9949
9950 fi
9951
9952 rm -rf conftest.dSYM
9953 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9954       conftest$ac_exeext conftest.$ac_ext
9955   LIBS=$ac_check_soname_save_LIBS
9956 fi
9957 if test "x$ac_cv_lib_soname_X11" = "x"; then
9958   { $as_echo "$as_me:$LINENO: result: not found" >&5
9959 $as_echo "not found" >&6; }
9960
9961 else
9962   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9963 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9964
9965 cat >>confdefs.h <<_ACEOF
9966 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9967 _ACEOF
9968
9969
9970 fi
9971
9972     { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
9973 $as_echo_n "checking for -lXext... " >&6; }
9974 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9975   $as_echo_n "(cached) " >&6
9976 else
9977   ac_check_soname_save_LIBS=$LIBS
9978 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9979   cat >conftest.$ac_ext <<_ACEOF
9980 /* confdefs.h.  */
9981 _ACEOF
9982 cat confdefs.h >>conftest.$ac_ext
9983 cat >>conftest.$ac_ext <<_ACEOF
9984 /* end confdefs.h.  */
9985
9986 /* Override any GCC internal prototype to avoid an error.
9987    Use char because int might match the return type of a GCC
9988    builtin and then its argument prototype would still apply.  */
9989 #ifdef __cplusplus
9990 extern "C"
9991 #endif
9992 char XextCreateExtension ();
9993 int
9994 main ()
9995 {
9996 return XextCreateExtension ();
9997   ;
9998   return 0;
9999 }
10000 _ACEOF
10001 rm -f conftest.$ac_objext conftest$ac_exeext
10002 if { (ac_try="$ac_link"
10003 case "(($ac_try" in
10004   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10005   *) ac_try_echo=$ac_try;;
10006 esac
10007 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10008 $as_echo "$ac_try_echo") >&5
10009   (eval "$ac_link") 2>conftest.er1
10010   ac_status=$?
10011   grep -v '^ *+' conftest.er1 >conftest.err
10012   rm -f conftest.er1
10013   cat conftest.err >&5
10014   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10015   (exit $ac_status); } && {
10016          test -z "$ac_c_werror_flag" ||
10017          test ! -s conftest.err
10018        } && test -s conftest$ac_exeext && {
10019          test "$cross_compiling" = yes ||
10020          $as_test_x conftest$ac_exeext
10021        }; then
10022   case "$LIBEXT" in
10023     dll) ;;
10024     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'` ;;
10025     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10026   esac
10027 else
10028   $as_echo "$as_me: failed program was:" >&5
10029 sed 's/^/| /' conftest.$ac_ext >&5
10030
10031
10032 fi
10033
10034 rm -rf conftest.dSYM
10035 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10036       conftest$ac_exeext conftest.$ac_ext
10037   LIBS=$ac_check_soname_save_LIBS
10038 fi
10039 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10040   { $as_echo "$as_me:$LINENO: result: not found" >&5
10041 $as_echo "not found" >&6; }
10042
10043 else
10044   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10045 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10046
10047 cat >>confdefs.h <<_ACEOF
10048 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10049 _ACEOF
10050
10051
10052 fi
10053
10054
10055
10056
10057
10058
10059
10060
10061
10062
10063
10064
10065
10066
10067 for ac_header in X11/Xlib.h \
10068                       X11/XKBlib.h \
10069                       X11/Xutil.h \
10070                       X11/Xcursor/Xcursor.h \
10071                       X11/extensions/shape.h \
10072                       X11/extensions/XInput.h \
10073                       X11/extensions/XShm.h \
10074                       X11/extensions/Xcomposite.h \
10075                       X11/extensions/Xinerama.h \
10076                       X11/extensions/Xrandr.h \
10077                       X11/extensions/Xrender.h \
10078                       X11/extensions/xf86vmode.h
10079 do
10080 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10081 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10082 $as_echo_n "checking for $ac_header... " >&6; }
10083 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10084   $as_echo_n "(cached) " >&6
10085 else
10086   cat >conftest.$ac_ext <<_ACEOF
10087 /* confdefs.h.  */
10088 _ACEOF
10089 cat confdefs.h >>conftest.$ac_ext
10090 cat >>conftest.$ac_ext <<_ACEOF
10091 /* end confdefs.h.  */
10092 #ifdef HAVE_X11_XLIB_H
10093 # include <X11/Xlib.h>
10094 #endif
10095 #ifdef HAVE_X11_XUTIL_H
10096 # include <X11/Xutil.h>
10097 #endif
10098
10099 #include <$ac_header>
10100 _ACEOF
10101 rm -f conftest.$ac_objext
10102 if { (ac_try="$ac_compile"
10103 case "(($ac_try" in
10104   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10105   *) ac_try_echo=$ac_try;;
10106 esac
10107 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10108 $as_echo "$ac_try_echo") >&5
10109   (eval "$ac_compile") 2>conftest.er1
10110   ac_status=$?
10111   grep -v '^ *+' conftest.er1 >conftest.err
10112   rm -f conftest.er1
10113   cat conftest.err >&5
10114   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10115   (exit $ac_status); } && {
10116          test -z "$ac_c_werror_flag" ||
10117          test ! -s conftest.err
10118        } && test -s conftest.$ac_objext; then
10119   eval "$as_ac_Header=yes"
10120 else
10121   $as_echo "$as_me: failed program was:" >&5
10122 sed 's/^/| /' conftest.$ac_ext >&5
10123
10124         eval "$as_ac_Header=no"
10125 fi
10126
10127 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10128 fi
10129 ac_res=`eval 'as_val=${'$as_ac_Header'}
10130                  $as_echo "$as_val"'`
10131                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10132 $as_echo "$ac_res" >&6; }
10133 as_val=`eval 'as_val=${'$as_ac_Header'}
10134                  $as_echo "$as_val"'`
10135    if test "x$as_val" = x""yes; then
10136   cat >>confdefs.h <<_ACEOF
10137 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10138 _ACEOF
10139
10140 fi
10141
10142 done
10143
10144
10145                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10146         then
10147               { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10148 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10149 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10150   $as_echo_n "(cached) " >&6
10151 else
10152   ac_check_lib_save_LIBS=$LIBS
10153 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10154 cat >conftest.$ac_ext <<_ACEOF
10155 /* confdefs.h.  */
10156 _ACEOF
10157 cat confdefs.h >>conftest.$ac_ext
10158 cat >>conftest.$ac_ext <<_ACEOF
10159 /* end confdefs.h.  */
10160
10161 /* Override any GCC internal prototype to avoid an error.
10162    Use char because int might match the return type of a GCC
10163    builtin and then its argument prototype would still apply.  */
10164 #ifdef __cplusplus
10165 extern "C"
10166 #endif
10167 char XkbQueryExtension ();
10168 int
10169 main ()
10170 {
10171 return XkbQueryExtension ();
10172   ;
10173   return 0;
10174 }
10175 _ACEOF
10176 rm -f conftest.$ac_objext conftest$ac_exeext
10177 if { (ac_try="$ac_link"
10178 case "(($ac_try" in
10179   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10180   *) ac_try_echo=$ac_try;;
10181 esac
10182 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10183 $as_echo "$ac_try_echo") >&5
10184   (eval "$ac_link") 2>conftest.er1
10185   ac_status=$?
10186   grep -v '^ *+' conftest.er1 >conftest.err
10187   rm -f conftest.er1
10188   cat conftest.err >&5
10189   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10190   (exit $ac_status); } && {
10191          test -z "$ac_c_werror_flag" ||
10192          test ! -s conftest.err
10193        } && test -s conftest$ac_exeext && {
10194          test "$cross_compiling" = yes ||
10195          $as_test_x conftest$ac_exeext
10196        }; then
10197   ac_cv_lib_X11_XkbQueryExtension=yes
10198 else
10199   $as_echo "$as_me: failed program was:" >&5
10200 sed 's/^/| /' conftest.$ac_ext >&5
10201
10202         ac_cv_lib_X11_XkbQueryExtension=no
10203 fi
10204
10205 rm -rf conftest.dSYM
10206 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10207       conftest$ac_exeext conftest.$ac_ext
10208 LIBS=$ac_check_lib_save_LIBS
10209 fi
10210 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10211 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10212 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10213
10214 cat >>confdefs.h <<\_ACEOF
10215 #define HAVE_XKB 1
10216 _ACEOF
10217
10218 fi
10219
10220         fi
10221
10222                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10223         then
10224             { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10225 $as_echo_n "checking for -lXcursor... " >&6; }
10226 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10227   $as_echo_n "(cached) " >&6
10228 else
10229   ac_check_soname_save_LIBS=$LIBS
10230 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10231   cat >conftest.$ac_ext <<_ACEOF
10232 /* confdefs.h.  */
10233 _ACEOF
10234 cat confdefs.h >>conftest.$ac_ext
10235 cat >>conftest.$ac_ext <<_ACEOF
10236 /* end confdefs.h.  */
10237
10238 /* Override any GCC internal prototype to avoid an error.
10239    Use char because int might match the return type of a GCC
10240    builtin and then its argument prototype would still apply.  */
10241 #ifdef __cplusplus
10242 extern "C"
10243 #endif
10244 char XcursorImageLoadCursor ();
10245 int
10246 main ()
10247 {
10248 return XcursorImageLoadCursor ();
10249   ;
10250   return 0;
10251 }
10252 _ACEOF
10253 rm -f conftest.$ac_objext conftest$ac_exeext
10254 if { (ac_try="$ac_link"
10255 case "(($ac_try" in
10256   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10257   *) ac_try_echo=$ac_try;;
10258 esac
10259 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10260 $as_echo "$ac_try_echo") >&5
10261   (eval "$ac_link") 2>conftest.er1
10262   ac_status=$?
10263   grep -v '^ *+' conftest.er1 >conftest.err
10264   rm -f conftest.er1
10265   cat conftest.err >&5
10266   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10267   (exit $ac_status); } && {
10268          test -z "$ac_c_werror_flag" ||
10269          test ! -s conftest.err
10270        } && test -s conftest$ac_exeext && {
10271          test "$cross_compiling" = yes ||
10272          $as_test_x conftest$ac_exeext
10273        }; then
10274   case "$LIBEXT" in
10275     dll) ;;
10276     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'` ;;
10277     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10278   esac
10279 else
10280   $as_echo "$as_me: failed program was:" >&5
10281 sed 's/^/| /' conftest.$ac_ext >&5
10282
10283
10284 fi
10285
10286 rm -rf conftest.dSYM
10287 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10288       conftest$ac_exeext conftest.$ac_ext
10289   LIBS=$ac_check_soname_save_LIBS
10290 fi
10291 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10292   { $as_echo "$as_me:$LINENO: result: not found" >&5
10293 $as_echo "not found" >&6; }
10294
10295 else
10296   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10297 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10298
10299 cat >>confdefs.h <<_ACEOF
10300 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10301 _ACEOF
10302
10303
10304 fi
10305
10306         fi
10307         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10308   case "x$with_xcursor" in
10309   x)   wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10310   xno) ;;
10311   *)   { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10312 This is an error since --with-xcursor was requested." >&5
10313 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10314 This is an error since --with-xcursor was requested." >&2;}
10315    { (exit 1); exit 1; }; } ;;
10316 esac
10317 fi
10318
10319
10320                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10321         then
10322             { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10323 $as_echo_n "checking for -lXi... " >&6; }
10324 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10325   $as_echo_n "(cached) " >&6
10326 else
10327   ac_check_soname_save_LIBS=$LIBS
10328 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10329   cat >conftest.$ac_ext <<_ACEOF
10330 /* confdefs.h.  */
10331 _ACEOF
10332 cat confdefs.h >>conftest.$ac_ext
10333 cat >>conftest.$ac_ext <<_ACEOF
10334 /* end confdefs.h.  */
10335
10336 /* Override any GCC internal prototype to avoid an error.
10337    Use char because int might match the return type of a GCC
10338    builtin and then its argument prototype would still apply.  */
10339 #ifdef __cplusplus
10340 extern "C"
10341 #endif
10342 char XOpenDevice ();
10343 int
10344 main ()
10345 {
10346 return XOpenDevice ();
10347   ;
10348   return 0;
10349 }
10350 _ACEOF
10351 rm -f conftest.$ac_objext conftest$ac_exeext
10352 if { (ac_try="$ac_link"
10353 case "(($ac_try" in
10354   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10355   *) ac_try_echo=$ac_try;;
10356 esac
10357 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10358 $as_echo "$ac_try_echo") >&5
10359   (eval "$ac_link") 2>conftest.er1
10360   ac_status=$?
10361   grep -v '^ *+' conftest.er1 >conftest.err
10362   rm -f conftest.er1
10363   cat conftest.err >&5
10364   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10365   (exit $ac_status); } && {
10366          test -z "$ac_c_werror_flag" ||
10367          test ! -s conftest.err
10368        } && test -s conftest$ac_exeext && {
10369          test "$cross_compiling" = yes ||
10370          $as_test_x conftest$ac_exeext
10371        }; then
10372   case "$LIBEXT" in
10373     dll) ;;
10374     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'` ;;
10375     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10376   esac
10377 else
10378   $as_echo "$as_me: failed program was:" >&5
10379 sed 's/^/| /' conftest.$ac_ext >&5
10380
10381
10382 fi
10383
10384 rm -rf conftest.dSYM
10385 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10386       conftest$ac_exeext conftest.$ac_ext
10387   LIBS=$ac_check_soname_save_LIBS
10388 fi
10389 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10390   { $as_echo "$as_me:$LINENO: result: not found" >&5
10391 $as_echo "not found" >&6; }
10392
10393 else
10394   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10395 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10396
10397 cat >>confdefs.h <<_ACEOF
10398 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10399 _ACEOF
10400
10401
10402 fi
10403
10404         fi
10405         if test "x$ac_cv_lib_soname_Xi" = "x"; then
10406   case "x$with_xinput" in
10407   x)   wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10408   xno) ;;
10409   *)   { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10410 This is an error since --with-xinput was requested." >&5
10411 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10412 This is an error since --with-xinput was requested." >&2;}
10413    { (exit 1); exit 1; }; } ;;
10414 esac
10415 fi
10416
10417
10418                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10419         then
10420               { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10421 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10422 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10423   $as_echo_n "(cached) " >&6
10424 else
10425   ac_check_lib_save_LIBS=$LIBS
10426 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10427 cat >conftest.$ac_ext <<_ACEOF
10428 /* confdefs.h.  */
10429 _ACEOF
10430 cat confdefs.h >>conftest.$ac_ext
10431 cat >>conftest.$ac_ext <<_ACEOF
10432 /* end confdefs.h.  */
10433
10434 /* Override any GCC internal prototype to avoid an error.
10435    Use char because int might match the return type of a GCC
10436    builtin and then its argument prototype would still apply.  */
10437 #ifdef __cplusplus
10438 extern "C"
10439 #endif
10440 char XShmQueryExtension ();
10441 int
10442 main ()
10443 {
10444 return XShmQueryExtension ();
10445   ;
10446   return 0;
10447 }
10448 _ACEOF
10449 rm -f conftest.$ac_objext conftest$ac_exeext
10450 if { (ac_try="$ac_link"
10451 case "(($ac_try" in
10452   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10453   *) ac_try_echo=$ac_try;;
10454 esac
10455 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10456 $as_echo "$ac_try_echo") >&5
10457   (eval "$ac_link") 2>conftest.er1
10458   ac_status=$?
10459   grep -v '^ *+' conftest.er1 >conftest.err
10460   rm -f conftest.er1
10461   cat conftest.err >&5
10462   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10463   (exit $ac_status); } && {
10464          test -z "$ac_c_werror_flag" ||
10465          test ! -s conftest.err
10466        } && test -s conftest$ac_exeext && {
10467          test "$cross_compiling" = yes ||
10468          $as_test_x conftest$ac_exeext
10469        }; then
10470   ac_cv_lib_Xext_XShmQueryExtension=yes
10471 else
10472   $as_echo "$as_me: failed program was:" >&5
10473 sed 's/^/| /' conftest.$ac_ext >&5
10474
10475         ac_cv_lib_Xext_XShmQueryExtension=no
10476 fi
10477
10478 rm -rf conftest.dSYM
10479 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10480       conftest$ac_exeext conftest.$ac_ext
10481 LIBS=$ac_check_lib_save_LIBS
10482 fi
10483 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10484 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10485 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10486
10487 cat >>confdefs.h <<\_ACEOF
10488 #define HAVE_LIBXXSHM 1
10489 _ACEOF
10490
10491 fi
10492
10493         fi
10494         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10495   case "x$with_xshm" in
10496   x)   wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10497   xno) ;;
10498   *)   { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10499 This is an error since --with-xshm was requested." >&5
10500 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10501 This is an error since --with-xshm was requested." >&2;}
10502    { (exit 1); exit 1; }; } ;;
10503 esac
10504 fi
10505
10506
10507                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10508         then
10509               { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10510 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10511 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10512   $as_echo_n "(cached) " >&6
10513 else
10514   ac_check_lib_save_LIBS=$LIBS
10515 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10516 cat >conftest.$ac_ext <<_ACEOF
10517 /* confdefs.h.  */
10518 _ACEOF
10519 cat confdefs.h >>conftest.$ac_ext
10520 cat >>conftest.$ac_ext <<_ACEOF
10521 /* end confdefs.h.  */
10522
10523 /* Override any GCC internal prototype to avoid an error.
10524    Use char because int might match the return type of a GCC
10525    builtin and then its argument prototype would still apply.  */
10526 #ifdef __cplusplus
10527 extern "C"
10528 #endif
10529 char XShapeQueryExtension ();
10530 int
10531 main ()
10532 {
10533 return XShapeQueryExtension ();
10534   ;
10535   return 0;
10536 }
10537 _ACEOF
10538 rm -f conftest.$ac_objext conftest$ac_exeext
10539 if { (ac_try="$ac_link"
10540 case "(($ac_try" in
10541   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10542   *) ac_try_echo=$ac_try;;
10543 esac
10544 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10545 $as_echo "$ac_try_echo") >&5
10546   (eval "$ac_link") 2>conftest.er1
10547   ac_status=$?
10548   grep -v '^ *+' conftest.er1 >conftest.err
10549   rm -f conftest.er1
10550   cat conftest.err >&5
10551   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10552   (exit $ac_status); } && {
10553          test -z "$ac_c_werror_flag" ||
10554          test ! -s conftest.err
10555        } && test -s conftest$ac_exeext && {
10556          test "$cross_compiling" = yes ||
10557          $as_test_x conftest$ac_exeext
10558        }; then
10559   ac_cv_lib_Xext_XShapeQueryExtension=yes
10560 else
10561   $as_echo "$as_me: failed program was:" >&5
10562 sed 's/^/| /' conftest.$ac_ext >&5
10563
10564         ac_cv_lib_Xext_XShapeQueryExtension=no
10565 fi
10566
10567 rm -rf conftest.dSYM
10568 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10569       conftest$ac_exeext conftest.$ac_ext
10570 LIBS=$ac_check_lib_save_LIBS
10571 fi
10572 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10573 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10574 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10575
10576 cat >>confdefs.h <<\_ACEOF
10577 #define HAVE_LIBXSHAPE 1
10578 _ACEOF
10579
10580 fi
10581
10582         fi
10583         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10584   case "x$with_xshape" in
10585   x)   wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10586   xno) ;;
10587   *)   { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10588 This is an error since --with-xshape was requested." >&5
10589 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10590 This is an error since --with-xshape was requested." >&2;}
10591    { (exit 1); exit 1; }; } ;;
10592 esac
10593 fi
10594
10595
10596                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10597         then
10598             { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10599 $as_echo_n "checking for -lXxf86vm... " >&6; }
10600 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10601   $as_echo_n "(cached) " >&6
10602 else
10603   ac_check_soname_save_LIBS=$LIBS
10604 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10605   cat >conftest.$ac_ext <<_ACEOF
10606 /* confdefs.h.  */
10607 _ACEOF
10608 cat confdefs.h >>conftest.$ac_ext
10609 cat >>conftest.$ac_ext <<_ACEOF
10610 /* end confdefs.h.  */
10611
10612 /* Override any GCC internal prototype to avoid an error.
10613    Use char because int might match the return type of a GCC
10614    builtin and then its argument prototype would still apply.  */
10615 #ifdef __cplusplus
10616 extern "C"
10617 #endif
10618 char XF86VidModeQueryExtension ();
10619 int
10620 main ()
10621 {
10622 return XF86VidModeQueryExtension ();
10623   ;
10624   return 0;
10625 }
10626 _ACEOF
10627 rm -f conftest.$ac_objext conftest$ac_exeext
10628 if { (ac_try="$ac_link"
10629 case "(($ac_try" in
10630   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10631   *) ac_try_echo=$ac_try;;
10632 esac
10633 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10634 $as_echo "$ac_try_echo") >&5
10635   (eval "$ac_link") 2>conftest.er1
10636   ac_status=$?
10637   grep -v '^ *+' conftest.er1 >conftest.err
10638   rm -f conftest.er1
10639   cat conftest.err >&5
10640   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10641   (exit $ac_status); } && {
10642          test -z "$ac_c_werror_flag" ||
10643          test ! -s conftest.err
10644        } && test -s conftest$ac_exeext && {
10645          test "$cross_compiling" = yes ||
10646          $as_test_x conftest$ac_exeext
10647        }; then
10648   case "$LIBEXT" in
10649     dll) ;;
10650     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'` ;;
10651     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10652   esac
10653 else
10654   $as_echo "$as_me: failed program was:" >&5
10655 sed 's/^/| /' conftest.$ac_ext >&5
10656
10657
10658 fi
10659
10660 rm -rf conftest.dSYM
10661 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10662       conftest$ac_exeext conftest.$ac_ext
10663   LIBS=$ac_check_soname_save_LIBS
10664 fi
10665 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10666   { $as_echo "$as_me:$LINENO: result: not found" >&5
10667 $as_echo "not found" >&6; }
10668
10669 else
10670   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10671 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10672
10673 cat >>confdefs.h <<_ACEOF
10674 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10675 _ACEOF
10676
10677
10678 fi
10679
10680         fi
10681         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10682   case "x$with_xxf86vm" in
10683   x)   wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10684   xno) ;;
10685   *)   { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10686 This is an error since --with-xxf86vm was requested." >&5
10687 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10688 This is an error since --with-xxf86vm was requested." >&2;}
10689    { (exit 1); exit 1; }; } ;;
10690 esac
10691 fi
10692
10693
10694                 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"
10695         then
10696             { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10697 $as_echo_n "checking for -lXrender... " >&6; }
10698 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10699   $as_echo_n "(cached) " >&6
10700 else
10701   ac_check_soname_save_LIBS=$LIBS
10702 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10703   cat >conftest.$ac_ext <<_ACEOF
10704 /* confdefs.h.  */
10705 _ACEOF
10706 cat confdefs.h >>conftest.$ac_ext
10707 cat >>conftest.$ac_ext <<_ACEOF
10708 /* end confdefs.h.  */
10709
10710 /* Override any GCC internal prototype to avoid an error.
10711    Use char because int might match the return type of a GCC
10712    builtin and then its argument prototype would still apply.  */
10713 #ifdef __cplusplus
10714 extern "C"
10715 #endif
10716 char XRenderQueryExtension ();
10717 int
10718 main ()
10719 {
10720 return XRenderQueryExtension ();
10721   ;
10722   return 0;
10723 }
10724 _ACEOF
10725 rm -f conftest.$ac_objext conftest$ac_exeext
10726 if { (ac_try="$ac_link"
10727 case "(($ac_try" in
10728   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10729   *) ac_try_echo=$ac_try;;
10730 esac
10731 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10732 $as_echo "$ac_try_echo") >&5
10733   (eval "$ac_link") 2>conftest.er1
10734   ac_status=$?
10735   grep -v '^ *+' conftest.er1 >conftest.err
10736   rm -f conftest.er1
10737   cat conftest.err >&5
10738   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10739   (exit $ac_status); } && {
10740          test -z "$ac_c_werror_flag" ||
10741          test ! -s conftest.err
10742        } && test -s conftest$ac_exeext && {
10743          test "$cross_compiling" = yes ||
10744          $as_test_x conftest$ac_exeext
10745        }; then
10746   case "$LIBEXT" in
10747     dll) ;;
10748     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'` ;;
10749     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10750   esac
10751 else
10752   $as_echo "$as_me: failed program was:" >&5
10753 sed 's/^/| /' conftest.$ac_ext >&5
10754
10755
10756 fi
10757
10758 rm -rf conftest.dSYM
10759 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10760       conftest$ac_exeext conftest.$ac_ext
10761   LIBS=$ac_check_soname_save_LIBS
10762 fi
10763 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10764   { $as_echo "$as_me:$LINENO: result: not found" >&5
10765 $as_echo "not found" >&6; }
10766
10767 else
10768   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10769 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10770
10771 cat >>confdefs.h <<_ACEOF
10772 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10773 _ACEOF
10774
10775        { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10776 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10777 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10778   $as_echo_n "(cached) " >&6
10779 else
10780   ac_check_lib_save_LIBS=$LIBS
10781 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10782 cat >conftest.$ac_ext <<_ACEOF
10783 /* confdefs.h.  */
10784 _ACEOF
10785 cat confdefs.h >>conftest.$ac_ext
10786 cat >>conftest.$ac_ext <<_ACEOF
10787 /* end confdefs.h.  */
10788
10789 /* Override any GCC internal prototype to avoid an error.
10790    Use char because int might match the return type of a GCC
10791    builtin and then its argument prototype would still apply.  */
10792 #ifdef __cplusplus
10793 extern "C"
10794 #endif
10795 char XRenderSetPictureTransform ();
10796 int
10797 main ()
10798 {
10799 return XRenderSetPictureTransform ();
10800   ;
10801   return 0;
10802 }
10803 _ACEOF
10804 rm -f conftest.$ac_objext conftest$ac_exeext
10805 if { (ac_try="$ac_link"
10806 case "(($ac_try" in
10807   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10808   *) ac_try_echo=$ac_try;;
10809 esac
10810 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10811 $as_echo "$ac_try_echo") >&5
10812   (eval "$ac_link") 2>conftest.er1
10813   ac_status=$?
10814   grep -v '^ *+' conftest.er1 >conftest.err
10815   rm -f conftest.er1
10816   cat conftest.err >&5
10817   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10818   (exit $ac_status); } && {
10819          test -z "$ac_c_werror_flag" ||
10820          test ! -s conftest.err
10821        } && test -s conftest$ac_exeext && {
10822          test "$cross_compiling" = yes ||
10823          $as_test_x conftest$ac_exeext
10824        }; then
10825   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10826 else
10827   $as_echo "$as_me: failed program was:" >&5
10828 sed 's/^/| /' conftest.$ac_ext >&5
10829
10830         ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10831 fi
10832
10833 rm -rf conftest.dSYM
10834 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10835       conftest$ac_exeext conftest.$ac_ext
10836 LIBS=$ac_check_lib_save_LIBS
10837 fi
10838 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10839 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10840 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10841
10842 cat >>confdefs.h <<\_ACEOF
10843 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10844 _ACEOF
10845
10846 fi
10847
10848 fi
10849
10850
10851         fi
10852         if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10853   case "x$with_xrender" in
10854   x)   wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10855   xno) ;;
10856   *)   { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10857 This is an error since --with-xrender was requested." >&5
10858 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10859 This is an error since --with-xrender was requested." >&2;}
10860    { (exit 1); exit 1; }; } ;;
10861 esac
10862 fi
10863
10864
10865                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10866         then
10867                 cat >conftest.$ac_ext <<_ACEOF
10868 /* confdefs.h.  */
10869 _ACEOF
10870 cat confdefs.h >>conftest.$ac_ext
10871 cat >>conftest.$ac_ext <<_ACEOF
10872 /* end confdefs.h.  */
10873 #include <X11/Xlib.h>
10874 #include <X11/extensions/Xrandr.h>
10875 int
10876 main ()
10877 {
10878 static typeof(XRRSetScreenConfigAndRate) * func;
10879   ;
10880   return 0;
10881 }
10882 _ACEOF
10883 rm -f conftest.$ac_objext
10884 if { (ac_try="$ac_compile"
10885 case "(($ac_try" in
10886   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10887   *) ac_try_echo=$ac_try;;
10888 esac
10889 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10890 $as_echo "$ac_try_echo") >&5
10891   (eval "$ac_compile") 2>conftest.er1
10892   ac_status=$?
10893   grep -v '^ *+' conftest.er1 >conftest.err
10894   rm -f conftest.er1
10895   cat conftest.err >&5
10896   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10897   (exit $ac_status); } && {
10898          test -z "$ac_c_werror_flag" ||
10899          test ! -s conftest.err
10900        } && test -s conftest.$ac_objext; then
10901   { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
10902 $as_echo_n "checking for -lXrandr... " >&6; }
10903 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10904   $as_echo_n "(cached) " >&6
10905 else
10906   ac_check_soname_save_LIBS=$LIBS
10907 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10908   cat >conftest.$ac_ext <<_ACEOF
10909 /* confdefs.h.  */
10910 _ACEOF
10911 cat confdefs.h >>conftest.$ac_ext
10912 cat >>conftest.$ac_ext <<_ACEOF
10913 /* end confdefs.h.  */
10914
10915 /* Override any GCC internal prototype to avoid an error.
10916    Use char because int might match the return type of a GCC
10917    builtin and then its argument prototype would still apply.  */
10918 #ifdef __cplusplus
10919 extern "C"
10920 #endif
10921 char XRRQueryExtension ();
10922 int
10923 main ()
10924 {
10925 return XRRQueryExtension ();
10926   ;
10927   return 0;
10928 }
10929 _ACEOF
10930 rm -f conftest.$ac_objext conftest$ac_exeext
10931 if { (ac_try="$ac_link"
10932 case "(($ac_try" in
10933   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10934   *) ac_try_echo=$ac_try;;
10935 esac
10936 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10937 $as_echo "$ac_try_echo") >&5
10938   (eval "$ac_link") 2>conftest.er1
10939   ac_status=$?
10940   grep -v '^ *+' conftest.er1 >conftest.err
10941   rm -f conftest.er1
10942   cat conftest.err >&5
10943   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10944   (exit $ac_status); } && {
10945          test -z "$ac_c_werror_flag" ||
10946          test ! -s conftest.err
10947        } && test -s conftest$ac_exeext && {
10948          test "$cross_compiling" = yes ||
10949          $as_test_x conftest$ac_exeext
10950        }; then
10951   case "$LIBEXT" in
10952     dll) ;;
10953     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'` ;;
10954     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10955   esac
10956 else
10957   $as_echo "$as_me: failed program was:" >&5
10958 sed 's/^/| /' conftest.$ac_ext >&5
10959
10960
10961 fi
10962
10963 rm -rf conftest.dSYM
10964 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10965       conftest$ac_exeext conftest.$ac_ext
10966   LIBS=$ac_check_soname_save_LIBS
10967 fi
10968 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10969   { $as_echo "$as_me:$LINENO: result: not found" >&5
10970 $as_echo "not found" >&6; }
10971
10972 else
10973   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10974 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10975
10976 cat >>confdefs.h <<_ACEOF
10977 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10978 _ACEOF
10979
10980
10981 fi
10982
10983 else
10984   $as_echo "$as_me: failed program was:" >&5
10985 sed 's/^/| /' conftest.$ac_ext >&5
10986
10987
10988 fi
10989
10990 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10991         fi
10992         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10993   case "x$with_xrandr" in
10994   x)   wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10995   xno) ;;
10996   *)   { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10997 This is an error since --with-xrandr was requested." >&5
10998 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10999 This is an error since --with-xrandr was requested." >&2;}
11000    { (exit 1); exit 1; }; } ;;
11001 esac
11002 fi
11003
11004
11005                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11006         then
11007                 cat >conftest.$ac_ext <<_ACEOF
11008 /* confdefs.h.  */
11009 _ACEOF
11010 cat confdefs.h >>conftest.$ac_ext
11011 cat >>conftest.$ac_ext <<_ACEOF
11012 /* end confdefs.h.  */
11013 #include <X11/Xlib.h>
11014 #include <X11/extensions/Xinerama.h>
11015 int
11016 main ()
11017 {
11018 static typeof(XineramaQueryScreens) * func;
11019   ;
11020   return 0;
11021 }
11022 _ACEOF
11023 rm -f conftest.$ac_objext
11024 if { (ac_try="$ac_compile"
11025 case "(($ac_try" in
11026   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11027   *) ac_try_echo=$ac_try;;
11028 esac
11029 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11030 $as_echo "$ac_try_echo") >&5
11031   (eval "$ac_compile") 2>conftest.er1
11032   ac_status=$?
11033   grep -v '^ *+' conftest.er1 >conftest.err
11034   rm -f conftest.er1
11035   cat conftest.err >&5
11036   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11037   (exit $ac_status); } && {
11038          test -z "$ac_c_werror_flag" ||
11039          test ! -s conftest.err
11040        } && test -s conftest.$ac_objext; then
11041   { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11042 $as_echo_n "checking for -lXinerama... " >&6; }
11043 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11044   $as_echo_n "(cached) " >&6
11045 else
11046   ac_check_soname_save_LIBS=$LIBS
11047 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11048   cat >conftest.$ac_ext <<_ACEOF
11049 /* confdefs.h.  */
11050 _ACEOF
11051 cat confdefs.h >>conftest.$ac_ext
11052 cat >>conftest.$ac_ext <<_ACEOF
11053 /* end confdefs.h.  */
11054
11055 /* Override any GCC internal prototype to avoid an error.
11056    Use char because int might match the return type of a GCC
11057    builtin and then its argument prototype would still apply.  */
11058 #ifdef __cplusplus
11059 extern "C"
11060 #endif
11061 char XineramaQueryScreens ();
11062 int
11063 main ()
11064 {
11065 return XineramaQueryScreens ();
11066   ;
11067   return 0;
11068 }
11069 _ACEOF
11070 rm -f conftest.$ac_objext conftest$ac_exeext
11071 if { (ac_try="$ac_link"
11072 case "(($ac_try" in
11073   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11074   *) ac_try_echo=$ac_try;;
11075 esac
11076 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11077 $as_echo "$ac_try_echo") >&5
11078   (eval "$ac_link") 2>conftest.er1
11079   ac_status=$?
11080   grep -v '^ *+' conftest.er1 >conftest.err
11081   rm -f conftest.er1
11082   cat conftest.err >&5
11083   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11084   (exit $ac_status); } && {
11085          test -z "$ac_c_werror_flag" ||
11086          test ! -s conftest.err
11087        } && test -s conftest$ac_exeext && {
11088          test "$cross_compiling" = yes ||
11089          $as_test_x conftest$ac_exeext
11090        }; then
11091   case "$LIBEXT" in
11092     dll) ;;
11093     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'` ;;
11094     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
11095   esac
11096 else
11097   $as_echo "$as_me: failed program was:" >&5
11098 sed 's/^/| /' conftest.$ac_ext >&5
11099
11100
11101 fi
11102
11103 rm -rf conftest.dSYM
11104 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11105       conftest$ac_exeext conftest.$ac_ext
11106   LIBS=$ac_check_soname_save_LIBS
11107 fi
11108 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11109   { $as_echo "$as_me:$LINENO: result: not found" >&5
11110 $as_echo "not found" >&6; }
11111
11112 else
11113   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11114 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11115
11116 cat >>confdefs.h <<_ACEOF
11117 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11118 _ACEOF
11119
11120
11121 fi
11122
11123 else
11124   $as_echo "$as_me: failed program was:" >&5
11125 sed 's/^/| /' conftest.$ac_ext >&5
11126
11127
11128 fi
11129
11130 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11131         fi
11132         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11133   case "x$with_xinerama" in
11134   x)   wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11135   xno) ;;
11136   *)   { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11137 This is an error since --with-xinerama was requested." >&5
11138 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11139 This is an error since --with-xinerama was requested." >&2;}
11140    { (exit 1); exit 1; }; } ;;
11141 esac
11142 fi
11143
11144
11145                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11146         then
11147             { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11148 $as_echo_n "checking for -lXcomposite... " >&6; }
11149 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11150   $as_echo_n "(cached) " >&6
11151 else
11152   ac_check_soname_save_LIBS=$LIBS
11153 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11154   cat >conftest.$ac_ext <<_ACEOF
11155 /* confdefs.h.  */
11156 _ACEOF
11157 cat confdefs.h >>conftest.$ac_ext
11158 cat >>conftest.$ac_ext <<_ACEOF
11159 /* end confdefs.h.  */
11160
11161 /* Override any GCC internal prototype to avoid an error.
11162    Use char because int might match the return type of a GCC
11163    builtin and then its argument prototype would still apply.  */
11164 #ifdef __cplusplus
11165 extern "C"
11166 #endif
11167 char XCompositeRedirectWindow ();
11168 int
11169 main ()
11170 {
11171 return XCompositeRedirectWindow ();
11172   ;
11173   return 0;
11174 }
11175 _ACEOF
11176 rm -f conftest.$ac_objext conftest$ac_exeext
11177 if { (ac_try="$ac_link"
11178 case "(($ac_try" in
11179   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11180   *) ac_try_echo=$ac_try;;
11181 esac
11182 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11183 $as_echo "$ac_try_echo") >&5
11184   (eval "$ac_link") 2>conftest.er1
11185   ac_status=$?
11186   grep -v '^ *+' conftest.er1 >conftest.err
11187   rm -f conftest.er1
11188   cat conftest.err >&5
11189   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11190   (exit $ac_status); } && {
11191          test -z "$ac_c_werror_flag" ||
11192          test ! -s conftest.err
11193        } && test -s conftest$ac_exeext && {
11194          test "$cross_compiling" = yes ||
11195          $as_test_x conftest$ac_exeext
11196        }; then
11197   case "$LIBEXT" in
11198     dll) ;;
11199     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'` ;;
11200     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11201   esac
11202 else
11203   $as_echo "$as_me: failed program was:" >&5
11204 sed 's/^/| /' conftest.$ac_ext >&5
11205
11206
11207 fi
11208
11209 rm -rf conftest.dSYM
11210 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11211       conftest$ac_exeext conftest.$ac_ext
11212   LIBS=$ac_check_soname_save_LIBS
11213 fi
11214 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11215   { $as_echo "$as_me:$LINENO: result: not found" >&5
11216 $as_echo "not found" >&6; }
11217
11218 else
11219   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11220 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11221
11222 cat >>confdefs.h <<_ACEOF
11223 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11224 _ACEOF
11225
11226
11227 fi
11228
11229         fi
11230         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11231   case "x$with_xcomposite" in
11232   x)   wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11233   xno) ;;
11234   *)   { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11235 This is an error since --with-xcomposite was requested." >&5
11236 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11237 This is an error since --with-xcomposite was requested." >&2;}
11238    { (exit 1); exit 1; }; } ;;
11239 esac
11240 fi
11241
11242
11243                 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11244 $as_echo_n "checking for XICCallback.callback... " >&6; }
11245 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11246   $as_echo_n "(cached) " >&6
11247 else
11248   cat >conftest.$ac_ext <<_ACEOF
11249 /* confdefs.h.  */
11250 _ACEOF
11251 cat confdefs.h >>conftest.$ac_ext
11252 cat >>conftest.$ac_ext <<_ACEOF
11253 /* end confdefs.h.  */
11254 #ifdef HAVE_X11_XLIB_H
11255 #include <X11/Xlib.h>
11256 #endif
11257
11258 int
11259 main ()
11260 {
11261 static XICCallback ac_aggr;
11262 if (ac_aggr.callback)
11263 return 0;
11264   ;
11265   return 0;
11266 }
11267 _ACEOF
11268 rm -f conftest.$ac_objext
11269 if { (ac_try="$ac_compile"
11270 case "(($ac_try" in
11271   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11272   *) ac_try_echo=$ac_try;;
11273 esac
11274 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11275 $as_echo "$ac_try_echo") >&5
11276   (eval "$ac_compile") 2>conftest.er1
11277   ac_status=$?
11278   grep -v '^ *+' conftest.er1 >conftest.err
11279   rm -f conftest.er1
11280   cat conftest.err >&5
11281   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11282   (exit $ac_status); } && {
11283          test -z "$ac_c_werror_flag" ||
11284          test ! -s conftest.err
11285        } && test -s conftest.$ac_objext; then
11286   ac_cv_member_XICCallback_callback=yes
11287 else
11288   $as_echo "$as_me: failed program was:" >&5
11289 sed 's/^/| /' conftest.$ac_ext >&5
11290
11291         cat >conftest.$ac_ext <<_ACEOF
11292 /* confdefs.h.  */
11293 _ACEOF
11294 cat confdefs.h >>conftest.$ac_ext
11295 cat >>conftest.$ac_ext <<_ACEOF
11296 /* end confdefs.h.  */
11297 #ifdef HAVE_X11_XLIB_H
11298 #include <X11/Xlib.h>
11299 #endif
11300
11301 int
11302 main ()
11303 {
11304 static XICCallback ac_aggr;
11305 if (sizeof ac_aggr.callback)
11306 return 0;
11307   ;
11308   return 0;
11309 }
11310 _ACEOF
11311 rm -f conftest.$ac_objext
11312 if { (ac_try="$ac_compile"
11313 case "(($ac_try" in
11314   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11315   *) ac_try_echo=$ac_try;;
11316 esac
11317 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11318 $as_echo "$ac_try_echo") >&5
11319   (eval "$ac_compile") 2>conftest.er1
11320   ac_status=$?
11321   grep -v '^ *+' conftest.er1 >conftest.err
11322   rm -f conftest.er1
11323   cat conftest.err >&5
11324   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11325   (exit $ac_status); } && {
11326          test -z "$ac_c_werror_flag" ||
11327          test ! -s conftest.err
11328        } && test -s conftest.$ac_objext; then
11329   ac_cv_member_XICCallback_callback=yes
11330 else
11331   $as_echo "$as_me: failed program was:" >&5
11332 sed 's/^/| /' conftest.$ac_ext >&5
11333
11334         ac_cv_member_XICCallback_callback=no
11335 fi
11336
11337 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11338 fi
11339
11340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11341 fi
11342 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11343 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11344 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11345
11346 cat >>confdefs.h <<_ACEOF
11347 #define HAVE_XICCALLBACK_CALLBACK 1
11348 _ACEOF
11349
11350
11351 fi
11352
11353
11354
11355         opengl_msg=""
11356     if test "x$with_opengl" != "xno"
11357     then
11358
11359
11360
11361
11362 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11363 do
11364 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11365 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11366 $as_echo_n "checking for $ac_header... " >&6; }
11367 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11368   $as_echo_n "(cached) " >&6
11369 else
11370   cat >conftest.$ac_ext <<_ACEOF
11371 /* confdefs.h.  */
11372 _ACEOF
11373 cat confdefs.h >>conftest.$ac_ext
11374 cat >>conftest.$ac_ext <<_ACEOF
11375 /* end confdefs.h.  */
11376 #ifdef HAVE_GL_GLX_H
11377 # include <GL/glx.h>
11378 #endif
11379
11380 #include <$ac_header>
11381 _ACEOF
11382 rm -f conftest.$ac_objext
11383 if { (ac_try="$ac_compile"
11384 case "(($ac_try" in
11385   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11386   *) ac_try_echo=$ac_try;;
11387 esac
11388 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11389 $as_echo "$ac_try_echo") >&5
11390   (eval "$ac_compile") 2>conftest.er1
11391   ac_status=$?
11392   grep -v '^ *+' conftest.er1 >conftest.err
11393   rm -f conftest.er1
11394   cat conftest.err >&5
11395   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11396   (exit $ac_status); } && {
11397          test -z "$ac_c_werror_flag" ||
11398          test ! -s conftest.err
11399        } && test -s conftest.$ac_objext; then
11400   eval "$as_ac_Header=yes"
11401 else
11402   $as_echo "$as_me: failed program was:" >&5
11403 sed 's/^/| /' conftest.$ac_ext >&5
11404
11405         eval "$as_ac_Header=no"
11406 fi
11407
11408 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11409 fi
11410 ac_res=`eval 'as_val=${'$as_ac_Header'}
11411                  $as_echo "$as_val"'`
11412                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11413 $as_echo "$ac_res" >&6; }
11414 as_val=`eval 'as_val=${'$as_ac_Header'}
11415                  $as_echo "$as_val"'`
11416    if test "x$as_val" = x""yes; then
11417   cat >>confdefs.h <<_ACEOF
11418 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11419 _ACEOF
11420
11421 fi
11422
11423 done
11424
11425         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11426         then
11427                     { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11428 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11429 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11430   $as_echo_n "(cached) " >&6
11431 else
11432   cat >conftest.$ac_ext <<_ACEOF
11433 /* confdefs.h.  */
11434 _ACEOF
11435 cat confdefs.h >>conftest.$ac_ext
11436 cat >>conftest.$ac_ext <<_ACEOF
11437 /* end confdefs.h.  */
11438 #include <GL/gl.h>
11439 int
11440 main ()
11441 {
11442 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11443   ;
11444   return 0;
11445 }
11446 _ACEOF
11447 rm -f conftest.$ac_objext
11448 if { (ac_try="$ac_compile"
11449 case "(($ac_try" in
11450   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11451   *) ac_try_echo=$ac_try;;
11452 esac
11453 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11454 $as_echo "$ac_try_echo") >&5
11455   (eval "$ac_compile") 2>conftest.er1
11456   ac_status=$?
11457   grep -v '^ *+' conftest.er1 >conftest.err
11458   rm -f conftest.er1
11459   cat conftest.err >&5
11460   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11461   (exit $ac_status); } && {
11462          test -z "$ac_c_werror_flag" ||
11463          test ! -s conftest.err
11464        } && test -s conftest.$ac_objext; then
11465   wine_cv_opengl_header_version_OK="yes"
11466 else
11467   $as_echo "$as_me: failed program was:" >&5
11468 sed 's/^/| /' conftest.$ac_ext >&5
11469
11470         wine_cv_opengl_header_version_OK="no"
11471 fi
11472
11473 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11474 fi
11475 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11476 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11477
11478             if test "$wine_cv_opengl_header_version_OK" = "yes"
11479             then
11480                                 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11481 $as_echo_n "checking for -lGL... " >&6; }
11482 if test "${ac_cv_lib_soname_GL+set}" = set; then
11483   $as_echo_n "(cached) " >&6
11484 else
11485   ac_check_soname_save_LIBS=$LIBS
11486 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11487   cat >conftest.$ac_ext <<_ACEOF
11488 /* confdefs.h.  */
11489 _ACEOF
11490 cat confdefs.h >>conftest.$ac_ext
11491 cat >>conftest.$ac_ext <<_ACEOF
11492 /* end confdefs.h.  */
11493
11494 /* Override any GCC internal prototype to avoid an error.
11495    Use char because int might match the return type of a GCC
11496    builtin and then its argument prototype would still apply.  */
11497 #ifdef __cplusplus
11498 extern "C"
11499 #endif
11500 char glXCreateContext ();
11501 int
11502 main ()
11503 {
11504 return glXCreateContext ();
11505   ;
11506   return 0;
11507 }
11508 _ACEOF
11509 rm -f conftest.$ac_objext conftest$ac_exeext
11510 if { (ac_try="$ac_link"
11511 case "(($ac_try" in
11512   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11513   *) ac_try_echo=$ac_try;;
11514 esac
11515 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11516 $as_echo "$ac_try_echo") >&5
11517   (eval "$ac_link") 2>conftest.er1
11518   ac_status=$?
11519   grep -v '^ *+' conftest.er1 >conftest.err
11520   rm -f conftest.er1
11521   cat conftest.err >&5
11522   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11523   (exit $ac_status); } && {
11524          test -z "$ac_c_werror_flag" ||
11525          test ! -s conftest.err
11526        } && test -s conftest$ac_exeext && {
11527          test "$cross_compiling" = yes ||
11528          $as_test_x conftest$ac_exeext
11529        }; then
11530   case "$LIBEXT" in
11531     dll) ;;
11532     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'` ;;
11533     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11534   esac
11535 else
11536   $as_echo "$as_me: failed program was:" >&5
11537 sed 's/^/| /' conftest.$ac_ext >&5
11538
11539
11540 fi
11541
11542 rm -rf conftest.dSYM
11543 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11544       conftest$ac_exeext conftest.$ac_ext
11545   LIBS=$ac_check_soname_save_LIBS
11546 fi
11547 if test "x$ac_cv_lib_soname_GL" = "x"; then
11548   { $as_echo "$as_me:$LINENO: result: not found" >&5
11549 $as_echo "not found" >&6; }
11550        { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11551 $as_echo_n "checking for -lGL... " >&6; }
11552 if test "${ac_cv_lib_soname_GL+set}" = set; then
11553   $as_echo_n "(cached) " >&6
11554 else
11555   ac_check_soname_save_LIBS=$LIBS
11556 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"
11557   cat >conftest.$ac_ext <<_ACEOF
11558 /* confdefs.h.  */
11559 _ACEOF
11560 cat confdefs.h >>conftest.$ac_ext
11561 cat >>conftest.$ac_ext <<_ACEOF
11562 /* end confdefs.h.  */
11563
11564 /* Override any GCC internal prototype to avoid an error.
11565    Use char because int might match the return type of a GCC
11566    builtin and then its argument prototype would still apply.  */
11567 #ifdef __cplusplus
11568 extern "C"
11569 #endif
11570 char glXCreateContext ();
11571 int
11572 main ()
11573 {
11574 return glXCreateContext ();
11575   ;
11576   return 0;
11577 }
11578 _ACEOF
11579 rm -f conftest.$ac_objext conftest$ac_exeext
11580 if { (ac_try="$ac_link"
11581 case "(($ac_try" in
11582   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11583   *) ac_try_echo=$ac_try;;
11584 esac
11585 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11586 $as_echo "$ac_try_echo") >&5
11587   (eval "$ac_link") 2>conftest.er1
11588   ac_status=$?
11589   grep -v '^ *+' conftest.er1 >conftest.err
11590   rm -f conftest.er1
11591   cat conftest.err >&5
11592   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11593   (exit $ac_status); } && {
11594          test -z "$ac_c_werror_flag" ||
11595          test ! -s conftest.err
11596        } && test -s conftest$ac_exeext && {
11597          test "$cross_compiling" = yes ||
11598          $as_test_x conftest$ac_exeext
11599        }; then
11600   case "$LIBEXT" in
11601     dll) ;;
11602     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'` ;;
11603     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11604   esac
11605 else
11606   $as_echo "$as_me: failed program was:" >&5
11607 sed 's/^/| /' conftest.$ac_ext >&5
11608
11609
11610 fi
11611
11612 rm -rf conftest.dSYM
11613 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11614       conftest$ac_exeext conftest.$ac_ext
11615   LIBS=$ac_check_soname_save_LIBS
11616 fi
11617 if test "x$ac_cv_lib_soname_GL" = "x"; then
11618   { $as_echo "$as_me:$LINENO: result: not found" >&5
11619 $as_echo "not found" >&6; }
11620        if test -f /usr/X11R6/lib/libGL.a
11621                                     then
11622                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11623 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11624                                     else
11625                                         opengl_msg="No OpenGL library found on this system."
11626                                     fi
11627 else
11628   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11629 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11630
11631 cat >>confdefs.h <<_ACEOF
11632 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11633 _ACEOF
11634
11635        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"
11636
11637 cat >>confdefs.h <<\_ACEOF
11638 #define HAVE_OPENGL 1
11639 _ACEOF
11640
11641 fi
11642
11643 else
11644   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11645 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11646
11647 cat >>confdefs.h <<_ACEOF
11648 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11649 _ACEOF
11650
11651        OPENGL_LIBS="-lGL"
11652
11653 cat >>confdefs.h <<\_ACEOF
11654 #define HAVE_OPENGL 1
11655 _ACEOF
11656
11657 fi
11658
11659                  if test "$ac_cv_header_GL_glu_h" = "yes"
11660                  then
11661                     { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11662 $as_echo_n "checking for -lGLU... " >&6; }
11663 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11664   $as_echo_n "(cached) " >&6
11665 else
11666   ac_check_soname_save_LIBS=$LIBS
11667 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11668   cat >conftest.$ac_ext <<_ACEOF
11669 /* confdefs.h.  */
11670 _ACEOF
11671 cat confdefs.h >>conftest.$ac_ext
11672 cat >>conftest.$ac_ext <<_ACEOF
11673 /* end confdefs.h.  */
11674
11675 /* Override any GCC internal prototype to avoid an error.
11676    Use char because int might match the return type of a GCC
11677    builtin and then its argument prototype would still apply.  */
11678 #ifdef __cplusplus
11679 extern "C"
11680 #endif
11681 char gluLookAt ();
11682 int
11683 main ()
11684 {
11685 return gluLookAt ();
11686   ;
11687   return 0;
11688 }
11689 _ACEOF
11690 rm -f conftest.$ac_objext conftest$ac_exeext
11691 if { (ac_try="$ac_link"
11692 case "(($ac_try" in
11693   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11694   *) ac_try_echo=$ac_try;;
11695 esac
11696 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11697 $as_echo "$ac_try_echo") >&5
11698   (eval "$ac_link") 2>conftest.er1
11699   ac_status=$?
11700   grep -v '^ *+' conftest.er1 >conftest.err
11701   rm -f conftest.er1
11702   cat conftest.err >&5
11703   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11704   (exit $ac_status); } && {
11705          test -z "$ac_c_werror_flag" ||
11706          test ! -s conftest.err
11707        } && test -s conftest$ac_exeext && {
11708          test "$cross_compiling" = yes ||
11709          $as_test_x conftest$ac_exeext
11710        }; then
11711   case "$LIBEXT" in
11712     dll) ;;
11713     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'` ;;
11714     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
11715   esac
11716 else
11717   $as_echo "$as_me: failed program was:" >&5
11718 sed 's/^/| /' conftest.$ac_ext >&5
11719
11720
11721 fi
11722
11723 rm -rf conftest.dSYM
11724 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11725       conftest$ac_exeext conftest.$ac_ext
11726   LIBS=$ac_check_soname_save_LIBS
11727 fi
11728 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11729   { $as_echo "$as_me:$LINENO: result: not found" >&5
11730 $as_echo "not found" >&6; }
11731
11732 else
11733   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11734 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11735
11736 cat >>confdefs.h <<_ACEOF
11737 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11738 _ACEOF
11739
11740
11741 fi
11742
11743                  fi
11744                  if test "x$ac_cv_lib_soname_GLU" = "x"; then
11745   case "x$with_glu" in
11746   x)   wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11747   xno) ;;
11748   *)   { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11749 This is an error since --with-glu was requested." >&5
11750 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11751 This is an error since --with-glu was requested." >&2;}
11752    { (exit 1); exit 1; }; } ;;
11753 esac
11754 fi
11755
11756              else
11757                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11758              fi
11759          else
11760              opengl_msg="OpenGL development headers not found."
11761          fi
11762          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11763          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11764     else
11765          enable_opengl32=${enable_opengl32:-no}
11766          enable_glu32=${enable_glu32:-no}
11767     fi
11768     if test -n "$opengl_msg"; then
11769   case "x$with_opengl" in
11770   x)   wine_warnings="$wine_warnings|$opengl_msg
11771 OpenGL and Direct3D won't be supported." ;;
11772   xno) ;;
11773   *)   { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11774 OpenGL and Direct3D won't be supported.
11775 This is an error since --with-opengl was requested." >&5
11776 $as_echo "$as_me: error: $opengl_msg
11777 OpenGL and Direct3D won't be supported.
11778 This is an error since --with-opengl was requested." >&2;}
11779    { (exit 1); exit 1; }; } ;;
11780 esac
11781 fi
11782
11783
11784         NASLIBS=""
11785
11786
11787 for ac_header in audio/audiolib.h
11788 do
11789 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11790 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11791   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11792 $as_echo_n "checking for $ac_header... " >&6; }
11793 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11794   $as_echo_n "(cached) " >&6
11795 fi
11796 ac_res=`eval 'as_val=${'$as_ac_Header'}
11797                  $as_echo "$as_val"'`
11798                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11799 $as_echo "$ac_res" >&6; }
11800 else
11801   # Is the header compilable?
11802 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11803 $as_echo_n "checking $ac_header usability... " >&6; }
11804 cat >conftest.$ac_ext <<_ACEOF
11805 /* confdefs.h.  */
11806 _ACEOF
11807 cat confdefs.h >>conftest.$ac_ext
11808 cat >>conftest.$ac_ext <<_ACEOF
11809 /* end confdefs.h.  */
11810 $ac_includes_default
11811 #include <$ac_header>
11812 _ACEOF
11813 rm -f conftest.$ac_objext
11814 if { (ac_try="$ac_compile"
11815 case "(($ac_try" in
11816   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11817   *) ac_try_echo=$ac_try;;
11818 esac
11819 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11820 $as_echo "$ac_try_echo") >&5
11821   (eval "$ac_compile") 2>conftest.er1
11822   ac_status=$?
11823   grep -v '^ *+' conftest.er1 >conftest.err
11824   rm -f conftest.er1
11825   cat conftest.err >&5
11826   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11827   (exit $ac_status); } && {
11828          test -z "$ac_c_werror_flag" ||
11829          test ! -s conftest.err
11830        } && test -s conftest.$ac_objext; then
11831   ac_header_compiler=yes
11832 else
11833   $as_echo "$as_me: failed program was:" >&5
11834 sed 's/^/| /' conftest.$ac_ext >&5
11835
11836         ac_header_compiler=no
11837 fi
11838
11839 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11840 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11841 $as_echo "$ac_header_compiler" >&6; }
11842
11843 # Is the header present?
11844 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11845 $as_echo_n "checking $ac_header presence... " >&6; }
11846 cat >conftest.$ac_ext <<_ACEOF
11847 /* confdefs.h.  */
11848 _ACEOF
11849 cat confdefs.h >>conftest.$ac_ext
11850 cat >>conftest.$ac_ext <<_ACEOF
11851 /* end confdefs.h.  */
11852 #include <$ac_header>
11853 _ACEOF
11854 if { (ac_try="$ac_cpp conftest.$ac_ext"
11855 case "(($ac_try" in
11856   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11857   *) ac_try_echo=$ac_try;;
11858 esac
11859 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11860 $as_echo "$ac_try_echo") >&5
11861   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11862   ac_status=$?
11863   grep -v '^ *+' conftest.er1 >conftest.err
11864   rm -f conftest.er1
11865   cat conftest.err >&5
11866   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11867   (exit $ac_status); } >/dev/null && {
11868          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11869          test ! -s conftest.err
11870        }; then
11871   ac_header_preproc=yes
11872 else
11873   $as_echo "$as_me: failed program was:" >&5
11874 sed 's/^/| /' conftest.$ac_ext >&5
11875
11876   ac_header_preproc=no
11877 fi
11878
11879 rm -f conftest.err conftest.$ac_ext
11880 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11881 $as_echo "$ac_header_preproc" >&6; }
11882
11883 # So?  What about this header?
11884 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11885   yes:no: )
11886     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11887 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11888     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11889 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11890     ac_header_preproc=yes
11891     ;;
11892   no:yes:* )
11893     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11894 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11895     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
11896 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
11897     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11898 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11899     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
11900 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
11901     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11902 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11903     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11904 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11905     ( cat <<\_ASBOX
11906 ## ------------------------------------ ##
11907 ## Report this to wine-devel@winehq.org ##
11908 ## ------------------------------------ ##
11909 _ASBOX
11910      ) | sed "s/^/$as_me: WARNING:     /" >&2
11911     ;;
11912 esac
11913 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11914 $as_echo_n "checking for $ac_header... " >&6; }
11915 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11916   $as_echo_n "(cached) " >&6
11917 else
11918   eval "$as_ac_Header=\$ac_header_preproc"
11919 fi
11920 ac_res=`eval 'as_val=${'$as_ac_Header'}
11921                  $as_echo "$as_val"'`
11922                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11923 $as_echo "$ac_res" >&6; }
11924
11925 fi
11926 as_val=`eval 'as_val=${'$as_ac_Header'}
11927                  $as_echo "$as_val"'`
11928    if test "x$as_val" = x""yes; then
11929   cat >>confdefs.h <<_ACEOF
11930 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11931 _ACEOF
11932
11933 for ac_header in audio/soundlib.h
11934 do
11935 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11936 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11937 $as_echo_n "checking for $ac_header... " >&6; }
11938 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11939   $as_echo_n "(cached) " >&6
11940 else
11941   cat >conftest.$ac_ext <<_ACEOF
11942 /* confdefs.h.  */
11943 _ACEOF
11944 cat confdefs.h >>conftest.$ac_ext
11945 cat >>conftest.$ac_ext <<_ACEOF
11946 /* end confdefs.h.  */
11947 #include <audio/audiolib.h>
11948
11949 #include <$ac_header>
11950 _ACEOF
11951 rm -f conftest.$ac_objext
11952 if { (ac_try="$ac_compile"
11953 case "(($ac_try" in
11954   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11955   *) ac_try_echo=$ac_try;;
11956 esac
11957 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11958 $as_echo "$ac_try_echo") >&5
11959   (eval "$ac_compile") 2>conftest.er1
11960   ac_status=$?
11961   grep -v '^ *+' conftest.er1 >conftest.err
11962   rm -f conftest.er1
11963   cat conftest.err >&5
11964   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11965   (exit $ac_status); } && {
11966          test -z "$ac_c_werror_flag" ||
11967          test ! -s conftest.err
11968        } && test -s conftest.$ac_objext; then
11969   eval "$as_ac_Header=yes"
11970 else
11971   $as_echo "$as_me: failed program was:" >&5
11972 sed 's/^/| /' conftest.$ac_ext >&5
11973
11974         eval "$as_ac_Header=no"
11975 fi
11976
11977 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11978 fi
11979 ac_res=`eval 'as_val=${'$as_ac_Header'}
11980                  $as_echo "$as_val"'`
11981                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11982 $as_echo "$ac_res" >&6; }
11983 as_val=`eval 'as_val=${'$as_ac_Header'}
11984                  $as_echo "$as_val"'`
11985    if test "x$as_val" = x""yes; then
11986   cat >>confdefs.h <<_ACEOF
11987 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11988 _ACEOF
11989
11990 fi
11991
11992 done
11993
11994           { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11995 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
11996 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11997   $as_echo_n "(cached) " >&6
11998 else
11999   ac_check_lib_save_LIBS=$LIBS
12000 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12001 cat >conftest.$ac_ext <<_ACEOF
12002 /* confdefs.h.  */
12003 _ACEOF
12004 cat confdefs.h >>conftest.$ac_ext
12005 cat >>conftest.$ac_ext <<_ACEOF
12006 /* end confdefs.h.  */
12007
12008 /* Override any GCC internal prototype to avoid an error.
12009    Use char because int might match the return type of a GCC
12010    builtin and then its argument prototype would still apply.  */
12011 #ifdef __cplusplus
12012 extern "C"
12013 #endif
12014 char AuCreateFlow ();
12015 int
12016 main ()
12017 {
12018 return AuCreateFlow ();
12019   ;
12020   return 0;
12021 }
12022 _ACEOF
12023 rm -f conftest.$ac_objext conftest$ac_exeext
12024 if { (ac_try="$ac_link"
12025 case "(($ac_try" in
12026   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12027   *) ac_try_echo=$ac_try;;
12028 esac
12029 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12030 $as_echo "$ac_try_echo") >&5
12031   (eval "$ac_link") 2>conftest.er1
12032   ac_status=$?
12033   grep -v '^ *+' conftest.er1 >conftest.err
12034   rm -f conftest.er1
12035   cat conftest.err >&5
12036   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12037   (exit $ac_status); } && {
12038          test -z "$ac_c_werror_flag" ||
12039          test ! -s conftest.err
12040        } && test -s conftest$ac_exeext && {
12041          test "$cross_compiling" = yes ||
12042          $as_test_x conftest$ac_exeext
12043        }; then
12044   ac_cv_lib_audio_AuCreateFlow=yes
12045 else
12046   $as_echo "$as_me: failed program was:" >&5
12047 sed 's/^/| /' conftest.$ac_ext >&5
12048
12049         ac_cv_lib_audio_AuCreateFlow=no
12050 fi
12051
12052 rm -rf conftest.dSYM
12053 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12054       conftest$ac_exeext conftest.$ac_ext
12055 LIBS=$ac_check_lib_save_LIBS
12056 fi
12057 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12058 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12059 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12060
12061 cat >>confdefs.h <<\_ACEOF
12062 #define HAVE_NAS 1
12063 _ACEOF
12064
12065                         { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12066 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12067 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12068   $as_echo_n "(cached) " >&6
12069 else
12070   ac_check_lib_save_LIBS=$LIBS
12071 LIBS="-lXau $X_LIBS $LIBS"
12072 cat >conftest.$ac_ext <<_ACEOF
12073 /* confdefs.h.  */
12074 _ACEOF
12075 cat confdefs.h >>conftest.$ac_ext
12076 cat >>conftest.$ac_ext <<_ACEOF
12077 /* end confdefs.h.  */
12078
12079 /* Override any GCC internal prototype to avoid an error.
12080    Use char because int might match the return type of a GCC
12081    builtin and then its argument prototype would still apply.  */
12082 #ifdef __cplusplus
12083 extern "C"
12084 #endif
12085 char XauGetBestAuthByAddr ();
12086 int
12087 main ()
12088 {
12089 return XauGetBestAuthByAddr ();
12090   ;
12091   return 0;
12092 }
12093 _ACEOF
12094 rm -f conftest.$ac_objext conftest$ac_exeext
12095 if { (ac_try="$ac_link"
12096 case "(($ac_try" in
12097   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12098   *) ac_try_echo=$ac_try;;
12099 esac
12100 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12101 $as_echo "$ac_try_echo") >&5
12102   (eval "$ac_link") 2>conftest.er1
12103   ac_status=$?
12104   grep -v '^ *+' conftest.er1 >conftest.err
12105   rm -f conftest.er1
12106   cat conftest.err >&5
12107   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12108   (exit $ac_status); } && {
12109          test -z "$ac_c_werror_flag" ||
12110          test ! -s conftest.err
12111        } && test -s conftest$ac_exeext && {
12112          test "$cross_compiling" = yes ||
12113          $as_test_x conftest$ac_exeext
12114        }; then
12115   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12116 else
12117   $as_echo "$as_me: failed program was:" >&5
12118 sed 's/^/| /' conftest.$ac_ext >&5
12119
12120         ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12121 fi
12122
12123 rm -rf conftest.dSYM
12124 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12125       conftest$ac_exeext conftest.$ac_ext
12126 LIBS=$ac_check_lib_save_LIBS
12127 fi
12128 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12129 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12130 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12131   NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12132 else
12133   NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12134 fi
12135
12136
12137 fi
12138
12139 fi
12140
12141 done
12142
12143
12144     CPPFLAGS="$ac_save_CPPFLAGS"
12145 else
12146     XLIB=""
12147     X_CFLAGS=""
12148     X_LIBS=""
12149     enable_winex11_drv=${enable_winex11_drv:-no}
12150     enable_opengl32=${enable_opengl32:-no}
12151     enable_glu32=${enable_glu32:-no}
12152 fi
12153 if test "x$XLIB" = "x"; then
12154   case "x$with_x" in
12155   xno) ;;
12156   *)   { { $as_echo "$as_me:$LINENO: error: X development files not found. Wine will be built
12157 without X support, which probably isn't what you want. You will need to install
12158 development packages of Xlib/Xfree86 at the very least.
12159 Use the --without-x option if you really want this." >&5
12160 $as_echo "$as_me: error: X development files not found. Wine will be built
12161 without X support, which probably isn't what you want. You will need to install
12162 development packages of Xlib/Xfree86 at the very least.
12163 Use the --without-x option if you really want this." >&2;}
12164    { (exit 1); exit 1; }; } ;;
12165 esac
12166 fi
12167
12168
12169
12170 XML2LIBS=""
12171
12172 XML2INCL=""
12173
12174 XSLTLIBS=""
12175
12176 XSLTINCL=""
12177
12178 if test "x$with_xml" != "xno"
12179 then
12180     ac_save_CPPFLAGS="$CPPFLAGS"
12181     if test "$PKG_CONFIG" != "false"
12182     then
12183         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12184         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12185     else
12186         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12187         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
12188     fi
12189     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12190
12191 for ac_header in libxml/parser.h
12192 do
12193 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12194 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12195   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12196 $as_echo_n "checking for $ac_header... " >&6; }
12197 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12198   $as_echo_n "(cached) " >&6
12199 fi
12200 ac_res=`eval 'as_val=${'$as_ac_Header'}
12201                  $as_echo "$as_val"'`
12202                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12203 $as_echo "$ac_res" >&6; }
12204 else
12205   # Is the header compilable?
12206 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12207 $as_echo_n "checking $ac_header usability... " >&6; }
12208 cat >conftest.$ac_ext <<_ACEOF
12209 /* confdefs.h.  */
12210 _ACEOF
12211 cat confdefs.h >>conftest.$ac_ext
12212 cat >>conftest.$ac_ext <<_ACEOF
12213 /* end confdefs.h.  */
12214 $ac_includes_default
12215 #include <$ac_header>
12216 _ACEOF
12217 rm -f conftest.$ac_objext
12218 if { (ac_try="$ac_compile"
12219 case "(($ac_try" in
12220   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12221   *) ac_try_echo=$ac_try;;
12222 esac
12223 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12224 $as_echo "$ac_try_echo") >&5
12225   (eval "$ac_compile") 2>conftest.er1
12226   ac_status=$?
12227   grep -v '^ *+' conftest.er1 >conftest.err
12228   rm -f conftest.er1
12229   cat conftest.err >&5
12230   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12231   (exit $ac_status); } && {
12232          test -z "$ac_c_werror_flag" ||
12233          test ! -s conftest.err
12234        } && test -s conftest.$ac_objext; then
12235   ac_header_compiler=yes
12236 else
12237   $as_echo "$as_me: failed program was:" >&5
12238 sed 's/^/| /' conftest.$ac_ext >&5
12239
12240         ac_header_compiler=no
12241 fi
12242
12243 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12244 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12245 $as_echo "$ac_header_compiler" >&6; }
12246
12247 # Is the header present?
12248 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12249 $as_echo_n "checking $ac_header presence... " >&6; }
12250 cat >conftest.$ac_ext <<_ACEOF
12251 /* confdefs.h.  */
12252 _ACEOF
12253 cat confdefs.h >>conftest.$ac_ext
12254 cat >>conftest.$ac_ext <<_ACEOF
12255 /* end confdefs.h.  */
12256 #include <$ac_header>
12257 _ACEOF
12258 if { (ac_try="$ac_cpp conftest.$ac_ext"
12259 case "(($ac_try" in
12260   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12261   *) ac_try_echo=$ac_try;;
12262 esac
12263 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12264 $as_echo "$ac_try_echo") >&5
12265   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12266   ac_status=$?
12267   grep -v '^ *+' conftest.er1 >conftest.err
12268   rm -f conftest.er1
12269   cat conftest.err >&5
12270   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12271   (exit $ac_status); } >/dev/null && {
12272          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12273          test ! -s conftest.err
12274        }; then
12275   ac_header_preproc=yes
12276 else
12277   $as_echo "$as_me: failed program was:" >&5
12278 sed 's/^/| /' conftest.$ac_ext >&5
12279
12280   ac_header_preproc=no
12281 fi
12282
12283 rm -f conftest.err conftest.$ac_ext
12284 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12285 $as_echo "$ac_header_preproc" >&6; }
12286
12287 # So?  What about this header?
12288 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12289   yes:no: )
12290     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12291 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12292     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12293 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12294     ac_header_preproc=yes
12295     ;;
12296   no:yes:* )
12297     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12298 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12299     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12300 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12301     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12302 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12303     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12304 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12305     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12306 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12307     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12308 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12309     ( cat <<\_ASBOX
12310 ## ------------------------------------ ##
12311 ## Report this to wine-devel@winehq.org ##
12312 ## ------------------------------------ ##
12313 _ASBOX
12314      ) | sed "s/^/$as_me: WARNING:     /" >&2
12315     ;;
12316 esac
12317 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12318 $as_echo_n "checking for $ac_header... " >&6; }
12319 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12320   $as_echo_n "(cached) " >&6
12321 else
12322   eval "$as_ac_Header=\$ac_header_preproc"
12323 fi
12324 ac_res=`eval 'as_val=${'$as_ac_Header'}
12325                  $as_echo "$as_val"'`
12326                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12327 $as_echo "$ac_res" >&6; }
12328
12329 fi
12330 as_val=`eval 'as_val=${'$as_ac_Header'}
12331                  $as_echo "$as_val"'`
12332    if test "x$as_val" = x""yes; then
12333   cat >>confdefs.h <<_ACEOF
12334 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12335 _ACEOF
12336  { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12337 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12338 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12339   $as_echo_n "(cached) " >&6
12340 else
12341   ac_check_lib_save_LIBS=$LIBS
12342 LIBS="-lxml2 $ac_xml_libs $LIBS"
12343 cat >conftest.$ac_ext <<_ACEOF
12344 /* confdefs.h.  */
12345 _ACEOF
12346 cat confdefs.h >>conftest.$ac_ext
12347 cat >>conftest.$ac_ext <<_ACEOF
12348 /* end confdefs.h.  */
12349
12350 /* Override any GCC internal prototype to avoid an error.
12351    Use char because int might match the return type of a GCC
12352    builtin and then its argument prototype would still apply.  */
12353 #ifdef __cplusplus
12354 extern "C"
12355 #endif
12356 char xmlParseMemory ();
12357 int
12358 main ()
12359 {
12360 return xmlParseMemory ();
12361   ;
12362   return 0;
12363 }
12364 _ACEOF
12365 rm -f conftest.$ac_objext conftest$ac_exeext
12366 if { (ac_try="$ac_link"
12367 case "(($ac_try" in
12368   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12369   *) ac_try_echo=$ac_try;;
12370 esac
12371 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12372 $as_echo "$ac_try_echo") >&5
12373   (eval "$ac_link") 2>conftest.er1
12374   ac_status=$?
12375   grep -v '^ *+' conftest.er1 >conftest.err
12376   rm -f conftest.er1
12377   cat conftest.err >&5
12378   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12379   (exit $ac_status); } && {
12380          test -z "$ac_c_werror_flag" ||
12381          test ! -s conftest.err
12382        } && test -s conftest$ac_exeext && {
12383          test "$cross_compiling" = yes ||
12384          $as_test_x conftest$ac_exeext
12385        }; then
12386   ac_cv_lib_xml2_xmlParseMemory=yes
12387 else
12388   $as_echo "$as_me: failed program was:" >&5
12389 sed 's/^/| /' conftest.$ac_ext >&5
12390
12391         ac_cv_lib_xml2_xmlParseMemory=no
12392 fi
12393
12394 rm -rf conftest.dSYM
12395 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12396       conftest$ac_exeext conftest.$ac_ext
12397 LIBS=$ac_check_lib_save_LIBS
12398 fi
12399 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12400 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12401 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12402
12403 cat >>confdefs.h <<\_ACEOF
12404 #define HAVE_LIBXML2 1
12405 _ACEOF
12406
12407                  XML2LIBS="$ac_xml_libs"
12408                  XML2INCL="$ac_xml_cflags"
12409 fi
12410
12411              { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12412 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12413 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12414   $as_echo_n "(cached) " >&6
12415 else
12416   ac_check_lib_save_LIBS=$LIBS
12417 LIBS="-lxml2 $ac_xml_libs $LIBS"
12418 cat >conftest.$ac_ext <<_ACEOF
12419 /* confdefs.h.  */
12420 _ACEOF
12421 cat confdefs.h >>conftest.$ac_ext
12422 cat >>conftest.$ac_ext <<_ACEOF
12423 /* end confdefs.h.  */
12424
12425 /* Override any GCC internal prototype to avoid an error.
12426    Use char because int might match the return type of a GCC
12427    builtin and then its argument prototype would still apply.  */
12428 #ifdef __cplusplus
12429 extern "C"
12430 #endif
12431 char xmlReadMemory ();
12432 int
12433 main ()
12434 {
12435 return xmlReadMemory ();
12436   ;
12437   return 0;
12438 }
12439 _ACEOF
12440 rm -f conftest.$ac_objext conftest$ac_exeext
12441 if { (ac_try="$ac_link"
12442 case "(($ac_try" in
12443   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12444   *) ac_try_echo=$ac_try;;
12445 esac
12446 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12447 $as_echo "$ac_try_echo") >&5
12448   (eval "$ac_link") 2>conftest.er1
12449   ac_status=$?
12450   grep -v '^ *+' conftest.er1 >conftest.err
12451   rm -f conftest.er1
12452   cat conftest.err >&5
12453   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12454   (exit $ac_status); } && {
12455          test -z "$ac_c_werror_flag" ||
12456          test ! -s conftest.err
12457        } && test -s conftest$ac_exeext && {
12458          test "$cross_compiling" = yes ||
12459          $as_test_x conftest$ac_exeext
12460        }; then
12461   ac_cv_lib_xml2_xmlReadMemory=yes
12462 else
12463   $as_echo "$as_me: failed program was:" >&5
12464 sed 's/^/| /' conftest.$ac_ext >&5
12465
12466         ac_cv_lib_xml2_xmlReadMemory=no
12467 fi
12468
12469 rm -rf conftest.dSYM
12470 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12471       conftest$ac_exeext conftest.$ac_ext
12472 LIBS=$ac_check_lib_save_LIBS
12473 fi
12474 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12475 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12476 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12477
12478 cat >>confdefs.h <<\_ACEOF
12479 #define HAVE_XMLREADMEMORY 1
12480 _ACEOF
12481
12482 fi
12483
12484              { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12485 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12486 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12487   $as_echo_n "(cached) " >&6
12488 else
12489   ac_check_lib_save_LIBS=$LIBS
12490 LIBS="-lxml2 $ac_xml_libs $LIBS"
12491 cat >conftest.$ac_ext <<_ACEOF
12492 /* confdefs.h.  */
12493 _ACEOF
12494 cat confdefs.h >>conftest.$ac_ext
12495 cat >>conftest.$ac_ext <<_ACEOF
12496 /* end confdefs.h.  */
12497
12498 /* Override any GCC internal prototype to avoid an error.
12499    Use char because int might match the return type of a GCC
12500    builtin and then its argument prototype would still apply.  */
12501 #ifdef __cplusplus
12502 extern "C"
12503 #endif
12504 char xmlNewDocPI ();
12505 int
12506 main ()
12507 {
12508 return xmlNewDocPI ();
12509   ;
12510   return 0;
12511 }
12512 _ACEOF
12513 rm -f conftest.$ac_objext conftest$ac_exeext
12514 if { (ac_try="$ac_link"
12515 case "(($ac_try" in
12516   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12517   *) ac_try_echo=$ac_try;;
12518 esac
12519 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12520 $as_echo "$ac_try_echo") >&5
12521   (eval "$ac_link") 2>conftest.er1
12522   ac_status=$?
12523   grep -v '^ *+' conftest.er1 >conftest.err
12524   rm -f conftest.er1
12525   cat conftest.err >&5
12526   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12527   (exit $ac_status); } && {
12528          test -z "$ac_c_werror_flag" ||
12529          test ! -s conftest.err
12530        } && test -s conftest$ac_exeext && {
12531          test "$cross_compiling" = yes ||
12532          $as_test_x conftest$ac_exeext
12533        }; then
12534   ac_cv_lib_xml2_xmlNewDocPI=yes
12535 else
12536   $as_echo "$as_me: failed program was:" >&5
12537 sed 's/^/| /' conftest.$ac_ext >&5
12538
12539         ac_cv_lib_xml2_xmlNewDocPI=no
12540 fi
12541
12542 rm -rf conftest.dSYM
12543 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12544       conftest$ac_exeext conftest.$ac_ext
12545 LIBS=$ac_check_lib_save_LIBS
12546 fi
12547 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12548 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12549 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12550
12551 cat >>confdefs.h <<\_ACEOF
12552 #define HAVE_XMLNEWDOCPI 1
12553 _ACEOF
12554
12555 fi
12556
12557
12558 fi
12559
12560 done
12561
12562     CPPFLAGS="$ac_save_CPPFLAGS"
12563 fi
12564 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12565   case "x$with_xml" in
12566   x)   wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12567   xno) ;;
12568   *)   { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12569 This is an error since --with-xml was requested." >&5
12570 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12571 This is an error since --with-xml was requested." >&2;}
12572    { (exit 1); exit 1; }; } ;;
12573 esac
12574 fi
12575
12576
12577 if test "x$with_xslt" != "xno"
12578 then
12579     if test "$PKG_CONFIG" != "false"
12580     then
12581         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12582         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12583     else
12584         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12585         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12586     fi
12587     ac_save_CPPFLAGS="$CPPFLAGS"
12588     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12589
12590
12591 for ac_header in libxslt/pattern.h libxslt/transform.h
12592 do
12593 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12594 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12595 $as_echo_n "checking for $ac_header... " >&6; }
12596 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12597   $as_echo_n "(cached) " >&6
12598 else
12599   cat >conftest.$ac_ext <<_ACEOF
12600 /* confdefs.h.  */
12601 _ACEOF
12602 cat confdefs.h >>conftest.$ac_ext
12603 cat >>conftest.$ac_ext <<_ACEOF
12604 /* end confdefs.h.  */
12605 #ifdef HAVE_LIBXSLT_PATTERN_H
12606 # include <libxslt/pattern.h>
12607 #endif
12608
12609 #include <$ac_header>
12610 _ACEOF
12611 rm -f conftest.$ac_objext
12612 if { (ac_try="$ac_compile"
12613 case "(($ac_try" in
12614   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12615   *) ac_try_echo=$ac_try;;
12616 esac
12617 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12618 $as_echo "$ac_try_echo") >&5
12619   (eval "$ac_compile") 2>conftest.er1
12620   ac_status=$?
12621   grep -v '^ *+' conftest.er1 >conftest.err
12622   rm -f conftest.er1
12623   cat conftest.err >&5
12624   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12625   (exit $ac_status); } && {
12626          test -z "$ac_c_werror_flag" ||
12627          test ! -s conftest.err
12628        } && test -s conftest.$ac_objext; then
12629   eval "$as_ac_Header=yes"
12630 else
12631   $as_echo "$as_me: failed program was:" >&5
12632 sed 's/^/| /' conftest.$ac_ext >&5
12633
12634         eval "$as_ac_Header=no"
12635 fi
12636
12637 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12638 fi
12639 ac_res=`eval 'as_val=${'$as_ac_Header'}
12640                  $as_echo "$as_val"'`
12641                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12642 $as_echo "$ac_res" >&6; }
12643 as_val=`eval 'as_val=${'$as_ac_Header'}
12644                  $as_echo "$as_val"'`
12645    if test "x$as_val" = x""yes; then
12646   cat >>confdefs.h <<_ACEOF
12647 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12648 _ACEOF
12649
12650 fi
12651
12652 done
12653
12654     CPPFLAGS="$ac_save_CPPFLAGS"
12655     if test "$ac_cv_header_libxslt_transform_h" = "yes"
12656     then
12657         { $as_echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12658 $as_echo_n "checking for xsltCompilePattern in -lxslt... " >&6; }
12659 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12660   $as_echo_n "(cached) " >&6
12661 else
12662   ac_check_lib_save_LIBS=$LIBS
12663 LIBS="-lxslt $ac_xslt_libs $LIBS"
12664 cat >conftest.$ac_ext <<_ACEOF
12665 /* confdefs.h.  */
12666 _ACEOF
12667 cat confdefs.h >>conftest.$ac_ext
12668 cat >>conftest.$ac_ext <<_ACEOF
12669 /* end confdefs.h.  */
12670
12671 /* Override any GCC internal prototype to avoid an error.
12672    Use char because int might match the return type of a GCC
12673    builtin and then its argument prototype would still apply.  */
12674 #ifdef __cplusplus
12675 extern "C"
12676 #endif
12677 char xsltCompilePattern ();
12678 int
12679 main ()
12680 {
12681 return xsltCompilePattern ();
12682   ;
12683   return 0;
12684 }
12685 _ACEOF
12686 rm -f conftest.$ac_objext conftest$ac_exeext
12687 if { (ac_try="$ac_link"
12688 case "(($ac_try" in
12689   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12690   *) ac_try_echo=$ac_try;;
12691 esac
12692 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12693 $as_echo "$ac_try_echo") >&5
12694   (eval "$ac_link") 2>conftest.er1
12695   ac_status=$?
12696   grep -v '^ *+' conftest.er1 >conftest.err
12697   rm -f conftest.er1
12698   cat conftest.err >&5
12699   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12700   (exit $ac_status); } && {
12701          test -z "$ac_c_werror_flag" ||
12702          test ! -s conftest.err
12703        } && test -s conftest$ac_exeext && {
12704          test "$cross_compiling" = yes ||
12705          $as_test_x conftest$ac_exeext
12706        }; then
12707   ac_cv_lib_xslt_xsltCompilePattern=yes
12708 else
12709   $as_echo "$as_me: failed program was:" >&5
12710 sed 's/^/| /' conftest.$ac_ext >&5
12711
12712         ac_cv_lib_xslt_xsltCompilePattern=no
12713 fi
12714
12715 rm -rf conftest.dSYM
12716 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12717       conftest$ac_exeext conftest.$ac_ext
12718 LIBS=$ac_check_lib_save_LIBS
12719 fi
12720 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12721 $as_echo "$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12722 if test "x$ac_cv_lib_xslt_xsltCompilePattern" = x""yes; then
12723
12724 cat >>confdefs.h <<\_ACEOF
12725 #define HAVE_LIBXSLT 1
12726 _ACEOF
12727
12728              XSLTLIBS="$ac_xslt_libs"
12729              XSLTINCL="$ac_xslt_cflags"
12730              ac_save_LIBS="$LIBS"
12731              LIBS="$LIBS $ac_xslt_libs"
12732
12733 for ac_func in xsltInit
12734 do
12735 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12736 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
12737 $as_echo_n "checking for $ac_func... " >&6; }
12738 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12739   $as_echo_n "(cached) " >&6
12740 else
12741   cat >conftest.$ac_ext <<_ACEOF
12742 /* confdefs.h.  */
12743 _ACEOF
12744 cat confdefs.h >>conftest.$ac_ext
12745 cat >>conftest.$ac_ext <<_ACEOF
12746 /* end confdefs.h.  */
12747 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12748    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12749 #define $ac_func innocuous_$ac_func
12750
12751 /* System header to define __stub macros and hopefully few prototypes,
12752     which can conflict with char $ac_func (); below.
12753     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12754     <limits.h> exists even on freestanding compilers.  */
12755
12756 #ifdef __STDC__
12757 # include <limits.h>
12758 #else
12759 # include <assert.h>
12760 #endif
12761
12762 #undef $ac_func
12763
12764 /* Override any GCC internal prototype to avoid an error.
12765    Use char because int might match the return type of a GCC
12766    builtin and then its argument prototype would still apply.  */
12767 #ifdef __cplusplus
12768 extern "C"
12769 #endif
12770 char $ac_func ();
12771 /* The GNU C library defines this for functions which it implements
12772     to always fail with ENOSYS.  Some functions are actually named
12773     something starting with __ and the normal name is an alias.  */
12774 #if defined __stub_$ac_func || defined __stub___$ac_func
12775 choke me
12776 #endif
12777
12778 int
12779 main ()
12780 {
12781 return $ac_func ();
12782   ;
12783   return 0;
12784 }
12785 _ACEOF
12786 rm -f conftest.$ac_objext conftest$ac_exeext
12787 if { (ac_try="$ac_link"
12788 case "(($ac_try" in
12789   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12790   *) ac_try_echo=$ac_try;;
12791 esac
12792 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12793 $as_echo "$ac_try_echo") >&5
12794   (eval "$ac_link") 2>conftest.er1
12795   ac_status=$?
12796   grep -v '^ *+' conftest.er1 >conftest.err
12797   rm -f conftest.er1
12798   cat conftest.err >&5
12799   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12800   (exit $ac_status); } && {
12801          test -z "$ac_c_werror_flag" ||
12802          test ! -s conftest.err
12803        } && test -s conftest$ac_exeext && {
12804          test "$cross_compiling" = yes ||
12805          $as_test_x conftest$ac_exeext
12806        }; then
12807   eval "$as_ac_var=yes"
12808 else
12809   $as_echo "$as_me: failed program was:" >&5
12810 sed 's/^/| /' conftest.$ac_ext >&5
12811
12812         eval "$as_ac_var=no"
12813 fi
12814
12815 rm -rf conftest.dSYM
12816 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12817       conftest$ac_exeext conftest.$ac_ext
12818 fi
12819 ac_res=`eval 'as_val=${'$as_ac_var'}
12820                  $as_echo "$as_val"'`
12821                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12822 $as_echo "$ac_res" >&6; }
12823 as_val=`eval 'as_val=${'$as_ac_var'}
12824                  $as_echo "$as_val"'`
12825    if test "x$as_val" = x""yes; then
12826   cat >>confdefs.h <<_ACEOF
12827 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12828 _ACEOF
12829
12830 fi
12831 done
12832
12833              LIBS="$ac_save_LIBS"
12834 fi
12835
12836     fi
12837 fi
12838 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12839   case "x$with_xslt" in
12840   x)   wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12841   xno) ;;
12842   *)   { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12843 This is an error since --with-xslt was requested." >&5
12844 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12845 This is an error since --with-xslt was requested." >&2;}
12846    { (exit 1); exit 1; }; } ;;
12847 esac
12848 fi
12849
12850
12851 HALINCL=""
12852
12853 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12854 then
12855     ac_save_CPPFLAGS="$CPPFLAGS"
12856     ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12857     ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12858     CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12859
12860
12861 for ac_header in dbus/dbus.h hal/libhal.h
12862 do
12863 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12864 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12865   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12866 $as_echo_n "checking for $ac_header... " >&6; }
12867 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12868   $as_echo_n "(cached) " >&6
12869 fi
12870 ac_res=`eval 'as_val=${'$as_ac_Header'}
12871                  $as_echo "$as_val"'`
12872                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12873 $as_echo "$ac_res" >&6; }
12874 else
12875   # Is the header compilable?
12876 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12877 $as_echo_n "checking $ac_header usability... " >&6; }
12878 cat >conftest.$ac_ext <<_ACEOF
12879 /* confdefs.h.  */
12880 _ACEOF
12881 cat confdefs.h >>conftest.$ac_ext
12882 cat >>conftest.$ac_ext <<_ACEOF
12883 /* end confdefs.h.  */
12884 $ac_includes_default
12885 #include <$ac_header>
12886 _ACEOF
12887 rm -f conftest.$ac_objext
12888 if { (ac_try="$ac_compile"
12889 case "(($ac_try" in
12890   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12891   *) ac_try_echo=$ac_try;;
12892 esac
12893 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12894 $as_echo "$ac_try_echo") >&5
12895   (eval "$ac_compile") 2>conftest.er1
12896   ac_status=$?
12897   grep -v '^ *+' conftest.er1 >conftest.err
12898   rm -f conftest.er1
12899   cat conftest.err >&5
12900   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12901   (exit $ac_status); } && {
12902          test -z "$ac_c_werror_flag" ||
12903          test ! -s conftest.err
12904        } && test -s conftest.$ac_objext; then
12905   ac_header_compiler=yes
12906 else
12907   $as_echo "$as_me: failed program was:" >&5
12908 sed 's/^/| /' conftest.$ac_ext >&5
12909
12910         ac_header_compiler=no
12911 fi
12912
12913 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12914 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12915 $as_echo "$ac_header_compiler" >&6; }
12916
12917 # Is the header present?
12918 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12919 $as_echo_n "checking $ac_header presence... " >&6; }
12920 cat >conftest.$ac_ext <<_ACEOF
12921 /* confdefs.h.  */
12922 _ACEOF
12923 cat confdefs.h >>conftest.$ac_ext
12924 cat >>conftest.$ac_ext <<_ACEOF
12925 /* end confdefs.h.  */
12926 #include <$ac_header>
12927 _ACEOF
12928 if { (ac_try="$ac_cpp conftest.$ac_ext"
12929 case "(($ac_try" in
12930   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12931   *) ac_try_echo=$ac_try;;
12932 esac
12933 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12934 $as_echo "$ac_try_echo") >&5
12935   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12936   ac_status=$?
12937   grep -v '^ *+' conftest.er1 >conftest.err
12938   rm -f conftest.er1
12939   cat conftest.err >&5
12940   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12941   (exit $ac_status); } >/dev/null && {
12942          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12943          test ! -s conftest.err
12944        }; then
12945   ac_header_preproc=yes
12946 else
12947   $as_echo "$as_me: failed program was:" >&5
12948 sed 's/^/| /' conftest.$ac_ext >&5
12949
12950   ac_header_preproc=no
12951 fi
12952
12953 rm -f conftest.err conftest.$ac_ext
12954 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12955 $as_echo "$ac_header_preproc" >&6; }
12956
12957 # So?  What about this header?
12958 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12959   yes:no: )
12960     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12961 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12962     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12963 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12964     ac_header_preproc=yes
12965     ;;
12966   no:yes:* )
12967     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12968 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12969     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12970 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12971     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12972 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12973     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12974 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12975     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12976 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12977     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12978 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12979     ( cat <<\_ASBOX
12980 ## ------------------------------------ ##
12981 ## Report this to wine-devel@winehq.org ##
12982 ## ------------------------------------ ##
12983 _ASBOX
12984      ) | sed "s/^/$as_me: WARNING:     /" >&2
12985     ;;
12986 esac
12987 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12988 $as_echo_n "checking for $ac_header... " >&6; }
12989 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12990   $as_echo_n "(cached) " >&6
12991 else
12992   eval "$as_ac_Header=\$ac_header_preproc"
12993 fi
12994 ac_res=`eval 'as_val=${'$as_ac_Header'}
12995                  $as_echo "$as_val"'`
12996                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12997 $as_echo "$ac_res" >&6; }
12998
12999 fi
13000 as_val=`eval 'as_val=${'$as_ac_Header'}
13001                  $as_echo "$as_val"'`
13002    if test "x$as_val" = x""yes; then
13003   cat >>confdefs.h <<_ACEOF
13004 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13005 _ACEOF
13006
13007 fi
13008
13009 done
13010
13011     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
13012     then
13013         { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
13014 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
13015 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
13016   $as_echo_n "(cached) " >&6
13017 else
13018   ac_check_lib_save_LIBS=$LIBS
13019 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
13020 cat >conftest.$ac_ext <<_ACEOF
13021 /* confdefs.h.  */
13022 _ACEOF
13023 cat confdefs.h >>conftest.$ac_ext
13024 cat >>conftest.$ac_ext <<_ACEOF
13025 /* end confdefs.h.  */
13026
13027 /* Override any GCC internal prototype to avoid an error.
13028    Use char because int might match the return type of a GCC
13029    builtin and then its argument prototype would still apply.  */
13030 #ifdef __cplusplus
13031 extern "C"
13032 #endif
13033 char dbus_connection_close ();
13034 int
13035 main ()
13036 {
13037 return dbus_connection_close ();
13038   ;
13039   return 0;
13040 }
13041 _ACEOF
13042 rm -f conftest.$ac_objext conftest$ac_exeext
13043 if { (ac_try="$ac_link"
13044 case "(($ac_try" in
13045   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13046   *) ac_try_echo=$ac_try;;
13047 esac
13048 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13049 $as_echo "$ac_try_echo") >&5
13050   (eval "$ac_link") 2>conftest.er1
13051   ac_status=$?
13052   grep -v '^ *+' conftest.er1 >conftest.err
13053   rm -f conftest.er1
13054   cat conftest.err >&5
13055   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13056   (exit $ac_status); } && {
13057          test -z "$ac_c_werror_flag" ||
13058          test ! -s conftest.err
13059        } && test -s conftest$ac_exeext && {
13060          test "$cross_compiling" = yes ||
13061          $as_test_x conftest$ac_exeext
13062        }; then
13063   ac_cv_lib_dbus_1_dbus_connection_close=yes
13064 else
13065   $as_echo "$as_me: failed program was:" >&5
13066 sed 's/^/| /' conftest.$ac_ext >&5
13067
13068         ac_cv_lib_dbus_1_dbus_connection_close=no
13069 fi
13070
13071 rm -rf conftest.dSYM
13072 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13073       conftest$ac_exeext conftest.$ac_ext
13074 LIBS=$ac_check_lib_save_LIBS
13075 fi
13076 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13077 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13078 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13079   { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13080 $as_echo_n "checking for -lhal... " >&6; }
13081 if test "${ac_cv_lib_soname_hal+set}" = set; then
13082   $as_echo_n "(cached) " >&6
13083 else
13084   ac_check_soname_save_LIBS=$LIBS
13085 LIBS="-lhal $ac_hal_libs $LIBS"
13086   cat >conftest.$ac_ext <<_ACEOF
13087 /* confdefs.h.  */
13088 _ACEOF
13089 cat confdefs.h >>conftest.$ac_ext
13090 cat >>conftest.$ac_ext <<_ACEOF
13091 /* end confdefs.h.  */
13092
13093 /* Override any GCC internal prototype to avoid an error.
13094    Use char because int might match the return type of a GCC
13095    builtin and then its argument prototype would still apply.  */
13096 #ifdef __cplusplus
13097 extern "C"
13098 #endif
13099 char libhal_ctx_new ();
13100 int
13101 main ()
13102 {
13103 return libhal_ctx_new ();
13104   ;
13105   return 0;
13106 }
13107 _ACEOF
13108 rm -f conftest.$ac_objext conftest$ac_exeext
13109 if { (ac_try="$ac_link"
13110 case "(($ac_try" in
13111   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13112   *) ac_try_echo=$ac_try;;
13113 esac
13114 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13115 $as_echo "$ac_try_echo") >&5
13116   (eval "$ac_link") 2>conftest.er1
13117   ac_status=$?
13118   grep -v '^ *+' conftest.er1 >conftest.err
13119   rm -f conftest.er1
13120   cat conftest.err >&5
13121   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13122   (exit $ac_status); } && {
13123          test -z "$ac_c_werror_flag" ||
13124          test ! -s conftest.err
13125        } && test -s conftest$ac_exeext && {
13126          test "$cross_compiling" = yes ||
13127          $as_test_x conftest$ac_exeext
13128        }; then
13129   case "$LIBEXT" in
13130     dll) ;;
13131     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'` ;;
13132     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
13133   esac
13134 else
13135   $as_echo "$as_me: failed program was:" >&5
13136 sed 's/^/| /' conftest.$ac_ext >&5
13137
13138
13139 fi
13140
13141 rm -rf conftest.dSYM
13142 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13143       conftest$ac_exeext conftest.$ac_ext
13144   LIBS=$ac_check_soname_save_LIBS
13145 fi
13146 if test "x$ac_cv_lib_soname_hal" = "x"; then
13147   { $as_echo "$as_me:$LINENO: result: not found" >&5
13148 $as_echo "not found" >&6; }
13149
13150 else
13151   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13152 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13153
13154 cat >>confdefs.h <<_ACEOF
13155 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13156 _ACEOF
13157
13158        HALINCL="$ac_hal_cflags"
13159 fi
13160
13161 fi
13162
13163     fi
13164     CPPFLAGS="$ac_save_CPPFLAGS"
13165 fi
13166 if test "x$ac_cv_lib_soname_hal" = "x"; then
13167   case "x$with_hal" in
13168   x)   wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13169   xno) ;;
13170   *)   { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13171 This is an error since --with-hal was requested." >&5
13172 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13173 This is an error since --with-hal was requested." >&2;}
13174    { (exit 1); exit 1; }; } ;;
13175 esac
13176 fi
13177
13178
13179 if test "x$with_gnutls" != "xno" -a "$PKG_CONFIG" != "false"
13180 then
13181     ac_save_CPPFLAGS="$CPPFLAGS"
13182     ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13183     ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13184     CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13185     if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13186   { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13187 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13188 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13189   $as_echo_n "(cached) " >&6
13190 fi
13191 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13192 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13193 else
13194   # Is the header compilable?
13195 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13196 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13197 cat >conftest.$ac_ext <<_ACEOF
13198 /* confdefs.h.  */
13199 _ACEOF
13200 cat confdefs.h >>conftest.$ac_ext
13201 cat >>conftest.$ac_ext <<_ACEOF
13202 /* end confdefs.h.  */
13203 $ac_includes_default
13204 #include <gnutls/gnutls.h>
13205 _ACEOF
13206 rm -f conftest.$ac_objext
13207 if { (ac_try="$ac_compile"
13208 case "(($ac_try" in
13209   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13210   *) ac_try_echo=$ac_try;;
13211 esac
13212 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13213 $as_echo "$ac_try_echo") >&5
13214   (eval "$ac_compile") 2>conftest.er1
13215   ac_status=$?
13216   grep -v '^ *+' conftest.er1 >conftest.err
13217   rm -f conftest.er1
13218   cat conftest.err >&5
13219   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13220   (exit $ac_status); } && {
13221          test -z "$ac_c_werror_flag" ||
13222          test ! -s conftest.err
13223        } && test -s conftest.$ac_objext; then
13224   ac_header_compiler=yes
13225 else
13226   $as_echo "$as_me: failed program was:" >&5
13227 sed 's/^/| /' conftest.$ac_ext >&5
13228
13229         ac_header_compiler=no
13230 fi
13231
13232 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13233 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13234 $as_echo "$ac_header_compiler" >&6; }
13235
13236 # Is the header present?
13237 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13238 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13239 cat >conftest.$ac_ext <<_ACEOF
13240 /* confdefs.h.  */
13241 _ACEOF
13242 cat confdefs.h >>conftest.$ac_ext
13243 cat >>conftest.$ac_ext <<_ACEOF
13244 /* end confdefs.h.  */
13245 #include <gnutls/gnutls.h>
13246 _ACEOF
13247 if { (ac_try="$ac_cpp conftest.$ac_ext"
13248 case "(($ac_try" in
13249   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13250   *) ac_try_echo=$ac_try;;
13251 esac
13252 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13253 $as_echo "$ac_try_echo") >&5
13254   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13255   ac_status=$?
13256   grep -v '^ *+' conftest.er1 >conftest.err
13257   rm -f conftest.er1
13258   cat conftest.err >&5
13259   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13260   (exit $ac_status); } >/dev/null && {
13261          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13262          test ! -s conftest.err
13263        }; then
13264   ac_header_preproc=yes
13265 else
13266   $as_echo "$as_me: failed program was:" >&5
13267 sed 's/^/| /' conftest.$ac_ext >&5
13268
13269   ac_header_preproc=no
13270 fi
13271
13272 rm -f conftest.err conftest.$ac_ext
13273 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13274 $as_echo "$ac_header_preproc" >&6; }
13275
13276 # So?  What about this header?
13277 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13278   yes:no: )
13279     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13280 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13281     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13282 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13283     ac_header_preproc=yes
13284     ;;
13285   no:yes:* )
13286     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13287 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13288     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&5
13289 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&2;}
13290     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13291 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13292     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&5
13293 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13294     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13295 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13296     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13297 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13298     ( cat <<\_ASBOX
13299 ## ------------------------------------ ##
13300 ## Report this to wine-devel@winehq.org ##
13301 ## ------------------------------------ ##
13302 _ASBOX
13303      ) | sed "s/^/$as_me: WARNING:     /" >&2
13304     ;;
13305 esac
13306 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13307 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13308 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13309   $as_echo_n "(cached) " >&6
13310 else
13311   ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13312 fi
13313 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13314 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13315
13316 fi
13317 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13318   cat >conftest.$ac_ext <<_ACEOF
13319 /* confdefs.h.  */
13320 _ACEOF
13321 cat confdefs.h >>conftest.$ac_ext
13322 cat >>conftest.$ac_ext <<_ACEOF
13323 /* end confdefs.h.  */
13324 #include <gnutls/gnutls.h>
13325 int
13326 main ()
13327 {
13328 typeof(gnutls_transport_set_errno) *pfunc;
13329   ;
13330   return 0;
13331 }
13332 _ACEOF
13333 rm -f conftest.$ac_objext
13334 if { (ac_try="$ac_compile"
13335 case "(($ac_try" in
13336   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13337   *) ac_try_echo=$ac_try;;
13338 esac
13339 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13340 $as_echo "$ac_try_echo") >&5
13341   (eval "$ac_compile") 2>conftest.er1
13342   ac_status=$?
13343   grep -v '^ *+' conftest.er1 >conftest.err
13344   rm -f conftest.er1
13345   cat conftest.err >&5
13346   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13347   (exit $ac_status); } && {
13348          test -z "$ac_c_werror_flag" ||
13349          test ! -s conftest.err
13350        } && test -s conftest.$ac_objext; then
13351   { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13352 $as_echo_n "checking for -lgnutls... " >&6; }
13353 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13354   $as_echo_n "(cached) " >&6
13355 else
13356   ac_check_soname_save_LIBS=$LIBS
13357 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13358   cat >conftest.$ac_ext <<_ACEOF
13359 /* confdefs.h.  */
13360 _ACEOF
13361 cat confdefs.h >>conftest.$ac_ext
13362 cat >>conftest.$ac_ext <<_ACEOF
13363 /* end confdefs.h.  */
13364
13365 /* Override any GCC internal prototype to avoid an error.
13366    Use char because int might match the return type of a GCC
13367    builtin and then its argument prototype would still apply.  */
13368 #ifdef __cplusplus
13369 extern "C"
13370 #endif
13371 char gnutls_global_init ();
13372 int
13373 main ()
13374 {
13375 return gnutls_global_init ();
13376   ;
13377   return 0;
13378 }
13379 _ACEOF
13380 rm -f conftest.$ac_objext conftest$ac_exeext
13381 if { (ac_try="$ac_link"
13382 case "(($ac_try" in
13383   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13384   *) ac_try_echo=$ac_try;;
13385 esac
13386 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13387 $as_echo "$ac_try_echo") >&5
13388   (eval "$ac_link") 2>conftest.er1
13389   ac_status=$?
13390   grep -v '^ *+' conftest.er1 >conftest.err
13391   rm -f conftest.er1
13392   cat conftest.err >&5
13393   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13394   (exit $ac_status); } && {
13395          test -z "$ac_c_werror_flag" ||
13396          test ! -s conftest.err
13397        } && test -s conftest$ac_exeext && {
13398          test "$cross_compiling" = yes ||
13399          $as_test_x conftest$ac_exeext
13400        }; then
13401   case "$LIBEXT" in
13402     dll) ;;
13403     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'` ;;
13404     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13405   esac
13406 else
13407   $as_echo "$as_me: failed program was:" >&5
13408 sed 's/^/| /' conftest.$ac_ext >&5
13409
13410
13411 fi
13412
13413 rm -rf conftest.dSYM
13414 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13415       conftest$ac_exeext conftest.$ac_ext
13416   LIBS=$ac_check_soname_save_LIBS
13417 fi
13418 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13419   { $as_echo "$as_me:$LINENO: result: not found" >&5
13420 $as_echo "not found" >&6; }
13421
13422 else
13423   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13424 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13425
13426 cat >>confdefs.h <<_ACEOF
13427 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13428 _ACEOF
13429
13430        GNUTLSINCL="$ac_gnutls_cflags"
13431
13432 fi
13433
13434 else
13435   $as_echo "$as_me: failed program was:" >&5
13436 sed 's/^/| /' conftest.$ac_ext >&5
13437
13438
13439 fi
13440
13441 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13442 fi
13443
13444
13445     CPPFLAGS="$ac_save_CPPFLAGS"
13446 fi
13447 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13448   case "x$with_gnutls" in
13449   x)   wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13450   xno) ;;
13451   *)   { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13452 This is an error since --with-gnutls was requested." >&5
13453 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13454 This is an error since --with-gnutls was requested." >&2;}
13455    { (exit 1); exit 1; }; } ;;
13456 esac
13457 fi
13458
13459
13460 CURSESLIBS=""
13461 if test "$ac_cv_header_ncurses_h" = "yes"
13462 then
13463     { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13464 $as_echo_n "checking for -lncurses... " >&6; }
13465 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13466   $as_echo_n "(cached) " >&6
13467 else
13468   ac_check_soname_save_LIBS=$LIBS
13469 LIBS="-lncurses  $LIBS"
13470   cat >conftest.$ac_ext <<_ACEOF
13471 /* confdefs.h.  */
13472 _ACEOF
13473 cat confdefs.h >>conftest.$ac_ext
13474 cat >>conftest.$ac_ext <<_ACEOF
13475 /* end confdefs.h.  */
13476
13477 /* Override any GCC internal prototype to avoid an error.
13478    Use char because int might match the return type of a GCC
13479    builtin and then its argument prototype would still apply.  */
13480 #ifdef __cplusplus
13481 extern "C"
13482 #endif
13483 char waddch ();
13484 int
13485 main ()
13486 {
13487 return waddch ();
13488   ;
13489   return 0;
13490 }
13491 _ACEOF
13492 rm -f conftest.$ac_objext conftest$ac_exeext
13493 if { (ac_try="$ac_link"
13494 case "(($ac_try" in
13495   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13496   *) ac_try_echo=$ac_try;;
13497 esac
13498 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13499 $as_echo "$ac_try_echo") >&5
13500   (eval "$ac_link") 2>conftest.er1
13501   ac_status=$?
13502   grep -v '^ *+' conftest.er1 >conftest.err
13503   rm -f conftest.er1
13504   cat conftest.err >&5
13505   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13506   (exit $ac_status); } && {
13507          test -z "$ac_c_werror_flag" ||
13508          test ! -s conftest.err
13509        } && test -s conftest$ac_exeext && {
13510          test "$cross_compiling" = yes ||
13511          $as_test_x conftest$ac_exeext
13512        }; then
13513   case "$LIBEXT" in
13514     dll) ;;
13515     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'` ;;
13516     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
13517   esac
13518 else
13519   $as_echo "$as_me: failed program was:" >&5
13520 sed 's/^/| /' conftest.$ac_ext >&5
13521
13522
13523 fi
13524
13525 rm -rf conftest.dSYM
13526 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13527       conftest$ac_exeext conftest.$ac_ext
13528   LIBS=$ac_check_soname_save_LIBS
13529 fi
13530 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13531   { $as_echo "$as_me:$LINENO: result: not found" >&5
13532 $as_echo "not found" >&6; }
13533
13534 else
13535   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13536 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13537
13538 cat >>confdefs.h <<_ACEOF
13539 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13540 _ACEOF
13541
13542        CURSESLIBS="-lncurses"
13543 fi
13544
13545 elif test "$ac_cv_header_curses_h" = "yes"
13546 then
13547     { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13548 $as_echo_n "checking for -lcurses... " >&6; }
13549 if test "${ac_cv_lib_soname_curses+set}" = set; then
13550   $as_echo_n "(cached) " >&6
13551 else
13552   ac_check_soname_save_LIBS=$LIBS
13553 LIBS="-lcurses  $LIBS"
13554   cat >conftest.$ac_ext <<_ACEOF
13555 /* confdefs.h.  */
13556 _ACEOF
13557 cat confdefs.h >>conftest.$ac_ext
13558 cat >>conftest.$ac_ext <<_ACEOF
13559 /* end confdefs.h.  */
13560
13561 /* Override any GCC internal prototype to avoid an error.
13562    Use char because int might match the return type of a GCC
13563    builtin and then its argument prototype would still apply.  */
13564 #ifdef __cplusplus
13565 extern "C"
13566 #endif
13567 char waddch ();
13568 int
13569 main ()
13570 {
13571 return waddch ();
13572   ;
13573   return 0;
13574 }
13575 _ACEOF
13576 rm -f conftest.$ac_objext conftest$ac_exeext
13577 if { (ac_try="$ac_link"
13578 case "(($ac_try" in
13579   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13580   *) ac_try_echo=$ac_try;;
13581 esac
13582 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13583 $as_echo "$ac_try_echo") >&5
13584   (eval "$ac_link") 2>conftest.er1
13585   ac_status=$?
13586   grep -v '^ *+' conftest.er1 >conftest.err
13587   rm -f conftest.er1
13588   cat conftest.err >&5
13589   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13590   (exit $ac_status); } && {
13591          test -z "$ac_c_werror_flag" ||
13592          test ! -s conftest.err
13593        } && test -s conftest$ac_exeext && {
13594          test "$cross_compiling" = yes ||
13595          $as_test_x conftest$ac_exeext
13596        }; then
13597   case "$LIBEXT" in
13598     dll) ;;
13599     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'` ;;
13600     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13601   esac
13602 else
13603   $as_echo "$as_me: failed program was:" >&5
13604 sed 's/^/| /' conftest.$ac_ext >&5
13605
13606
13607 fi
13608
13609 rm -rf conftest.dSYM
13610 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13611       conftest$ac_exeext conftest.$ac_ext
13612   LIBS=$ac_check_soname_save_LIBS
13613 fi
13614 if test "x$ac_cv_lib_soname_curses" = "x"; then
13615   { $as_echo "$as_me:$LINENO: result: not found" >&5
13616 $as_echo "not found" >&6; }
13617
13618 else
13619   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13620 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13621
13622 cat >>confdefs.h <<_ACEOF
13623 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13624 _ACEOF
13625
13626        CURSESLIBS="-lcurses"
13627 fi
13628
13629 fi
13630 ac_save_LIBS="$LIBS"
13631 LIBS="$LIBS $CURSESLIBS"
13632
13633 for ac_func in mousemask
13634 do
13635 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13636 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13637 $as_echo_n "checking for $ac_func... " >&6; }
13638 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13639   $as_echo_n "(cached) " >&6
13640 else
13641   cat >conftest.$ac_ext <<_ACEOF
13642 /* confdefs.h.  */
13643 _ACEOF
13644 cat confdefs.h >>conftest.$ac_ext
13645 cat >>conftest.$ac_ext <<_ACEOF
13646 /* end confdefs.h.  */
13647 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13648    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13649 #define $ac_func innocuous_$ac_func
13650
13651 /* System header to define __stub macros and hopefully few prototypes,
13652     which can conflict with char $ac_func (); below.
13653     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13654     <limits.h> exists even on freestanding compilers.  */
13655
13656 #ifdef __STDC__
13657 # include <limits.h>
13658 #else
13659 # include <assert.h>
13660 #endif
13661
13662 #undef $ac_func
13663
13664 /* Override any GCC internal prototype to avoid an error.
13665    Use char because int might match the return type of a GCC
13666    builtin and then its argument prototype would still apply.  */
13667 #ifdef __cplusplus
13668 extern "C"
13669 #endif
13670 char $ac_func ();
13671 /* The GNU C library defines this for functions which it implements
13672     to always fail with ENOSYS.  Some functions are actually named
13673     something starting with __ and the normal name is an alias.  */
13674 #if defined __stub_$ac_func || defined __stub___$ac_func
13675 choke me
13676 #endif
13677
13678 int
13679 main ()
13680 {
13681 return $ac_func ();
13682   ;
13683   return 0;
13684 }
13685 _ACEOF
13686 rm -f conftest.$ac_objext conftest$ac_exeext
13687 if { (ac_try="$ac_link"
13688 case "(($ac_try" in
13689   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13690   *) ac_try_echo=$ac_try;;
13691 esac
13692 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13693 $as_echo "$ac_try_echo") >&5
13694   (eval "$ac_link") 2>conftest.er1
13695   ac_status=$?
13696   grep -v '^ *+' conftest.er1 >conftest.err
13697   rm -f conftest.er1
13698   cat conftest.err >&5
13699   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13700   (exit $ac_status); } && {
13701          test -z "$ac_c_werror_flag" ||
13702          test ! -s conftest.err
13703        } && test -s conftest$ac_exeext && {
13704          test "$cross_compiling" = yes ||
13705          $as_test_x conftest$ac_exeext
13706        }; then
13707   eval "$as_ac_var=yes"
13708 else
13709   $as_echo "$as_me: failed program was:" >&5
13710 sed 's/^/| /' conftest.$ac_ext >&5
13711
13712         eval "$as_ac_var=no"
13713 fi
13714
13715 rm -rf conftest.dSYM
13716 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13717       conftest$ac_exeext conftest.$ac_ext
13718 fi
13719 ac_res=`eval 'as_val=${'$as_ac_var'}
13720                  $as_echo "$as_val"'`
13721                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13722 $as_echo "$ac_res" >&6; }
13723 as_val=`eval 'as_val=${'$as_ac_var'}
13724                  $as_echo "$as_val"'`
13725    if test "x$as_val" = x""yes; then
13726   cat >>confdefs.h <<_ACEOF
13727 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13728 _ACEOF
13729
13730 fi
13731 done
13732
13733 LIBS="$ac_save_LIBS"
13734 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13735   case "x$with_curses" in
13736   x)   wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13737   xno) ;;
13738   *)   { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13739 This is an error since --with-curses was requested." >&5
13740 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13741 This is an error since --with-curses was requested." >&2;}
13742    { (exit 1); exit 1; }; } ;;
13743 esac
13744 fi
13745
13746
13747 # Extract the first word of "sane-config", so it can be a program name with args.
13748 set dummy sane-config; ac_word=$2
13749 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13750 $as_echo_n "checking for $ac_word... " >&6; }
13751 if test "${ac_cv_prog_sane_devel+set}" = set; then
13752   $as_echo_n "(cached) " >&6
13753 else
13754   if test -n "$sane_devel"; then
13755   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13756 else
13757 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13758 for as_dir in $PATH
13759 do
13760   IFS=$as_save_IFS
13761   test -z "$as_dir" && as_dir=.
13762   for ac_exec_ext in '' $ac_executable_extensions; do
13763   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13764     ac_cv_prog_sane_devel="sane-config"
13765     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13766     break 2
13767   fi
13768 done
13769 done
13770 IFS=$as_save_IFS
13771
13772   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13773 fi
13774 fi
13775 sane_devel=$ac_cv_prog_sane_devel
13776 if test -n "$sane_devel"; then
13777   { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13778 $as_echo "$sane_devel" >&6; }
13779 else
13780   { $as_echo "$as_me:$LINENO: result: no" >&5
13781 $as_echo "no" >&6; }
13782 fi
13783
13784
13785 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13786 then
13787     ac_sane_incl="`$sane_devel --cflags`"
13788     ac_sane_libs="`$sane_devel --ldflags`"
13789     ac_save_CPPFLAGS="$CPPFLAGS"
13790     CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13791     if test "${ac_cv_header_sane_sane_h+set}" = set; then
13792   { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13793 $as_echo_n "checking for sane/sane.h... " >&6; }
13794 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13795   $as_echo_n "(cached) " >&6
13796 fi
13797 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13798 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13799 else
13800   # Is the header compilable?
13801 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13802 $as_echo_n "checking sane/sane.h usability... " >&6; }
13803 cat >conftest.$ac_ext <<_ACEOF
13804 /* confdefs.h.  */
13805 _ACEOF
13806 cat confdefs.h >>conftest.$ac_ext
13807 cat >>conftest.$ac_ext <<_ACEOF
13808 /* end confdefs.h.  */
13809 $ac_includes_default
13810 #include <sane/sane.h>
13811 _ACEOF
13812 rm -f conftest.$ac_objext
13813 if { (ac_try="$ac_compile"
13814 case "(($ac_try" in
13815   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13816   *) ac_try_echo=$ac_try;;
13817 esac
13818 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13819 $as_echo "$ac_try_echo") >&5
13820   (eval "$ac_compile") 2>conftest.er1
13821   ac_status=$?
13822   grep -v '^ *+' conftest.er1 >conftest.err
13823   rm -f conftest.er1
13824   cat conftest.err >&5
13825   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13826   (exit $ac_status); } && {
13827          test -z "$ac_c_werror_flag" ||
13828          test ! -s conftest.err
13829        } && test -s conftest.$ac_objext; then
13830   ac_header_compiler=yes
13831 else
13832   $as_echo "$as_me: failed program was:" >&5
13833 sed 's/^/| /' conftest.$ac_ext >&5
13834
13835         ac_header_compiler=no
13836 fi
13837
13838 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13839 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13840 $as_echo "$ac_header_compiler" >&6; }
13841
13842 # Is the header present?
13843 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13844 $as_echo_n "checking sane/sane.h presence... " >&6; }
13845 cat >conftest.$ac_ext <<_ACEOF
13846 /* confdefs.h.  */
13847 _ACEOF
13848 cat confdefs.h >>conftest.$ac_ext
13849 cat >>conftest.$ac_ext <<_ACEOF
13850 /* end confdefs.h.  */
13851 #include <sane/sane.h>
13852 _ACEOF
13853 if { (ac_try="$ac_cpp conftest.$ac_ext"
13854 case "(($ac_try" in
13855   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13856   *) ac_try_echo=$ac_try;;
13857 esac
13858 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13859 $as_echo "$ac_try_echo") >&5
13860   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13861   ac_status=$?
13862   grep -v '^ *+' conftest.er1 >conftest.err
13863   rm -f conftest.er1
13864   cat conftest.err >&5
13865   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13866   (exit $ac_status); } >/dev/null && {
13867          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13868          test ! -s conftest.err
13869        }; then
13870   ac_header_preproc=yes
13871 else
13872   $as_echo "$as_me: failed program was:" >&5
13873 sed 's/^/| /' conftest.$ac_ext >&5
13874
13875   ac_header_preproc=no
13876 fi
13877
13878 rm -f conftest.err conftest.$ac_ext
13879 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13880 $as_echo "$ac_header_preproc" >&6; }
13881
13882 # So?  What about this header?
13883 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13884   yes:no: )
13885     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13886 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13887     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13888 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13889     ac_header_preproc=yes
13890     ;;
13891   no:yes:* )
13892     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13893 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13894     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&5
13895 $as_echo "$as_me: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&2;}
13896     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13897 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13898     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&5
13899 $as_echo "$as_me: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13900     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13901 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13902     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13903 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13904     ( cat <<\_ASBOX
13905 ## ------------------------------------ ##
13906 ## Report this to wine-devel@winehq.org ##
13907 ## ------------------------------------ ##
13908 _ASBOX
13909      ) | sed "s/^/$as_me: WARNING:     /" >&2
13910     ;;
13911 esac
13912 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13913 $as_echo_n "checking for sane/sane.h... " >&6; }
13914 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13915   $as_echo_n "(cached) " >&6
13916 else
13917   ac_cv_header_sane_sane_h=$ac_header_preproc
13918 fi
13919 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13920 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13921
13922 fi
13923 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13924   { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13925 $as_echo_n "checking for -lsane... " >&6; }
13926 if test "${ac_cv_lib_soname_sane+set}" = set; then
13927   $as_echo_n "(cached) " >&6
13928 else
13929   ac_check_soname_save_LIBS=$LIBS
13930 LIBS="-lsane $ac_sane_libs $LIBS"
13931   cat >conftest.$ac_ext <<_ACEOF
13932 /* confdefs.h.  */
13933 _ACEOF
13934 cat confdefs.h >>conftest.$ac_ext
13935 cat >>conftest.$ac_ext <<_ACEOF
13936 /* end confdefs.h.  */
13937
13938 /* Override any GCC internal prototype to avoid an error.
13939    Use char because int might match the return type of a GCC
13940    builtin and then its argument prototype would still apply.  */
13941 #ifdef __cplusplus
13942 extern "C"
13943 #endif
13944 char sane_init ();
13945 int
13946 main ()
13947 {
13948 return sane_init ();
13949   ;
13950   return 0;
13951 }
13952 _ACEOF
13953 rm -f conftest.$ac_objext conftest$ac_exeext
13954 if { (ac_try="$ac_link"
13955 case "(($ac_try" in
13956   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13957   *) ac_try_echo=$ac_try;;
13958 esac
13959 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13960 $as_echo "$ac_try_echo") >&5
13961   (eval "$ac_link") 2>conftest.er1
13962   ac_status=$?
13963   grep -v '^ *+' conftest.er1 >conftest.err
13964   rm -f conftest.er1
13965   cat conftest.err >&5
13966   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13967   (exit $ac_status); } && {
13968          test -z "$ac_c_werror_flag" ||
13969          test ! -s conftest.err
13970        } && test -s conftest$ac_exeext && {
13971          test "$cross_compiling" = yes ||
13972          $as_test_x conftest$ac_exeext
13973        }; then
13974   case "$LIBEXT" in
13975     dll) ;;
13976     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'` ;;
13977     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
13978   esac
13979 else
13980   $as_echo "$as_me: failed program was:" >&5
13981 sed 's/^/| /' conftest.$ac_ext >&5
13982
13983
13984 fi
13985
13986 rm -rf conftest.dSYM
13987 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13988       conftest$ac_exeext conftest.$ac_ext
13989   LIBS=$ac_check_soname_save_LIBS
13990 fi
13991 if test "x$ac_cv_lib_soname_sane" = "x"; then
13992   { $as_echo "$as_me:$LINENO: result: not found" >&5
13993 $as_echo "not found" >&6; }
13994
13995 else
13996   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13997 $as_echo "$ac_cv_lib_soname_sane" >&6; }
13998
13999 cat >>confdefs.h <<_ACEOF
14000 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
14001 _ACEOF
14002
14003        SANEINCL="$ac_sane_incl"
14004
14005 fi
14006
14007 fi
14008
14009
14010     CPPFLAGS="$ac_save_CPPFLAGS"
14011 fi
14012 if test "x$ac_cv_lib_soname_sane" = "x"; then
14013   case "x$with_sane" in
14014   x)   wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
14015   xno) ;;
14016   *)   { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14017 This is an error since --with-sane was requested." >&5
14018 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14019 This is an error since --with-sane was requested." >&2;}
14020    { (exit 1); exit 1; }; } ;;
14021 esac
14022 fi
14023
14024
14025 # Extract the first word of "gphoto2-config", so it can be a program name with args.
14026 set dummy gphoto2-config; ac_word=$2
14027 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14028 $as_echo_n "checking for $ac_word... " >&6; }
14029 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
14030   $as_echo_n "(cached) " >&6
14031 else
14032   if test -n "$gphoto2_devel"; then
14033   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
14034 else
14035 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14036 for as_dir in $PATH
14037 do
14038   IFS=$as_save_IFS
14039   test -z "$as_dir" && as_dir=.
14040   for ac_exec_ext in '' $ac_executable_extensions; do
14041   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14042     ac_cv_prog_gphoto2_devel="gphoto2-config"
14043     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14044     break 2
14045   fi
14046 done
14047 done
14048 IFS=$as_save_IFS
14049
14050   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
14051 fi
14052 fi
14053 gphoto2_devel=$ac_cv_prog_gphoto2_devel
14054 if test -n "$gphoto2_devel"; then
14055   { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
14056 $as_echo "$gphoto2_devel" >&6; }
14057 else
14058   { $as_echo "$as_me:$LINENO: result: no" >&5
14059 $as_echo "no" >&6; }
14060 fi
14061
14062
14063 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
14064 set dummy gphoto2-port-config; ac_word=$2
14065 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14066 $as_echo_n "checking for $ac_word... " >&6; }
14067 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
14068   $as_echo_n "(cached) " >&6
14069 else
14070   if test -n "$gphoto2port_devel"; then
14071   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14072 else
14073 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14074 for as_dir in $PATH
14075 do
14076   IFS=$as_save_IFS
14077   test -z "$as_dir" && as_dir=.
14078   for ac_exec_ext in '' $ac_executable_extensions; do
14079   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14080     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14081     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14082     break 2
14083   fi
14084 done
14085 done
14086 IFS=$as_save_IFS
14087
14088   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14089 fi
14090 fi
14091 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14092 if test -n "$gphoto2port_devel"; then
14093   { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14094 $as_echo "$gphoto2port_devel" >&6; }
14095 else
14096   { $as_echo "$as_me:$LINENO: result: no" >&5
14097 $as_echo "no" >&6; }
14098 fi
14099
14100
14101 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
14102 then
14103     ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14104     ac_gphoto2_libs=""
14105     for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14106     do
14107       case "$i" in
14108         -L/usr/lib|-L/usr/lib64) ;;
14109         -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14110       esac
14111     done
14112     ac_save_CPPFLAGS="$CPPFLAGS"
14113     CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14114     if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14115   { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14116 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14117 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14118   $as_echo_n "(cached) " >&6
14119 fi
14120 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14121 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14122 else
14123   # Is the header compilable?
14124 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14125 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14126 cat >conftest.$ac_ext <<_ACEOF
14127 /* confdefs.h.  */
14128 _ACEOF
14129 cat confdefs.h >>conftest.$ac_ext
14130 cat >>conftest.$ac_ext <<_ACEOF
14131 /* end confdefs.h.  */
14132 $ac_includes_default
14133 #include <gphoto2-camera.h>
14134 _ACEOF
14135 rm -f conftest.$ac_objext
14136 if { (ac_try="$ac_compile"
14137 case "(($ac_try" in
14138   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14139   *) ac_try_echo=$ac_try;;
14140 esac
14141 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14142 $as_echo "$ac_try_echo") >&5
14143   (eval "$ac_compile") 2>conftest.er1
14144   ac_status=$?
14145   grep -v '^ *+' conftest.er1 >conftest.err
14146   rm -f conftest.er1
14147   cat conftest.err >&5
14148   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14149   (exit $ac_status); } && {
14150          test -z "$ac_c_werror_flag" ||
14151          test ! -s conftest.err
14152        } && test -s conftest.$ac_objext; then
14153   ac_header_compiler=yes
14154 else
14155   $as_echo "$as_me: failed program was:" >&5
14156 sed 's/^/| /' conftest.$ac_ext >&5
14157
14158         ac_header_compiler=no
14159 fi
14160
14161 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14162 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14163 $as_echo "$ac_header_compiler" >&6; }
14164
14165 # Is the header present?
14166 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14167 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14168 cat >conftest.$ac_ext <<_ACEOF
14169 /* confdefs.h.  */
14170 _ACEOF
14171 cat confdefs.h >>conftest.$ac_ext
14172 cat >>conftest.$ac_ext <<_ACEOF
14173 /* end confdefs.h.  */
14174 #include <gphoto2-camera.h>
14175 _ACEOF
14176 if { (ac_try="$ac_cpp conftest.$ac_ext"
14177 case "(($ac_try" in
14178   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14179   *) ac_try_echo=$ac_try;;
14180 esac
14181 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14182 $as_echo "$ac_try_echo") >&5
14183   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14184   ac_status=$?
14185   grep -v '^ *+' conftest.er1 >conftest.err
14186   rm -f conftest.er1
14187   cat conftest.err >&5
14188   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14189   (exit $ac_status); } >/dev/null && {
14190          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14191          test ! -s conftest.err
14192        }; then
14193   ac_header_preproc=yes
14194 else
14195   $as_echo "$as_me: failed program was:" >&5
14196 sed 's/^/| /' conftest.$ac_ext >&5
14197
14198   ac_header_preproc=no
14199 fi
14200
14201 rm -f conftest.err conftest.$ac_ext
14202 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14203 $as_echo "$ac_header_preproc" >&6; }
14204
14205 # So?  What about this header?
14206 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14207   yes:no: )
14208     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14209 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14210     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14211 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14212     ac_header_preproc=yes
14213     ;;
14214   no:yes:* )
14215     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14216 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14217     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&5
14218 $as_echo "$as_me: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&2;}
14219     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14220 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14221     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&5
14222 $as_echo "$as_me: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&2;}
14223     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14224 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14225     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14226 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14227     ( cat <<\_ASBOX
14228 ## ------------------------------------ ##
14229 ## Report this to wine-devel@winehq.org ##
14230 ## ------------------------------------ ##
14231 _ASBOX
14232      ) | sed "s/^/$as_me: WARNING:     /" >&2
14233     ;;
14234 esac
14235 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14236 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14237 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14238   $as_echo_n "(cached) " >&6
14239 else
14240   ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14241 fi
14242 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14243 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14244
14245 fi
14246 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14247   { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14248 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14249 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14250   $as_echo_n "(cached) " >&6
14251 else
14252   ac_check_lib_save_LIBS=$LIBS
14253 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14254 cat >conftest.$ac_ext <<_ACEOF
14255 /* confdefs.h.  */
14256 _ACEOF
14257 cat confdefs.h >>conftest.$ac_ext
14258 cat >>conftest.$ac_ext <<_ACEOF
14259 /* end confdefs.h.  */
14260
14261 /* Override any GCC internal prototype to avoid an error.
14262    Use char because int might match the return type of a GCC
14263    builtin and then its argument prototype would still apply.  */
14264 #ifdef __cplusplus
14265 extern "C"
14266 #endif
14267 char gp_camera_new ();
14268 int
14269 main ()
14270 {
14271 return gp_camera_new ();
14272   ;
14273   return 0;
14274 }
14275 _ACEOF
14276 rm -f conftest.$ac_objext conftest$ac_exeext
14277 if { (ac_try="$ac_link"
14278 case "(($ac_try" in
14279   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14280   *) ac_try_echo=$ac_try;;
14281 esac
14282 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14283 $as_echo "$ac_try_echo") >&5
14284   (eval "$ac_link") 2>conftest.er1
14285   ac_status=$?
14286   grep -v '^ *+' conftest.er1 >conftest.err
14287   rm -f conftest.er1
14288   cat conftest.err >&5
14289   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14290   (exit $ac_status); } && {
14291          test -z "$ac_c_werror_flag" ||
14292          test ! -s conftest.err
14293        } && test -s conftest$ac_exeext && {
14294          test "$cross_compiling" = yes ||
14295          $as_test_x conftest$ac_exeext
14296        }; then
14297   ac_cv_lib_gphoto2_gp_camera_new=yes
14298 else
14299   $as_echo "$as_me: failed program was:" >&5
14300 sed 's/^/| /' conftest.$ac_ext >&5
14301
14302         ac_cv_lib_gphoto2_gp_camera_new=no
14303 fi
14304
14305 rm -rf conftest.dSYM
14306 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14307       conftest$ac_exeext conftest.$ac_ext
14308 LIBS=$ac_check_lib_save_LIBS
14309 fi
14310 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14311 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14312 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14313
14314 cat >>confdefs.h <<\_ACEOF
14315 #define HAVE_GPHOTO2 1
14316 _ACEOF
14317
14318                                    GPHOTO2LIBS="$ac_gphoto2_libs"
14319
14320                                    GPHOTO2INCL="$ac_gphoto2_incl"
14321
14322 fi
14323
14324 fi
14325
14326
14327     CPPFLAGS="$ac_save_CPPFLAGS"
14328 fi
14329 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14330   case "x$with_gphoto" in
14331   x)   wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14332   xno) ;;
14333   *)   { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14334 This is an error since --with-gphoto was requested." >&5
14335 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14336 This is an error since --with-gphoto was requested." >&2;}
14337    { (exit 1); exit 1; }; } ;;
14338 esac
14339 fi
14340
14341
14342
14343 RESOLVLIBS=""
14344
14345 if test "$ac_cv_header_resolv_h" = "yes"
14346 then
14347     { $as_echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
14348 $as_echo_n "checking for res_query in -lresolv... " >&6; }
14349 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
14350   $as_echo_n "(cached) " >&6
14351 else
14352   ac_check_lib_save_LIBS=$LIBS
14353 LIBS="-lresolv  $LIBS"
14354 cat >conftest.$ac_ext <<_ACEOF
14355 /* confdefs.h.  */
14356 _ACEOF
14357 cat confdefs.h >>conftest.$ac_ext
14358 cat >>conftest.$ac_ext <<_ACEOF
14359 /* end confdefs.h.  */
14360
14361 /* Override any GCC internal prototype to avoid an error.
14362    Use char because int might match the return type of a GCC
14363    builtin and then its argument prototype would still apply.  */
14364 #ifdef __cplusplus
14365 extern "C"
14366 #endif
14367 char res_query ();
14368 int
14369 main ()
14370 {
14371 return res_query ();
14372   ;
14373   return 0;
14374 }
14375 _ACEOF
14376 rm -f conftest.$ac_objext conftest$ac_exeext
14377 if { (ac_try="$ac_link"
14378 case "(($ac_try" in
14379   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14380   *) ac_try_echo=$ac_try;;
14381 esac
14382 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14383 $as_echo "$ac_try_echo") >&5
14384   (eval "$ac_link") 2>conftest.er1
14385   ac_status=$?
14386   grep -v '^ *+' conftest.er1 >conftest.err
14387   rm -f conftest.er1
14388   cat conftest.err >&5
14389   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14390   (exit $ac_status); } && {
14391          test -z "$ac_c_werror_flag" ||
14392          test ! -s conftest.err
14393        } && test -s conftest$ac_exeext && {
14394          test "$cross_compiling" = yes ||
14395          $as_test_x conftest$ac_exeext
14396        }; then
14397   ac_cv_lib_resolv_res_query=yes
14398 else
14399   $as_echo "$as_me: failed program was:" >&5
14400 sed 's/^/| /' conftest.$ac_ext >&5
14401
14402         ac_cv_lib_resolv_res_query=no
14403 fi
14404
14405 rm -rf conftest.dSYM
14406 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14407       conftest$ac_exeext conftest.$ac_ext
14408 LIBS=$ac_check_lib_save_LIBS
14409 fi
14410 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
14411 $as_echo "$ac_cv_lib_resolv_res_query" >&6; }
14412 if test "x$ac_cv_lib_resolv_res_query" = x""yes; then
14413
14414 cat >>confdefs.h <<\_ACEOF
14415 #define HAVE_RESOLV 1
14416 _ACEOF
14417
14418          RESOLVLIBS="-lresolv"
14419 fi
14420
14421 fi
14422
14423 LCMSLIBS=""
14424
14425 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14426 then
14427     { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14428 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14429 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14430   $as_echo_n "(cached) " >&6
14431 else
14432   ac_check_lib_save_LIBS=$LIBS
14433 LIBS="-llcms  $LIBS"
14434 cat >conftest.$ac_ext <<_ACEOF
14435 /* confdefs.h.  */
14436 _ACEOF
14437 cat confdefs.h >>conftest.$ac_ext
14438 cat >>conftest.$ac_ext <<_ACEOF
14439 /* end confdefs.h.  */
14440
14441 /* Override any GCC internal prototype to avoid an error.
14442    Use char because int might match the return type of a GCC
14443    builtin and then its argument prototype would still apply.  */
14444 #ifdef __cplusplus
14445 extern "C"
14446 #endif
14447 char cmsOpenProfileFromFile ();
14448 int
14449 main ()
14450 {
14451 return cmsOpenProfileFromFile ();
14452   ;
14453   return 0;
14454 }
14455 _ACEOF
14456 rm -f conftest.$ac_objext conftest$ac_exeext
14457 if { (ac_try="$ac_link"
14458 case "(($ac_try" in
14459   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14460   *) ac_try_echo=$ac_try;;
14461 esac
14462 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14463 $as_echo "$ac_try_echo") >&5
14464   (eval "$ac_link") 2>conftest.er1
14465   ac_status=$?
14466   grep -v '^ *+' conftest.er1 >conftest.err
14467   rm -f conftest.er1
14468   cat conftest.err >&5
14469   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14470   (exit $ac_status); } && {
14471          test -z "$ac_c_werror_flag" ||
14472          test ! -s conftest.err
14473        } && test -s conftest$ac_exeext && {
14474          test "$cross_compiling" = yes ||
14475          $as_test_x conftest$ac_exeext
14476        }; then
14477   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14478 else
14479   $as_echo "$as_me: failed program was:" >&5
14480 sed 's/^/| /' conftest.$ac_ext >&5
14481
14482         ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14483 fi
14484
14485 rm -rf conftest.dSYM
14486 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14487       conftest$ac_exeext conftest.$ac_ext
14488 LIBS=$ac_check_lib_save_LIBS
14489 fi
14490 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14491 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14492 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14493
14494 cat >>confdefs.h <<\_ACEOF
14495 #define HAVE_LCMS 1
14496 _ACEOF
14497
14498          LCMSLIBS="-llcms"
14499 fi
14500
14501 fi
14502 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14503   case "x$with_cms" in
14504   x)   wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14505   xno) ;;
14506   *)   { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14507 This is an error since --with-cms was requested." >&5
14508 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14509 This is an error since --with-cms was requested." >&2;}
14510    { (exit 1); exit 1; }; } ;;
14511 esac
14512 fi
14513
14514
14515 for ac_prog in freetype-config freetype2-config
14516 do
14517   # Extract the first word of "$ac_prog", so it can be a program name with args.
14518 set dummy $ac_prog; ac_word=$2
14519 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14520 $as_echo_n "checking for $ac_word... " >&6; }
14521 if test "${ac_cv_prog_ft_devel+set}" = set; then
14522   $as_echo_n "(cached) " >&6
14523 else
14524   if test -n "$ft_devel"; then
14525   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14526 else
14527 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14528 for as_dir in $PATH
14529 do
14530   IFS=$as_save_IFS
14531   test -z "$as_dir" && as_dir=.
14532   for ac_exec_ext in '' $ac_executable_extensions; do
14533   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14534     ac_cv_prog_ft_devel="$ac_prog"
14535     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14536     break 2
14537   fi
14538 done
14539 done
14540 IFS=$as_save_IFS
14541
14542 fi
14543 fi
14544 ft_devel=$ac_cv_prog_ft_devel
14545 if test -n "$ft_devel"; then
14546   { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14547 $as_echo "$ft_devel" >&6; }
14548 else
14549   { $as_echo "$as_me:$LINENO: result: no" >&5
14550 $as_echo "no" >&6; }
14551 fi
14552
14553
14554   test -n "$ft_devel" && break
14555 done
14556 test -n "$ft_devel" || ft_devel="false"
14557
14558 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
14559 then
14560     ac_freetype_libs=`$ft_devel --libs`
14561     ac_freetype_incl=`$ft_devel --cflags`
14562     { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14563 $as_echo_n "checking for -lfreetype... " >&6; }
14564 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14565   $as_echo_n "(cached) " >&6
14566 else
14567   ac_check_soname_save_LIBS=$LIBS
14568 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14569   cat >conftest.$ac_ext <<_ACEOF
14570 /* confdefs.h.  */
14571 _ACEOF
14572 cat confdefs.h >>conftest.$ac_ext
14573 cat >>conftest.$ac_ext <<_ACEOF
14574 /* end confdefs.h.  */
14575
14576 /* Override any GCC internal prototype to avoid an error.
14577    Use char because int might match the return type of a GCC
14578    builtin and then its argument prototype would still apply.  */
14579 #ifdef __cplusplus
14580 extern "C"
14581 #endif
14582 char FT_Init_FreeType ();
14583 int
14584 main ()
14585 {
14586 return FT_Init_FreeType ();
14587   ;
14588   return 0;
14589 }
14590 _ACEOF
14591 rm -f conftest.$ac_objext conftest$ac_exeext
14592 if { (ac_try="$ac_link"
14593 case "(($ac_try" in
14594   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14595   *) ac_try_echo=$ac_try;;
14596 esac
14597 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14598 $as_echo "$ac_try_echo") >&5
14599   (eval "$ac_link") 2>conftest.er1
14600   ac_status=$?
14601   grep -v '^ *+' conftest.er1 >conftest.err
14602   rm -f conftest.er1
14603   cat conftest.err >&5
14604   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14605   (exit $ac_status); } && {
14606          test -z "$ac_c_werror_flag" ||
14607          test ! -s conftest.err
14608        } && test -s conftest$ac_exeext && {
14609          test "$cross_compiling" = yes ||
14610          $as_test_x conftest$ac_exeext
14611        }; then
14612   case "$LIBEXT" in
14613     dll) ;;
14614     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'` ;;
14615     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
14616   esac
14617 else
14618   $as_echo "$as_me: failed program was:" >&5
14619 sed 's/^/| /' conftest.$ac_ext >&5
14620
14621
14622 fi
14623
14624 rm -rf conftest.dSYM
14625 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14626       conftest$ac_exeext conftest.$ac_ext
14627   LIBS=$ac_check_soname_save_LIBS
14628 fi
14629 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14630   { $as_echo "$as_me:$LINENO: result: not found" >&5
14631 $as_echo "not found" >&6; }
14632        ft_lib=no
14633 else
14634   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14635 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14636
14637 cat >>confdefs.h <<_ACEOF
14638 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14639 _ACEOF
14640
14641        ft_lib=yes
14642 fi
14643
14644     if test "$ft_lib" = "yes"
14645     then
14646         ac_save_CPPFLAGS="$CPPFLAGS"
14647         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14648
14649
14650
14651
14652
14653
14654
14655
14656
14657
14658
14659
14660 for ac_header in ft2build.h \
14661                          freetype/freetype.h \
14662                          freetype/ftglyph.h \
14663                          freetype/fttypes.h \
14664                          freetype/tttables.h \
14665                          freetype/ftnames.h \
14666                          freetype/ftsnames.h \
14667                          freetype/ttnameid.h \
14668                          freetype/ftoutln.h \
14669                          freetype/ftwinfnt.h \
14670                          freetype/ftmodapi.h \
14671                          freetype/internal/sfnt.h
14672 do
14673 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14674 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14675 $as_echo_n "checking for $ac_header... " >&6; }
14676 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14677   $as_echo_n "(cached) " >&6
14678 else
14679   cat >conftest.$ac_ext <<_ACEOF
14680 /* confdefs.h.  */
14681 _ACEOF
14682 cat confdefs.h >>conftest.$ac_ext
14683 cat >>conftest.$ac_ext <<_ACEOF
14684 /* end confdefs.h.  */
14685 #ifdef HAVE_FT2BUILD_H
14686                           # include <ft2build.h>
14687                           #endif
14688
14689 #include <$ac_header>
14690 _ACEOF
14691 rm -f conftest.$ac_objext
14692 if { (ac_try="$ac_compile"
14693 case "(($ac_try" in
14694   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14695   *) ac_try_echo=$ac_try;;
14696 esac
14697 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14698 $as_echo "$ac_try_echo") >&5
14699   (eval "$ac_compile") 2>conftest.er1
14700   ac_status=$?
14701   grep -v '^ *+' conftest.er1 >conftest.err
14702   rm -f conftest.er1
14703   cat conftest.err >&5
14704   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14705   (exit $ac_status); } && {
14706          test -z "$ac_c_werror_flag" ||
14707          test ! -s conftest.err
14708        } && test -s conftest.$ac_objext; then
14709   eval "$as_ac_Header=yes"
14710 else
14711   $as_echo "$as_me: failed program was:" >&5
14712 sed 's/^/| /' conftest.$ac_ext >&5
14713
14714         eval "$as_ac_Header=no"
14715 fi
14716
14717 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14718 fi
14719 ac_res=`eval 'as_val=${'$as_ac_Header'}
14720                  $as_echo "$as_val"'`
14721                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14722 $as_echo "$ac_res" >&6; }
14723 as_val=`eval 'as_val=${'$as_ac_Header'}
14724                  $as_echo "$as_val"'`
14725    if test "x$as_val" = x""yes; then
14726   cat >>confdefs.h <<_ACEOF
14727 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14728 _ACEOF
14729
14730 fi
14731
14732 done
14733
14734         cat >conftest.$ac_ext <<_ACEOF
14735 /* confdefs.h.  */
14736 _ACEOF
14737 cat confdefs.h >>conftest.$ac_ext
14738 cat >>conftest.$ac_ext <<_ACEOF
14739 /* end confdefs.h.  */
14740 #include <ft2build.h>
14741                     #include <freetype/fttrigon.h>
14742 _ACEOF
14743 if { (ac_try="$ac_cpp conftest.$ac_ext"
14744 case "(($ac_try" in
14745   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14746   *) ac_try_echo=$ac_try;;
14747 esac
14748 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14749 $as_echo "$ac_try_echo") >&5
14750   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14751   ac_status=$?
14752   grep -v '^ *+' conftest.er1 >conftest.err
14753   rm -f conftest.er1
14754   cat conftest.err >&5
14755   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14756   (exit $ac_status); } >/dev/null && {
14757          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14758          test ! -s conftest.err
14759        }; then
14760
14761 cat >>confdefs.h <<\_ACEOF
14762 #define HAVE_FREETYPE_FTTRIGON_H 1
14763 _ACEOF
14764
14765                     wine_cv_fttrigon=yes
14766 else
14767   $as_echo "$as_me: failed program was:" >&5
14768 sed 's/^/| /' conftest.$ac_ext >&5
14769
14770   wine_cv_fttrigon=no
14771 fi
14772
14773 rm -f conftest.err conftest.$ac_ext
14774         { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14775 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14776 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14777   $as_echo_n "(cached) " >&6
14778 else
14779   ac_cv_type_FT_TrueTypeEngineType=no
14780 cat >conftest.$ac_ext <<_ACEOF
14781 /* confdefs.h.  */
14782 _ACEOF
14783 cat confdefs.h >>conftest.$ac_ext
14784 cat >>conftest.$ac_ext <<_ACEOF
14785 /* end confdefs.h.  */
14786 #include <freetype/ftmodapi.h>
14787
14788 int
14789 main ()
14790 {
14791 if (sizeof (FT_TrueTypeEngineType))
14792        return 0;
14793   ;
14794   return 0;
14795 }
14796 _ACEOF
14797 rm -f conftest.$ac_objext
14798 if { (ac_try="$ac_compile"
14799 case "(($ac_try" in
14800   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14801   *) ac_try_echo=$ac_try;;
14802 esac
14803 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14804 $as_echo "$ac_try_echo") >&5
14805   (eval "$ac_compile") 2>conftest.er1
14806   ac_status=$?
14807   grep -v '^ *+' conftest.er1 >conftest.err
14808   rm -f conftest.er1
14809   cat conftest.err >&5
14810   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14811   (exit $ac_status); } && {
14812          test -z "$ac_c_werror_flag" ||
14813          test ! -s conftest.err
14814        } && test -s conftest.$ac_objext; then
14815   cat >conftest.$ac_ext <<_ACEOF
14816 /* confdefs.h.  */
14817 _ACEOF
14818 cat confdefs.h >>conftest.$ac_ext
14819 cat >>conftest.$ac_ext <<_ACEOF
14820 /* end confdefs.h.  */
14821 #include <freetype/ftmodapi.h>
14822
14823 int
14824 main ()
14825 {
14826 if (sizeof ((FT_TrueTypeEngineType)))
14827           return 0;
14828   ;
14829   return 0;
14830 }
14831 _ACEOF
14832 rm -f conftest.$ac_objext
14833 if { (ac_try="$ac_compile"
14834 case "(($ac_try" in
14835   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14836   *) ac_try_echo=$ac_try;;
14837 esac
14838 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14839 $as_echo "$ac_try_echo") >&5
14840   (eval "$ac_compile") 2>conftest.er1
14841   ac_status=$?
14842   grep -v '^ *+' conftest.er1 >conftest.err
14843   rm -f conftest.er1
14844   cat conftest.err >&5
14845   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14846   (exit $ac_status); } && {
14847          test -z "$ac_c_werror_flag" ||
14848          test ! -s conftest.err
14849        } && test -s conftest.$ac_objext; then
14850   :
14851 else
14852   $as_echo "$as_me: failed program was:" >&5
14853 sed 's/^/| /' conftest.$ac_ext >&5
14854
14855         ac_cv_type_FT_TrueTypeEngineType=yes
14856 fi
14857
14858 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14859 else
14860   $as_echo "$as_me: failed program was:" >&5
14861 sed 's/^/| /' conftest.$ac_ext >&5
14862
14863
14864 fi
14865
14866 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14867 fi
14868 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14869 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14870 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14871
14872 cat >>confdefs.h <<_ACEOF
14873 #define HAVE_FT_TRUETYPEENGINETYPE 1
14874 _ACEOF
14875
14876
14877 fi
14878
14879         ac_save_CFLAGS="$CFLAGS"
14880         CFLAGS="$CFLAGS $ac_freetype_libs"
14881
14882 for ac_func in FT_Load_Sfnt_Table
14883 do
14884 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14885 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14886 $as_echo_n "checking for $ac_func... " >&6; }
14887 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14888   $as_echo_n "(cached) " >&6
14889 else
14890   cat >conftest.$ac_ext <<_ACEOF
14891 /* confdefs.h.  */
14892 _ACEOF
14893 cat confdefs.h >>conftest.$ac_ext
14894 cat >>conftest.$ac_ext <<_ACEOF
14895 /* end confdefs.h.  */
14896 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14897    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14898 #define $ac_func innocuous_$ac_func
14899
14900 /* System header to define __stub macros and hopefully few prototypes,
14901     which can conflict with char $ac_func (); below.
14902     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14903     <limits.h> exists even on freestanding compilers.  */
14904
14905 #ifdef __STDC__
14906 # include <limits.h>
14907 #else
14908 # include <assert.h>
14909 #endif
14910
14911 #undef $ac_func
14912
14913 /* Override any GCC internal prototype to avoid an error.
14914    Use char because int might match the return type of a GCC
14915    builtin and then its argument prototype would still apply.  */
14916 #ifdef __cplusplus
14917 extern "C"
14918 #endif
14919 char $ac_func ();
14920 /* The GNU C library defines this for functions which it implements
14921     to always fail with ENOSYS.  Some functions are actually named
14922     something starting with __ and the normal name is an alias.  */
14923 #if defined __stub_$ac_func || defined __stub___$ac_func
14924 choke me
14925 #endif
14926
14927 int
14928 main ()
14929 {
14930 return $ac_func ();
14931   ;
14932   return 0;
14933 }
14934 _ACEOF
14935 rm -f conftest.$ac_objext conftest$ac_exeext
14936 if { (ac_try="$ac_link"
14937 case "(($ac_try" in
14938   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14939   *) ac_try_echo=$ac_try;;
14940 esac
14941 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14942 $as_echo "$ac_try_echo") >&5
14943   (eval "$ac_link") 2>conftest.er1
14944   ac_status=$?
14945   grep -v '^ *+' conftest.er1 >conftest.err
14946   rm -f conftest.er1
14947   cat conftest.err >&5
14948   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14949   (exit $ac_status); } && {
14950          test -z "$ac_c_werror_flag" ||
14951          test ! -s conftest.err
14952        } && test -s conftest$ac_exeext && {
14953          test "$cross_compiling" = yes ||
14954          $as_test_x conftest$ac_exeext
14955        }; then
14956   eval "$as_ac_var=yes"
14957 else
14958   $as_echo "$as_me: failed program was:" >&5
14959 sed 's/^/| /' conftest.$ac_ext >&5
14960
14961         eval "$as_ac_var=no"
14962 fi
14963
14964 rm -rf conftest.dSYM
14965 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14966       conftest$ac_exeext conftest.$ac_ext
14967 fi
14968 ac_res=`eval 'as_val=${'$as_ac_var'}
14969                  $as_echo "$as_val"'`
14970                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14971 $as_echo "$ac_res" >&6; }
14972 as_val=`eval 'as_val=${'$as_ac_var'}
14973                  $as_echo "$as_val"'`
14974    if test "x$as_val" = x""yes; then
14975   cat >>confdefs.h <<_ACEOF
14976 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14977 _ACEOF
14978
14979 fi
14980 done
14981
14982         CFLAGS="$ac_save_CFLAGS"
14983         CPPFLAGS="$ac_save_CPPFLAGS"
14984                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14985         then
14986
14987 cat >>confdefs.h <<\_ACEOF
14988 #define HAVE_FREETYPE 1
14989 _ACEOF
14990
14991             FREETYPELIBS="$ac_freetype_libs"
14992
14993             FREETYPEINCL="$ac_freetype_incl"
14994
14995         fi
14996     fi
14997 fi
14998 if test "x$FREETYPELIBS" = "x"; then
14999   case "x$with_freetype" in
15000   xno) ;;
15001   *)   { { $as_echo "$as_me:$LINENO: error: FreeType development files not found.
15002 Fonts will not be built. Dialog text may be invisible or unaligned.
15003 Use the --without-freetype option if you really want this." >&5
15004 $as_echo "$as_me: error: FreeType development files not found.
15005 Fonts will not be built. Dialog text may be invisible or unaligned.
15006 Use the --without-freetype option if you really want this." >&2;}
15007    { (exit 1); exit 1; }; } ;;
15008 esac
15009 fi
15010
15011 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
15012
15013 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
15014 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
15015 if test "${ac_cv_c_ppdev+set}" = set; then
15016   $as_echo_n "(cached) " >&6
15017 else
15018   cat >conftest.$ac_ext <<_ACEOF
15019 /* confdefs.h.  */
15020 _ACEOF
15021 cat confdefs.h >>conftest.$ac_ext
15022 cat >>conftest.$ac_ext <<_ACEOF
15023 /* end confdefs.h.  */
15024 #include <linux/ppdev.h>
15025 int
15026 main ()
15027 {
15028 ioctl (1,PPCLAIM,0)
15029   ;
15030   return 0;
15031 }
15032 _ACEOF
15033 rm -f conftest.$ac_objext
15034 if { (ac_try="$ac_compile"
15035 case "(($ac_try" in
15036   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15037   *) ac_try_echo=$ac_try;;
15038 esac
15039 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15040 $as_echo "$ac_try_echo") >&5
15041   (eval "$ac_compile") 2>conftest.er1
15042   ac_status=$?
15043   grep -v '^ *+' conftest.er1 >conftest.err
15044   rm -f conftest.er1
15045   cat conftest.err >&5
15046   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15047   (exit $ac_status); } && {
15048          test -z "$ac_c_werror_flag" ||
15049          test ! -s conftest.err
15050        } && test -s conftest.$ac_objext; then
15051   ac_cv_c_ppdev="yes"
15052 else
15053   $as_echo "$as_me: failed program was:" >&5
15054 sed 's/^/| /' conftest.$ac_ext >&5
15055
15056         ac_cv_c_ppdev="no"
15057 fi
15058
15059 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15060 fi
15061 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
15062 $as_echo "$ac_cv_c_ppdev" >&6; }
15063 if test "$ac_cv_c_ppdev" = "yes"
15064 then
15065
15066 cat >>confdefs.h <<\_ACEOF
15067 #define HAVE_PPDEV 1
15068 _ACEOF
15069
15070 fi
15071
15072 { $as_echo "$as_me:$LINENO: checking for va_copy" >&5
15073 $as_echo_n "checking for va_copy... " >&6; }
15074 if test "${ac_cv_c_va_copy+set}" = set; then
15075   $as_echo_n "(cached) " >&6
15076 else
15077   cat >conftest.$ac_ext <<_ACEOF
15078 /* confdefs.h.  */
15079 _ACEOF
15080 cat confdefs.h >>conftest.$ac_ext
15081 cat >>conftest.$ac_ext <<_ACEOF
15082 /* end confdefs.h.  */
15083 #include <stdarg.h>
15084 int
15085 main ()
15086 {
15087 va_list ap1, ap2; va_copy(ap1,ap2);
15088   ;
15089   return 0;
15090 }
15091 _ACEOF
15092 rm -f conftest.$ac_objext conftest$ac_exeext
15093 if { (ac_try="$ac_link"
15094 case "(($ac_try" in
15095   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15096   *) ac_try_echo=$ac_try;;
15097 esac
15098 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15099 $as_echo "$ac_try_echo") >&5
15100   (eval "$ac_link") 2>conftest.er1
15101   ac_status=$?
15102   grep -v '^ *+' conftest.er1 >conftest.err
15103   rm -f conftest.er1
15104   cat conftest.err >&5
15105   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15106   (exit $ac_status); } && {
15107          test -z "$ac_c_werror_flag" ||
15108          test ! -s conftest.err
15109        } && test -s conftest$ac_exeext && {
15110          test "$cross_compiling" = yes ||
15111          $as_test_x conftest$ac_exeext
15112        }; then
15113   ac_cv_c_va_copy="yes"
15114 else
15115   $as_echo "$as_me: failed program was:" >&5
15116 sed 's/^/| /' conftest.$ac_ext >&5
15117
15118         ac_cv_c_va_copy="no"
15119 fi
15120
15121 rm -rf conftest.dSYM
15122 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15123       conftest$ac_exeext conftest.$ac_ext
15124
15125 fi
15126 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
15127 $as_echo "$ac_cv_c_va_copy" >&6; }
15128 if test "$ac_cv_c_va_copy" = "yes"
15129 then
15130
15131 cat >>confdefs.h <<\_ACEOF
15132 #define HAVE_VA_COPY 1
15133 _ACEOF
15134
15135 fi
15136 { $as_echo "$as_me:$LINENO: checking for __va_copy" >&5
15137 $as_echo_n "checking for __va_copy... " >&6; }
15138 if test "${ac_cv_c___va_copy+set}" = set; then
15139   $as_echo_n "(cached) " >&6
15140 else
15141   cat >conftest.$ac_ext <<_ACEOF
15142 /* confdefs.h.  */
15143 _ACEOF
15144 cat confdefs.h >>conftest.$ac_ext
15145 cat >>conftest.$ac_ext <<_ACEOF
15146 /* end confdefs.h.  */
15147 #include <stdarg.h>
15148 int
15149 main ()
15150 {
15151 va_list ap1, ap2; __va_copy(ap1,ap2);
15152   ;
15153   return 0;
15154 }
15155 _ACEOF
15156 rm -f conftest.$ac_objext conftest$ac_exeext
15157 if { (ac_try="$ac_link"
15158 case "(($ac_try" in
15159   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15160   *) ac_try_echo=$ac_try;;
15161 esac
15162 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15163 $as_echo "$ac_try_echo") >&5
15164   (eval "$ac_link") 2>conftest.er1
15165   ac_status=$?
15166   grep -v '^ *+' conftest.er1 >conftest.err
15167   rm -f conftest.er1
15168   cat conftest.err >&5
15169   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15170   (exit $ac_status); } && {
15171          test -z "$ac_c_werror_flag" ||
15172          test ! -s conftest.err
15173        } && test -s conftest$ac_exeext && {
15174          test "$cross_compiling" = yes ||
15175          $as_test_x conftest$ac_exeext
15176        }; then
15177   ac_cv_c___va_copy="yes"
15178 else
15179   $as_echo "$as_me: failed program was:" >&5
15180 sed 's/^/| /' conftest.$ac_ext >&5
15181
15182         ac_cv_c___va_copy="no"
15183 fi
15184
15185 rm -rf conftest.dSYM
15186 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15187       conftest$ac_exeext conftest.$ac_ext
15188
15189 fi
15190 { $as_echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
15191 $as_echo "$ac_cv_c___va_copy" >&6; }
15192 if test "$ac_cv_c___va_copy" = "yes"
15193 then
15194
15195 cat >>confdefs.h <<\_ACEOF
15196 #define HAVE___VA_COPY 1
15197 _ACEOF
15198
15199 fi
15200
15201 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
15202 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
15203 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15204   $as_echo_n "(cached) " >&6
15205 else
15206   ac_cv_type_pthread_rwlock_t=no
15207 cat >conftest.$ac_ext <<_ACEOF
15208 /* confdefs.h.  */
15209 _ACEOF
15210 cat confdefs.h >>conftest.$ac_ext
15211 cat >>conftest.$ac_ext <<_ACEOF
15212 /* end confdefs.h.  */
15213 #define _GNU_SOURCE
15214 #include <pthread.h>
15215
15216 int
15217 main ()
15218 {
15219 if (sizeof (pthread_rwlock_t))
15220        return 0;
15221   ;
15222   return 0;
15223 }
15224 _ACEOF
15225 rm -f conftest.$ac_objext
15226 if { (ac_try="$ac_compile"
15227 case "(($ac_try" in
15228   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15229   *) ac_try_echo=$ac_try;;
15230 esac
15231 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15232 $as_echo "$ac_try_echo") >&5
15233   (eval "$ac_compile") 2>conftest.er1
15234   ac_status=$?
15235   grep -v '^ *+' conftest.er1 >conftest.err
15236   rm -f conftest.er1
15237   cat conftest.err >&5
15238   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15239   (exit $ac_status); } && {
15240          test -z "$ac_c_werror_flag" ||
15241          test ! -s conftest.err
15242        } && test -s conftest.$ac_objext; then
15243   cat >conftest.$ac_ext <<_ACEOF
15244 /* confdefs.h.  */
15245 _ACEOF
15246 cat confdefs.h >>conftest.$ac_ext
15247 cat >>conftest.$ac_ext <<_ACEOF
15248 /* end confdefs.h.  */
15249 #define _GNU_SOURCE
15250 #include <pthread.h>
15251
15252 int
15253 main ()
15254 {
15255 if (sizeof ((pthread_rwlock_t)))
15256           return 0;
15257   ;
15258   return 0;
15259 }
15260 _ACEOF
15261 rm -f conftest.$ac_objext
15262 if { (ac_try="$ac_compile"
15263 case "(($ac_try" in
15264   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15265   *) ac_try_echo=$ac_try;;
15266 esac
15267 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15268 $as_echo "$ac_try_echo") >&5
15269   (eval "$ac_compile") 2>conftest.er1
15270   ac_status=$?
15271   grep -v '^ *+' conftest.er1 >conftest.err
15272   rm -f conftest.er1
15273   cat conftest.err >&5
15274   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15275   (exit $ac_status); } && {
15276          test -z "$ac_c_werror_flag" ||
15277          test ! -s conftest.err
15278        } && test -s conftest.$ac_objext; then
15279   :
15280 else
15281   $as_echo "$as_me: failed program was:" >&5
15282 sed 's/^/| /' conftest.$ac_ext >&5
15283
15284         ac_cv_type_pthread_rwlock_t=yes
15285 fi
15286
15287 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15288 else
15289   $as_echo "$as_me: failed program was:" >&5
15290 sed 's/^/| /' conftest.$ac_ext >&5
15291
15292
15293 fi
15294
15295 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15296 fi
15297 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15298 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15299 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15300
15301 cat >>confdefs.h <<_ACEOF
15302 #define HAVE_PTHREAD_RWLOCK_T 1
15303 _ACEOF
15304
15305
15306 fi
15307 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15308 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15309 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15310   $as_echo_n "(cached) " >&6
15311 else
15312   ac_cv_type_pthread_rwlockattr_t=no
15313 cat >conftest.$ac_ext <<_ACEOF
15314 /* confdefs.h.  */
15315 _ACEOF
15316 cat confdefs.h >>conftest.$ac_ext
15317 cat >>conftest.$ac_ext <<_ACEOF
15318 /* end confdefs.h.  */
15319 #define _GNU_SOURCE
15320 #include <pthread.h>
15321
15322 int
15323 main ()
15324 {
15325 if (sizeof (pthread_rwlockattr_t))
15326        return 0;
15327   ;
15328   return 0;
15329 }
15330 _ACEOF
15331 rm -f conftest.$ac_objext
15332 if { (ac_try="$ac_compile"
15333 case "(($ac_try" in
15334   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15335   *) ac_try_echo=$ac_try;;
15336 esac
15337 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15338 $as_echo "$ac_try_echo") >&5
15339   (eval "$ac_compile") 2>conftest.er1
15340   ac_status=$?
15341   grep -v '^ *+' conftest.er1 >conftest.err
15342   rm -f conftest.er1
15343   cat conftest.err >&5
15344   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15345   (exit $ac_status); } && {
15346          test -z "$ac_c_werror_flag" ||
15347          test ! -s conftest.err
15348        } && test -s conftest.$ac_objext; then
15349   cat >conftest.$ac_ext <<_ACEOF
15350 /* confdefs.h.  */
15351 _ACEOF
15352 cat confdefs.h >>conftest.$ac_ext
15353 cat >>conftest.$ac_ext <<_ACEOF
15354 /* end confdefs.h.  */
15355 #define _GNU_SOURCE
15356 #include <pthread.h>
15357
15358 int
15359 main ()
15360 {
15361 if (sizeof ((pthread_rwlockattr_t)))
15362           return 0;
15363   ;
15364   return 0;
15365 }
15366 _ACEOF
15367 rm -f conftest.$ac_objext
15368 if { (ac_try="$ac_compile"
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_compile") 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_objext; then
15385   :
15386 else
15387   $as_echo "$as_me: failed program was:" >&5
15388 sed 's/^/| /' conftest.$ac_ext >&5
15389
15390         ac_cv_type_pthread_rwlockattr_t=yes
15391 fi
15392
15393 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15394 else
15395   $as_echo "$as_me: failed program was:" >&5
15396 sed 's/^/| /' conftest.$ac_ext >&5
15397
15398
15399 fi
15400
15401 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15402 fi
15403 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15404 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15405 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15406
15407 cat >>confdefs.h <<_ACEOF
15408 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15409 _ACEOF
15410
15411
15412 fi
15413
15414
15415 ac_wine_check_funcs_save_LIBS="$LIBS"
15416 LIBS="$LIBS $LIBPTHREAD"
15417
15418
15419
15420
15421 for ac_func in \
15422         pthread_attr_get_np \
15423         pthread_getattr_np \
15424         pthread_get_stackaddr_np \
15425         pthread_get_stacksize_np
15426 do
15427 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15428 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15429 $as_echo_n "checking for $ac_func... " >&6; }
15430 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15431   $as_echo_n "(cached) " >&6
15432 else
15433   cat >conftest.$ac_ext <<_ACEOF
15434 /* confdefs.h.  */
15435 _ACEOF
15436 cat confdefs.h >>conftest.$ac_ext
15437 cat >>conftest.$ac_ext <<_ACEOF
15438 /* end confdefs.h.  */
15439 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15440    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15441 #define $ac_func innocuous_$ac_func
15442
15443 /* System header to define __stub macros and hopefully few prototypes,
15444     which can conflict with char $ac_func (); below.
15445     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15446     <limits.h> exists even on freestanding compilers.  */
15447
15448 #ifdef __STDC__
15449 # include <limits.h>
15450 #else
15451 # include <assert.h>
15452 #endif
15453
15454 #undef $ac_func
15455
15456 /* Override any GCC internal prototype to avoid an error.
15457    Use char because int might match the return type of a GCC
15458    builtin and then its argument prototype would still apply.  */
15459 #ifdef __cplusplus
15460 extern "C"
15461 #endif
15462 char $ac_func ();
15463 /* The GNU C library defines this for functions which it implements
15464     to always fail with ENOSYS.  Some functions are actually named
15465     something starting with __ and the normal name is an alias.  */
15466 #if defined __stub_$ac_func || defined __stub___$ac_func
15467 choke me
15468 #endif
15469
15470 int
15471 main ()
15472 {
15473 return $ac_func ();
15474   ;
15475   return 0;
15476 }
15477 _ACEOF
15478 rm -f conftest.$ac_objext conftest$ac_exeext
15479 if { (ac_try="$ac_link"
15480 case "(($ac_try" in
15481   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15482   *) ac_try_echo=$ac_try;;
15483 esac
15484 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15485 $as_echo "$ac_try_echo") >&5
15486   (eval "$ac_link") 2>conftest.er1
15487   ac_status=$?
15488   grep -v '^ *+' conftest.er1 >conftest.err
15489   rm -f conftest.er1
15490   cat conftest.err >&5
15491   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15492   (exit $ac_status); } && {
15493          test -z "$ac_c_werror_flag" ||
15494          test ! -s conftest.err
15495        } && test -s conftest$ac_exeext && {
15496          test "$cross_compiling" = yes ||
15497          $as_test_x conftest$ac_exeext
15498        }; then
15499   eval "$as_ac_var=yes"
15500 else
15501   $as_echo "$as_me: failed program was:" >&5
15502 sed 's/^/| /' conftest.$ac_ext >&5
15503
15504         eval "$as_ac_var=no"
15505 fi
15506
15507 rm -rf conftest.dSYM
15508 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15509       conftest$ac_exeext conftest.$ac_ext
15510 fi
15511 ac_res=`eval 'as_val=${'$as_ac_var'}
15512                  $as_echo "$as_val"'`
15513                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15514 $as_echo "$ac_res" >&6; }
15515 as_val=`eval 'as_val=${'$as_ac_var'}
15516                  $as_echo "$as_val"'`
15517    if test "x$as_val" = x""yes; then
15518   cat >>confdefs.h <<_ACEOF
15519 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15520 _ACEOF
15521
15522 fi
15523 done
15524
15525 LIBS="$ac_wine_check_funcs_save_LIBS"
15526
15527 # Extract the first word of "esd-config", so it can be a program name with args.
15528 set dummy esd-config; ac_word=$2
15529 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15530 $as_echo_n "checking for $ac_word... " >&6; }
15531 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15532   $as_echo_n "(cached) " >&6
15533 else
15534   case $ESDCONFIG in
15535   [\\/]* | ?:[\\/]*)
15536   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15537   ;;
15538   *)
15539   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15540 for as_dir in $PATH
15541 do
15542   IFS=$as_save_IFS
15543   test -z "$as_dir" && as_dir=.
15544   for ac_exec_ext in '' $ac_executable_extensions; do
15545   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15546     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15547     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15548     break 2
15549   fi
15550 done
15551 done
15552 IFS=$as_save_IFS
15553
15554   ;;
15555 esac
15556 fi
15557 ESDCONFIG=$ac_cv_path_ESDCONFIG
15558 if test -n "$ESDCONFIG"; then
15559   { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15560 $as_echo "$ESDCONFIG" >&6; }
15561 else
15562   { $as_echo "$as_me:$LINENO: result: no" >&5
15563 $as_echo "no" >&6; }
15564 fi
15565
15566
15567 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
15568 then
15569     ac_esd_incl=""
15570     for i in `$ESDCONFIG --cflags`
15571     do
15572       case "$i" in
15573         -I*) ac_esd_incl="$ac_esd_incl $i";;
15574       esac
15575     done
15576     ac_esd_libs=`$ESDCONFIG --libs`
15577     save_CFLAGS="$CFLAGS"
15578     CFLAGS="$CFLAGS $ac_esd_incl"
15579     { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15580 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15581 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15582   $as_echo_n "(cached) " >&6
15583 else
15584   ac_check_lib_save_LIBS=$LIBS
15585 LIBS="-lesd $ac_esd_libs $LIBS"
15586 cat >conftest.$ac_ext <<_ACEOF
15587 /* confdefs.h.  */
15588 _ACEOF
15589 cat confdefs.h >>conftest.$ac_ext
15590 cat >>conftest.$ac_ext <<_ACEOF
15591 /* end confdefs.h.  */
15592
15593 /* Override any GCC internal prototype to avoid an error.
15594    Use char because int might match the return type of a GCC
15595    builtin and then its argument prototype would still apply.  */
15596 #ifdef __cplusplus
15597 extern "C"
15598 #endif
15599 char esd_open_sound ();
15600 int
15601 main ()
15602 {
15603 return esd_open_sound ();
15604   ;
15605   return 0;
15606 }
15607 _ACEOF
15608 rm -f conftest.$ac_objext conftest$ac_exeext
15609 if { (ac_try="$ac_link"
15610 case "(($ac_try" in
15611   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15612   *) ac_try_echo=$ac_try;;
15613 esac
15614 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15615 $as_echo "$ac_try_echo") >&5
15616   (eval "$ac_link") 2>conftest.er1
15617   ac_status=$?
15618   grep -v '^ *+' conftest.er1 >conftest.err
15619   rm -f conftest.er1
15620   cat conftest.err >&5
15621   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15622   (exit $ac_status); } && {
15623          test -z "$ac_c_werror_flag" ||
15624          test ! -s conftest.err
15625        } && test -s conftest$ac_exeext && {
15626          test "$cross_compiling" = yes ||
15627          $as_test_x conftest$ac_exeext
15628        }; then
15629   ac_cv_lib_esd_esd_open_sound=yes
15630 else
15631   $as_echo "$as_me: failed program was:" >&5
15632 sed 's/^/| /' conftest.$ac_ext >&5
15633
15634         ac_cv_lib_esd_esd_open_sound=no
15635 fi
15636
15637 rm -rf conftest.dSYM
15638 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15639       conftest$ac_exeext conftest.$ac_ext
15640 LIBS=$ac_check_lib_save_LIBS
15641 fi
15642 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15643 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15644 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15645   ESDINCL="$ac_esd_incl"
15646
15647          ESDLIBS="$ac_esd_libs"
15648
15649
15650 cat >>confdefs.h <<\_ACEOF
15651 #define HAVE_ESD 1
15652 _ACEOF
15653
15654 fi
15655
15656     CFLAGS="$save_CFLAGS"
15657 fi
15658
15659 ALSALIBS=""
15660
15661 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15662 then
15663     { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15664 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15665 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15666   $as_echo_n "(cached) " >&6
15667 else
15668   ac_check_lib_save_LIBS=$LIBS
15669 LIBS="-lasound  $LIBS"
15670 cat >conftest.$ac_ext <<_ACEOF
15671 /* confdefs.h.  */
15672 _ACEOF
15673 cat confdefs.h >>conftest.$ac_ext
15674 cat >>conftest.$ac_ext <<_ACEOF
15675 /* end confdefs.h.  */
15676
15677 /* Override any GCC internal prototype to avoid an error.
15678    Use char because int might match the return type of a GCC
15679    builtin and then its argument prototype would still apply.  */
15680 #ifdef __cplusplus
15681 extern "C"
15682 #endif
15683 char snd_pcm_hw_params_get_access ();
15684 int
15685 main ()
15686 {
15687 return snd_pcm_hw_params_get_access ();
15688   ;
15689   return 0;
15690 }
15691 _ACEOF
15692 rm -f conftest.$ac_objext conftest$ac_exeext
15693 if { (ac_try="$ac_link"
15694 case "(($ac_try" in
15695   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15696   *) ac_try_echo=$ac_try;;
15697 esac
15698 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15699 $as_echo "$ac_try_echo") >&5
15700   (eval "$ac_link") 2>conftest.er1
15701   ac_status=$?
15702   grep -v '^ *+' conftest.er1 >conftest.err
15703   rm -f conftest.er1
15704   cat conftest.err >&5
15705   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15706   (exit $ac_status); } && {
15707          test -z "$ac_c_werror_flag" ||
15708          test ! -s conftest.err
15709        } && test -s conftest$ac_exeext && {
15710          test "$cross_compiling" = yes ||
15711          $as_test_x conftest$ac_exeext
15712        }; then
15713   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15714 else
15715   $as_echo "$as_me: failed program was:" >&5
15716 sed 's/^/| /' conftest.$ac_ext >&5
15717
15718         ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15719 fi
15720
15721 rm -rf conftest.dSYM
15722 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15723       conftest$ac_exeext conftest.$ac_ext
15724 LIBS=$ac_check_lib_save_LIBS
15725 fi
15726 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15727 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15728 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15729   cat >conftest.$ac_ext <<_ACEOF
15730 /* confdefs.h.  */
15731 _ACEOF
15732 cat confdefs.h >>conftest.$ac_ext
15733 cat >>conftest.$ac_ext <<_ACEOF
15734 /* end confdefs.h.  */
15735 #ifdef HAVE_ALSA_ASOUNDLIB_H
15736 #include <alsa/asoundlib.h>
15737 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15738 #include <sys/asoundlib.h>
15739 #endif
15740 int
15741 main ()
15742 {
15743 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15744   ;
15745   return 0;
15746 }
15747 _ACEOF
15748 rm -f conftest.$ac_objext
15749 if { (ac_try="$ac_compile"
15750 case "(($ac_try" in
15751   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15752   *) ac_try_echo=$ac_try;;
15753 esac
15754 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15755 $as_echo "$ac_try_echo") >&5
15756   (eval "$ac_compile") 2>conftest.er1
15757   ac_status=$?
15758   grep -v '^ *+' conftest.er1 >conftest.err
15759   rm -f conftest.er1
15760   cat conftest.err >&5
15761   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15762   (exit $ac_status); } && {
15763          test -z "$ac_c_werror_flag" ||
15764          test ! -s conftest.err
15765        } && test -s conftest.$ac_objext; then
15766
15767 cat >>confdefs.h <<\_ACEOF
15768 #define HAVE_ALSA 1
15769 _ACEOF
15770
15771                          ALSALIBS="-lasound"
15772 else
15773   $as_echo "$as_me: failed program was:" >&5
15774 sed 's/^/| /' conftest.$ac_ext >&5
15775
15776
15777 fi
15778
15779 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15780 fi
15781
15782 fi
15783
15784 AUDIOIOLIBS=""
15785
15786 if test "$ac_cv_header_libaudioio_h" = "yes"
15787 then
15788     { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15789 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15790 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15791   $as_echo_n "(cached) " >&6
15792 else
15793   ac_check_lib_save_LIBS=$LIBS
15794 LIBS="-laudioio  $LIBS"
15795 cat >conftest.$ac_ext <<_ACEOF
15796 /* confdefs.h.  */
15797 _ACEOF
15798 cat confdefs.h >>conftest.$ac_ext
15799 cat >>conftest.$ac_ext <<_ACEOF
15800 /* end confdefs.h.  */
15801
15802 /* Override any GCC internal prototype to avoid an error.
15803    Use char because int might match the return type of a GCC
15804    builtin and then its argument prototype would still apply.  */
15805 #ifdef __cplusplus
15806 extern "C"
15807 #endif
15808 char AudioIOGetVersion ();
15809 int
15810 main ()
15811 {
15812 return AudioIOGetVersion ();
15813   ;
15814   return 0;
15815 }
15816 _ACEOF
15817 rm -f conftest.$ac_objext conftest$ac_exeext
15818 if { (ac_try="$ac_link"
15819 case "(($ac_try" in
15820   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15821   *) ac_try_echo=$ac_try;;
15822 esac
15823 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15824 $as_echo "$ac_try_echo") >&5
15825   (eval "$ac_link") 2>conftest.er1
15826   ac_status=$?
15827   grep -v '^ *+' conftest.er1 >conftest.err
15828   rm -f conftest.er1
15829   cat conftest.err >&5
15830   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15831   (exit $ac_status); } && {
15832          test -z "$ac_c_werror_flag" ||
15833          test ! -s conftest.err
15834        } && test -s conftest$ac_exeext && {
15835          test "$cross_compiling" = yes ||
15836          $as_test_x conftest$ac_exeext
15837        }; then
15838   ac_cv_lib_audioio_AudioIOGetVersion=yes
15839 else
15840   $as_echo "$as_me: failed program was:" >&5
15841 sed 's/^/| /' conftest.$ac_ext >&5
15842
15843         ac_cv_lib_audioio_AudioIOGetVersion=no
15844 fi
15845
15846 rm -rf conftest.dSYM
15847 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15848       conftest$ac_exeext conftest.$ac_ext
15849 LIBS=$ac_check_lib_save_LIBS
15850 fi
15851 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15852 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15853 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15854   AUDIOIOLIBS="-laudioio"
15855
15856 cat >>confdefs.h <<\_ACEOF
15857 #define HAVE_LIBAUDIOIO 1
15858 _ACEOF
15859
15860 fi
15861
15862 fi
15863
15864
15865 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15866 then
15867     { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15868 $as_echo_n "checking for -lcapi20... " >&6; }
15869 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15870   $as_echo_n "(cached) " >&6
15871 else
15872   ac_check_soname_save_LIBS=$LIBS
15873 LIBS="-lcapi20  $LIBS"
15874   cat >conftest.$ac_ext <<_ACEOF
15875 /* confdefs.h.  */
15876 _ACEOF
15877 cat confdefs.h >>conftest.$ac_ext
15878 cat >>conftest.$ac_ext <<_ACEOF
15879 /* end confdefs.h.  */
15880
15881 /* Override any GCC internal prototype to avoid an error.
15882    Use char because int might match the return type of a GCC
15883    builtin and then its argument prototype would still apply.  */
15884 #ifdef __cplusplus
15885 extern "C"
15886 #endif
15887 char capi20_register ();
15888 int
15889 main ()
15890 {
15891 return capi20_register ();
15892   ;
15893   return 0;
15894 }
15895 _ACEOF
15896 rm -f conftest.$ac_objext conftest$ac_exeext
15897 if { (ac_try="$ac_link"
15898 case "(($ac_try" in
15899   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15900   *) ac_try_echo=$ac_try;;
15901 esac
15902 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15903 $as_echo "$ac_try_echo") >&5
15904   (eval "$ac_link") 2>conftest.er1
15905   ac_status=$?
15906   grep -v '^ *+' conftest.er1 >conftest.err
15907   rm -f conftest.er1
15908   cat conftest.err >&5
15909   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15910   (exit $ac_status); } && {
15911          test -z "$ac_c_werror_flag" ||
15912          test ! -s conftest.err
15913        } && test -s conftest$ac_exeext && {
15914          test "$cross_compiling" = yes ||
15915          $as_test_x conftest$ac_exeext
15916        }; then
15917   case "$LIBEXT" in
15918     dll) ;;
15919     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'` ;;
15920     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
15921   esac
15922 else
15923   $as_echo "$as_me: failed program was:" >&5
15924 sed 's/^/| /' conftest.$ac_ext >&5
15925
15926
15927 fi
15928
15929 rm -rf conftest.dSYM
15930 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15931       conftest$ac_exeext conftest.$ac_ext
15932   LIBS=$ac_check_soname_save_LIBS
15933 fi
15934 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15935   { $as_echo "$as_me:$LINENO: result: not found" >&5
15936 $as_echo "not found" >&6; }
15937
15938 else
15939   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15940 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15941
15942 cat >>confdefs.h <<_ACEOF
15943 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15944 _ACEOF
15945
15946
15947 fi
15948
15949 fi
15950 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15951   case "x$with_capi" in
15952   x)   wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15953   xno) ;;
15954   *)   { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15955 This is an error since --with-capi was requested." >&5
15956 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15957 This is an error since --with-capi was requested." >&2;}
15958    { (exit 1); exit 1; }; } ;;
15959 esac
15960 fi
15961
15962
15963 CUPSINCL=""
15964
15965 if test "x$with_cups" != "xno"
15966 then
15967     ac_save_CPPFLAGS="$CPPFLAGS"
15968     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15969     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15970     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15971
15972 for ac_header in cups/cups.h
15973 do
15974 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15975 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15976   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15977 $as_echo_n "checking for $ac_header... " >&6; }
15978 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15979   $as_echo_n "(cached) " >&6
15980 fi
15981 ac_res=`eval 'as_val=${'$as_ac_Header'}
15982                  $as_echo "$as_val"'`
15983                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15984 $as_echo "$ac_res" >&6; }
15985 else
15986   # Is the header compilable?
15987 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
15988 $as_echo_n "checking $ac_header usability... " >&6; }
15989 cat >conftest.$ac_ext <<_ACEOF
15990 /* confdefs.h.  */
15991 _ACEOF
15992 cat confdefs.h >>conftest.$ac_ext
15993 cat >>conftest.$ac_ext <<_ACEOF
15994 /* end confdefs.h.  */
15995 $ac_includes_default
15996 #include <$ac_header>
15997 _ACEOF
15998 rm -f conftest.$ac_objext
15999 if { (ac_try="$ac_compile"
16000 case "(($ac_try" in
16001   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16002   *) ac_try_echo=$ac_try;;
16003 esac
16004 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16005 $as_echo "$ac_try_echo") >&5
16006   (eval "$ac_compile") 2>conftest.er1
16007   ac_status=$?
16008   grep -v '^ *+' conftest.er1 >conftest.err
16009   rm -f conftest.er1
16010   cat conftest.err >&5
16011   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16012   (exit $ac_status); } && {
16013          test -z "$ac_c_werror_flag" ||
16014          test ! -s conftest.err
16015        } && test -s conftest.$ac_objext; then
16016   ac_header_compiler=yes
16017 else
16018   $as_echo "$as_me: failed program was:" >&5
16019 sed 's/^/| /' conftest.$ac_ext >&5
16020
16021         ac_header_compiler=no
16022 fi
16023
16024 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16025 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16026 $as_echo "$ac_header_compiler" >&6; }
16027
16028 # Is the header present?
16029 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16030 $as_echo_n "checking $ac_header presence... " >&6; }
16031 cat >conftest.$ac_ext <<_ACEOF
16032 /* confdefs.h.  */
16033 _ACEOF
16034 cat confdefs.h >>conftest.$ac_ext
16035 cat >>conftest.$ac_ext <<_ACEOF
16036 /* end confdefs.h.  */
16037 #include <$ac_header>
16038 _ACEOF
16039 if { (ac_try="$ac_cpp conftest.$ac_ext"
16040 case "(($ac_try" in
16041   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16042   *) ac_try_echo=$ac_try;;
16043 esac
16044 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16045 $as_echo "$ac_try_echo") >&5
16046   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16047   ac_status=$?
16048   grep -v '^ *+' conftest.er1 >conftest.err
16049   rm -f conftest.er1
16050   cat conftest.err >&5
16051   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16052   (exit $ac_status); } >/dev/null && {
16053          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16054          test ! -s conftest.err
16055        }; then
16056   ac_header_preproc=yes
16057 else
16058   $as_echo "$as_me: failed program was:" >&5
16059 sed 's/^/| /' conftest.$ac_ext >&5
16060
16061   ac_header_preproc=no
16062 fi
16063
16064 rm -f conftest.err conftest.$ac_ext
16065 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16066 $as_echo "$ac_header_preproc" >&6; }
16067
16068 # So?  What about this header?
16069 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16070   yes:no: )
16071     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16072 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16073     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16074 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16075     ac_header_preproc=yes
16076     ;;
16077   no:yes:* )
16078     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16079 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16080     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16081 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16082     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16083 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16084     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16085 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16086     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16087 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16088     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16089 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16090     ( cat <<\_ASBOX
16091 ## ------------------------------------ ##
16092 ## Report this to wine-devel@winehq.org ##
16093 ## ------------------------------------ ##
16094 _ASBOX
16095      ) | sed "s/^/$as_me: WARNING:     /" >&2
16096     ;;
16097 esac
16098 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16099 $as_echo_n "checking for $ac_header... " >&6; }
16100 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16101   $as_echo_n "(cached) " >&6
16102 else
16103   eval "$as_ac_Header=\$ac_header_preproc"
16104 fi
16105 ac_res=`eval 'as_val=${'$as_ac_Header'}
16106                  $as_echo "$as_val"'`
16107                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16108 $as_echo "$ac_res" >&6; }
16109
16110 fi
16111 as_val=`eval 'as_val=${'$as_ac_Header'}
16112                  $as_echo "$as_val"'`
16113    if test "x$as_val" = x""yes; then
16114   cat >>confdefs.h <<_ACEOF
16115 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16116 _ACEOF
16117  { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16118 $as_echo_n "checking for -lcups... " >&6; }
16119 if test "${ac_cv_lib_soname_cups+set}" = set; then
16120   $as_echo_n "(cached) " >&6
16121 else
16122   ac_check_soname_save_LIBS=$LIBS
16123 LIBS="-lcups $ac_cups_libs $LIBS"
16124   cat >conftest.$ac_ext <<_ACEOF
16125 /* confdefs.h.  */
16126 _ACEOF
16127 cat confdefs.h >>conftest.$ac_ext
16128 cat >>conftest.$ac_ext <<_ACEOF
16129 /* end confdefs.h.  */
16130
16131 /* Override any GCC internal prototype to avoid an error.
16132    Use char because int might match the return type of a GCC
16133    builtin and then its argument prototype would still apply.  */
16134 #ifdef __cplusplus
16135 extern "C"
16136 #endif
16137 char cupsGetDefault ();
16138 int
16139 main ()
16140 {
16141 return cupsGetDefault ();
16142   ;
16143   return 0;
16144 }
16145 _ACEOF
16146 rm -f conftest.$ac_objext conftest$ac_exeext
16147 if { (ac_try="$ac_link"
16148 case "(($ac_try" in
16149   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16150   *) ac_try_echo=$ac_try;;
16151 esac
16152 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16153 $as_echo "$ac_try_echo") >&5
16154   (eval "$ac_link") 2>conftest.er1
16155   ac_status=$?
16156   grep -v '^ *+' conftest.er1 >conftest.err
16157   rm -f conftest.er1
16158   cat conftest.err >&5
16159   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16160   (exit $ac_status); } && {
16161          test -z "$ac_c_werror_flag" ||
16162          test ! -s conftest.err
16163        } && test -s conftest$ac_exeext && {
16164          test "$cross_compiling" = yes ||
16165          $as_test_x conftest$ac_exeext
16166        }; then
16167   case "$LIBEXT" in
16168     dll) ;;
16169     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'` ;;
16170     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16171   esac
16172 else
16173   $as_echo "$as_me: failed program was:" >&5
16174 sed 's/^/| /' conftest.$ac_ext >&5
16175
16176
16177 fi
16178
16179 rm -rf conftest.dSYM
16180 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16181       conftest$ac_exeext conftest.$ac_ext
16182   LIBS=$ac_check_soname_save_LIBS
16183 fi
16184 if test "x$ac_cv_lib_soname_cups" = "x"; then
16185   { $as_echo "$as_me:$LINENO: result: not found" >&5
16186 $as_echo "not found" >&6; }
16187
16188 else
16189   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16190 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16191
16192 cat >>confdefs.h <<_ACEOF
16193 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16194 _ACEOF
16195
16196        CUPSINCL="$ac_cups_cflags"
16197 fi
16198
16199 fi
16200
16201 done
16202
16203     CPPFLAGS="$ac_save_CPPFLAGS"
16204 fi
16205 if test "x$ac_cv_lib_soname_cups" = "x"; then
16206   case "x$with_cups" in
16207   x)   wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16208   xno) ;;
16209   *)   { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16210 This is an error since --with-cups was requested." >&5
16211 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16212 This is an error since --with-cups was requested." >&2;}
16213    { (exit 1); exit 1; }; } ;;
16214 esac
16215 fi
16216
16217
16218 if test "$ac_cv_header_jack_jack_h" = "yes"
16219 then
16220     { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16221 $as_echo_n "checking for -ljack... " >&6; }
16222 if test "${ac_cv_lib_soname_jack+set}" = set; then
16223   $as_echo_n "(cached) " >&6
16224 else
16225   ac_check_soname_save_LIBS=$LIBS
16226 LIBS="-ljack  $LIBS"
16227   cat >conftest.$ac_ext <<_ACEOF
16228 /* confdefs.h.  */
16229 _ACEOF
16230 cat confdefs.h >>conftest.$ac_ext
16231 cat >>conftest.$ac_ext <<_ACEOF
16232 /* end confdefs.h.  */
16233
16234 /* Override any GCC internal prototype to avoid an error.
16235    Use char because int might match the return type of a GCC
16236    builtin and then its argument prototype would still apply.  */
16237 #ifdef __cplusplus
16238 extern "C"
16239 #endif
16240 char jack_client_new ();
16241 int
16242 main ()
16243 {
16244 return jack_client_new ();
16245   ;
16246   return 0;
16247 }
16248 _ACEOF
16249 rm -f conftest.$ac_objext conftest$ac_exeext
16250 if { (ac_try="$ac_link"
16251 case "(($ac_try" in
16252   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16253   *) ac_try_echo=$ac_try;;
16254 esac
16255 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16256 $as_echo "$ac_try_echo") >&5
16257   (eval "$ac_link") 2>conftest.er1
16258   ac_status=$?
16259   grep -v '^ *+' conftest.er1 >conftest.err
16260   rm -f conftest.er1
16261   cat conftest.err >&5
16262   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16263   (exit $ac_status); } && {
16264          test -z "$ac_c_werror_flag" ||
16265          test ! -s conftest.err
16266        } && test -s conftest$ac_exeext && {
16267          test "$cross_compiling" = yes ||
16268          $as_test_x conftest$ac_exeext
16269        }; then
16270   case "$LIBEXT" in
16271     dll) ;;
16272     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'` ;;
16273     *) 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'` ;;
16274   esac
16275 else
16276   $as_echo "$as_me: failed program was:" >&5
16277 sed 's/^/| /' conftest.$ac_ext >&5
16278
16279
16280 fi
16281
16282 rm -rf conftest.dSYM
16283 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16284       conftest$ac_exeext conftest.$ac_ext
16285   LIBS=$ac_check_soname_save_LIBS
16286 fi
16287 if test "x$ac_cv_lib_soname_jack" = "x"; then
16288   { $as_echo "$as_me:$LINENO: result: not found" >&5
16289 $as_echo "not found" >&6; }
16290
16291 else
16292   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16293 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16294
16295 cat >>confdefs.h <<_ACEOF
16296 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16297 _ACEOF
16298
16299
16300 fi
16301
16302 fi
16303
16304 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16305 then
16306     { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16307 $as_echo_n "checking for -lfontconfig... " >&6; }
16308 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16309   $as_echo_n "(cached) " >&6
16310 else
16311   ac_check_soname_save_LIBS=$LIBS
16312 LIBS="-lfontconfig  $LIBS"
16313   cat >conftest.$ac_ext <<_ACEOF
16314 /* confdefs.h.  */
16315 _ACEOF
16316 cat confdefs.h >>conftest.$ac_ext
16317 cat >>conftest.$ac_ext <<_ACEOF
16318 /* end confdefs.h.  */
16319
16320 /* Override any GCC internal prototype to avoid an error.
16321    Use char because int might match the return type of a GCC
16322    builtin and then its argument prototype would still apply.  */
16323 #ifdef __cplusplus
16324 extern "C"
16325 #endif
16326 char FcInit ();
16327 int
16328 main ()
16329 {
16330 return FcInit ();
16331   ;
16332   return 0;
16333 }
16334 _ACEOF
16335 rm -f conftest.$ac_objext conftest$ac_exeext
16336 if { (ac_try="$ac_link"
16337 case "(($ac_try" in
16338   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16339   *) ac_try_echo=$ac_try;;
16340 esac
16341 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16342 $as_echo "$ac_try_echo") >&5
16343   (eval "$ac_link") 2>conftest.er1
16344   ac_status=$?
16345   grep -v '^ *+' conftest.er1 >conftest.err
16346   rm -f conftest.er1
16347   cat conftest.err >&5
16348   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16349   (exit $ac_status); } && {
16350          test -z "$ac_c_werror_flag" ||
16351          test ! -s conftest.err
16352        } && test -s conftest$ac_exeext && {
16353          test "$cross_compiling" = yes ||
16354          $as_test_x conftest$ac_exeext
16355        }; then
16356   case "$LIBEXT" in
16357     dll) ;;
16358     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'` ;;
16359     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16360   esac
16361 else
16362   $as_echo "$as_me: failed program was:" >&5
16363 sed 's/^/| /' conftest.$ac_ext >&5
16364
16365
16366 fi
16367
16368 rm -rf conftest.dSYM
16369 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16370       conftest$ac_exeext conftest.$ac_ext
16371   LIBS=$ac_check_soname_save_LIBS
16372 fi
16373 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16374   { $as_echo "$as_me:$LINENO: result: not found" >&5
16375 $as_echo "not found" >&6; }
16376
16377 else
16378   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16379 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16380
16381 cat >>confdefs.h <<_ACEOF
16382 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16383 _ACEOF
16384
16385
16386 fi
16387
16388 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16389 then
16390         ac_save_CPPFLAGS="$CPPFLAGS"
16391     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16392     $as_unset ac_cv_header_fontconfig_fontconfig_h
16393
16394 for ac_header in fontconfig/fontconfig.h
16395 do
16396 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16397 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16398   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16399 $as_echo_n "checking for $ac_header... " >&6; }
16400 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16401   $as_echo_n "(cached) " >&6
16402 fi
16403 ac_res=`eval 'as_val=${'$as_ac_Header'}
16404                  $as_echo "$as_val"'`
16405                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16406 $as_echo "$ac_res" >&6; }
16407 else
16408   # Is the header compilable?
16409 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16410 $as_echo_n "checking $ac_header usability... " >&6; }
16411 cat >conftest.$ac_ext <<_ACEOF
16412 /* confdefs.h.  */
16413 _ACEOF
16414 cat confdefs.h >>conftest.$ac_ext
16415 cat >>conftest.$ac_ext <<_ACEOF
16416 /* end confdefs.h.  */
16417 $ac_includes_default
16418 #include <$ac_header>
16419 _ACEOF
16420 rm -f conftest.$ac_objext
16421 if { (ac_try="$ac_compile"
16422 case "(($ac_try" in
16423   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16424   *) ac_try_echo=$ac_try;;
16425 esac
16426 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16427 $as_echo "$ac_try_echo") >&5
16428   (eval "$ac_compile") 2>conftest.er1
16429   ac_status=$?
16430   grep -v '^ *+' conftest.er1 >conftest.err
16431   rm -f conftest.er1
16432   cat conftest.err >&5
16433   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16434   (exit $ac_status); } && {
16435          test -z "$ac_c_werror_flag" ||
16436          test ! -s conftest.err
16437        } && test -s conftest.$ac_objext; then
16438   ac_header_compiler=yes
16439 else
16440   $as_echo "$as_me: failed program was:" >&5
16441 sed 's/^/| /' conftest.$ac_ext >&5
16442
16443         ac_header_compiler=no
16444 fi
16445
16446 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16447 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16448 $as_echo "$ac_header_compiler" >&6; }
16449
16450 # Is the header present?
16451 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16452 $as_echo_n "checking $ac_header presence... " >&6; }
16453 cat >conftest.$ac_ext <<_ACEOF
16454 /* confdefs.h.  */
16455 _ACEOF
16456 cat confdefs.h >>conftest.$ac_ext
16457 cat >>conftest.$ac_ext <<_ACEOF
16458 /* end confdefs.h.  */
16459 #include <$ac_header>
16460 _ACEOF
16461 if { (ac_try="$ac_cpp conftest.$ac_ext"
16462 case "(($ac_try" in
16463   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16464   *) ac_try_echo=$ac_try;;
16465 esac
16466 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16467 $as_echo "$ac_try_echo") >&5
16468   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16469   ac_status=$?
16470   grep -v '^ *+' conftest.er1 >conftest.err
16471   rm -f conftest.er1
16472   cat conftest.err >&5
16473   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16474   (exit $ac_status); } >/dev/null && {
16475          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16476          test ! -s conftest.err
16477        }; then
16478   ac_header_preproc=yes
16479 else
16480   $as_echo "$as_me: failed program was:" >&5
16481 sed 's/^/| /' conftest.$ac_ext >&5
16482
16483   ac_header_preproc=no
16484 fi
16485
16486 rm -f conftest.err conftest.$ac_ext
16487 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16488 $as_echo "$ac_header_preproc" >&6; }
16489
16490 # So?  What about this header?
16491 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16492   yes:no: )
16493     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16494 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16495     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16496 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16497     ac_header_preproc=yes
16498     ;;
16499   no:yes:* )
16500     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16501 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16502     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16503 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16504     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16505 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16506     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16507 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16508     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16509 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16510     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16511 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16512     ( cat <<\_ASBOX
16513 ## ------------------------------------ ##
16514 ## Report this to wine-devel@winehq.org ##
16515 ## ------------------------------------ ##
16516 _ASBOX
16517      ) | sed "s/^/$as_me: WARNING:     /" >&2
16518     ;;
16519 esac
16520 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16521 $as_echo_n "checking for $ac_header... " >&6; }
16522 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16523   $as_echo_n "(cached) " >&6
16524 else
16525   eval "$as_ac_Header=\$ac_header_preproc"
16526 fi
16527 ac_res=`eval 'as_val=${'$as_ac_Header'}
16528                  $as_echo "$as_val"'`
16529                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16530 $as_echo "$ac_res" >&6; }
16531
16532 fi
16533 as_val=`eval 'as_val=${'$as_ac_Header'}
16534                  $as_echo "$as_val"'`
16535    if test "x$as_val" = x""yes; then
16536   cat >>confdefs.h <<_ACEOF
16537 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16538 _ACEOF
16539
16540 fi
16541
16542 done
16543
16544     CPPFLAGS="$ac_save_CPPFLAGS"
16545     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16546     then
16547         FONTCONFIGINCL="$X_CFLAGS"
16548
16549         { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16550 $as_echo_n "checking for -lfontconfig... " >&6; }
16551 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16552   $as_echo_n "(cached) " >&6
16553 else
16554   ac_check_soname_save_LIBS=$LIBS
16555 LIBS="-lfontconfig $X_LIBS $LIBS"
16556   cat >conftest.$ac_ext <<_ACEOF
16557 /* confdefs.h.  */
16558 _ACEOF
16559 cat confdefs.h >>conftest.$ac_ext
16560 cat >>conftest.$ac_ext <<_ACEOF
16561 /* end confdefs.h.  */
16562
16563 /* Override any GCC internal prototype to avoid an error.
16564    Use char because int might match the return type of a GCC
16565    builtin and then its argument prototype would still apply.  */
16566 #ifdef __cplusplus
16567 extern "C"
16568 #endif
16569 char FcInit ();
16570 int
16571 main ()
16572 {
16573 return FcInit ();
16574   ;
16575   return 0;
16576 }
16577 _ACEOF
16578 rm -f conftest.$ac_objext conftest$ac_exeext
16579 if { (ac_try="$ac_link"
16580 case "(($ac_try" in
16581   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16582   *) ac_try_echo=$ac_try;;
16583 esac
16584 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16585 $as_echo "$ac_try_echo") >&5
16586   (eval "$ac_link") 2>conftest.er1
16587   ac_status=$?
16588   grep -v '^ *+' conftest.er1 >conftest.err
16589   rm -f conftest.er1
16590   cat conftest.err >&5
16591   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16592   (exit $ac_status); } && {
16593          test -z "$ac_c_werror_flag" ||
16594          test ! -s conftest.err
16595        } && test -s conftest$ac_exeext && {
16596          test "$cross_compiling" = yes ||
16597          $as_test_x conftest$ac_exeext
16598        }; then
16599   case "$LIBEXT" in
16600     dll) ;;
16601     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'` ;;
16602     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16603   esac
16604 else
16605   $as_echo "$as_me: failed program was:" >&5
16606 sed 's/^/| /' conftest.$ac_ext >&5
16607
16608
16609 fi
16610
16611 rm -rf conftest.dSYM
16612 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16613       conftest$ac_exeext conftest.$ac_ext
16614   LIBS=$ac_check_soname_save_LIBS
16615 fi
16616 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16617   { $as_echo "$as_me:$LINENO: result: not found" >&5
16618 $as_echo "not found" >&6; }
16619
16620 else
16621   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16622 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16623
16624 cat >>confdefs.h <<_ACEOF
16625 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16626 _ACEOF
16627
16628
16629 fi
16630
16631     fi
16632 fi
16633 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16634   case "x$with_fontconfig" in
16635   x)   wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16636   xno) ;;
16637   *)   { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16638 This is an error since --with-fontconfig was requested." >&5
16639 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16640 This is an error since --with-fontconfig was requested." >&2;}
16641    { (exit 1); exit 1; }; } ;;
16642 esac
16643 fi
16644
16645
16646 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16647 then
16648     { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16649 $as_echo_n "checking for -lssl... " >&6; }
16650 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16651   $as_echo_n "(cached) " >&6
16652 else
16653   ac_check_soname_save_LIBS=$LIBS
16654 LIBS="-lssl  $LIBS"
16655   cat >conftest.$ac_ext <<_ACEOF
16656 /* confdefs.h.  */
16657 _ACEOF
16658 cat confdefs.h >>conftest.$ac_ext
16659 cat >>conftest.$ac_ext <<_ACEOF
16660 /* end confdefs.h.  */
16661
16662 /* Override any GCC internal prototype to avoid an error.
16663    Use char because int might match the return type of a GCC
16664    builtin and then its argument prototype would still apply.  */
16665 #ifdef __cplusplus
16666 extern "C"
16667 #endif
16668 char SSL_library_init ();
16669 int
16670 main ()
16671 {
16672 return SSL_library_init ();
16673   ;
16674   return 0;
16675 }
16676 _ACEOF
16677 rm -f conftest.$ac_objext conftest$ac_exeext
16678 if { (ac_try="$ac_link"
16679 case "(($ac_try" in
16680   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16681   *) ac_try_echo=$ac_try;;
16682 esac
16683 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16684 $as_echo "$ac_try_echo") >&5
16685   (eval "$ac_link") 2>conftest.er1
16686   ac_status=$?
16687   grep -v '^ *+' conftest.er1 >conftest.err
16688   rm -f conftest.er1
16689   cat conftest.err >&5
16690   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16691   (exit $ac_status); } && {
16692          test -z "$ac_c_werror_flag" ||
16693          test ! -s conftest.err
16694        } && test -s conftest$ac_exeext && {
16695          test "$cross_compiling" = yes ||
16696          $as_test_x conftest$ac_exeext
16697        }; then
16698   case "$LIBEXT" in
16699     dll) ;;
16700     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'` ;;
16701     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
16702   esac
16703 else
16704   $as_echo "$as_me: failed program was:" >&5
16705 sed 's/^/| /' conftest.$ac_ext >&5
16706
16707
16708 fi
16709
16710 rm -rf conftest.dSYM
16711 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16712       conftest$ac_exeext conftest.$ac_ext
16713   LIBS=$ac_check_soname_save_LIBS
16714 fi
16715 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16716   { $as_echo "$as_me:$LINENO: result: not found" >&5
16717 $as_echo "not found" >&6; }
16718
16719 else
16720   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16721 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16722
16723 cat >>confdefs.h <<_ACEOF
16724 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16725 _ACEOF
16726
16727
16728 fi
16729
16730     { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16731 $as_echo_n "checking for -lcrypto... " >&6; }
16732 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16733   $as_echo_n "(cached) " >&6
16734 else
16735   ac_check_soname_save_LIBS=$LIBS
16736 LIBS="-lcrypto  $LIBS"
16737   cat >conftest.$ac_ext <<_ACEOF
16738 /* confdefs.h.  */
16739 _ACEOF
16740 cat confdefs.h >>conftest.$ac_ext
16741 cat >>conftest.$ac_ext <<_ACEOF
16742 /* end confdefs.h.  */
16743
16744 /* Override any GCC internal prototype to avoid an error.
16745    Use char because int might match the return type of a GCC
16746    builtin and then its argument prototype would still apply.  */
16747 #ifdef __cplusplus
16748 extern "C"
16749 #endif
16750 char BIO_new_socket ();
16751 int
16752 main ()
16753 {
16754 return BIO_new_socket ();
16755   ;
16756   return 0;
16757 }
16758 _ACEOF
16759 rm -f conftest.$ac_objext conftest$ac_exeext
16760 if { (ac_try="$ac_link"
16761 case "(($ac_try" in
16762   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16763   *) ac_try_echo=$ac_try;;
16764 esac
16765 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16766 $as_echo "$ac_try_echo") >&5
16767   (eval "$ac_link") 2>conftest.er1
16768   ac_status=$?
16769   grep -v '^ *+' conftest.er1 >conftest.err
16770   rm -f conftest.er1
16771   cat conftest.err >&5
16772   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16773   (exit $ac_status); } && {
16774          test -z "$ac_c_werror_flag" ||
16775          test ! -s conftest.err
16776        } && test -s conftest$ac_exeext && {
16777          test "$cross_compiling" = yes ||
16778          $as_test_x conftest$ac_exeext
16779        }; then
16780   case "$LIBEXT" in
16781     dll) ;;
16782     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'` ;;
16783     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
16784   esac
16785 else
16786   $as_echo "$as_me: failed program was:" >&5
16787 sed 's/^/| /' conftest.$ac_ext >&5
16788
16789
16790 fi
16791
16792 rm -rf conftest.dSYM
16793 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16794       conftest$ac_exeext conftest.$ac_ext
16795   LIBS=$ac_check_soname_save_LIBS
16796 fi
16797 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16798   { $as_echo "$as_me:$LINENO: result: not found" >&5
16799 $as_echo "not found" >&6; }
16800
16801 else
16802   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16803 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16804
16805 cat >>confdefs.h <<_ACEOF
16806 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16807 _ACEOF
16808
16809
16810 fi
16811
16812 fi
16813 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16814   case "x$with_openssl" in
16815   x)   wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16816   xno) ;;
16817   *)   { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16818 This is an error since --with-openssl was requested." >&5
16819 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16820 This is an error since --with-openssl was requested." >&2;}
16821    { (exit 1); exit 1; }; } ;;
16822 esac
16823 fi
16824
16825
16826 if test "$ac_cv_header_jpeglib_h" = "yes"
16827 then
16828     { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16829 $as_echo_n "checking for -ljpeg... " >&6; }
16830 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16831   $as_echo_n "(cached) " >&6
16832 else
16833   ac_check_soname_save_LIBS=$LIBS
16834 LIBS="-ljpeg  $LIBS"
16835   cat >conftest.$ac_ext <<_ACEOF
16836 /* confdefs.h.  */
16837 _ACEOF
16838 cat confdefs.h >>conftest.$ac_ext
16839 cat >>conftest.$ac_ext <<_ACEOF
16840 /* end confdefs.h.  */
16841
16842 /* Override any GCC internal prototype to avoid an error.
16843    Use char because int might match the return type of a GCC
16844    builtin and then its argument prototype would still apply.  */
16845 #ifdef __cplusplus
16846 extern "C"
16847 #endif
16848 char jpeg_start_decompress ();
16849 int
16850 main ()
16851 {
16852 return jpeg_start_decompress ();
16853   ;
16854   return 0;
16855 }
16856 _ACEOF
16857 rm -f conftest.$ac_objext conftest$ac_exeext
16858 if { (ac_try="$ac_link"
16859 case "(($ac_try" in
16860   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16861   *) ac_try_echo=$ac_try;;
16862 esac
16863 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16864 $as_echo "$ac_try_echo") >&5
16865   (eval "$ac_link") 2>conftest.er1
16866   ac_status=$?
16867   grep -v '^ *+' conftest.er1 >conftest.err
16868   rm -f conftest.er1
16869   cat conftest.err >&5
16870   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16871   (exit $ac_status); } && {
16872          test -z "$ac_c_werror_flag" ||
16873          test ! -s conftest.err
16874        } && test -s conftest$ac_exeext && {
16875          test "$cross_compiling" = yes ||
16876          $as_test_x conftest$ac_exeext
16877        }; then
16878   case "$LIBEXT" in
16879     dll) ;;
16880     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'` ;;
16881     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16882   esac
16883 else
16884   $as_echo "$as_me: failed program was:" >&5
16885 sed 's/^/| /' conftest.$ac_ext >&5
16886
16887
16888 fi
16889
16890 rm -rf conftest.dSYM
16891 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16892       conftest$ac_exeext conftest.$ac_ext
16893   LIBS=$ac_check_soname_save_LIBS
16894 fi
16895 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16896   { $as_echo "$as_me:$LINENO: result: not found" >&5
16897 $as_echo "not found" >&6; }
16898
16899 else
16900   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16901 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16902
16903 cat >>confdefs.h <<_ACEOF
16904 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16905 _ACEOF
16906
16907
16908 fi
16909
16910 fi
16911 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16912   case "x$with_jpeg" in
16913   x)   wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16914   xno) ;;
16915   *)   { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16916 This is an error since --with-jpeg was requested." >&5
16917 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16918 This is an error since --with-jpeg was requested." >&2;}
16919    { (exit 1); exit 1; }; } ;;
16920 esac
16921 fi
16922
16923
16924 if test "$ac_cv_header_png_h" = "yes"
16925 then
16926     { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16927 $as_echo_n "checking for -lpng... " >&6; }
16928 if test "${ac_cv_lib_soname_png+set}" = set; then
16929   $as_echo_n "(cached) " >&6
16930 else
16931   ac_check_soname_save_LIBS=$LIBS
16932 LIBS="-lpng -lm $LIBS"
16933   cat >conftest.$ac_ext <<_ACEOF
16934 /* confdefs.h.  */
16935 _ACEOF
16936 cat confdefs.h >>conftest.$ac_ext
16937 cat >>conftest.$ac_ext <<_ACEOF
16938 /* end confdefs.h.  */
16939
16940 /* Override any GCC internal prototype to avoid an error.
16941    Use char because int might match the return type of a GCC
16942    builtin and then its argument prototype would still apply.  */
16943 #ifdef __cplusplus
16944 extern "C"
16945 #endif
16946 char png_create_read_struct ();
16947 int
16948 main ()
16949 {
16950 return png_create_read_struct ();
16951   ;
16952   return 0;
16953 }
16954 _ACEOF
16955 rm -f conftest.$ac_objext conftest$ac_exeext
16956 if { (ac_try="$ac_link"
16957 case "(($ac_try" in
16958   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16959   *) ac_try_echo=$ac_try;;
16960 esac
16961 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16962 $as_echo "$ac_try_echo") >&5
16963   (eval "$ac_link") 2>conftest.er1
16964   ac_status=$?
16965   grep -v '^ *+' conftest.er1 >conftest.err
16966   rm -f conftest.er1
16967   cat conftest.err >&5
16968   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16969   (exit $ac_status); } && {
16970          test -z "$ac_c_werror_flag" ||
16971          test ! -s conftest.err
16972        } && test -s conftest$ac_exeext && {
16973          test "$cross_compiling" = yes ||
16974          $as_test_x conftest$ac_exeext
16975        }; then
16976   case "$LIBEXT" in
16977     dll) ;;
16978     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'` ;;
16979     *) 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'` ;;
16980   esac
16981 else
16982   $as_echo "$as_me: failed program was:" >&5
16983 sed 's/^/| /' conftest.$ac_ext >&5
16984
16985
16986 fi
16987
16988 rm -rf conftest.dSYM
16989 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16990       conftest$ac_exeext conftest.$ac_ext
16991   LIBS=$ac_check_soname_save_LIBS
16992 fi
16993 if test "x$ac_cv_lib_soname_png" = "x"; then
16994   { $as_echo "$as_me:$LINENO: result: not found" >&5
16995 $as_echo "not found" >&6; }
16996
16997 else
16998   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16999 $as_echo "$ac_cv_lib_soname_png" >&6; }
17000
17001 cat >>confdefs.h <<_ACEOF
17002 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
17003 _ACEOF
17004
17005
17006 fi
17007
17008 fi
17009 if test "x$ac_cv_lib_soname_png" = "x"; then
17010   case "x$with_png" in
17011   x)   wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
17012   xno) ;;
17013   *)   { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17014 This is an error since --with-png was requested." >&5
17015 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17016 This is an error since --with-png was requested." >&2;}
17017    { (exit 1); exit 1; }; } ;;
17018 esac
17019 fi
17020
17021
17022 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17023 $as_echo_n "checking for -lodbc... " >&6; }
17024 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17025   $as_echo_n "(cached) " >&6
17026 else
17027   ac_check_soname_save_LIBS=$LIBS
17028 LIBS="-lodbc  $LIBS"
17029   cat >conftest.$ac_ext <<_ACEOF
17030 /* confdefs.h.  */
17031 _ACEOF
17032 cat confdefs.h >>conftest.$ac_ext
17033 cat >>conftest.$ac_ext <<_ACEOF
17034 /* end confdefs.h.  */
17035
17036 /* Override any GCC internal prototype to avoid an error.
17037    Use char because int might match the return type of a GCC
17038    builtin and then its argument prototype would still apply.  */
17039 #ifdef __cplusplus
17040 extern "C"
17041 #endif
17042 char SQLConnect ();
17043 int
17044 main ()
17045 {
17046 return SQLConnect ();
17047   ;
17048   return 0;
17049 }
17050 _ACEOF
17051 rm -f conftest.$ac_objext conftest$ac_exeext
17052 if { (ac_try="$ac_link"
17053 case "(($ac_try" in
17054   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17055   *) ac_try_echo=$ac_try;;
17056 esac
17057 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17058 $as_echo "$ac_try_echo") >&5
17059   (eval "$ac_link") 2>conftest.er1
17060   ac_status=$?
17061   grep -v '^ *+' conftest.er1 >conftest.err
17062   rm -f conftest.er1
17063   cat conftest.err >&5
17064   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17065   (exit $ac_status); } && {
17066          test -z "$ac_c_werror_flag" ||
17067          test ! -s conftest.err
17068        } && test -s conftest$ac_exeext && {
17069          test "$cross_compiling" = yes ||
17070          $as_test_x conftest$ac_exeext
17071        }; then
17072   case "$LIBEXT" in
17073     dll) ;;
17074     dylib) ac_cv_lib_soname_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'` ;;
17075     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
17076   esac
17077 else
17078   $as_echo "$as_me: failed program was:" >&5
17079 sed 's/^/| /' conftest.$ac_ext >&5
17080
17081
17082 fi
17083
17084 rm -rf conftest.dSYM
17085 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17086       conftest$ac_exeext conftest.$ac_ext
17087   LIBS=$ac_check_soname_save_LIBS
17088 fi
17089 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17090   { $as_echo "$as_me:$LINENO: result: not found" >&5
17091 $as_echo "not found" >&6; }
17092        cat >>confdefs.h <<_ACEOF
17093 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17094 _ACEOF
17095
17096 else
17097   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17098 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17099
17100 cat >>confdefs.h <<_ACEOF
17101 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17102 _ACEOF
17103
17104
17105 fi
17106
17107
17108 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17109         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17110         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17111         "$ac_cv_header_soundcard_h" != "yes" -a \
17112         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17113 then
17114     wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17115 fi
17116
17117
17118 EXTRACFLAGS=""
17119
17120 if test "x${GCC}" = "xyes"
17121 then
17122   EXTRACFLAGS="-Wall -pipe"
17123
17124     { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17125 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17126 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17127   $as_echo_n "(cached) " >&6
17128 else
17129   if test "$cross_compiling" = yes; then
17130   ac_cv_c_gcc_strength_bug="yes"
17131 else
17132   cat >conftest.$ac_ext <<_ACEOF
17133 /* confdefs.h.  */
17134 _ACEOF
17135 cat confdefs.h >>conftest.$ac_ext
17136 cat >>conftest.$ac_ext <<_ACEOF
17137 /* end confdefs.h.  */
17138 int L[4] = {0,1,2,3};
17139 int
17140 main ()
17141 {
17142 static int Array[3];
17143   unsigned int B = 3;
17144   int i;
17145   for(i=0; i<B; i++) Array[i] = i - 3;
17146   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17147   L[i] = 4;
17148   exit( Array[1] != -2 || L[2] != 3)
17149   ;
17150   return 0;
17151 }
17152 _ACEOF
17153 rm -f conftest$ac_exeext
17154 if { (ac_try="$ac_link"
17155 case "(($ac_try" in
17156   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17157   *) ac_try_echo=$ac_try;;
17158 esac
17159 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17160 $as_echo "$ac_try_echo") >&5
17161   (eval "$ac_link") 2>&5
17162   ac_status=$?
17163   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17164   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17165   { (case "(($ac_try" in
17166   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17167   *) ac_try_echo=$ac_try;;
17168 esac
17169 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17170 $as_echo "$ac_try_echo") >&5
17171   (eval "$ac_try") 2>&5
17172   ac_status=$?
17173   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17174   (exit $ac_status); }; }; then
17175   ac_cv_c_gcc_strength_bug="no"
17176 else
17177   $as_echo "$as_me: program exited with status $ac_status" >&5
17178 $as_echo "$as_me: failed program was:" >&5
17179 sed 's/^/| /' conftest.$ac_ext >&5
17180
17181 ( exit $ac_status )
17182 ac_cv_c_gcc_strength_bug="yes"
17183 fi
17184 rm -rf conftest.dSYM
17185 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17186 fi
17187
17188
17189 fi
17190 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17191 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17192   if test "$ac_cv_c_gcc_strength_bug" = "yes"
17193   then
17194     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17195   fi
17196
17197
17198   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
17199 $as_echo_n "checking whether the compiler supports -fshort-wchar... " >&6; }
17200 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
17201   $as_echo_n "(cached) " >&6
17202 else
17203   ac_wine_try_cflags_saved=$CFLAGS
17204 CFLAGS="$CFLAGS -fshort-wchar"
17205 cat >conftest.$ac_ext <<_ACEOF
17206 /* confdefs.h.  */
17207 _ACEOF
17208 cat confdefs.h >>conftest.$ac_ext
17209 cat >>conftest.$ac_ext <<_ACEOF
17210 /* end confdefs.h.  */
17211
17212 int
17213 main ()
17214 {
17215
17216   ;
17217   return 0;
17218 }
17219 _ACEOF
17220 rm -f conftest.$ac_objext conftest$ac_exeext
17221 if { (ac_try="$ac_link"
17222 case "(($ac_try" in
17223   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17224   *) ac_try_echo=$ac_try;;
17225 esac
17226 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17227 $as_echo "$ac_try_echo") >&5
17228   (eval "$ac_link") 2>conftest.er1
17229   ac_status=$?
17230   grep -v '^ *+' conftest.er1 >conftest.err
17231   rm -f conftest.er1
17232   cat conftest.err >&5
17233   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17234   (exit $ac_status); } && {
17235          test -z "$ac_c_werror_flag" ||
17236          test ! -s conftest.err
17237        } && test -s conftest$ac_exeext && {
17238          test "$cross_compiling" = yes ||
17239          $as_test_x conftest$ac_exeext
17240        }; then
17241   ac_cv_cflags__fshort_wchar=yes
17242 else
17243   $as_echo "$as_me: failed program was:" >&5
17244 sed 's/^/| /' conftest.$ac_ext >&5
17245
17246         ac_cv_cflags__fshort_wchar=no
17247 fi
17248
17249 rm -rf conftest.dSYM
17250 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17251       conftest$ac_exeext conftest.$ac_ext
17252 CFLAGS=$ac_wine_try_cflags_saved
17253 fi
17254 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
17255 $as_echo "$ac_cv_cflags__fshort_wchar" >&6; }
17256 if test $ac_cv_cflags__fshort_wchar = yes; then
17257
17258 cat >>confdefs.h <<\_ACEOF
17259 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
17260 _ACEOF
17261
17262 fi
17263
17264   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17265 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17266 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17267   $as_echo_n "(cached) " >&6
17268 else
17269   ac_wine_try_cflags_saved=$CFLAGS
17270 CFLAGS="$CFLAGS -fno-builtin"
17271 cat >conftest.$ac_ext <<_ACEOF
17272 /* confdefs.h.  */
17273 _ACEOF
17274 cat confdefs.h >>conftest.$ac_ext
17275 cat >>conftest.$ac_ext <<_ACEOF
17276 /* end confdefs.h.  */
17277
17278 int
17279 main ()
17280 {
17281
17282   ;
17283   return 0;
17284 }
17285 _ACEOF
17286 rm -f conftest.$ac_objext conftest$ac_exeext
17287 if { (ac_try="$ac_link"
17288 case "(($ac_try" in
17289   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17290   *) ac_try_echo=$ac_try;;
17291 esac
17292 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17293 $as_echo "$ac_try_echo") >&5
17294   (eval "$ac_link") 2>conftest.er1
17295   ac_status=$?
17296   grep -v '^ *+' conftest.er1 >conftest.err
17297   rm -f conftest.er1
17298   cat conftest.err >&5
17299   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17300   (exit $ac_status); } && {
17301          test -z "$ac_c_werror_flag" ||
17302          test ! -s conftest.err
17303        } && test -s conftest$ac_exeext && {
17304          test "$cross_compiling" = yes ||
17305          $as_test_x conftest$ac_exeext
17306        }; then
17307   ac_cv_cflags__fno_builtin=yes
17308 else
17309   $as_echo "$as_me: failed program was:" >&5
17310 sed 's/^/| /' conftest.$ac_ext >&5
17311
17312         ac_cv_cflags__fno_builtin=no
17313 fi
17314
17315 rm -rf conftest.dSYM
17316 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17317       conftest$ac_exeext conftest.$ac_ext
17318 CFLAGS=$ac_wine_try_cflags_saved
17319 fi
17320 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17321 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17322 if test $ac_cv_cflags__fno_builtin = yes; then
17323   BUILTINFLAG="-fno-builtin"
17324
17325 fi
17326
17327   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17328 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17329 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17330   $as_echo_n "(cached) " >&6
17331 else
17332   ac_wine_try_cflags_saved=$CFLAGS
17333 CFLAGS="$CFLAGS -fno-strict-aliasing"
17334 cat >conftest.$ac_ext <<_ACEOF
17335 /* confdefs.h.  */
17336 _ACEOF
17337 cat confdefs.h >>conftest.$ac_ext
17338 cat >>conftest.$ac_ext <<_ACEOF
17339 /* end confdefs.h.  */
17340
17341 int
17342 main ()
17343 {
17344
17345   ;
17346   return 0;
17347 }
17348 _ACEOF
17349 rm -f conftest.$ac_objext conftest$ac_exeext
17350 if { (ac_try="$ac_link"
17351 case "(($ac_try" in
17352   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17353   *) ac_try_echo=$ac_try;;
17354 esac
17355 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17356 $as_echo "$ac_try_echo") >&5
17357   (eval "$ac_link") 2>conftest.er1
17358   ac_status=$?
17359   grep -v '^ *+' conftest.er1 >conftest.err
17360   rm -f conftest.er1
17361   cat conftest.err >&5
17362   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17363   (exit $ac_status); } && {
17364          test -z "$ac_c_werror_flag" ||
17365          test ! -s conftest.err
17366        } && test -s conftest$ac_exeext && {
17367          test "$cross_compiling" = yes ||
17368          $as_test_x conftest$ac_exeext
17369        }; then
17370   ac_cv_cflags__fno_strict_aliasing=yes
17371 else
17372   $as_echo "$as_me: failed program was:" >&5
17373 sed 's/^/| /' conftest.$ac_ext >&5
17374
17375         ac_cv_cflags__fno_strict_aliasing=no
17376 fi
17377
17378 rm -rf conftest.dSYM
17379 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17380       conftest$ac_exeext conftest.$ac_ext
17381 CFLAGS=$ac_wine_try_cflags_saved
17382 fi
17383 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17384 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17385 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17386   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17387 fi
17388
17389   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17390 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17391 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17392   $as_echo_n "(cached) " >&6
17393 else
17394   ac_wine_try_cflags_saved=$CFLAGS
17395 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17396 cat >conftest.$ac_ext <<_ACEOF
17397 /* confdefs.h.  */
17398 _ACEOF
17399 cat confdefs.h >>conftest.$ac_ext
17400 cat >>conftest.$ac_ext <<_ACEOF
17401 /* end confdefs.h.  */
17402
17403 int
17404 main ()
17405 {
17406
17407   ;
17408   return 0;
17409 }
17410 _ACEOF
17411 rm -f conftest.$ac_objext conftest$ac_exeext
17412 if { (ac_try="$ac_link"
17413 case "(($ac_try" in
17414   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17415   *) ac_try_echo=$ac_try;;
17416 esac
17417 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17418 $as_echo "$ac_try_echo") >&5
17419   (eval "$ac_link") 2>conftest.er1
17420   ac_status=$?
17421   grep -v '^ *+' conftest.er1 >conftest.err
17422   rm -f conftest.er1
17423   cat conftest.err >&5
17424   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17425   (exit $ac_status); } && {
17426          test -z "$ac_c_werror_flag" ||
17427          test ! -s conftest.err
17428        } && test -s conftest$ac_exeext && {
17429          test "$cross_compiling" = yes ||
17430          $as_test_x conftest$ac_exeext
17431        }; then
17432   ac_cv_cflags__Wdeclaration_after_statement=yes
17433 else
17434   $as_echo "$as_me: failed program was:" >&5
17435 sed 's/^/| /' conftest.$ac_ext >&5
17436
17437         ac_cv_cflags__Wdeclaration_after_statement=no
17438 fi
17439
17440 rm -rf conftest.dSYM
17441 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17442       conftest$ac_exeext conftest.$ac_ext
17443 CFLAGS=$ac_wine_try_cflags_saved
17444 fi
17445 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17446 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17447 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17448   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17449 fi
17450
17451   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17452 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17453 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17454   $as_echo_n "(cached) " >&6
17455 else
17456   ac_wine_try_cflags_saved=$CFLAGS
17457 CFLAGS="$CFLAGS -Wwrite-strings"
17458 cat >conftest.$ac_ext <<_ACEOF
17459 /* confdefs.h.  */
17460 _ACEOF
17461 cat confdefs.h >>conftest.$ac_ext
17462 cat >>conftest.$ac_ext <<_ACEOF
17463 /* end confdefs.h.  */
17464
17465 int
17466 main ()
17467 {
17468
17469   ;
17470   return 0;
17471 }
17472 _ACEOF
17473 rm -f conftest.$ac_objext conftest$ac_exeext
17474 if { (ac_try="$ac_link"
17475 case "(($ac_try" in
17476   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17477   *) ac_try_echo=$ac_try;;
17478 esac
17479 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17480 $as_echo "$ac_try_echo") >&5
17481   (eval "$ac_link") 2>conftest.er1
17482   ac_status=$?
17483   grep -v '^ *+' conftest.er1 >conftest.err
17484   rm -f conftest.er1
17485   cat conftest.err >&5
17486   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17487   (exit $ac_status); } && {
17488          test -z "$ac_c_werror_flag" ||
17489          test ! -s conftest.err
17490        } && test -s conftest$ac_exeext && {
17491          test "$cross_compiling" = yes ||
17492          $as_test_x conftest$ac_exeext
17493        }; then
17494   ac_cv_cflags__Wwrite_strings=yes
17495 else
17496   $as_echo "$as_me: failed program was:" >&5
17497 sed 's/^/| /' conftest.$ac_ext >&5
17498
17499         ac_cv_cflags__Wwrite_strings=no
17500 fi
17501
17502 rm -rf conftest.dSYM
17503 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17504       conftest$ac_exeext conftest.$ac_ext
17505 CFLAGS=$ac_wine_try_cflags_saved
17506 fi
17507 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17508 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17509 if test $ac_cv_cflags__Wwrite_strings = yes; then
17510   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17511 fi
17512
17513   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17514 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17515 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17516   $as_echo_n "(cached) " >&6
17517 else
17518   ac_wine_try_cflags_saved=$CFLAGS
17519 CFLAGS="$CFLAGS -Wtype-limits"
17520 cat >conftest.$ac_ext <<_ACEOF
17521 /* confdefs.h.  */
17522 _ACEOF
17523 cat confdefs.h >>conftest.$ac_ext
17524 cat >>conftest.$ac_ext <<_ACEOF
17525 /* end confdefs.h.  */
17526
17527 int
17528 main ()
17529 {
17530
17531   ;
17532   return 0;
17533 }
17534 _ACEOF
17535 rm -f conftest.$ac_objext conftest$ac_exeext
17536 if { (ac_try="$ac_link"
17537 case "(($ac_try" in
17538   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17539   *) ac_try_echo=$ac_try;;
17540 esac
17541 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17542 $as_echo "$ac_try_echo") >&5
17543   (eval "$ac_link") 2>conftest.er1
17544   ac_status=$?
17545   grep -v '^ *+' conftest.er1 >conftest.err
17546   rm -f conftest.er1
17547   cat conftest.err >&5
17548   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17549   (exit $ac_status); } && {
17550          test -z "$ac_c_werror_flag" ||
17551          test ! -s conftest.err
17552        } && test -s conftest$ac_exeext && {
17553          test "$cross_compiling" = yes ||
17554          $as_test_x conftest$ac_exeext
17555        }; then
17556   ac_cv_cflags__Wtype_limits=yes
17557 else
17558   $as_echo "$as_me: failed program was:" >&5
17559 sed 's/^/| /' conftest.$ac_ext >&5
17560
17561         ac_cv_cflags__Wtype_limits=no
17562 fi
17563
17564 rm -rf conftest.dSYM
17565 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17566       conftest$ac_exeext conftest.$ac_ext
17567 CFLAGS=$ac_wine_try_cflags_saved
17568 fi
17569 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17570 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17571 if test $ac_cv_cflags__Wtype_limits = yes; then
17572   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17573 fi
17574
17575
17576     saved_CFLAGS="$CFLAGS"
17577   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17578   { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17579 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17580 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17581   $as_echo_n "(cached) " >&6
17582 else
17583   cat >conftest.$ac_ext <<_ACEOF
17584 /* confdefs.h.  */
17585 _ACEOF
17586 cat confdefs.h >>conftest.$ac_ext
17587 cat >>conftest.$ac_ext <<_ACEOF
17588 /* end confdefs.h.  */
17589 #include <string.h>
17590 int
17591 main ()
17592 {
17593
17594   ;
17595   return 0;
17596 }
17597 _ACEOF
17598 rm -f conftest.$ac_objext
17599 if { (ac_try="$ac_compile"
17600 case "(($ac_try" in
17601   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17602   *) ac_try_echo=$ac_try;;
17603 esac
17604 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17605 $as_echo "$ac_try_echo") >&5
17606   (eval "$ac_compile") 2>conftest.er1
17607   ac_status=$?
17608   grep -v '^ *+' conftest.er1 >conftest.err
17609   rm -f conftest.er1
17610   cat conftest.err >&5
17611   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17612   (exit $ac_status); } && {
17613          test -z "$ac_c_werror_flag" ||
17614          test ! -s conftest.err
17615        } && test -s conftest.$ac_objext; then
17616   ac_cv_c_string_h_warnings=no
17617 else
17618   $as_echo "$as_me: failed program was:" >&5
17619 sed 's/^/| /' conftest.$ac_ext >&5
17620
17621         ac_cv_c_string_h_warnings=yes
17622 fi
17623
17624 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17625 fi
17626 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17627 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17628   CFLAGS="$saved_CFLAGS"
17629   if test "$ac_cv_c_string_h_warnings" = "no"
17630   then
17631     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17632   fi
17633 fi
17634
17635
17636 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17637 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17638 if test "${ac_cv_asm_func_def+set}" = set; then
17639   $as_echo_n "(cached) " >&6
17640 else
17641   cat >conftest.$ac_ext <<_ACEOF
17642 /* confdefs.h.  */
17643 _ACEOF
17644 cat confdefs.h >>conftest.$ac_ext
17645 cat >>conftest.$ac_ext <<_ACEOF
17646 /* end confdefs.h.  */
17647
17648 int
17649 main ()
17650 {
17651 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17652   ;
17653   return 0;
17654 }
17655 _ACEOF
17656 rm -f conftest.$ac_objext conftest$ac_exeext
17657 if { (ac_try="$ac_link"
17658 case "(($ac_try" in
17659   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17660   *) ac_try_echo=$ac_try;;
17661 esac
17662 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17663 $as_echo "$ac_try_echo") >&5
17664   (eval "$ac_link") 2>conftest.er1
17665   ac_status=$?
17666   grep -v '^ *+' conftest.er1 >conftest.err
17667   rm -f conftest.er1
17668   cat conftest.err >&5
17669   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17670   (exit $ac_status); } && {
17671          test -z "$ac_c_werror_flag" ||
17672          test ! -s conftest.err
17673        } && test -s conftest$ac_exeext && {
17674          test "$cross_compiling" = yes ||
17675          $as_test_x conftest$ac_exeext
17676        }; then
17677   ac_cv_asm_func_def=".def"
17678 else
17679   $as_echo "$as_me: failed program was:" >&5
17680 sed 's/^/| /' conftest.$ac_ext >&5
17681
17682         cat >conftest.$ac_ext <<_ACEOF
17683 /* confdefs.h.  */
17684 _ACEOF
17685 cat confdefs.h >>conftest.$ac_ext
17686 cat >>conftest.$ac_ext <<_ACEOF
17687 /* end confdefs.h.  */
17688
17689 int
17690 main ()
17691 {
17692 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17693   ;
17694   return 0;
17695 }
17696 _ACEOF
17697 rm -f conftest.$ac_objext conftest$ac_exeext
17698 if { (ac_try="$ac_link"
17699 case "(($ac_try" in
17700   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17701   *) ac_try_echo=$ac_try;;
17702 esac
17703 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17704 $as_echo "$ac_try_echo") >&5
17705   (eval "$ac_link") 2>conftest.er1
17706   ac_status=$?
17707   grep -v '^ *+' conftest.er1 >conftest.err
17708   rm -f conftest.er1
17709   cat conftest.err >&5
17710   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17711   (exit $ac_status); } && {
17712          test -z "$ac_c_werror_flag" ||
17713          test ! -s conftest.err
17714        } && test -s conftest$ac_exeext && {
17715          test "$cross_compiling" = yes ||
17716          $as_test_x conftest$ac_exeext
17717        }; then
17718   ac_cv_asm_func_def=".type @function"
17719 else
17720   $as_echo "$as_me: failed program was:" >&5
17721 sed 's/^/| /' conftest.$ac_ext >&5
17722
17723         cat >conftest.$ac_ext <<_ACEOF
17724 /* confdefs.h.  */
17725 _ACEOF
17726 cat confdefs.h >>conftest.$ac_ext
17727 cat >>conftest.$ac_ext <<_ACEOF
17728 /* end confdefs.h.  */
17729
17730 int
17731 main ()
17732 {
17733 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17734   ;
17735   return 0;
17736 }
17737 _ACEOF
17738 rm -f conftest.$ac_objext conftest$ac_exeext
17739 if { (ac_try="$ac_link"
17740 case "(($ac_try" in
17741   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17742   *) ac_try_echo=$ac_try;;
17743 esac
17744 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17745 $as_echo "$ac_try_echo") >&5
17746   (eval "$ac_link") 2>conftest.er1
17747   ac_status=$?
17748   grep -v '^ *+' conftest.er1 >conftest.err
17749   rm -f conftest.er1
17750   cat conftest.err >&5
17751   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17752   (exit $ac_status); } && {
17753          test -z "$ac_c_werror_flag" ||
17754          test ! -s conftest.err
17755        } && test -s conftest$ac_exeext && {
17756          test "$cross_compiling" = yes ||
17757          $as_test_x conftest$ac_exeext
17758        }; then
17759   ac_cv_asm_func_def=".type 2"
17760 else
17761   $as_echo "$as_me: failed program was:" >&5
17762 sed 's/^/| /' conftest.$ac_ext >&5
17763
17764         ac_cv_asm_func_def="unknown"
17765 fi
17766
17767 rm -rf conftest.dSYM
17768 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17769       conftest$ac_exeext conftest.$ac_ext
17770 fi
17771
17772 rm -rf conftest.dSYM
17773 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17774       conftest$ac_exeext conftest.$ac_ext
17775 fi
17776
17777 rm -rf conftest.dSYM
17778 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17779       conftest$ac_exeext conftest.$ac_ext
17780 fi
17781 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17782 $as_echo "$ac_cv_asm_func_def" >&6; }
17783
17784
17785
17786 case "$ac_cv_asm_func_def" in
17787   ".def")
17788      cat >>confdefs.h <<\_ACEOF
17789 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17790 _ACEOF
17791  ;;
17792   ".type @function")
17793      cat >>confdefs.h <<\_ACEOF
17794 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17795 _ACEOF
17796  ;;
17797   ".type 2")
17798      cat >>confdefs.h <<\_ACEOF
17799 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17800 _ACEOF
17801  ;;
17802   *)
17803      cat >>confdefs.h <<\_ACEOF
17804 #define __ASM_FUNC(name) ""
17805 _ACEOF
17806  ;;
17807 esac
17808
17809
17810 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17811 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17812 if test "${ac_cv_c_extern_prefix+set}" = set; then
17813   $as_echo_n "(cached) " >&6
17814 else
17815   cat >conftest.$ac_ext <<_ACEOF
17816 /* confdefs.h.  */
17817 _ACEOF
17818 cat confdefs.h >>conftest.$ac_ext
17819 cat >>conftest.$ac_ext <<_ACEOF
17820 /* end confdefs.h.  */
17821 extern int ac_test;
17822 int
17823 main ()
17824 {
17825 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17826   ;
17827   return 0;
17828 }
17829 _ACEOF
17830 rm -f conftest.$ac_objext conftest$ac_exeext
17831 if { (ac_try="$ac_link"
17832 case "(($ac_try" in
17833   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17834   *) ac_try_echo=$ac_try;;
17835 esac
17836 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17837 $as_echo "$ac_try_echo") >&5
17838   (eval "$ac_link") 2>conftest.er1
17839   ac_status=$?
17840   grep -v '^ *+' conftest.er1 >conftest.err
17841   rm -f conftest.er1
17842   cat conftest.err >&5
17843   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17844   (exit $ac_status); } && {
17845          test -z "$ac_c_werror_flag" ||
17846          test ! -s conftest.err
17847        } && test -s conftest$ac_exeext && {
17848          test "$cross_compiling" = yes ||
17849          $as_test_x conftest$ac_exeext
17850        }; then
17851   ac_cv_c_extern_prefix="yes"
17852 else
17853   $as_echo "$as_me: failed program was:" >&5
17854 sed 's/^/| /' conftest.$ac_ext >&5
17855
17856         ac_cv_c_extern_prefix="no"
17857 fi
17858
17859 rm -rf conftest.dSYM
17860 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17861       conftest$ac_exeext conftest.$ac_ext
17862 fi
17863 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17864 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17865
17866
17867
17868 if test "$ac_cv_c_extern_prefix" = "yes"
17869 then
17870   cat >>confdefs.h <<\_ACEOF
17871 #define __ASM_NAME(name) "_" name
17872 _ACEOF
17873
17874 else
17875   cat >>confdefs.h <<\_ACEOF
17876 #define __ASM_NAME(name) name
17877 _ACEOF
17878
17879 fi
17880
17881
17882 LDPATH=""
17883
17884 case $build_os in
17885   cygwin*|mingw32*)
17886     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17887     ;;
17888   darwin*|macosx*)
17889     ;;
17890   linux*|solaris*)      if test -z "$LDRPATH_LOCAL"
17891     then
17892       LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17893     fi
17894     ;;
17895   *)
17896     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17897     ;;
17898 esac
17899
17900 case $host_os in
17901   mingw32*)
17902     CRTLIBS="-lmsvcrt"
17903
17904     SOCKETLIBS="-lws2_32"
17905
17906     ;;
17907 esac
17908
17909 MAIN_BINARY="wine-pthread"
17910   case $host_cpu in
17911   *i[3456789]86*)
17912     case $host_os in
17913       linux* | k*bsd*-gnu)
17914         MAIN_BINARY="wine-glibc"
17915
17916         EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17917  ;;
17918       freebsd*)
17919         MAIN_BINARY="wine-freebsd"
17920
17921         EXTRA_BINARIES="wine-pthread"
17922  ;;
17923     esac
17924     ;;
17925 esac
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
17965
17966
17967
17968
17969
17970
17971
17972
17973
17974
17975
17976
17977
17978
17979
17980
17981
17982
17983
17984
17985
17986
17987
17988
17989
17990
17991
17992
17993
17994
17995
17996
17997
17998 for ac_func in \
17999         _pclose \
18000         _popen \
18001         _snprintf \
18002         _spawnvp \
18003         _strdup \
18004         _stricmp \
18005         _strnicmp \
18006         _strtoi64 \
18007         _strtoui64 \
18008         _vsnprintf \
18009         asctime_r \
18010         chsize \
18011         clone \
18012         dlopen \
18013         epoll_create \
18014         ffs \
18015         finite \
18016         fork \
18017         fpclass \
18018         fstatfs \
18019         fstatvfs \
18020         ftruncate \
18021         futimes \
18022         futimesat \
18023         getdirentries \
18024         getopt_long \
18025         getpagesize \
18026         getpwuid \
18027         gettid \
18028         gettimeofday \
18029         getuid \
18030         inet_pton \
18031         kqueue \
18032         lstat \
18033         memmove \
18034         mmap \
18035         pclose \
18036         poll \
18037         popen \
18038         prctl \
18039         pread \
18040         pwrite \
18041         readdir \
18042         readlink \
18043         rfork \
18044         sched_yield \
18045         select \
18046         setproctitle \
18047         setrlimit \
18048         settimeofday \
18049         sigaltstack \
18050         sigprocmask \
18051         snprintf \
18052         spawnvp \
18053         statfs \
18054         statvfs \
18055         strcasecmp \
18056         strdup \
18057         strerror \
18058         strncasecmp \
18059         strtold \
18060         strtoll \
18061         strtoull \
18062         tcgetattr \
18063         thr_kill2 \
18064         timegm \
18065         usleep \
18066         vsnprintf \
18067         wait4 \
18068         waitpid \
18069
18070 do
18071 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18072 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18073 $as_echo_n "checking for $ac_func... " >&6; }
18074 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18075   $as_echo_n "(cached) " >&6
18076 else
18077   cat >conftest.$ac_ext <<_ACEOF
18078 /* confdefs.h.  */
18079 _ACEOF
18080 cat confdefs.h >>conftest.$ac_ext
18081 cat >>conftest.$ac_ext <<_ACEOF
18082 /* end confdefs.h.  */
18083 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18084    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18085 #define $ac_func innocuous_$ac_func
18086
18087 /* System header to define __stub macros and hopefully few prototypes,
18088     which can conflict with char $ac_func (); below.
18089     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18090     <limits.h> exists even on freestanding compilers.  */
18091
18092 #ifdef __STDC__
18093 # include <limits.h>
18094 #else
18095 # include <assert.h>
18096 #endif
18097
18098 #undef $ac_func
18099
18100 /* Override any GCC internal prototype to avoid an error.
18101    Use char because int might match the return type of a GCC
18102    builtin and then its argument prototype would still apply.  */
18103 #ifdef __cplusplus
18104 extern "C"
18105 #endif
18106 char $ac_func ();
18107 /* The GNU C library defines this for functions which it implements
18108     to always fail with ENOSYS.  Some functions are actually named
18109     something starting with __ and the normal name is an alias.  */
18110 #if defined __stub_$ac_func || defined __stub___$ac_func
18111 choke me
18112 #endif
18113
18114 int
18115 main ()
18116 {
18117 return $ac_func ();
18118   ;
18119   return 0;
18120 }
18121 _ACEOF
18122 rm -f conftest.$ac_objext conftest$ac_exeext
18123 if { (ac_try="$ac_link"
18124 case "(($ac_try" in
18125   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18126   *) ac_try_echo=$ac_try;;
18127 esac
18128 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18129 $as_echo "$ac_try_echo") >&5
18130   (eval "$ac_link") 2>conftest.er1
18131   ac_status=$?
18132   grep -v '^ *+' conftest.er1 >conftest.err
18133   rm -f conftest.er1
18134   cat conftest.err >&5
18135   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18136   (exit $ac_status); } && {
18137          test -z "$ac_c_werror_flag" ||
18138          test ! -s conftest.err
18139        } && test -s conftest$ac_exeext && {
18140          test "$cross_compiling" = yes ||
18141          $as_test_x conftest$ac_exeext
18142        }; then
18143   eval "$as_ac_var=yes"
18144 else
18145   $as_echo "$as_me: failed program was:" >&5
18146 sed 's/^/| /' conftest.$ac_ext >&5
18147
18148         eval "$as_ac_var=no"
18149 fi
18150
18151 rm -rf conftest.dSYM
18152 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18153       conftest$ac_exeext conftest.$ac_ext
18154 fi
18155 ac_res=`eval 'as_val=${'$as_ac_var'}
18156                  $as_echo "$as_val"'`
18157                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18158 $as_echo "$ac_res" >&6; }
18159 as_val=`eval 'as_val=${'$as_ac_var'}
18160                  $as_echo "$as_val"'`
18161    if test "x$as_val" = x""yes; then
18162   cat >>confdefs.h <<_ACEOF
18163 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18164 _ACEOF
18165
18166 fi
18167 done
18168
18169
18170 if test "$ac_cv_func_dlopen" = no
18171 then
18172     { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18173 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18174 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18175   $as_echo_n "(cached) " >&6
18176 else
18177   ac_check_lib_save_LIBS=$LIBS
18178 LIBS="-ldl  $LIBS"
18179 cat >conftest.$ac_ext <<_ACEOF
18180 /* confdefs.h.  */
18181 _ACEOF
18182 cat confdefs.h >>conftest.$ac_ext
18183 cat >>conftest.$ac_ext <<_ACEOF
18184 /* end confdefs.h.  */
18185
18186 /* Override any GCC internal prototype to avoid an error.
18187    Use char because int might match the return type of a GCC
18188    builtin and then its argument prototype would still apply.  */
18189 #ifdef __cplusplus
18190 extern "C"
18191 #endif
18192 char dlopen ();
18193 int
18194 main ()
18195 {
18196 return dlopen ();
18197   ;
18198   return 0;
18199 }
18200 _ACEOF
18201 rm -f conftest.$ac_objext conftest$ac_exeext
18202 if { (ac_try="$ac_link"
18203 case "(($ac_try" in
18204   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18205   *) ac_try_echo=$ac_try;;
18206 esac
18207 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18208 $as_echo "$ac_try_echo") >&5
18209   (eval "$ac_link") 2>conftest.er1
18210   ac_status=$?
18211   grep -v '^ *+' conftest.er1 >conftest.err
18212   rm -f conftest.er1
18213   cat conftest.err >&5
18214   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18215   (exit $ac_status); } && {
18216          test -z "$ac_c_werror_flag" ||
18217          test ! -s conftest.err
18218        } && test -s conftest$ac_exeext && {
18219          test "$cross_compiling" = yes ||
18220          $as_test_x conftest$ac_exeext
18221        }; then
18222   ac_cv_lib_dl_dlopen=yes
18223 else
18224   $as_echo "$as_me: failed program was:" >&5
18225 sed 's/^/| /' conftest.$ac_ext >&5
18226
18227         ac_cv_lib_dl_dlopen=no
18228 fi
18229
18230 rm -rf conftest.dSYM
18231 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18232       conftest$ac_exeext conftest.$ac_ext
18233 LIBS=$ac_check_lib_save_LIBS
18234 fi
18235 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18236 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18237 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18238   cat >>confdefs.h <<\_ACEOF
18239 #define HAVE_DLOPEN 1
18240 _ACEOF
18241  LIBDL="-ldl"
18242
18243 fi
18244
18245 fi
18246 ac_wine_check_funcs_save_LIBS="$LIBS"
18247 LIBS="$LIBS $LIBDL"
18248
18249 for ac_func in dladdr
18250 do
18251 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18252 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18253 $as_echo_n "checking for $ac_func... " >&6; }
18254 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18255   $as_echo_n "(cached) " >&6
18256 else
18257   cat >conftest.$ac_ext <<_ACEOF
18258 /* confdefs.h.  */
18259 _ACEOF
18260 cat confdefs.h >>conftest.$ac_ext
18261 cat >>conftest.$ac_ext <<_ACEOF
18262 /* end confdefs.h.  */
18263 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18264    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18265 #define $ac_func innocuous_$ac_func
18266
18267 /* System header to define __stub macros and hopefully few prototypes,
18268     which can conflict with char $ac_func (); below.
18269     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18270     <limits.h> exists even on freestanding compilers.  */
18271
18272 #ifdef __STDC__
18273 # include <limits.h>
18274 #else
18275 # include <assert.h>
18276 #endif
18277
18278 #undef $ac_func
18279
18280 /* Override any GCC internal prototype to avoid an error.
18281    Use char because int might match the return type of a GCC
18282    builtin and then its argument prototype would still apply.  */
18283 #ifdef __cplusplus
18284 extern "C"
18285 #endif
18286 char $ac_func ();
18287 /* The GNU C library defines this for functions which it implements
18288     to always fail with ENOSYS.  Some functions are actually named
18289     something starting with __ and the normal name is an alias.  */
18290 #if defined __stub_$ac_func || defined __stub___$ac_func
18291 choke me
18292 #endif
18293
18294 int
18295 main ()
18296 {
18297 return $ac_func ();
18298   ;
18299   return 0;
18300 }
18301 _ACEOF
18302 rm -f conftest.$ac_objext conftest$ac_exeext
18303 if { (ac_try="$ac_link"
18304 case "(($ac_try" in
18305   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18306   *) ac_try_echo=$ac_try;;
18307 esac
18308 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18309 $as_echo "$ac_try_echo") >&5
18310   (eval "$ac_link") 2>conftest.er1
18311   ac_status=$?
18312   grep -v '^ *+' conftest.er1 >conftest.err
18313   rm -f conftest.er1
18314   cat conftest.err >&5
18315   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18316   (exit $ac_status); } && {
18317          test -z "$ac_c_werror_flag" ||
18318          test ! -s conftest.err
18319        } && test -s conftest$ac_exeext && {
18320          test "$cross_compiling" = yes ||
18321          $as_test_x conftest$ac_exeext
18322        }; then
18323   eval "$as_ac_var=yes"
18324 else
18325   $as_echo "$as_me: failed program was:" >&5
18326 sed 's/^/| /' conftest.$ac_ext >&5
18327
18328         eval "$as_ac_var=no"
18329 fi
18330
18331 rm -rf conftest.dSYM
18332 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18333       conftest$ac_exeext conftest.$ac_ext
18334 fi
18335 ac_res=`eval 'as_val=${'$as_ac_var'}
18336                  $as_echo "$as_val"'`
18337                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18338 $as_echo "$ac_res" >&6; }
18339 as_val=`eval 'as_val=${'$as_ac_var'}
18340                  $as_echo "$as_val"'`
18341    if test "x$as_val" = x""yes; then
18342   cat >>confdefs.h <<_ACEOF
18343 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18344 _ACEOF
18345
18346 fi
18347 done
18348
18349 LIBS="$ac_wine_check_funcs_save_LIBS"
18350
18351 if test "$ac_cv_func_poll" = no
18352 then
18353     { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18354 $as_echo_n "checking for poll in -lpoll... " >&6; }
18355 if test "${ac_cv_lib_poll_poll+set}" = set; then
18356   $as_echo_n "(cached) " >&6
18357 else
18358   ac_check_lib_save_LIBS=$LIBS
18359 LIBS="-lpoll  $LIBS"
18360 cat >conftest.$ac_ext <<_ACEOF
18361 /* confdefs.h.  */
18362 _ACEOF
18363 cat confdefs.h >>conftest.$ac_ext
18364 cat >>conftest.$ac_ext <<_ACEOF
18365 /* end confdefs.h.  */
18366
18367 /* Override any GCC internal prototype to avoid an error.
18368    Use char because int might match the return type of a GCC
18369    builtin and then its argument prototype would still apply.  */
18370 #ifdef __cplusplus
18371 extern "C"
18372 #endif
18373 char poll ();
18374 int
18375 main ()
18376 {
18377 return poll ();
18378   ;
18379   return 0;
18380 }
18381 _ACEOF
18382 rm -f conftest.$ac_objext conftest$ac_exeext
18383 if { (ac_try="$ac_link"
18384 case "(($ac_try" in
18385   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18386   *) ac_try_echo=$ac_try;;
18387 esac
18388 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18389 $as_echo "$ac_try_echo") >&5
18390   (eval "$ac_link") 2>conftest.er1
18391   ac_status=$?
18392   grep -v '^ *+' conftest.er1 >conftest.err
18393   rm -f conftest.er1
18394   cat conftest.err >&5
18395   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18396   (exit $ac_status); } && {
18397          test -z "$ac_c_werror_flag" ||
18398          test ! -s conftest.err
18399        } && test -s conftest$ac_exeext && {
18400          test "$cross_compiling" = yes ||
18401          $as_test_x conftest$ac_exeext
18402        }; then
18403   ac_cv_lib_poll_poll=yes
18404 else
18405   $as_echo "$as_me: failed program was:" >&5
18406 sed 's/^/| /' conftest.$ac_ext >&5
18407
18408         ac_cv_lib_poll_poll=no
18409 fi
18410
18411 rm -rf conftest.dSYM
18412 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18413       conftest$ac_exeext conftest.$ac_ext
18414 LIBS=$ac_check_lib_save_LIBS
18415 fi
18416 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18417 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18418 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18419   cat >>confdefs.h <<\_ACEOF
18420 #define HAVE_POLL 1
18421 _ACEOF
18422  LIBPOLL="-lpoll"
18423
18424 fi
18425
18426 fi
18427
18428 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18429 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18430 if test "${ac_cv_search_gethostbyname+set}" = set; then
18431   $as_echo_n "(cached) " >&6
18432 else
18433   ac_func_search_save_LIBS=$LIBS
18434 cat >conftest.$ac_ext <<_ACEOF
18435 /* confdefs.h.  */
18436 _ACEOF
18437 cat confdefs.h >>conftest.$ac_ext
18438 cat >>conftest.$ac_ext <<_ACEOF
18439 /* end confdefs.h.  */
18440
18441 /* Override any GCC internal prototype to avoid an error.
18442    Use char because int might match the return type of a GCC
18443    builtin and then its argument prototype would still apply.  */
18444 #ifdef __cplusplus
18445 extern "C"
18446 #endif
18447 char gethostbyname ();
18448 int
18449 main ()
18450 {
18451 return gethostbyname ();
18452   ;
18453   return 0;
18454 }
18455 _ACEOF
18456 for ac_lib in '' nsl; do
18457   if test -z "$ac_lib"; then
18458     ac_res="none required"
18459   else
18460     ac_res=-l$ac_lib
18461     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18462   fi
18463   rm -f conftest.$ac_objext conftest$ac_exeext
18464 if { (ac_try="$ac_link"
18465 case "(($ac_try" in
18466   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18467   *) ac_try_echo=$ac_try;;
18468 esac
18469 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18470 $as_echo "$ac_try_echo") >&5
18471   (eval "$ac_link") 2>conftest.er1
18472   ac_status=$?
18473   grep -v '^ *+' conftest.er1 >conftest.err
18474   rm -f conftest.er1
18475   cat conftest.err >&5
18476   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18477   (exit $ac_status); } && {
18478          test -z "$ac_c_werror_flag" ||
18479          test ! -s conftest.err
18480        } && test -s conftest$ac_exeext && {
18481          test "$cross_compiling" = yes ||
18482          $as_test_x conftest$ac_exeext
18483        }; then
18484   ac_cv_search_gethostbyname=$ac_res
18485 else
18486   $as_echo "$as_me: failed program was:" >&5
18487 sed 's/^/| /' conftest.$ac_ext >&5
18488
18489
18490 fi
18491
18492 rm -rf conftest.dSYM
18493 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18494       conftest$ac_exeext
18495   if test "${ac_cv_search_gethostbyname+set}" = set; then
18496   break
18497 fi
18498 done
18499 if test "${ac_cv_search_gethostbyname+set}" = set; then
18500   :
18501 else
18502   ac_cv_search_gethostbyname=no
18503 fi
18504 rm conftest.$ac_ext
18505 LIBS=$ac_func_search_save_LIBS
18506 fi
18507 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18508 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18509 ac_res=$ac_cv_search_gethostbyname
18510 if test "$ac_res" != no; then
18511   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18512
18513 fi
18514
18515
18516 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18517 $as_echo_n "checking for library containing connect... " >&6; }
18518 if test "${ac_cv_search_connect+set}" = set; then
18519   $as_echo_n "(cached) " >&6
18520 else
18521   ac_func_search_save_LIBS=$LIBS
18522 cat >conftest.$ac_ext <<_ACEOF
18523 /* confdefs.h.  */
18524 _ACEOF
18525 cat confdefs.h >>conftest.$ac_ext
18526 cat >>conftest.$ac_ext <<_ACEOF
18527 /* end confdefs.h.  */
18528
18529 /* Override any GCC internal prototype to avoid an error.
18530    Use char because int might match the return type of a GCC
18531    builtin and then its argument prototype would still apply.  */
18532 #ifdef __cplusplus
18533 extern "C"
18534 #endif
18535 char connect ();
18536 int
18537 main ()
18538 {
18539 return connect ();
18540   ;
18541   return 0;
18542 }
18543 _ACEOF
18544 for ac_lib in '' socket; do
18545   if test -z "$ac_lib"; then
18546     ac_res="none required"
18547   else
18548     ac_res=-l$ac_lib
18549     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18550   fi
18551   rm -f conftest.$ac_objext conftest$ac_exeext
18552 if { (ac_try="$ac_link"
18553 case "(($ac_try" in
18554   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18555   *) ac_try_echo=$ac_try;;
18556 esac
18557 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18558 $as_echo "$ac_try_echo") >&5
18559   (eval "$ac_link") 2>conftest.er1
18560   ac_status=$?
18561   grep -v '^ *+' conftest.er1 >conftest.err
18562   rm -f conftest.er1
18563   cat conftest.err >&5
18564   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18565   (exit $ac_status); } && {
18566          test -z "$ac_c_werror_flag" ||
18567          test ! -s conftest.err
18568        } && test -s conftest$ac_exeext && {
18569          test "$cross_compiling" = yes ||
18570          $as_test_x conftest$ac_exeext
18571        }; then
18572   ac_cv_search_connect=$ac_res
18573 else
18574   $as_echo "$as_me: failed program was:" >&5
18575 sed 's/^/| /' conftest.$ac_ext >&5
18576
18577
18578 fi
18579
18580 rm -rf conftest.dSYM
18581 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18582       conftest$ac_exeext
18583   if test "${ac_cv_search_connect+set}" = set; then
18584   break
18585 fi
18586 done
18587 if test "${ac_cv_search_connect+set}" = set; then
18588   :
18589 else
18590   ac_cv_search_connect=no
18591 fi
18592 rm conftest.$ac_ext
18593 LIBS=$ac_func_search_save_LIBS
18594 fi
18595 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18596 $as_echo "$ac_cv_search_connect" >&6; }
18597 ac_res=$ac_cv_search_connect
18598 if test "$ac_res" != no; then
18599   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18600
18601 fi
18602
18603
18604 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18605 $as_echo_n "checking for library containing inet_aton... " >&6; }
18606 if test "${ac_cv_search_inet_aton+set}" = set; then
18607   $as_echo_n "(cached) " >&6
18608 else
18609   ac_func_search_save_LIBS=$LIBS
18610 cat >conftest.$ac_ext <<_ACEOF
18611 /* confdefs.h.  */
18612 _ACEOF
18613 cat confdefs.h >>conftest.$ac_ext
18614 cat >>conftest.$ac_ext <<_ACEOF
18615 /* end confdefs.h.  */
18616
18617 /* Override any GCC internal prototype to avoid an error.
18618    Use char because int might match the return type of a GCC
18619    builtin and then its argument prototype would still apply.  */
18620 #ifdef __cplusplus
18621 extern "C"
18622 #endif
18623 char inet_aton ();
18624 int
18625 main ()
18626 {
18627 return inet_aton ();
18628   ;
18629   return 0;
18630 }
18631 _ACEOF
18632 for ac_lib in '' resolv; do
18633   if test -z "$ac_lib"; then
18634     ac_res="none required"
18635   else
18636     ac_res=-l$ac_lib
18637     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18638   fi
18639   rm -f conftest.$ac_objext conftest$ac_exeext
18640 if { (ac_try="$ac_link"
18641 case "(($ac_try" in
18642   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18643   *) ac_try_echo=$ac_try;;
18644 esac
18645 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18646 $as_echo "$ac_try_echo") >&5
18647   (eval "$ac_link") 2>conftest.er1
18648   ac_status=$?
18649   grep -v '^ *+' conftest.er1 >conftest.err
18650   rm -f conftest.er1
18651   cat conftest.err >&5
18652   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18653   (exit $ac_status); } && {
18654          test -z "$ac_c_werror_flag" ||
18655          test ! -s conftest.err
18656        } && test -s conftest$ac_exeext && {
18657          test "$cross_compiling" = yes ||
18658          $as_test_x conftest$ac_exeext
18659        }; then
18660   ac_cv_search_inet_aton=$ac_res
18661 else
18662   $as_echo "$as_me: failed program was:" >&5
18663 sed 's/^/| /' conftest.$ac_ext >&5
18664
18665
18666 fi
18667
18668 rm -rf conftest.dSYM
18669 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18670       conftest$ac_exeext
18671   if test "${ac_cv_search_inet_aton+set}" = set; then
18672   break
18673 fi
18674 done
18675 if test "${ac_cv_search_inet_aton+set}" = set; then
18676   :
18677 else
18678   ac_cv_search_inet_aton=no
18679 fi
18680 rm conftest.$ac_ext
18681 LIBS=$ac_func_search_save_LIBS
18682 fi
18683 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18684 $as_echo "$ac_cv_search_inet_aton" >&6; }
18685 ac_res=$ac_cv_search_inet_aton
18686 if test "$ac_res" != no; then
18687   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18688
18689 fi
18690
18691
18692
18693
18694
18695
18696
18697
18698
18699
18700 for ac_func in \
18701         getaddrinfo \
18702         getnameinfo \
18703         getnetbyname \
18704         getprotobyname \
18705         getprotobynumber \
18706         getservbyport \
18707         inet_network \
18708         sendmsg \
18709
18710 do
18711 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18712 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18713 $as_echo_n "checking for $ac_func... " >&6; }
18714 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18715   $as_echo_n "(cached) " >&6
18716 else
18717   cat >conftest.$ac_ext <<_ACEOF
18718 /* confdefs.h.  */
18719 _ACEOF
18720 cat confdefs.h >>conftest.$ac_ext
18721 cat >>conftest.$ac_ext <<_ACEOF
18722 /* end confdefs.h.  */
18723 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18724    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18725 #define $ac_func innocuous_$ac_func
18726
18727 /* System header to define __stub macros and hopefully few prototypes,
18728     which can conflict with char $ac_func (); below.
18729     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18730     <limits.h> exists even on freestanding compilers.  */
18731
18732 #ifdef __STDC__
18733 # include <limits.h>
18734 #else
18735 # include <assert.h>
18736 #endif
18737
18738 #undef $ac_func
18739
18740 /* Override any GCC internal prototype to avoid an error.
18741    Use char because int might match the return type of a GCC
18742    builtin and then its argument prototype would still apply.  */
18743 #ifdef __cplusplus
18744 extern "C"
18745 #endif
18746 char $ac_func ();
18747 /* The GNU C library defines this for functions which it implements
18748     to always fail with ENOSYS.  Some functions are actually named
18749     something starting with __ and the normal name is an alias.  */
18750 #if defined __stub_$ac_func || defined __stub___$ac_func
18751 choke me
18752 #endif
18753
18754 int
18755 main ()
18756 {
18757 return $ac_func ();
18758   ;
18759   return 0;
18760 }
18761 _ACEOF
18762 rm -f conftest.$ac_objext conftest$ac_exeext
18763 if { (ac_try="$ac_link"
18764 case "(($ac_try" in
18765   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18766   *) ac_try_echo=$ac_try;;
18767 esac
18768 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18769 $as_echo "$ac_try_echo") >&5
18770   (eval "$ac_link") 2>conftest.er1
18771   ac_status=$?
18772   grep -v '^ *+' conftest.er1 >conftest.err
18773   rm -f conftest.er1
18774   cat conftest.err >&5
18775   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18776   (exit $ac_status); } && {
18777          test -z "$ac_c_werror_flag" ||
18778          test ! -s conftest.err
18779        } && test -s conftest$ac_exeext && {
18780          test "$cross_compiling" = yes ||
18781          $as_test_x conftest$ac_exeext
18782        }; then
18783   eval "$as_ac_var=yes"
18784 else
18785   $as_echo "$as_me: failed program was:" >&5
18786 sed 's/^/| /' conftest.$ac_ext >&5
18787
18788         eval "$as_ac_var=no"
18789 fi
18790
18791 rm -rf conftest.dSYM
18792 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18793       conftest$ac_exeext conftest.$ac_ext
18794 fi
18795 ac_res=`eval 'as_val=${'$as_ac_var'}
18796                  $as_echo "$as_val"'`
18797                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18798 $as_echo "$ac_res" >&6; }
18799 as_val=`eval 'as_val=${'$as_ac_var'}
18800                  $as_echo "$as_val"'`
18801    if test "x$as_val" = x""yes; then
18802   cat >>confdefs.h <<_ACEOF
18803 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18804 _ACEOF
18805
18806 fi
18807 done
18808
18809
18810 LDAPLIBS=""
18811
18812 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18813 then
18814     { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18815 $as_echo_n "checking for LDAPSortKey... " >&6; }
18816 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18817   $as_echo_n "(cached) " >&6
18818 else
18819   ac_cv_type_LDAPSortKey=no
18820 cat >conftest.$ac_ext <<_ACEOF
18821 /* confdefs.h.  */
18822 _ACEOF
18823 cat confdefs.h >>conftest.$ac_ext
18824 cat >>conftest.$ac_ext <<_ACEOF
18825 /* end confdefs.h.  */
18826 #include <ldap.h>
18827
18828 int
18829 main ()
18830 {
18831 if (sizeof (LDAPSortKey))
18832        return 0;
18833   ;
18834   return 0;
18835 }
18836 _ACEOF
18837 rm -f conftest.$ac_objext
18838 if { (ac_try="$ac_compile"
18839 case "(($ac_try" in
18840   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18841   *) ac_try_echo=$ac_try;;
18842 esac
18843 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18844 $as_echo "$ac_try_echo") >&5
18845   (eval "$ac_compile") 2>conftest.er1
18846   ac_status=$?
18847   grep -v '^ *+' conftest.er1 >conftest.err
18848   rm -f conftest.er1
18849   cat conftest.err >&5
18850   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18851   (exit $ac_status); } && {
18852          test -z "$ac_c_werror_flag" ||
18853          test ! -s conftest.err
18854        } && test -s conftest.$ac_objext; then
18855   cat >conftest.$ac_ext <<_ACEOF
18856 /* confdefs.h.  */
18857 _ACEOF
18858 cat confdefs.h >>conftest.$ac_ext
18859 cat >>conftest.$ac_ext <<_ACEOF
18860 /* end confdefs.h.  */
18861 #include <ldap.h>
18862
18863 int
18864 main ()
18865 {
18866 if (sizeof ((LDAPSortKey)))
18867           return 0;
18868   ;
18869   return 0;
18870 }
18871 _ACEOF
18872 rm -f conftest.$ac_objext
18873 if { (ac_try="$ac_compile"
18874 case "(($ac_try" in
18875   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18876   *) ac_try_echo=$ac_try;;
18877 esac
18878 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18879 $as_echo "$ac_try_echo") >&5
18880   (eval "$ac_compile") 2>conftest.er1
18881   ac_status=$?
18882   grep -v '^ *+' conftest.er1 >conftest.err
18883   rm -f conftest.er1
18884   cat conftest.err >&5
18885   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18886   (exit $ac_status); } && {
18887          test -z "$ac_c_werror_flag" ||
18888          test ! -s conftest.err
18889        } && test -s conftest.$ac_objext; then
18890   :
18891 else
18892   $as_echo "$as_me: failed program was:" >&5
18893 sed 's/^/| /' conftest.$ac_ext >&5
18894
18895         ac_cv_type_LDAPSortKey=yes
18896 fi
18897
18898 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18899 else
18900   $as_echo "$as_me: failed program was:" >&5
18901 sed 's/^/| /' conftest.$ac_ext >&5
18902
18903
18904 fi
18905
18906 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18907 fi
18908 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18909 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18910 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18911   { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18912 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18913 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18914   $as_echo_n "(cached) " >&6
18915 else
18916   ac_check_lib_save_LIBS=$LIBS
18917 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18918 cat >conftest.$ac_ext <<_ACEOF
18919 /* confdefs.h.  */
18920 _ACEOF
18921 cat confdefs.h >>conftest.$ac_ext
18922 cat >>conftest.$ac_ext <<_ACEOF
18923 /* end confdefs.h.  */
18924
18925 /* Override any GCC internal prototype to avoid an error.
18926    Use char because int might match the return type of a GCC
18927    builtin and then its argument prototype would still apply.  */
18928 #ifdef __cplusplus
18929 extern "C"
18930 #endif
18931 char ldap_initialize ();
18932 int
18933 main ()
18934 {
18935 return ldap_initialize ();
18936   ;
18937   return 0;
18938 }
18939 _ACEOF
18940 rm -f conftest.$ac_objext conftest$ac_exeext
18941 if { (ac_try="$ac_link"
18942 case "(($ac_try" in
18943   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18944   *) ac_try_echo=$ac_try;;
18945 esac
18946 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18947 $as_echo "$ac_try_echo") >&5
18948   (eval "$ac_link") 2>conftest.er1
18949   ac_status=$?
18950   grep -v '^ *+' conftest.er1 >conftest.err
18951   rm -f conftest.er1
18952   cat conftest.err >&5
18953   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18954   (exit $ac_status); } && {
18955          test -z "$ac_c_werror_flag" ||
18956          test ! -s conftest.err
18957        } && test -s conftest$ac_exeext && {
18958          test "$cross_compiling" = yes ||
18959          $as_test_x conftest$ac_exeext
18960        }; then
18961   ac_cv_lib_ldap_r_ldap_initialize=yes
18962 else
18963   $as_echo "$as_me: failed program was:" >&5
18964 sed 's/^/| /' conftest.$ac_ext >&5
18965
18966         ac_cv_lib_ldap_r_ldap_initialize=no
18967 fi
18968
18969 rm -rf conftest.dSYM
18970 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18971       conftest$ac_exeext conftest.$ac_ext
18972 LIBS=$ac_check_lib_save_LIBS
18973 fi
18974 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18975 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18976 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18977   { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18978 $as_echo_n "checking for ber_init in -llber... " >&6; }
18979 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18980   $as_echo_n "(cached) " >&6
18981 else
18982   ac_check_lib_save_LIBS=$LIBS
18983 LIBS="-llber $LIBPTHREAD $LIBS"
18984 cat >conftest.$ac_ext <<_ACEOF
18985 /* confdefs.h.  */
18986 _ACEOF
18987 cat confdefs.h >>conftest.$ac_ext
18988 cat >>conftest.$ac_ext <<_ACEOF
18989 /* end confdefs.h.  */
18990
18991 /* Override any GCC internal prototype to avoid an error.
18992    Use char because int might match the return type of a GCC
18993    builtin and then its argument prototype would still apply.  */
18994 #ifdef __cplusplus
18995 extern "C"
18996 #endif
18997 char ber_init ();
18998 int
18999 main ()
19000 {
19001 return ber_init ();
19002   ;
19003   return 0;
19004 }
19005 _ACEOF
19006 rm -f conftest.$ac_objext conftest$ac_exeext
19007 if { (ac_try="$ac_link"
19008 case "(($ac_try" in
19009   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19010   *) ac_try_echo=$ac_try;;
19011 esac
19012 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19013 $as_echo "$ac_try_echo") >&5
19014   (eval "$ac_link") 2>conftest.er1
19015   ac_status=$?
19016   grep -v '^ *+' conftest.er1 >conftest.err
19017   rm -f conftest.er1
19018   cat conftest.err >&5
19019   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19020   (exit $ac_status); } && {
19021          test -z "$ac_c_werror_flag" ||
19022          test ! -s conftest.err
19023        } && test -s conftest$ac_exeext && {
19024          test "$cross_compiling" = yes ||
19025          $as_test_x conftest$ac_exeext
19026        }; then
19027   ac_cv_lib_lber_ber_init=yes
19028 else
19029   $as_echo "$as_me: failed program was:" >&5
19030 sed 's/^/| /' conftest.$ac_ext >&5
19031
19032         ac_cv_lib_lber_ber_init=no
19033 fi
19034
19035 rm -rf conftest.dSYM
19036 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19037       conftest$ac_exeext conftest.$ac_ext
19038 LIBS=$ac_check_lib_save_LIBS
19039 fi
19040 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19041 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19042 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19043
19044 cat >>confdefs.h <<\_ACEOF
19045 #define HAVE_LDAP 1
19046 _ACEOF
19047
19048                  LDAPLIBS="-lldap_r -llber"
19049 fi
19050
19051 fi
19052
19053 fi
19054
19055     ac_wine_check_funcs_save_LIBS="$LIBS"
19056 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19057
19058
19059
19060
19061
19062
19063
19064
19065 for ac_func in \
19066         ldap_count_references \
19067         ldap_first_reference \
19068         ldap_next_reference \
19069         ldap_parse_reference \
19070         ldap_parse_sort_control \
19071         ldap_parse_sortresponse_control \
19072         ldap_parse_vlv_control \
19073         ldap_parse_vlvresponse_control
19074 do
19075 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19076 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19077 $as_echo_n "checking for $ac_func... " >&6; }
19078 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19079   $as_echo_n "(cached) " >&6
19080 else
19081   cat >conftest.$ac_ext <<_ACEOF
19082 /* confdefs.h.  */
19083 _ACEOF
19084 cat confdefs.h >>conftest.$ac_ext
19085 cat >>conftest.$ac_ext <<_ACEOF
19086 /* end confdefs.h.  */
19087 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19088    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
19089 #define $ac_func innocuous_$ac_func
19090
19091 /* System header to define __stub macros and hopefully few prototypes,
19092     which can conflict with char $ac_func (); below.
19093     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19094     <limits.h> exists even on freestanding compilers.  */
19095
19096 #ifdef __STDC__
19097 # include <limits.h>
19098 #else
19099 # include <assert.h>
19100 #endif
19101
19102 #undef $ac_func
19103
19104 /* Override any GCC internal prototype to avoid an error.
19105    Use char because int might match the return type of a GCC
19106    builtin and then its argument prototype would still apply.  */
19107 #ifdef __cplusplus
19108 extern "C"
19109 #endif
19110 char $ac_func ();
19111 /* The GNU C library defines this for functions which it implements
19112     to always fail with ENOSYS.  Some functions are actually named
19113     something starting with __ and the normal name is an alias.  */
19114 #if defined __stub_$ac_func || defined __stub___$ac_func
19115 choke me
19116 #endif
19117
19118 int
19119 main ()
19120 {
19121 return $ac_func ();
19122   ;
19123   return 0;
19124 }
19125 _ACEOF
19126 rm -f conftest.$ac_objext conftest$ac_exeext
19127 if { (ac_try="$ac_link"
19128 case "(($ac_try" in
19129   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19130   *) ac_try_echo=$ac_try;;
19131 esac
19132 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19133 $as_echo "$ac_try_echo") >&5
19134   (eval "$ac_link") 2>conftest.er1
19135   ac_status=$?
19136   grep -v '^ *+' conftest.er1 >conftest.err
19137   rm -f conftest.er1
19138   cat conftest.err >&5
19139   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19140   (exit $ac_status); } && {
19141          test -z "$ac_c_werror_flag" ||
19142          test ! -s conftest.err
19143        } && test -s conftest$ac_exeext && {
19144          test "$cross_compiling" = yes ||
19145          $as_test_x conftest$ac_exeext
19146        }; then
19147   eval "$as_ac_var=yes"
19148 else
19149   $as_echo "$as_me: failed program was:" >&5
19150 sed 's/^/| /' conftest.$ac_ext >&5
19151
19152         eval "$as_ac_var=no"
19153 fi
19154
19155 rm -rf conftest.dSYM
19156 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19157       conftest$ac_exeext conftest.$ac_ext
19158 fi
19159 ac_res=`eval 'as_val=${'$as_ac_var'}
19160                  $as_echo "$as_val"'`
19161                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19162 $as_echo "$ac_res" >&6; }
19163 as_val=`eval 'as_val=${'$as_ac_var'}
19164                  $as_echo "$as_val"'`
19165    if test "x$as_val" = x""yes; then
19166   cat >>confdefs.h <<_ACEOF
19167 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19168 _ACEOF
19169
19170 fi
19171 done
19172
19173 LIBS="$ac_wine_check_funcs_save_LIBS"
19174 fi
19175 if test "x$LDAPLIBS" = "x"; then
19176   case "x$with_ldap" in
19177   x)   wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19178   xno) ;;
19179   *)   { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19180 This is an error since --with-ldap was requested." >&5
19181 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19182 This is an error since --with-ldap was requested." >&2;}
19183    { (exit 1); exit 1; }; } ;;
19184 esac
19185 fi
19186
19187
19188
19189 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19190 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19191 if test "${ac_cv_c_const+set}" = set; then
19192   $as_echo_n "(cached) " >&6
19193 else
19194   cat >conftest.$ac_ext <<_ACEOF
19195 /* confdefs.h.  */
19196 _ACEOF
19197 cat confdefs.h >>conftest.$ac_ext
19198 cat >>conftest.$ac_ext <<_ACEOF
19199 /* end confdefs.h.  */
19200
19201 int
19202 main ()
19203 {
19204 /* FIXME: Include the comments suggested by Paul. */
19205 #ifndef __cplusplus
19206   /* Ultrix mips cc rejects this.  */
19207   typedef int charset[2];
19208   const charset cs;
19209   /* SunOS 4.1.1 cc rejects this.  */
19210   char const *const *pcpcc;
19211   char **ppc;
19212   /* NEC SVR4.0.2 mips cc rejects this.  */
19213   struct point {int x, y;};
19214   static struct point const zero = {0,0};
19215   /* AIX XL C 1.02.0.0 rejects this.
19216      It does not let you subtract one const X* pointer from another in
19217      an arm of an if-expression whose if-part is not a constant
19218      expression */
19219   const char *g = "string";
19220   pcpcc = &g + (g ? g-g : 0);
19221   /* HPUX 7.0 cc rejects these. */
19222   ++pcpcc;
19223   ppc = (char**) pcpcc;
19224   pcpcc = (char const *const *) ppc;
19225   { /* SCO 3.2v4 cc rejects this.  */
19226     char *t;
19227     char const *s = 0 ? (char *) 0 : (char const *) 0;
19228
19229     *t++ = 0;
19230     if (s) return 0;
19231   }
19232   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
19233     int x[] = {25, 17};
19234     const int *foo = &x[0];
19235     ++foo;
19236   }
19237   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19238     typedef const int *iptr;
19239     iptr p = 0;
19240     ++p;
19241   }
19242   { /* AIX XL C 1.02.0.0 rejects this saying
19243        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19244     struct s { int j; const int *ap[3]; };
19245     struct s *b; b->j = 5;
19246   }
19247   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19248     const int foo = 10;
19249     if (!foo) return 0;
19250   }
19251   return !cs[0] && !zero.x;
19252 #endif
19253
19254   ;
19255   return 0;
19256 }
19257 _ACEOF
19258 rm -f conftest.$ac_objext
19259 if { (ac_try="$ac_compile"
19260 case "(($ac_try" in
19261   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19262   *) ac_try_echo=$ac_try;;
19263 esac
19264 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19265 $as_echo "$ac_try_echo") >&5
19266   (eval "$ac_compile") 2>conftest.er1
19267   ac_status=$?
19268   grep -v '^ *+' conftest.er1 >conftest.err
19269   rm -f conftest.er1
19270   cat conftest.err >&5
19271   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19272   (exit $ac_status); } && {
19273          test -z "$ac_c_werror_flag" ||
19274          test ! -s conftest.err
19275        } && test -s conftest.$ac_objext; then
19276   ac_cv_c_const=yes
19277 else
19278   $as_echo "$as_me: failed program was:" >&5
19279 sed 's/^/| /' conftest.$ac_ext >&5
19280
19281         ac_cv_c_const=no
19282 fi
19283
19284 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19285 fi
19286 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19287 $as_echo "$ac_cv_c_const" >&6; }
19288 if test $ac_cv_c_const = no; then
19289
19290 cat >>confdefs.h <<\_ACEOF
19291 #define const /**/
19292 _ACEOF
19293
19294 fi
19295
19296 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19297 $as_echo_n "checking for inline... " >&6; }
19298 if test "${ac_cv_c_inline+set}" = set; then
19299   $as_echo_n "(cached) " >&6
19300 else
19301   ac_cv_c_inline=no
19302 for ac_kw in inline __inline__ __inline; do
19303   cat >conftest.$ac_ext <<_ACEOF
19304 /* confdefs.h.  */
19305 _ACEOF
19306 cat confdefs.h >>conftest.$ac_ext
19307 cat >>conftest.$ac_ext <<_ACEOF
19308 /* end confdefs.h.  */
19309 #ifndef __cplusplus
19310 typedef int foo_t;
19311 static $ac_kw foo_t static_foo () {return 0; }
19312 $ac_kw foo_t foo () {return 0; }
19313 #endif
19314
19315 _ACEOF
19316 rm -f conftest.$ac_objext
19317 if { (ac_try="$ac_compile"
19318 case "(($ac_try" in
19319   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19320   *) ac_try_echo=$ac_try;;
19321 esac
19322 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19323 $as_echo "$ac_try_echo") >&5
19324   (eval "$ac_compile") 2>conftest.er1
19325   ac_status=$?
19326   grep -v '^ *+' conftest.er1 >conftest.err
19327   rm -f conftest.er1
19328   cat conftest.err >&5
19329   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19330   (exit $ac_status); } && {
19331          test -z "$ac_c_werror_flag" ||
19332          test ! -s conftest.err
19333        } && test -s conftest.$ac_objext; then
19334   ac_cv_c_inline=$ac_kw
19335 else
19336   $as_echo "$as_me: failed program was:" >&5
19337 sed 's/^/| /' conftest.$ac_ext >&5
19338
19339
19340 fi
19341
19342 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19343   test "$ac_cv_c_inline" != no && break
19344 done
19345
19346 fi
19347 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19348 $as_echo "$ac_cv_c_inline" >&6; }
19349
19350
19351 case $ac_cv_c_inline in
19352   inline | yes) ;;
19353   *)
19354     case $ac_cv_c_inline in
19355       no) ac_val=;;
19356       *) ac_val=$ac_cv_c_inline;;
19357     esac
19358     cat >>confdefs.h <<_ACEOF
19359 #ifndef __cplusplus
19360 #define inline $ac_val
19361 #endif
19362 _ACEOF
19363     ;;
19364 esac
19365
19366 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19367 $as_echo_n "checking for mode_t... " >&6; }
19368 if test "${ac_cv_type_mode_t+set}" = set; then
19369   $as_echo_n "(cached) " >&6
19370 else
19371   ac_cv_type_mode_t=no
19372 cat >conftest.$ac_ext <<_ACEOF
19373 /* confdefs.h.  */
19374 _ACEOF
19375 cat confdefs.h >>conftest.$ac_ext
19376 cat >>conftest.$ac_ext <<_ACEOF
19377 /* end confdefs.h.  */
19378 $ac_includes_default
19379 int
19380 main ()
19381 {
19382 if (sizeof (mode_t))
19383        return 0;
19384   ;
19385   return 0;
19386 }
19387 _ACEOF
19388 rm -f conftest.$ac_objext
19389 if { (ac_try="$ac_compile"
19390 case "(($ac_try" in
19391   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19392   *) ac_try_echo=$ac_try;;
19393 esac
19394 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19395 $as_echo "$ac_try_echo") >&5
19396   (eval "$ac_compile") 2>conftest.er1
19397   ac_status=$?
19398   grep -v '^ *+' conftest.er1 >conftest.err
19399   rm -f conftest.er1
19400   cat conftest.err >&5
19401   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19402   (exit $ac_status); } && {
19403          test -z "$ac_c_werror_flag" ||
19404          test ! -s conftest.err
19405        } && test -s conftest.$ac_objext; then
19406   cat >conftest.$ac_ext <<_ACEOF
19407 /* confdefs.h.  */
19408 _ACEOF
19409 cat confdefs.h >>conftest.$ac_ext
19410 cat >>conftest.$ac_ext <<_ACEOF
19411 /* end confdefs.h.  */
19412 $ac_includes_default
19413 int
19414 main ()
19415 {
19416 if (sizeof ((mode_t)))
19417           return 0;
19418   ;
19419   return 0;
19420 }
19421 _ACEOF
19422 rm -f conftest.$ac_objext
19423 if { (ac_try="$ac_compile"
19424 case "(($ac_try" in
19425   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19426   *) ac_try_echo=$ac_try;;
19427 esac
19428 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19429 $as_echo "$ac_try_echo") >&5
19430   (eval "$ac_compile") 2>conftest.er1
19431   ac_status=$?
19432   grep -v '^ *+' conftest.er1 >conftest.err
19433   rm -f conftest.er1
19434   cat conftest.err >&5
19435   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19436   (exit $ac_status); } && {
19437          test -z "$ac_c_werror_flag" ||
19438          test ! -s conftest.err
19439        } && test -s conftest.$ac_objext; then
19440   :
19441 else
19442   $as_echo "$as_me: failed program was:" >&5
19443 sed 's/^/| /' conftest.$ac_ext >&5
19444
19445         ac_cv_type_mode_t=yes
19446 fi
19447
19448 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19449 else
19450   $as_echo "$as_me: failed program was:" >&5
19451 sed 's/^/| /' conftest.$ac_ext >&5
19452
19453
19454 fi
19455
19456 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19457 fi
19458 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19459 $as_echo "$ac_cv_type_mode_t" >&6; }
19460 if test "x$ac_cv_type_mode_t" = x""yes; then
19461
19462 cat >>confdefs.h <<_ACEOF
19463 #define HAVE_MODE_T 1
19464 _ACEOF
19465
19466
19467 fi
19468 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19469 $as_echo_n "checking for off_t... " >&6; }
19470 if test "${ac_cv_type_off_t+set}" = set; then
19471   $as_echo_n "(cached) " >&6
19472 else
19473   ac_cv_type_off_t=no
19474 cat >conftest.$ac_ext <<_ACEOF
19475 /* confdefs.h.  */
19476 _ACEOF
19477 cat confdefs.h >>conftest.$ac_ext
19478 cat >>conftest.$ac_ext <<_ACEOF
19479 /* end confdefs.h.  */
19480 $ac_includes_default
19481 int
19482 main ()
19483 {
19484 if (sizeof (off_t))
19485        return 0;
19486   ;
19487   return 0;
19488 }
19489 _ACEOF
19490 rm -f conftest.$ac_objext
19491 if { (ac_try="$ac_compile"
19492 case "(($ac_try" in
19493   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19494   *) ac_try_echo=$ac_try;;
19495 esac
19496 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19497 $as_echo "$ac_try_echo") >&5
19498   (eval "$ac_compile") 2>conftest.er1
19499   ac_status=$?
19500   grep -v '^ *+' conftest.er1 >conftest.err
19501   rm -f conftest.er1
19502   cat conftest.err >&5
19503   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19504   (exit $ac_status); } && {
19505          test -z "$ac_c_werror_flag" ||
19506          test ! -s conftest.err
19507        } && test -s conftest.$ac_objext; then
19508   cat >conftest.$ac_ext <<_ACEOF
19509 /* confdefs.h.  */
19510 _ACEOF
19511 cat confdefs.h >>conftest.$ac_ext
19512 cat >>conftest.$ac_ext <<_ACEOF
19513 /* end confdefs.h.  */
19514 $ac_includes_default
19515 int
19516 main ()
19517 {
19518 if (sizeof ((off_t)))
19519           return 0;
19520   ;
19521   return 0;
19522 }
19523 _ACEOF
19524 rm -f conftest.$ac_objext
19525 if { (ac_try="$ac_compile"
19526 case "(($ac_try" in
19527   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19528   *) ac_try_echo=$ac_try;;
19529 esac
19530 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19531 $as_echo "$ac_try_echo") >&5
19532   (eval "$ac_compile") 2>conftest.er1
19533   ac_status=$?
19534   grep -v '^ *+' conftest.er1 >conftest.err
19535   rm -f conftest.er1
19536   cat conftest.err >&5
19537   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19538   (exit $ac_status); } && {
19539          test -z "$ac_c_werror_flag" ||
19540          test ! -s conftest.err
19541        } && test -s conftest.$ac_objext; then
19542   :
19543 else
19544   $as_echo "$as_me: failed program was:" >&5
19545 sed 's/^/| /' conftest.$ac_ext >&5
19546
19547         ac_cv_type_off_t=yes
19548 fi
19549
19550 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19551 else
19552   $as_echo "$as_me: failed program was:" >&5
19553 sed 's/^/| /' conftest.$ac_ext >&5
19554
19555
19556 fi
19557
19558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19559 fi
19560 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19561 $as_echo "$ac_cv_type_off_t" >&6; }
19562 if test "x$ac_cv_type_off_t" = x""yes; then
19563
19564 cat >>confdefs.h <<_ACEOF
19565 #define HAVE_OFF_T 1
19566 _ACEOF
19567
19568
19569 fi
19570 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19571 $as_echo_n "checking for pid_t... " >&6; }
19572 if test "${ac_cv_type_pid_t+set}" = set; then
19573   $as_echo_n "(cached) " >&6
19574 else
19575   ac_cv_type_pid_t=no
19576 cat >conftest.$ac_ext <<_ACEOF
19577 /* confdefs.h.  */
19578 _ACEOF
19579 cat confdefs.h >>conftest.$ac_ext
19580 cat >>conftest.$ac_ext <<_ACEOF
19581 /* end confdefs.h.  */
19582 $ac_includes_default
19583 int
19584 main ()
19585 {
19586 if (sizeof (pid_t))
19587        return 0;
19588   ;
19589   return 0;
19590 }
19591 _ACEOF
19592 rm -f conftest.$ac_objext
19593 if { (ac_try="$ac_compile"
19594 case "(($ac_try" in
19595   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19596   *) ac_try_echo=$ac_try;;
19597 esac
19598 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19599 $as_echo "$ac_try_echo") >&5
19600   (eval "$ac_compile") 2>conftest.er1
19601   ac_status=$?
19602   grep -v '^ *+' conftest.er1 >conftest.err
19603   rm -f conftest.er1
19604   cat conftest.err >&5
19605   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19606   (exit $ac_status); } && {
19607          test -z "$ac_c_werror_flag" ||
19608          test ! -s conftest.err
19609        } && test -s conftest.$ac_objext; then
19610   cat >conftest.$ac_ext <<_ACEOF
19611 /* confdefs.h.  */
19612 _ACEOF
19613 cat confdefs.h >>conftest.$ac_ext
19614 cat >>conftest.$ac_ext <<_ACEOF
19615 /* end confdefs.h.  */
19616 $ac_includes_default
19617 int
19618 main ()
19619 {
19620 if (sizeof ((pid_t)))
19621           return 0;
19622   ;
19623   return 0;
19624 }
19625 _ACEOF
19626 rm -f conftest.$ac_objext
19627 if { (ac_try="$ac_compile"
19628 case "(($ac_try" in
19629   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19630   *) ac_try_echo=$ac_try;;
19631 esac
19632 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19633 $as_echo "$ac_try_echo") >&5
19634   (eval "$ac_compile") 2>conftest.er1
19635   ac_status=$?
19636   grep -v '^ *+' conftest.er1 >conftest.err
19637   rm -f conftest.er1
19638   cat conftest.err >&5
19639   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19640   (exit $ac_status); } && {
19641          test -z "$ac_c_werror_flag" ||
19642          test ! -s conftest.err
19643        } && test -s conftest.$ac_objext; then
19644   :
19645 else
19646   $as_echo "$as_me: failed program was:" >&5
19647 sed 's/^/| /' conftest.$ac_ext >&5
19648
19649         ac_cv_type_pid_t=yes
19650 fi
19651
19652 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19653 else
19654   $as_echo "$as_me: failed program was:" >&5
19655 sed 's/^/| /' conftest.$ac_ext >&5
19656
19657
19658 fi
19659
19660 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19661 fi
19662 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19663 $as_echo "$ac_cv_type_pid_t" >&6; }
19664 if test "x$ac_cv_type_pid_t" = x""yes; then
19665
19666 cat >>confdefs.h <<_ACEOF
19667 #define HAVE_PID_T 1
19668 _ACEOF
19669
19670
19671 fi
19672 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19673 $as_echo_n "checking for size_t... " >&6; }
19674 if test "${ac_cv_type_size_t+set}" = set; then
19675   $as_echo_n "(cached) " >&6
19676 else
19677   ac_cv_type_size_t=no
19678 cat >conftest.$ac_ext <<_ACEOF
19679 /* confdefs.h.  */
19680 _ACEOF
19681 cat confdefs.h >>conftest.$ac_ext
19682 cat >>conftest.$ac_ext <<_ACEOF
19683 /* end confdefs.h.  */
19684 $ac_includes_default
19685 int
19686 main ()
19687 {
19688 if (sizeof (size_t))
19689        return 0;
19690   ;
19691   return 0;
19692 }
19693 _ACEOF
19694 rm -f conftest.$ac_objext
19695 if { (ac_try="$ac_compile"
19696 case "(($ac_try" in
19697   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19698   *) ac_try_echo=$ac_try;;
19699 esac
19700 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19701 $as_echo "$ac_try_echo") >&5
19702   (eval "$ac_compile") 2>conftest.er1
19703   ac_status=$?
19704   grep -v '^ *+' conftest.er1 >conftest.err
19705   rm -f conftest.er1
19706   cat conftest.err >&5
19707   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19708   (exit $ac_status); } && {
19709          test -z "$ac_c_werror_flag" ||
19710          test ! -s conftest.err
19711        } && test -s conftest.$ac_objext; then
19712   cat >conftest.$ac_ext <<_ACEOF
19713 /* confdefs.h.  */
19714 _ACEOF
19715 cat confdefs.h >>conftest.$ac_ext
19716 cat >>conftest.$ac_ext <<_ACEOF
19717 /* end confdefs.h.  */
19718 $ac_includes_default
19719 int
19720 main ()
19721 {
19722 if (sizeof ((size_t)))
19723           return 0;
19724   ;
19725   return 0;
19726 }
19727 _ACEOF
19728 rm -f conftest.$ac_objext
19729 if { (ac_try="$ac_compile"
19730 case "(($ac_try" in
19731   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19732   *) ac_try_echo=$ac_try;;
19733 esac
19734 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19735 $as_echo "$ac_try_echo") >&5
19736   (eval "$ac_compile") 2>conftest.er1
19737   ac_status=$?
19738   grep -v '^ *+' conftest.er1 >conftest.err
19739   rm -f conftest.er1
19740   cat conftest.err >&5
19741   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19742   (exit $ac_status); } && {
19743          test -z "$ac_c_werror_flag" ||
19744          test ! -s conftest.err
19745        } && test -s conftest.$ac_objext; then
19746   :
19747 else
19748   $as_echo "$as_me: failed program was:" >&5
19749 sed 's/^/| /' conftest.$ac_ext >&5
19750
19751         ac_cv_type_size_t=yes
19752 fi
19753
19754 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19755 else
19756   $as_echo "$as_me: failed program was:" >&5
19757 sed 's/^/| /' conftest.$ac_ext >&5
19758
19759
19760 fi
19761
19762 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19763 fi
19764 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19765 $as_echo "$ac_cv_type_size_t" >&6; }
19766 if test "x$ac_cv_type_size_t" = x""yes; then
19767
19768 cat >>confdefs.h <<_ACEOF
19769 #define HAVE_SIZE_T 1
19770 _ACEOF
19771
19772
19773 fi
19774 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19775 $as_echo_n "checking for ssize_t... " >&6; }
19776 if test "${ac_cv_type_ssize_t+set}" = set; then
19777   $as_echo_n "(cached) " >&6
19778 else
19779   ac_cv_type_ssize_t=no
19780 cat >conftest.$ac_ext <<_ACEOF
19781 /* confdefs.h.  */
19782 _ACEOF
19783 cat confdefs.h >>conftest.$ac_ext
19784 cat >>conftest.$ac_ext <<_ACEOF
19785 /* end confdefs.h.  */
19786 $ac_includes_default
19787 int
19788 main ()
19789 {
19790 if (sizeof (ssize_t))
19791        return 0;
19792   ;
19793   return 0;
19794 }
19795 _ACEOF
19796 rm -f conftest.$ac_objext
19797 if { (ac_try="$ac_compile"
19798 case "(($ac_try" in
19799   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19800   *) ac_try_echo=$ac_try;;
19801 esac
19802 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19803 $as_echo "$ac_try_echo") >&5
19804   (eval "$ac_compile") 2>conftest.er1
19805   ac_status=$?
19806   grep -v '^ *+' conftest.er1 >conftest.err
19807   rm -f conftest.er1
19808   cat conftest.err >&5
19809   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19810   (exit $ac_status); } && {
19811          test -z "$ac_c_werror_flag" ||
19812          test ! -s conftest.err
19813        } && test -s conftest.$ac_objext; then
19814   cat >conftest.$ac_ext <<_ACEOF
19815 /* confdefs.h.  */
19816 _ACEOF
19817 cat confdefs.h >>conftest.$ac_ext
19818 cat >>conftest.$ac_ext <<_ACEOF
19819 /* end confdefs.h.  */
19820 $ac_includes_default
19821 int
19822 main ()
19823 {
19824 if (sizeof ((ssize_t)))
19825           return 0;
19826   ;
19827   return 0;
19828 }
19829 _ACEOF
19830 rm -f conftest.$ac_objext
19831 if { (ac_try="$ac_compile"
19832 case "(($ac_try" in
19833   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19834   *) ac_try_echo=$ac_try;;
19835 esac
19836 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19837 $as_echo "$ac_try_echo") >&5
19838   (eval "$ac_compile") 2>conftest.er1
19839   ac_status=$?
19840   grep -v '^ *+' conftest.er1 >conftest.err
19841   rm -f conftest.er1
19842   cat conftest.err >&5
19843   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19844   (exit $ac_status); } && {
19845          test -z "$ac_c_werror_flag" ||
19846          test ! -s conftest.err
19847        } && test -s conftest.$ac_objext; then
19848   :
19849 else
19850   $as_echo "$as_me: failed program was:" >&5
19851 sed 's/^/| /' conftest.$ac_ext >&5
19852
19853         ac_cv_type_ssize_t=yes
19854 fi
19855
19856 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19857 else
19858   $as_echo "$as_me: failed program was:" >&5
19859 sed 's/^/| /' conftest.$ac_ext >&5
19860
19861
19862 fi
19863
19864 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19865 fi
19866 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19867 $as_echo "$ac_cv_type_ssize_t" >&6; }
19868 if test "x$ac_cv_type_ssize_t" = x""yes; then
19869
19870 cat >>confdefs.h <<_ACEOF
19871 #define HAVE_SSIZE_T 1
19872 _ACEOF
19873
19874
19875 fi
19876 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19877 $as_echo_n "checking for long long... " >&6; }
19878 if test "${ac_cv_type_long_long+set}" = set; then
19879   $as_echo_n "(cached) " >&6
19880 else
19881   ac_cv_type_long_long=no
19882 cat >conftest.$ac_ext <<_ACEOF
19883 /* confdefs.h.  */
19884 _ACEOF
19885 cat confdefs.h >>conftest.$ac_ext
19886 cat >>conftest.$ac_ext <<_ACEOF
19887 /* end confdefs.h.  */
19888 $ac_includes_default
19889 int
19890 main ()
19891 {
19892 if (sizeof (long long))
19893        return 0;
19894   ;
19895   return 0;
19896 }
19897 _ACEOF
19898 rm -f conftest.$ac_objext
19899 if { (ac_try="$ac_compile"
19900 case "(($ac_try" in
19901   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19902   *) ac_try_echo=$ac_try;;
19903 esac
19904 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19905 $as_echo "$ac_try_echo") >&5
19906   (eval "$ac_compile") 2>conftest.er1
19907   ac_status=$?
19908   grep -v '^ *+' conftest.er1 >conftest.err
19909   rm -f conftest.er1
19910   cat conftest.err >&5
19911   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19912   (exit $ac_status); } && {
19913          test -z "$ac_c_werror_flag" ||
19914          test ! -s conftest.err
19915        } && test -s conftest.$ac_objext; then
19916   cat >conftest.$ac_ext <<_ACEOF
19917 /* confdefs.h.  */
19918 _ACEOF
19919 cat confdefs.h >>conftest.$ac_ext
19920 cat >>conftest.$ac_ext <<_ACEOF
19921 /* end confdefs.h.  */
19922 $ac_includes_default
19923 int
19924 main ()
19925 {
19926 if (sizeof ((long long)))
19927           return 0;
19928   ;
19929   return 0;
19930 }
19931 _ACEOF
19932 rm -f conftest.$ac_objext
19933 if { (ac_try="$ac_compile"
19934 case "(($ac_try" in
19935   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19936   *) ac_try_echo=$ac_try;;
19937 esac
19938 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19939 $as_echo "$ac_try_echo") >&5
19940   (eval "$ac_compile") 2>conftest.er1
19941   ac_status=$?
19942   grep -v '^ *+' conftest.er1 >conftest.err
19943   rm -f conftest.er1
19944   cat conftest.err >&5
19945   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19946   (exit $ac_status); } && {
19947          test -z "$ac_c_werror_flag" ||
19948          test ! -s conftest.err
19949        } && test -s conftest.$ac_objext; then
19950   :
19951 else
19952   $as_echo "$as_me: failed program was:" >&5
19953 sed 's/^/| /' conftest.$ac_ext >&5
19954
19955         ac_cv_type_long_long=yes
19956 fi
19957
19958 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19959 else
19960   $as_echo "$as_me: failed program was:" >&5
19961 sed 's/^/| /' conftest.$ac_ext >&5
19962
19963
19964 fi
19965
19966 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19967 fi
19968 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19969 $as_echo "$ac_cv_type_long_long" >&6; }
19970 if test "x$ac_cv_type_long_long" = x""yes; then
19971
19972 cat >>confdefs.h <<_ACEOF
19973 #define HAVE_LONG_LONG 1
19974 _ACEOF
19975
19976
19977 fi
19978 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19979 $as_echo_n "checking for fsblkcnt_t... " >&6; }
19980 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19981   $as_echo_n "(cached) " >&6
19982 else
19983   ac_cv_type_fsblkcnt_t=no
19984 cat >conftest.$ac_ext <<_ACEOF
19985 /* confdefs.h.  */
19986 _ACEOF
19987 cat confdefs.h >>conftest.$ac_ext
19988 cat >>conftest.$ac_ext <<_ACEOF
19989 /* end confdefs.h.  */
19990 $ac_includes_default
19991 int
19992 main ()
19993 {
19994 if (sizeof (fsblkcnt_t))
19995        return 0;
19996   ;
19997   return 0;
19998 }
19999 _ACEOF
20000 rm -f conftest.$ac_objext
20001 if { (ac_try="$ac_compile"
20002 case "(($ac_try" in
20003   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20004   *) ac_try_echo=$ac_try;;
20005 esac
20006 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20007 $as_echo "$ac_try_echo") >&5
20008   (eval "$ac_compile") 2>conftest.er1
20009   ac_status=$?
20010   grep -v '^ *+' conftest.er1 >conftest.err
20011   rm -f conftest.er1
20012   cat conftest.err >&5
20013   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20014   (exit $ac_status); } && {
20015          test -z "$ac_c_werror_flag" ||
20016          test ! -s conftest.err
20017        } && test -s conftest.$ac_objext; then
20018   cat >conftest.$ac_ext <<_ACEOF
20019 /* confdefs.h.  */
20020 _ACEOF
20021 cat confdefs.h >>conftest.$ac_ext
20022 cat >>conftest.$ac_ext <<_ACEOF
20023 /* end confdefs.h.  */
20024 $ac_includes_default
20025 int
20026 main ()
20027 {
20028 if (sizeof ((fsblkcnt_t)))
20029           return 0;
20030   ;
20031   return 0;
20032 }
20033 _ACEOF
20034 rm -f conftest.$ac_objext
20035 if { (ac_try="$ac_compile"
20036 case "(($ac_try" in
20037   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20038   *) ac_try_echo=$ac_try;;
20039 esac
20040 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20041 $as_echo "$ac_try_echo") >&5
20042   (eval "$ac_compile") 2>conftest.er1
20043   ac_status=$?
20044   grep -v '^ *+' conftest.er1 >conftest.err
20045   rm -f conftest.er1
20046   cat conftest.err >&5
20047   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20048   (exit $ac_status); } && {
20049          test -z "$ac_c_werror_flag" ||
20050          test ! -s conftest.err
20051        } && test -s conftest.$ac_objext; then
20052   :
20053 else
20054   $as_echo "$as_me: failed program was:" >&5
20055 sed 's/^/| /' conftest.$ac_ext >&5
20056
20057         ac_cv_type_fsblkcnt_t=yes
20058 fi
20059
20060 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20061 else
20062   $as_echo "$as_me: failed program was:" >&5
20063 sed 's/^/| /' conftest.$ac_ext >&5
20064
20065
20066 fi
20067
20068 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20069 fi
20070 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20071 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20072 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20073
20074 cat >>confdefs.h <<_ACEOF
20075 #define HAVE_FSBLKCNT_T 1
20076 _ACEOF
20077
20078
20079 fi
20080 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20081 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20082 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20083   $as_echo_n "(cached) " >&6
20084 else
20085   ac_cv_type_fsfilcnt_t=no
20086 cat >conftest.$ac_ext <<_ACEOF
20087 /* confdefs.h.  */
20088 _ACEOF
20089 cat confdefs.h >>conftest.$ac_ext
20090 cat >>conftest.$ac_ext <<_ACEOF
20091 /* end confdefs.h.  */
20092 $ac_includes_default
20093 int
20094 main ()
20095 {
20096 if (sizeof (fsfilcnt_t))
20097        return 0;
20098   ;
20099   return 0;
20100 }
20101 _ACEOF
20102 rm -f conftest.$ac_objext
20103 if { (ac_try="$ac_compile"
20104 case "(($ac_try" in
20105   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20106   *) ac_try_echo=$ac_try;;
20107 esac
20108 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20109 $as_echo "$ac_try_echo") >&5
20110   (eval "$ac_compile") 2>conftest.er1
20111   ac_status=$?
20112   grep -v '^ *+' conftest.er1 >conftest.err
20113   rm -f conftest.er1
20114   cat conftest.err >&5
20115   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20116   (exit $ac_status); } && {
20117          test -z "$ac_c_werror_flag" ||
20118          test ! -s conftest.err
20119        } && test -s conftest.$ac_objext; then
20120   cat >conftest.$ac_ext <<_ACEOF
20121 /* confdefs.h.  */
20122 _ACEOF
20123 cat confdefs.h >>conftest.$ac_ext
20124 cat >>conftest.$ac_ext <<_ACEOF
20125 /* end confdefs.h.  */
20126 $ac_includes_default
20127 int
20128 main ()
20129 {
20130 if (sizeof ((fsfilcnt_t)))
20131           return 0;
20132   ;
20133   return 0;
20134 }
20135 _ACEOF
20136 rm -f conftest.$ac_objext
20137 if { (ac_try="$ac_compile"
20138 case "(($ac_try" in
20139   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20140   *) ac_try_echo=$ac_try;;
20141 esac
20142 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20143 $as_echo "$ac_try_echo") >&5
20144   (eval "$ac_compile") 2>conftest.er1
20145   ac_status=$?
20146   grep -v '^ *+' conftest.er1 >conftest.err
20147   rm -f conftest.er1
20148   cat conftest.err >&5
20149   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20150   (exit $ac_status); } && {
20151          test -z "$ac_c_werror_flag" ||
20152          test ! -s conftest.err
20153        } && test -s conftest.$ac_objext; then
20154   :
20155 else
20156   $as_echo "$as_me: failed program was:" >&5
20157 sed 's/^/| /' conftest.$ac_ext >&5
20158
20159         ac_cv_type_fsfilcnt_t=yes
20160 fi
20161
20162 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20163 else
20164   $as_echo "$as_me: failed program was:" >&5
20165 sed 's/^/| /' conftest.$ac_ext >&5
20166
20167
20168 fi
20169
20170 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20171 fi
20172 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20173 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20174 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20175
20176 cat >>confdefs.h <<_ACEOF
20177 #define HAVE_FSFILCNT_T 1
20178 _ACEOF
20179
20180
20181 fi
20182
20183 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20184 $as_echo_n "checking for sigset_t... " >&6; }
20185 if test "${ac_cv_type_sigset_t+set}" = set; then
20186   $as_echo_n "(cached) " >&6
20187 else
20188   ac_cv_type_sigset_t=no
20189 cat >conftest.$ac_ext <<_ACEOF
20190 /* confdefs.h.  */
20191 _ACEOF
20192 cat confdefs.h >>conftest.$ac_ext
20193 cat >>conftest.$ac_ext <<_ACEOF
20194 /* end confdefs.h.  */
20195 #include <sys/types.h>
20196 #include <signal.h>
20197
20198 int
20199 main ()
20200 {
20201 if (sizeof (sigset_t))
20202        return 0;
20203   ;
20204   return 0;
20205 }
20206 _ACEOF
20207 rm -f conftest.$ac_objext
20208 if { (ac_try="$ac_compile"
20209 case "(($ac_try" in
20210   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20211   *) ac_try_echo=$ac_try;;
20212 esac
20213 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20214 $as_echo "$ac_try_echo") >&5
20215   (eval "$ac_compile") 2>conftest.er1
20216   ac_status=$?
20217   grep -v '^ *+' conftest.er1 >conftest.err
20218   rm -f conftest.er1
20219   cat conftest.err >&5
20220   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20221   (exit $ac_status); } && {
20222          test -z "$ac_c_werror_flag" ||
20223          test ! -s conftest.err
20224        } && test -s conftest.$ac_objext; then
20225   cat >conftest.$ac_ext <<_ACEOF
20226 /* confdefs.h.  */
20227 _ACEOF
20228 cat confdefs.h >>conftest.$ac_ext
20229 cat >>conftest.$ac_ext <<_ACEOF
20230 /* end confdefs.h.  */
20231 #include <sys/types.h>
20232 #include <signal.h>
20233
20234 int
20235 main ()
20236 {
20237 if (sizeof ((sigset_t)))
20238           return 0;
20239   ;
20240   return 0;
20241 }
20242 _ACEOF
20243 rm -f conftest.$ac_objext
20244 if { (ac_try="$ac_compile"
20245 case "(($ac_try" in
20246   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20247   *) ac_try_echo=$ac_try;;
20248 esac
20249 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20250 $as_echo "$ac_try_echo") >&5
20251   (eval "$ac_compile") 2>conftest.er1
20252   ac_status=$?
20253   grep -v '^ *+' conftest.er1 >conftest.err
20254   rm -f conftest.er1
20255   cat conftest.err >&5
20256   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20257   (exit $ac_status); } && {
20258          test -z "$ac_c_werror_flag" ||
20259          test ! -s conftest.err
20260        } && test -s conftest.$ac_objext; then
20261   :
20262 else
20263   $as_echo "$as_me: failed program was:" >&5
20264 sed 's/^/| /' conftest.$ac_ext >&5
20265
20266         ac_cv_type_sigset_t=yes
20267 fi
20268
20269 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20270 else
20271   $as_echo "$as_me: failed program was:" >&5
20272 sed 's/^/| /' conftest.$ac_ext >&5
20273
20274
20275 fi
20276
20277 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20278 fi
20279 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20280 $as_echo "$ac_cv_type_sigset_t" >&6; }
20281 if test "x$ac_cv_type_sigset_t" = x""yes; then
20282
20283 cat >>confdefs.h <<_ACEOF
20284 #define HAVE_SIGSET_T 1
20285 _ACEOF
20286
20287
20288 fi
20289
20290 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20291 $as_echo_n "checking for request_sense... " >&6; }
20292 if test "${ac_cv_type_request_sense+set}" = set; then
20293   $as_echo_n "(cached) " >&6
20294 else
20295   ac_cv_type_request_sense=no
20296 cat >conftest.$ac_ext <<_ACEOF
20297 /* confdefs.h.  */
20298 _ACEOF
20299 cat confdefs.h >>conftest.$ac_ext
20300 cat >>conftest.$ac_ext <<_ACEOF
20301 /* end confdefs.h.  */
20302 #include <linux/cdrom.h>
20303
20304 int
20305 main ()
20306 {
20307 if (sizeof (request_sense))
20308        return 0;
20309   ;
20310   return 0;
20311 }
20312 _ACEOF
20313 rm -f conftest.$ac_objext
20314 if { (ac_try="$ac_compile"
20315 case "(($ac_try" in
20316   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20317   *) ac_try_echo=$ac_try;;
20318 esac
20319 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20320 $as_echo "$ac_try_echo") >&5
20321   (eval "$ac_compile") 2>conftest.er1
20322   ac_status=$?
20323   grep -v '^ *+' conftest.er1 >conftest.err
20324   rm -f conftest.er1
20325   cat conftest.err >&5
20326   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20327   (exit $ac_status); } && {
20328          test -z "$ac_c_werror_flag" ||
20329          test ! -s conftest.err
20330        } && test -s conftest.$ac_objext; then
20331   cat >conftest.$ac_ext <<_ACEOF
20332 /* confdefs.h.  */
20333 _ACEOF
20334 cat confdefs.h >>conftest.$ac_ext
20335 cat >>conftest.$ac_ext <<_ACEOF
20336 /* end confdefs.h.  */
20337 #include <linux/cdrom.h>
20338
20339 int
20340 main ()
20341 {
20342 if (sizeof ((request_sense)))
20343           return 0;
20344   ;
20345   return 0;
20346 }
20347 _ACEOF
20348 rm -f conftest.$ac_objext
20349 if { (ac_try="$ac_compile"
20350 case "(($ac_try" in
20351   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20352   *) ac_try_echo=$ac_try;;
20353 esac
20354 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20355 $as_echo "$ac_try_echo") >&5
20356   (eval "$ac_compile") 2>conftest.er1
20357   ac_status=$?
20358   grep -v '^ *+' conftest.er1 >conftest.err
20359   rm -f conftest.er1
20360   cat conftest.err >&5
20361   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20362   (exit $ac_status); } && {
20363          test -z "$ac_c_werror_flag" ||
20364          test ! -s conftest.err
20365        } && test -s conftest.$ac_objext; then
20366   :
20367 else
20368   $as_echo "$as_me: failed program was:" >&5
20369 sed 's/^/| /' conftest.$ac_ext >&5
20370
20371         ac_cv_type_request_sense=yes
20372 fi
20373
20374 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20375 else
20376   $as_echo "$as_me: failed program was:" >&5
20377 sed 's/^/| /' conftest.$ac_ext >&5
20378
20379
20380 fi
20381
20382 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20383 fi
20384 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20385 $as_echo "$ac_cv_type_request_sense" >&6; }
20386 if test "x$ac_cv_type_request_sense" = x""yes; then
20387
20388 cat >>confdefs.h <<_ACEOF
20389 #define HAVE_REQUEST_SENSE 1
20390 _ACEOF
20391
20392
20393 fi
20394
20395
20396 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20397 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20398 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20399   $as_echo_n "(cached) " >&6
20400 else
20401   cat >conftest.$ac_ext <<_ACEOF
20402 /* confdefs.h.  */
20403 _ACEOF
20404 cat confdefs.h >>conftest.$ac_ext
20405 cat >>conftest.$ac_ext <<_ACEOF
20406 /* end confdefs.h.  */
20407 #ifdef HAVE_LINUX_INPUT_H
20408 #include <linux/input.h>
20409 #endif
20410
20411 int
20412 main ()
20413 {
20414 static struct ff_effect ac_aggr;
20415 if (ac_aggr.direction)
20416 return 0;
20417   ;
20418   return 0;
20419 }
20420 _ACEOF
20421 rm -f conftest.$ac_objext
20422 if { (ac_try="$ac_compile"
20423 case "(($ac_try" in
20424   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20425   *) ac_try_echo=$ac_try;;
20426 esac
20427 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20428 $as_echo "$ac_try_echo") >&5
20429   (eval "$ac_compile") 2>conftest.er1
20430   ac_status=$?
20431   grep -v '^ *+' conftest.er1 >conftest.err
20432   rm -f conftest.er1
20433   cat conftest.err >&5
20434   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20435   (exit $ac_status); } && {
20436          test -z "$ac_c_werror_flag" ||
20437          test ! -s conftest.err
20438        } && test -s conftest.$ac_objext; then
20439   ac_cv_member_struct_ff_effect_direction=yes
20440 else
20441   $as_echo "$as_me: failed program was:" >&5
20442 sed 's/^/| /' conftest.$ac_ext >&5
20443
20444         cat >conftest.$ac_ext <<_ACEOF
20445 /* confdefs.h.  */
20446 _ACEOF
20447 cat confdefs.h >>conftest.$ac_ext
20448 cat >>conftest.$ac_ext <<_ACEOF
20449 /* end confdefs.h.  */
20450 #ifdef HAVE_LINUX_INPUT_H
20451 #include <linux/input.h>
20452 #endif
20453
20454 int
20455 main ()
20456 {
20457 static struct ff_effect ac_aggr;
20458 if (sizeof ac_aggr.direction)
20459 return 0;
20460   ;
20461   return 0;
20462 }
20463 _ACEOF
20464 rm -f conftest.$ac_objext
20465 if { (ac_try="$ac_compile"
20466 case "(($ac_try" in
20467   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20468   *) ac_try_echo=$ac_try;;
20469 esac
20470 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20471 $as_echo "$ac_try_echo") >&5
20472   (eval "$ac_compile") 2>conftest.er1
20473   ac_status=$?
20474   grep -v '^ *+' conftest.er1 >conftest.err
20475   rm -f conftest.er1
20476   cat conftest.err >&5
20477   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20478   (exit $ac_status); } && {
20479          test -z "$ac_c_werror_flag" ||
20480          test ! -s conftest.err
20481        } && test -s conftest.$ac_objext; then
20482   ac_cv_member_struct_ff_effect_direction=yes
20483 else
20484   $as_echo "$as_me: failed program was:" >&5
20485 sed 's/^/| /' conftest.$ac_ext >&5
20486
20487         ac_cv_member_struct_ff_effect_direction=no
20488 fi
20489
20490 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20491 fi
20492
20493 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20494 fi
20495 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20496 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20497 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20498
20499 cat >>confdefs.h <<_ACEOF
20500 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20501 _ACEOF
20502
20503
20504 fi
20505
20506
20507 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20508 $as_echo_n "checking for sigaddset... " >&6; }
20509 if test "${wine_cv_have_sigaddset+set}" = set; then
20510   $as_echo_n "(cached) " >&6
20511 else
20512   cat >conftest.$ac_ext <<_ACEOF
20513 /* confdefs.h.  */
20514 _ACEOF
20515 cat confdefs.h >>conftest.$ac_ext
20516 cat >>conftest.$ac_ext <<_ACEOF
20517 /* end confdefs.h.  */
20518 #include <signal.h>
20519 int
20520 main ()
20521 {
20522 sigset_t set; sigaddset(&set,SIGTERM);
20523   ;
20524   return 0;
20525 }
20526 _ACEOF
20527 rm -f conftest.$ac_objext conftest$ac_exeext
20528 if { (ac_try="$ac_link"
20529 case "(($ac_try" in
20530   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20531   *) ac_try_echo=$ac_try;;
20532 esac
20533 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20534 $as_echo "$ac_try_echo") >&5
20535   (eval "$ac_link") 2>conftest.er1
20536   ac_status=$?
20537   grep -v '^ *+' conftest.er1 >conftest.err
20538   rm -f conftest.er1
20539   cat conftest.err >&5
20540   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20541   (exit $ac_status); } && {
20542          test -z "$ac_c_werror_flag" ||
20543          test ! -s conftest.err
20544        } && test -s conftest$ac_exeext && {
20545          test "$cross_compiling" = yes ||
20546          $as_test_x conftest$ac_exeext
20547        }; then
20548   wine_cv_have_sigaddset=yes
20549 else
20550   $as_echo "$as_me: failed program was:" >&5
20551 sed 's/^/| /' conftest.$ac_ext >&5
20552
20553         wine_cv_have_sigaddset=no
20554 fi
20555
20556 rm -rf conftest.dSYM
20557 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20558       conftest$ac_exeext conftest.$ac_ext
20559 fi
20560 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20561 $as_echo "$wine_cv_have_sigaddset" >&6; }
20562 if test "$wine_cv_have_sigaddset" = "yes"
20563 then
20564
20565 cat >>confdefs.h <<\_ACEOF
20566 #define HAVE_SIGADDSET 1
20567 _ACEOF
20568
20569 fi
20570
20571
20572 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20573 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20574 if test "${wine_cv_linux_gethostbyname_r_6+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 #include <netdb.h>
20584 int
20585 main ()
20586 {
20587
20588     char *name=0;
20589     struct hostent he;
20590     struct hostent *result;
20591     char *buf=0;
20592     int bufsize=0;
20593     int res,errnr;
20594     char *addr=0;
20595     int addrlen=0;
20596     int addrtype=0;
20597     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20598     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20599
20600   ;
20601   return 0;
20602 }
20603 _ACEOF
20604 rm -f conftest.$ac_objext conftest$ac_exeext
20605 if { (ac_try="$ac_link"
20606 case "(($ac_try" in
20607   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20608   *) ac_try_echo=$ac_try;;
20609 esac
20610 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20611 $as_echo "$ac_try_echo") >&5
20612   (eval "$ac_link") 2>conftest.er1
20613   ac_status=$?
20614   grep -v '^ *+' conftest.er1 >conftest.err
20615   rm -f conftest.er1
20616   cat conftest.err >&5
20617   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20618   (exit $ac_status); } && {
20619          test -z "$ac_c_werror_flag" ||
20620          test ! -s conftest.err
20621        } && test -s conftest$ac_exeext && {
20622          test "$cross_compiling" = yes ||
20623          $as_test_x conftest$ac_exeext
20624        }; then
20625   wine_cv_linux_gethostbyname_r_6=yes
20626 else
20627   $as_echo "$as_me: failed program was:" >&5
20628 sed 's/^/| /' conftest.$ac_ext >&5
20629
20630         wine_cv_linux_gethostbyname_r_6=no
20631
20632 fi
20633
20634 rm -rf conftest.dSYM
20635 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20636       conftest$ac_exeext conftest.$ac_ext
20637
20638 fi
20639 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20640 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20641    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20642    then
20643
20644 cat >>confdefs.h <<\_ACEOF
20645 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20646 _ACEOF
20647
20648    fi
20649
20650 if test "$ac_cv_header_linux_joystick_h" = "yes"
20651 then
20652    { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20653 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20654 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20655   $as_echo_n "(cached) " >&6
20656 else
20657   cat >conftest.$ac_ext <<_ACEOF
20658 /* confdefs.h.  */
20659 _ACEOF
20660 cat confdefs.h >>conftest.$ac_ext
20661 cat >>conftest.$ac_ext <<_ACEOF
20662 /* end confdefs.h.  */
20663
20664         #include <sys/ioctl.h>
20665         #include <sys/types.h>
20666         #include <linux/joystick.h>
20667
20668         struct js_event blub;
20669         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20670         #error "no 2.2 header"
20671         #endif
20672
20673 int
20674 main ()
20675 {
20676 /*empty*/
20677   ;
20678   return 0;
20679 }
20680 _ACEOF
20681 rm -f conftest.$ac_objext
20682 if { (ac_try="$ac_compile"
20683 case "(($ac_try" in
20684   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20685   *) ac_try_echo=$ac_try;;
20686 esac
20687 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20688 $as_echo "$ac_try_echo") >&5
20689   (eval "$ac_compile") 2>conftest.er1
20690   ac_status=$?
20691   grep -v '^ *+' conftest.er1 >conftest.err
20692   rm -f conftest.er1
20693   cat conftest.err >&5
20694   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20695   (exit $ac_status); } && {
20696          test -z "$ac_c_werror_flag" ||
20697          test ! -s conftest.err
20698        } && test -s conftest.$ac_objext; then
20699   wine_cv_linux_joystick_22_api=yes
20700 else
20701   $as_echo "$as_me: failed program was:" >&5
20702 sed 's/^/| /' conftest.$ac_ext >&5
20703
20704         wine_cv_linux_joystick_22_api=no
20705 fi
20706
20707 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20708
20709 fi
20710 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20711 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20712    if test "$wine_cv_linux_joystick_22_api" = "yes"
20713    then
20714
20715 cat >>confdefs.h <<\_ACEOF
20716 #define HAVE_LINUX_22_JOYSTICK_API 1
20717 _ACEOF
20718
20719    fi
20720 fi
20721
20722
20723 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20724 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20725 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20726   $as_echo_n "(cached) " >&6
20727 else
20728   cat >conftest.$ac_ext <<_ACEOF
20729 /* confdefs.h.  */
20730 _ACEOF
20731 cat confdefs.h >>conftest.$ac_ext
20732 cat >>conftest.$ac_ext <<_ACEOF
20733 /* end confdefs.h.  */
20734 #include <sys/types.h>
20735 #ifdef HAVE_SYS_PARAM_H
20736 # include <sys/param.h>
20737 #endif
20738 #ifdef HAVE_SYS_MOUNT_H
20739 # include <sys/mount.h>
20740 #endif
20741 #ifdef HAVE_SYS_VFS_H
20742 # include <sys/vfs.h>
20743 #endif
20744 #ifdef HAVE_SYS_STATFS_H
20745 # include <sys/statfs.h>
20746 #endif
20747
20748 int
20749 main ()
20750 {
20751 static struct statfs ac_aggr;
20752 if (ac_aggr.f_bfree)
20753 return 0;
20754   ;
20755   return 0;
20756 }
20757 _ACEOF
20758 rm -f conftest.$ac_objext
20759 if { (ac_try="$ac_compile"
20760 case "(($ac_try" in
20761   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20762   *) ac_try_echo=$ac_try;;
20763 esac
20764 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20765 $as_echo "$ac_try_echo") >&5
20766   (eval "$ac_compile") 2>conftest.er1
20767   ac_status=$?
20768   grep -v '^ *+' conftest.er1 >conftest.err
20769   rm -f conftest.er1
20770   cat conftest.err >&5
20771   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20772   (exit $ac_status); } && {
20773          test -z "$ac_c_werror_flag" ||
20774          test ! -s conftest.err
20775        } && test -s conftest.$ac_objext; then
20776   ac_cv_member_struct_statfs_f_bfree=yes
20777 else
20778   $as_echo "$as_me: failed program was:" >&5
20779 sed 's/^/| /' conftest.$ac_ext >&5
20780
20781         cat >conftest.$ac_ext <<_ACEOF
20782 /* confdefs.h.  */
20783 _ACEOF
20784 cat confdefs.h >>conftest.$ac_ext
20785 cat >>conftest.$ac_ext <<_ACEOF
20786 /* end confdefs.h.  */
20787 #include <sys/types.h>
20788 #ifdef HAVE_SYS_PARAM_H
20789 # include <sys/param.h>
20790 #endif
20791 #ifdef HAVE_SYS_MOUNT_H
20792 # include <sys/mount.h>
20793 #endif
20794 #ifdef HAVE_SYS_VFS_H
20795 # include <sys/vfs.h>
20796 #endif
20797 #ifdef HAVE_SYS_STATFS_H
20798 # include <sys/statfs.h>
20799 #endif
20800
20801 int
20802 main ()
20803 {
20804 static struct statfs ac_aggr;
20805 if (sizeof ac_aggr.f_bfree)
20806 return 0;
20807   ;
20808   return 0;
20809 }
20810 _ACEOF
20811 rm -f conftest.$ac_objext
20812 if { (ac_try="$ac_compile"
20813 case "(($ac_try" in
20814   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20815   *) ac_try_echo=$ac_try;;
20816 esac
20817 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20818 $as_echo "$ac_try_echo") >&5
20819   (eval "$ac_compile") 2>conftest.er1
20820   ac_status=$?
20821   grep -v '^ *+' conftest.er1 >conftest.err
20822   rm -f conftest.er1
20823   cat conftest.err >&5
20824   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20825   (exit $ac_status); } && {
20826          test -z "$ac_c_werror_flag" ||
20827          test ! -s conftest.err
20828        } && test -s conftest.$ac_objext; then
20829   ac_cv_member_struct_statfs_f_bfree=yes
20830 else
20831   $as_echo "$as_me: failed program was:" >&5
20832 sed 's/^/| /' conftest.$ac_ext >&5
20833
20834         ac_cv_member_struct_statfs_f_bfree=no
20835 fi
20836
20837 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20838 fi
20839
20840 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20841 fi
20842 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
20843 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
20844 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
20845
20846 cat >>confdefs.h <<_ACEOF
20847 #define HAVE_STRUCT_STATFS_F_BFREE 1
20848 _ACEOF
20849
20850
20851 fi
20852 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
20853 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
20854 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
20855   $as_echo_n "(cached) " >&6
20856 else
20857   cat >conftest.$ac_ext <<_ACEOF
20858 /* confdefs.h.  */
20859 _ACEOF
20860 cat confdefs.h >>conftest.$ac_ext
20861 cat >>conftest.$ac_ext <<_ACEOF
20862 /* end confdefs.h.  */
20863 #include <sys/types.h>
20864 #ifdef HAVE_SYS_PARAM_H
20865 # include <sys/param.h>
20866 #endif
20867 #ifdef HAVE_SYS_MOUNT_H
20868 # include <sys/mount.h>
20869 #endif
20870 #ifdef HAVE_SYS_VFS_H
20871 # include <sys/vfs.h>
20872 #endif
20873 #ifdef HAVE_SYS_STATFS_H
20874 # include <sys/statfs.h>
20875 #endif
20876
20877 int
20878 main ()
20879 {
20880 static struct statfs ac_aggr;
20881 if (ac_aggr.f_bavail)
20882 return 0;
20883   ;
20884   return 0;
20885 }
20886 _ACEOF
20887 rm -f conftest.$ac_objext
20888 if { (ac_try="$ac_compile"
20889 case "(($ac_try" in
20890   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20891   *) ac_try_echo=$ac_try;;
20892 esac
20893 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20894 $as_echo "$ac_try_echo") >&5
20895   (eval "$ac_compile") 2>conftest.er1
20896   ac_status=$?
20897   grep -v '^ *+' conftest.er1 >conftest.err
20898   rm -f conftest.er1
20899   cat conftest.err >&5
20900   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20901   (exit $ac_status); } && {
20902          test -z "$ac_c_werror_flag" ||
20903          test ! -s conftest.err
20904        } && test -s conftest.$ac_objext; then
20905   ac_cv_member_struct_statfs_f_bavail=yes
20906 else
20907   $as_echo "$as_me: failed program was:" >&5
20908 sed 's/^/| /' conftest.$ac_ext >&5
20909
20910         cat >conftest.$ac_ext <<_ACEOF
20911 /* confdefs.h.  */
20912 _ACEOF
20913 cat confdefs.h >>conftest.$ac_ext
20914 cat >>conftest.$ac_ext <<_ACEOF
20915 /* end confdefs.h.  */
20916 #include <sys/types.h>
20917 #ifdef HAVE_SYS_PARAM_H
20918 # include <sys/param.h>
20919 #endif
20920 #ifdef HAVE_SYS_MOUNT_H
20921 # include <sys/mount.h>
20922 #endif
20923 #ifdef HAVE_SYS_VFS_H
20924 # include <sys/vfs.h>
20925 #endif
20926 #ifdef HAVE_SYS_STATFS_H
20927 # include <sys/statfs.h>
20928 #endif
20929
20930 int
20931 main ()
20932 {
20933 static struct statfs ac_aggr;
20934 if (sizeof ac_aggr.f_bavail)
20935 return 0;
20936   ;
20937   return 0;
20938 }
20939 _ACEOF
20940 rm -f conftest.$ac_objext
20941 if { (ac_try="$ac_compile"
20942 case "(($ac_try" in
20943   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20944   *) ac_try_echo=$ac_try;;
20945 esac
20946 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20947 $as_echo "$ac_try_echo") >&5
20948   (eval "$ac_compile") 2>conftest.er1
20949   ac_status=$?
20950   grep -v '^ *+' conftest.er1 >conftest.err
20951   rm -f conftest.er1
20952   cat conftest.err >&5
20953   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20954   (exit $ac_status); } && {
20955          test -z "$ac_c_werror_flag" ||
20956          test ! -s conftest.err
20957        } && test -s conftest.$ac_objext; then
20958   ac_cv_member_struct_statfs_f_bavail=yes
20959 else
20960   $as_echo "$as_me: failed program was:" >&5
20961 sed 's/^/| /' conftest.$ac_ext >&5
20962
20963         ac_cv_member_struct_statfs_f_bavail=no
20964 fi
20965
20966 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20967 fi
20968
20969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20970 fi
20971 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
20972 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
20973 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
20974
20975 cat >>confdefs.h <<_ACEOF
20976 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
20977 _ACEOF
20978
20979
20980 fi
20981 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
20982 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
20983 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
20984   $as_echo_n "(cached) " >&6
20985 else
20986   cat >conftest.$ac_ext <<_ACEOF
20987 /* confdefs.h.  */
20988 _ACEOF
20989 cat confdefs.h >>conftest.$ac_ext
20990 cat >>conftest.$ac_ext <<_ACEOF
20991 /* end confdefs.h.  */
20992 #include <sys/types.h>
20993 #ifdef HAVE_SYS_PARAM_H
20994 # include <sys/param.h>
20995 #endif
20996 #ifdef HAVE_SYS_MOUNT_H
20997 # include <sys/mount.h>
20998 #endif
20999 #ifdef HAVE_SYS_VFS_H
21000 # include <sys/vfs.h>
21001 #endif
21002 #ifdef HAVE_SYS_STATFS_H
21003 # include <sys/statfs.h>
21004 #endif
21005
21006 int
21007 main ()
21008 {
21009 static struct statfs ac_aggr;
21010 if (ac_aggr.f_frsize)
21011 return 0;
21012   ;
21013   return 0;
21014 }
21015 _ACEOF
21016 rm -f conftest.$ac_objext
21017 if { (ac_try="$ac_compile"
21018 case "(($ac_try" in
21019   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21020   *) ac_try_echo=$ac_try;;
21021 esac
21022 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21023 $as_echo "$ac_try_echo") >&5
21024   (eval "$ac_compile") 2>conftest.er1
21025   ac_status=$?
21026   grep -v '^ *+' conftest.er1 >conftest.err
21027   rm -f conftest.er1
21028   cat conftest.err >&5
21029   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21030   (exit $ac_status); } && {
21031          test -z "$ac_c_werror_flag" ||
21032          test ! -s conftest.err
21033        } && test -s conftest.$ac_objext; then
21034   ac_cv_member_struct_statfs_f_frsize=yes
21035 else
21036   $as_echo "$as_me: failed program was:" >&5
21037 sed 's/^/| /' conftest.$ac_ext >&5
21038
21039         cat >conftest.$ac_ext <<_ACEOF
21040 /* confdefs.h.  */
21041 _ACEOF
21042 cat confdefs.h >>conftest.$ac_ext
21043 cat >>conftest.$ac_ext <<_ACEOF
21044 /* end confdefs.h.  */
21045 #include <sys/types.h>
21046 #ifdef HAVE_SYS_PARAM_H
21047 # include <sys/param.h>
21048 #endif
21049 #ifdef HAVE_SYS_MOUNT_H
21050 # include <sys/mount.h>
21051 #endif
21052 #ifdef HAVE_SYS_VFS_H
21053 # include <sys/vfs.h>
21054 #endif
21055 #ifdef HAVE_SYS_STATFS_H
21056 # include <sys/statfs.h>
21057 #endif
21058
21059 int
21060 main ()
21061 {
21062 static struct statfs ac_aggr;
21063 if (sizeof ac_aggr.f_frsize)
21064 return 0;
21065   ;
21066   return 0;
21067 }
21068 _ACEOF
21069 rm -f conftest.$ac_objext
21070 if { (ac_try="$ac_compile"
21071 case "(($ac_try" in
21072   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21073   *) ac_try_echo=$ac_try;;
21074 esac
21075 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21076 $as_echo "$ac_try_echo") >&5
21077   (eval "$ac_compile") 2>conftest.er1
21078   ac_status=$?
21079   grep -v '^ *+' conftest.er1 >conftest.err
21080   rm -f conftest.er1
21081   cat conftest.err >&5
21082   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21083   (exit $ac_status); } && {
21084          test -z "$ac_c_werror_flag" ||
21085          test ! -s conftest.err
21086        } && test -s conftest.$ac_objext; then
21087   ac_cv_member_struct_statfs_f_frsize=yes
21088 else
21089   $as_echo "$as_me: failed program was:" >&5
21090 sed 's/^/| /' conftest.$ac_ext >&5
21091
21092         ac_cv_member_struct_statfs_f_frsize=no
21093 fi
21094
21095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21096 fi
21097
21098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21099 fi
21100 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21101 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21102 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21103
21104 cat >>confdefs.h <<_ACEOF
21105 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21106 _ACEOF
21107
21108
21109 fi
21110 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21111 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21112 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21113   $as_echo_n "(cached) " >&6
21114 else
21115   cat >conftest.$ac_ext <<_ACEOF
21116 /* confdefs.h.  */
21117 _ACEOF
21118 cat confdefs.h >>conftest.$ac_ext
21119 cat >>conftest.$ac_ext <<_ACEOF
21120 /* end confdefs.h.  */
21121 #include <sys/types.h>
21122 #ifdef HAVE_SYS_PARAM_H
21123 # include <sys/param.h>
21124 #endif
21125 #ifdef HAVE_SYS_MOUNT_H
21126 # include <sys/mount.h>
21127 #endif
21128 #ifdef HAVE_SYS_VFS_H
21129 # include <sys/vfs.h>
21130 #endif
21131 #ifdef HAVE_SYS_STATFS_H
21132 # include <sys/statfs.h>
21133 #endif
21134
21135 int
21136 main ()
21137 {
21138 static struct statfs ac_aggr;
21139 if (ac_aggr.f_ffree)
21140 return 0;
21141   ;
21142   return 0;
21143 }
21144 _ACEOF
21145 rm -f conftest.$ac_objext
21146 if { (ac_try="$ac_compile"
21147 case "(($ac_try" in
21148   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21149   *) ac_try_echo=$ac_try;;
21150 esac
21151 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21152 $as_echo "$ac_try_echo") >&5
21153   (eval "$ac_compile") 2>conftest.er1
21154   ac_status=$?
21155   grep -v '^ *+' conftest.er1 >conftest.err
21156   rm -f conftest.er1
21157   cat conftest.err >&5
21158   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21159   (exit $ac_status); } && {
21160          test -z "$ac_c_werror_flag" ||
21161          test ! -s conftest.err
21162        } && test -s conftest.$ac_objext; then
21163   ac_cv_member_struct_statfs_f_ffree=yes
21164 else
21165   $as_echo "$as_me: failed program was:" >&5
21166 sed 's/^/| /' conftest.$ac_ext >&5
21167
21168         cat >conftest.$ac_ext <<_ACEOF
21169 /* confdefs.h.  */
21170 _ACEOF
21171 cat confdefs.h >>conftest.$ac_ext
21172 cat >>conftest.$ac_ext <<_ACEOF
21173 /* end confdefs.h.  */
21174 #include <sys/types.h>
21175 #ifdef HAVE_SYS_PARAM_H
21176 # include <sys/param.h>
21177 #endif
21178 #ifdef HAVE_SYS_MOUNT_H
21179 # include <sys/mount.h>
21180 #endif
21181 #ifdef HAVE_SYS_VFS_H
21182 # include <sys/vfs.h>
21183 #endif
21184 #ifdef HAVE_SYS_STATFS_H
21185 # include <sys/statfs.h>
21186 #endif
21187
21188 int
21189 main ()
21190 {
21191 static struct statfs ac_aggr;
21192 if (sizeof ac_aggr.f_ffree)
21193 return 0;
21194   ;
21195   return 0;
21196 }
21197 _ACEOF
21198 rm -f conftest.$ac_objext
21199 if { (ac_try="$ac_compile"
21200 case "(($ac_try" in
21201   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21202   *) ac_try_echo=$ac_try;;
21203 esac
21204 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21205 $as_echo "$ac_try_echo") >&5
21206   (eval "$ac_compile") 2>conftest.er1
21207   ac_status=$?
21208   grep -v '^ *+' conftest.er1 >conftest.err
21209   rm -f conftest.er1
21210   cat conftest.err >&5
21211   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21212   (exit $ac_status); } && {
21213          test -z "$ac_c_werror_flag" ||
21214          test ! -s conftest.err
21215        } && test -s conftest.$ac_objext; then
21216   ac_cv_member_struct_statfs_f_ffree=yes
21217 else
21218   $as_echo "$as_me: failed program was:" >&5
21219 sed 's/^/| /' conftest.$ac_ext >&5
21220
21221         ac_cv_member_struct_statfs_f_ffree=no
21222 fi
21223
21224 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21225 fi
21226
21227 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21228 fi
21229 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21230 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21231 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21232
21233 cat >>confdefs.h <<_ACEOF
21234 #define HAVE_STRUCT_STATFS_F_FFREE 1
21235 _ACEOF
21236
21237
21238 fi
21239 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21240 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21241 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21242   $as_echo_n "(cached) " >&6
21243 else
21244   cat >conftest.$ac_ext <<_ACEOF
21245 /* confdefs.h.  */
21246 _ACEOF
21247 cat confdefs.h >>conftest.$ac_ext
21248 cat >>conftest.$ac_ext <<_ACEOF
21249 /* end confdefs.h.  */
21250 #include <sys/types.h>
21251 #ifdef HAVE_SYS_PARAM_H
21252 # include <sys/param.h>
21253 #endif
21254 #ifdef HAVE_SYS_MOUNT_H
21255 # include <sys/mount.h>
21256 #endif
21257 #ifdef HAVE_SYS_VFS_H
21258 # include <sys/vfs.h>
21259 #endif
21260 #ifdef HAVE_SYS_STATFS_H
21261 # include <sys/statfs.h>
21262 #endif
21263
21264 int
21265 main ()
21266 {
21267 static struct statfs ac_aggr;
21268 if (ac_aggr.f_favail)
21269 return 0;
21270   ;
21271   return 0;
21272 }
21273 _ACEOF
21274 rm -f conftest.$ac_objext
21275 if { (ac_try="$ac_compile"
21276 case "(($ac_try" in
21277   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21278   *) ac_try_echo=$ac_try;;
21279 esac
21280 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21281 $as_echo "$ac_try_echo") >&5
21282   (eval "$ac_compile") 2>conftest.er1
21283   ac_status=$?
21284   grep -v '^ *+' conftest.er1 >conftest.err
21285   rm -f conftest.er1
21286   cat conftest.err >&5
21287   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21288   (exit $ac_status); } && {
21289          test -z "$ac_c_werror_flag" ||
21290          test ! -s conftest.err
21291        } && test -s conftest.$ac_objext; then
21292   ac_cv_member_struct_statfs_f_favail=yes
21293 else
21294   $as_echo "$as_me: failed program was:" >&5
21295 sed 's/^/| /' conftest.$ac_ext >&5
21296
21297         cat >conftest.$ac_ext <<_ACEOF
21298 /* confdefs.h.  */
21299 _ACEOF
21300 cat confdefs.h >>conftest.$ac_ext
21301 cat >>conftest.$ac_ext <<_ACEOF
21302 /* end confdefs.h.  */
21303 #include <sys/types.h>
21304 #ifdef HAVE_SYS_PARAM_H
21305 # include <sys/param.h>
21306 #endif
21307 #ifdef HAVE_SYS_MOUNT_H
21308 # include <sys/mount.h>
21309 #endif
21310 #ifdef HAVE_SYS_VFS_H
21311 # include <sys/vfs.h>
21312 #endif
21313 #ifdef HAVE_SYS_STATFS_H
21314 # include <sys/statfs.h>
21315 #endif
21316
21317 int
21318 main ()
21319 {
21320 static struct statfs ac_aggr;
21321 if (sizeof ac_aggr.f_favail)
21322 return 0;
21323   ;
21324   return 0;
21325 }
21326 _ACEOF
21327 rm -f conftest.$ac_objext
21328 if { (ac_try="$ac_compile"
21329 case "(($ac_try" in
21330   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21331   *) ac_try_echo=$ac_try;;
21332 esac
21333 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21334 $as_echo "$ac_try_echo") >&5
21335   (eval "$ac_compile") 2>conftest.er1
21336   ac_status=$?
21337   grep -v '^ *+' conftest.er1 >conftest.err
21338   rm -f conftest.er1
21339   cat conftest.err >&5
21340   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21341   (exit $ac_status); } && {
21342          test -z "$ac_c_werror_flag" ||
21343          test ! -s conftest.err
21344        } && test -s conftest.$ac_objext; then
21345   ac_cv_member_struct_statfs_f_favail=yes
21346 else
21347   $as_echo "$as_me: failed program was:" >&5
21348 sed 's/^/| /' conftest.$ac_ext >&5
21349
21350         ac_cv_member_struct_statfs_f_favail=no
21351 fi
21352
21353 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21354 fi
21355
21356 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21357 fi
21358 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21359 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21360 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21361
21362 cat >>confdefs.h <<_ACEOF
21363 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21364 _ACEOF
21365
21366
21367 fi
21368 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21369 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21370 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21371   $as_echo_n "(cached) " >&6
21372 else
21373   cat >conftest.$ac_ext <<_ACEOF
21374 /* confdefs.h.  */
21375 _ACEOF
21376 cat confdefs.h >>conftest.$ac_ext
21377 cat >>conftest.$ac_ext <<_ACEOF
21378 /* end confdefs.h.  */
21379 #include <sys/types.h>
21380 #ifdef HAVE_SYS_PARAM_H
21381 # include <sys/param.h>
21382 #endif
21383 #ifdef HAVE_SYS_MOUNT_H
21384 # include <sys/mount.h>
21385 #endif
21386 #ifdef HAVE_SYS_VFS_H
21387 # include <sys/vfs.h>
21388 #endif
21389 #ifdef HAVE_SYS_STATFS_H
21390 # include <sys/statfs.h>
21391 #endif
21392
21393 int
21394 main ()
21395 {
21396 static struct statfs ac_aggr;
21397 if (ac_aggr.f_namelen)
21398 return 0;
21399   ;
21400   return 0;
21401 }
21402 _ACEOF
21403 rm -f conftest.$ac_objext
21404 if { (ac_try="$ac_compile"
21405 case "(($ac_try" in
21406   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21407   *) ac_try_echo=$ac_try;;
21408 esac
21409 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21410 $as_echo "$ac_try_echo") >&5
21411   (eval "$ac_compile") 2>conftest.er1
21412   ac_status=$?
21413   grep -v '^ *+' conftest.er1 >conftest.err
21414   rm -f conftest.er1
21415   cat conftest.err >&5
21416   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21417   (exit $ac_status); } && {
21418          test -z "$ac_c_werror_flag" ||
21419          test ! -s conftest.err
21420        } && test -s conftest.$ac_objext; then
21421   ac_cv_member_struct_statfs_f_namelen=yes
21422 else
21423   $as_echo "$as_me: failed program was:" >&5
21424 sed 's/^/| /' conftest.$ac_ext >&5
21425
21426         cat >conftest.$ac_ext <<_ACEOF
21427 /* confdefs.h.  */
21428 _ACEOF
21429 cat confdefs.h >>conftest.$ac_ext
21430 cat >>conftest.$ac_ext <<_ACEOF
21431 /* end confdefs.h.  */
21432 #include <sys/types.h>
21433 #ifdef HAVE_SYS_PARAM_H
21434 # include <sys/param.h>
21435 #endif
21436 #ifdef HAVE_SYS_MOUNT_H
21437 # include <sys/mount.h>
21438 #endif
21439 #ifdef HAVE_SYS_VFS_H
21440 # include <sys/vfs.h>
21441 #endif
21442 #ifdef HAVE_SYS_STATFS_H
21443 # include <sys/statfs.h>
21444 #endif
21445
21446 int
21447 main ()
21448 {
21449 static struct statfs ac_aggr;
21450 if (sizeof ac_aggr.f_namelen)
21451 return 0;
21452   ;
21453   return 0;
21454 }
21455 _ACEOF
21456 rm -f conftest.$ac_objext
21457 if { (ac_try="$ac_compile"
21458 case "(($ac_try" in
21459   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21460   *) ac_try_echo=$ac_try;;
21461 esac
21462 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21463 $as_echo "$ac_try_echo") >&5
21464   (eval "$ac_compile") 2>conftest.er1
21465   ac_status=$?
21466   grep -v '^ *+' conftest.er1 >conftest.err
21467   rm -f conftest.er1
21468   cat conftest.err >&5
21469   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21470   (exit $ac_status); } && {
21471          test -z "$ac_c_werror_flag" ||
21472          test ! -s conftest.err
21473        } && test -s conftest.$ac_objext; then
21474   ac_cv_member_struct_statfs_f_namelen=yes
21475 else
21476   $as_echo "$as_me: failed program was:" >&5
21477 sed 's/^/| /' conftest.$ac_ext >&5
21478
21479         ac_cv_member_struct_statfs_f_namelen=no
21480 fi
21481
21482 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21483 fi
21484
21485 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21486 fi
21487 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21488 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21489 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21490
21491 cat >>confdefs.h <<_ACEOF
21492 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21493 _ACEOF
21494
21495
21496 fi
21497
21498
21499 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21500 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21501 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21502   $as_echo_n "(cached) " >&6
21503 else
21504   cat >conftest.$ac_ext <<_ACEOF
21505 /* confdefs.h.  */
21506 _ACEOF
21507 cat confdefs.h >>conftest.$ac_ext
21508 cat >>conftest.$ac_ext <<_ACEOF
21509 /* end confdefs.h.  */
21510 #ifdef HAVE_SYS_STATVFS_H
21511 #include <sys/statvfs.h>
21512 #endif
21513
21514 int
21515 main ()
21516 {
21517 static struct statvfs ac_aggr;
21518 if (ac_aggr.f_blocks)
21519 return 0;
21520   ;
21521   return 0;
21522 }
21523 _ACEOF
21524 rm -f conftest.$ac_objext
21525 if { (ac_try="$ac_compile"
21526 case "(($ac_try" in
21527   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21528   *) ac_try_echo=$ac_try;;
21529 esac
21530 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21531 $as_echo "$ac_try_echo") >&5
21532   (eval "$ac_compile") 2>conftest.er1
21533   ac_status=$?
21534   grep -v '^ *+' conftest.er1 >conftest.err
21535   rm -f conftest.er1
21536   cat conftest.err >&5
21537   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21538   (exit $ac_status); } && {
21539          test -z "$ac_c_werror_flag" ||
21540          test ! -s conftest.err
21541        } && test -s conftest.$ac_objext; then
21542   ac_cv_member_struct_statvfs_f_blocks=yes
21543 else
21544   $as_echo "$as_me: failed program was:" >&5
21545 sed 's/^/| /' conftest.$ac_ext >&5
21546
21547         cat >conftest.$ac_ext <<_ACEOF
21548 /* confdefs.h.  */
21549 _ACEOF
21550 cat confdefs.h >>conftest.$ac_ext
21551 cat >>conftest.$ac_ext <<_ACEOF
21552 /* end confdefs.h.  */
21553 #ifdef HAVE_SYS_STATVFS_H
21554 #include <sys/statvfs.h>
21555 #endif
21556
21557 int
21558 main ()
21559 {
21560 static struct statvfs ac_aggr;
21561 if (sizeof ac_aggr.f_blocks)
21562 return 0;
21563   ;
21564   return 0;
21565 }
21566 _ACEOF
21567 rm -f conftest.$ac_objext
21568 if { (ac_try="$ac_compile"
21569 case "(($ac_try" in
21570   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21571   *) ac_try_echo=$ac_try;;
21572 esac
21573 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21574 $as_echo "$ac_try_echo") >&5
21575   (eval "$ac_compile") 2>conftest.er1
21576   ac_status=$?
21577   grep -v '^ *+' conftest.er1 >conftest.err
21578   rm -f conftest.er1
21579   cat conftest.err >&5
21580   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21581   (exit $ac_status); } && {
21582          test -z "$ac_c_werror_flag" ||
21583          test ! -s conftest.err
21584        } && test -s conftest.$ac_objext; then
21585   ac_cv_member_struct_statvfs_f_blocks=yes
21586 else
21587   $as_echo "$as_me: failed program was:" >&5
21588 sed 's/^/| /' conftest.$ac_ext >&5
21589
21590         ac_cv_member_struct_statvfs_f_blocks=no
21591 fi
21592
21593 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21594 fi
21595
21596 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21597 fi
21598 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21599 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21600 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21601
21602 cat >>confdefs.h <<_ACEOF
21603 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21604 _ACEOF
21605
21606
21607 fi
21608
21609
21610 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21611 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21612 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21613   $as_echo_n "(cached) " >&6
21614 else
21615   cat >conftest.$ac_ext <<_ACEOF
21616 /* confdefs.h.  */
21617 _ACEOF
21618 cat confdefs.h >>conftest.$ac_ext
21619 cat >>conftest.$ac_ext <<_ACEOF
21620 /* end confdefs.h.  */
21621 #include <sys/types.h>
21622 #ifdef HAVE_SYS_SOCKET_H
21623 # include <sys/socket.h>
21624 #endif
21625 #ifdef HAVE_SYS_UN_H
21626 # include <sys/un.h>
21627 #endif
21628
21629 int
21630 main ()
21631 {
21632 static struct msghdr ac_aggr;
21633 if (ac_aggr.msg_accrights)
21634 return 0;
21635   ;
21636   return 0;
21637 }
21638 _ACEOF
21639 rm -f conftest.$ac_objext
21640 if { (ac_try="$ac_compile"
21641 case "(($ac_try" in
21642   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21643   *) ac_try_echo=$ac_try;;
21644 esac
21645 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21646 $as_echo "$ac_try_echo") >&5
21647   (eval "$ac_compile") 2>conftest.er1
21648   ac_status=$?
21649   grep -v '^ *+' conftest.er1 >conftest.err
21650   rm -f conftest.er1
21651   cat conftest.err >&5
21652   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21653   (exit $ac_status); } && {
21654          test -z "$ac_c_werror_flag" ||
21655          test ! -s conftest.err
21656        } && test -s conftest.$ac_objext; then
21657   ac_cv_member_struct_msghdr_msg_accrights=yes
21658 else
21659   $as_echo "$as_me: failed program was:" >&5
21660 sed 's/^/| /' conftest.$ac_ext >&5
21661
21662         cat >conftest.$ac_ext <<_ACEOF
21663 /* confdefs.h.  */
21664 _ACEOF
21665 cat confdefs.h >>conftest.$ac_ext
21666 cat >>conftest.$ac_ext <<_ACEOF
21667 /* end confdefs.h.  */
21668 #include <sys/types.h>
21669 #ifdef HAVE_SYS_SOCKET_H
21670 # include <sys/socket.h>
21671 #endif
21672 #ifdef HAVE_SYS_UN_H
21673 # include <sys/un.h>
21674 #endif
21675
21676 int
21677 main ()
21678 {
21679 static struct msghdr ac_aggr;
21680 if (sizeof ac_aggr.msg_accrights)
21681 return 0;
21682   ;
21683   return 0;
21684 }
21685 _ACEOF
21686 rm -f conftest.$ac_objext
21687 if { (ac_try="$ac_compile"
21688 case "(($ac_try" in
21689   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21690   *) ac_try_echo=$ac_try;;
21691 esac
21692 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21693 $as_echo "$ac_try_echo") >&5
21694   (eval "$ac_compile") 2>conftest.er1
21695   ac_status=$?
21696   grep -v '^ *+' conftest.er1 >conftest.err
21697   rm -f conftest.er1
21698   cat conftest.err >&5
21699   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21700   (exit $ac_status); } && {
21701          test -z "$ac_c_werror_flag" ||
21702          test ! -s conftest.err
21703        } && test -s conftest.$ac_objext; then
21704   ac_cv_member_struct_msghdr_msg_accrights=yes
21705 else
21706   $as_echo "$as_me: failed program was:" >&5
21707 sed 's/^/| /' conftest.$ac_ext >&5
21708
21709         ac_cv_member_struct_msghdr_msg_accrights=no
21710 fi
21711
21712 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21713 fi
21714
21715 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21716 fi
21717 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21718 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21719 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21720
21721 cat >>confdefs.h <<_ACEOF
21722 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21723 _ACEOF
21724
21725
21726 fi
21727 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21728 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21729 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21730   $as_echo_n "(cached) " >&6
21731 else
21732   cat >conftest.$ac_ext <<_ACEOF
21733 /* confdefs.h.  */
21734 _ACEOF
21735 cat confdefs.h >>conftest.$ac_ext
21736 cat >>conftest.$ac_ext <<_ACEOF
21737 /* end confdefs.h.  */
21738 #include <sys/types.h>
21739 #ifdef HAVE_SYS_SOCKET_H
21740 # include <sys/socket.h>
21741 #endif
21742 #ifdef HAVE_SYS_UN_H
21743 # include <sys/un.h>
21744 #endif
21745
21746 int
21747 main ()
21748 {
21749 static struct sockaddr ac_aggr;
21750 if (ac_aggr.sa_len)
21751 return 0;
21752   ;
21753   return 0;
21754 }
21755 _ACEOF
21756 rm -f conftest.$ac_objext
21757 if { (ac_try="$ac_compile"
21758 case "(($ac_try" in
21759   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21760   *) ac_try_echo=$ac_try;;
21761 esac
21762 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21763 $as_echo "$ac_try_echo") >&5
21764   (eval "$ac_compile") 2>conftest.er1
21765   ac_status=$?
21766   grep -v '^ *+' conftest.er1 >conftest.err
21767   rm -f conftest.er1
21768   cat conftest.err >&5
21769   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21770   (exit $ac_status); } && {
21771          test -z "$ac_c_werror_flag" ||
21772          test ! -s conftest.err
21773        } && test -s conftest.$ac_objext; then
21774   ac_cv_member_struct_sockaddr_sa_len=yes
21775 else
21776   $as_echo "$as_me: failed program was:" >&5
21777 sed 's/^/| /' conftest.$ac_ext >&5
21778
21779         cat >conftest.$ac_ext <<_ACEOF
21780 /* confdefs.h.  */
21781 _ACEOF
21782 cat confdefs.h >>conftest.$ac_ext
21783 cat >>conftest.$ac_ext <<_ACEOF
21784 /* end confdefs.h.  */
21785 #include <sys/types.h>
21786 #ifdef HAVE_SYS_SOCKET_H
21787 # include <sys/socket.h>
21788 #endif
21789 #ifdef HAVE_SYS_UN_H
21790 # include <sys/un.h>
21791 #endif
21792
21793 int
21794 main ()
21795 {
21796 static struct sockaddr ac_aggr;
21797 if (sizeof ac_aggr.sa_len)
21798 return 0;
21799   ;
21800   return 0;
21801 }
21802 _ACEOF
21803 rm -f conftest.$ac_objext
21804 if { (ac_try="$ac_compile"
21805 case "(($ac_try" in
21806   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21807   *) ac_try_echo=$ac_try;;
21808 esac
21809 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21810 $as_echo "$ac_try_echo") >&5
21811   (eval "$ac_compile") 2>conftest.er1
21812   ac_status=$?
21813   grep -v '^ *+' conftest.er1 >conftest.err
21814   rm -f conftest.er1
21815   cat conftest.err >&5
21816   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21817   (exit $ac_status); } && {
21818          test -z "$ac_c_werror_flag" ||
21819          test ! -s conftest.err
21820        } && test -s conftest.$ac_objext; then
21821   ac_cv_member_struct_sockaddr_sa_len=yes
21822 else
21823   $as_echo "$as_me: failed program was:" >&5
21824 sed 's/^/| /' conftest.$ac_ext >&5
21825
21826         ac_cv_member_struct_sockaddr_sa_len=no
21827 fi
21828
21829 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21830 fi
21831
21832 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21833 fi
21834 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
21835 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
21836 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
21837
21838 cat >>confdefs.h <<_ACEOF
21839 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
21840 _ACEOF
21841
21842
21843 fi
21844 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
21845 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
21846 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
21847   $as_echo_n "(cached) " >&6
21848 else
21849   cat >conftest.$ac_ext <<_ACEOF
21850 /* confdefs.h.  */
21851 _ACEOF
21852 cat confdefs.h >>conftest.$ac_ext
21853 cat >>conftest.$ac_ext <<_ACEOF
21854 /* end confdefs.h.  */
21855 #include <sys/types.h>
21856 #ifdef HAVE_SYS_SOCKET_H
21857 # include <sys/socket.h>
21858 #endif
21859 #ifdef HAVE_SYS_UN_H
21860 # include <sys/un.h>
21861 #endif
21862
21863 int
21864 main ()
21865 {
21866 static struct sockaddr_un ac_aggr;
21867 if (ac_aggr.sun_len)
21868 return 0;
21869   ;
21870   return 0;
21871 }
21872 _ACEOF
21873 rm -f conftest.$ac_objext
21874 if { (ac_try="$ac_compile"
21875 case "(($ac_try" in
21876   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21877   *) ac_try_echo=$ac_try;;
21878 esac
21879 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21880 $as_echo "$ac_try_echo") >&5
21881   (eval "$ac_compile") 2>conftest.er1
21882   ac_status=$?
21883   grep -v '^ *+' conftest.er1 >conftest.err
21884   rm -f conftest.er1
21885   cat conftest.err >&5
21886   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21887   (exit $ac_status); } && {
21888          test -z "$ac_c_werror_flag" ||
21889          test ! -s conftest.err
21890        } && test -s conftest.$ac_objext; then
21891   ac_cv_member_struct_sockaddr_un_sun_len=yes
21892 else
21893   $as_echo "$as_me: failed program was:" >&5
21894 sed 's/^/| /' conftest.$ac_ext >&5
21895
21896         cat >conftest.$ac_ext <<_ACEOF
21897 /* confdefs.h.  */
21898 _ACEOF
21899 cat confdefs.h >>conftest.$ac_ext
21900 cat >>conftest.$ac_ext <<_ACEOF
21901 /* end confdefs.h.  */
21902 #include <sys/types.h>
21903 #ifdef HAVE_SYS_SOCKET_H
21904 # include <sys/socket.h>
21905 #endif
21906 #ifdef HAVE_SYS_UN_H
21907 # include <sys/un.h>
21908 #endif
21909
21910 int
21911 main ()
21912 {
21913 static struct sockaddr_un ac_aggr;
21914 if (sizeof ac_aggr.sun_len)
21915 return 0;
21916   ;
21917   return 0;
21918 }
21919 _ACEOF
21920 rm -f conftest.$ac_objext
21921 if { (ac_try="$ac_compile"
21922 case "(($ac_try" in
21923   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21924   *) ac_try_echo=$ac_try;;
21925 esac
21926 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21927 $as_echo "$ac_try_echo") >&5
21928   (eval "$ac_compile") 2>conftest.er1
21929   ac_status=$?
21930   grep -v '^ *+' conftest.er1 >conftest.err
21931   rm -f conftest.er1
21932   cat conftest.err >&5
21933   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21934   (exit $ac_status); } && {
21935          test -z "$ac_c_werror_flag" ||
21936          test ! -s conftest.err
21937        } && test -s conftest.$ac_objext; then
21938   ac_cv_member_struct_sockaddr_un_sun_len=yes
21939 else
21940   $as_echo "$as_me: failed program was:" >&5
21941 sed 's/^/| /' conftest.$ac_ext >&5
21942
21943         ac_cv_member_struct_sockaddr_un_sun_len=no
21944 fi
21945
21946 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21947 fi
21948
21949 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21950 fi
21951 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
21952 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
21953 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
21954
21955 cat >>confdefs.h <<_ACEOF
21956 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
21957 _ACEOF
21958
21959
21960 fi
21961
21962
21963 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
21964 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
21965 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
21966   $as_echo_n "(cached) " >&6
21967 else
21968   cat >conftest.$ac_ext <<_ACEOF
21969 /* confdefs.h.  */
21970 _ACEOF
21971 cat confdefs.h >>conftest.$ac_ext
21972 cat >>conftest.$ac_ext <<_ACEOF
21973 /* end confdefs.h.  */
21974 #include <sys/types.h>
21975 #ifdef HAVE_SCSI_SG_H
21976 #include <scsi/sg.h>
21977 #endif
21978
21979 int
21980 main ()
21981 {
21982 static scsireq_t ac_aggr;
21983 if (ac_aggr.cmd)
21984 return 0;
21985   ;
21986   return 0;
21987 }
21988 _ACEOF
21989 rm -f conftest.$ac_objext
21990 if { (ac_try="$ac_compile"
21991 case "(($ac_try" in
21992   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21993   *) ac_try_echo=$ac_try;;
21994 esac
21995 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21996 $as_echo "$ac_try_echo") >&5
21997   (eval "$ac_compile") 2>conftest.er1
21998   ac_status=$?
21999   grep -v '^ *+' conftest.er1 >conftest.err
22000   rm -f conftest.er1
22001   cat conftest.err >&5
22002   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22003   (exit $ac_status); } && {
22004          test -z "$ac_c_werror_flag" ||
22005          test ! -s conftest.err
22006        } && test -s conftest.$ac_objext; then
22007   ac_cv_member_scsireq_t_cmd=yes
22008 else
22009   $as_echo "$as_me: failed program was:" >&5
22010 sed 's/^/| /' conftest.$ac_ext >&5
22011
22012         cat >conftest.$ac_ext <<_ACEOF
22013 /* confdefs.h.  */
22014 _ACEOF
22015 cat confdefs.h >>conftest.$ac_ext
22016 cat >>conftest.$ac_ext <<_ACEOF
22017 /* end confdefs.h.  */
22018 #include <sys/types.h>
22019 #ifdef HAVE_SCSI_SG_H
22020 #include <scsi/sg.h>
22021 #endif
22022
22023 int
22024 main ()
22025 {
22026 static scsireq_t ac_aggr;
22027 if (sizeof ac_aggr.cmd)
22028 return 0;
22029   ;
22030   return 0;
22031 }
22032 _ACEOF
22033 rm -f conftest.$ac_objext
22034 if { (ac_try="$ac_compile"
22035 case "(($ac_try" in
22036   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22037   *) ac_try_echo=$ac_try;;
22038 esac
22039 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22040 $as_echo "$ac_try_echo") >&5
22041   (eval "$ac_compile") 2>conftest.er1
22042   ac_status=$?
22043   grep -v '^ *+' conftest.er1 >conftest.err
22044   rm -f conftest.er1
22045   cat conftest.err >&5
22046   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22047   (exit $ac_status); } && {
22048          test -z "$ac_c_werror_flag" ||
22049          test ! -s conftest.err
22050        } && test -s conftest.$ac_objext; then
22051   ac_cv_member_scsireq_t_cmd=yes
22052 else
22053   $as_echo "$as_me: failed program was:" >&5
22054 sed 's/^/| /' conftest.$ac_ext >&5
22055
22056         ac_cv_member_scsireq_t_cmd=no
22057 fi
22058
22059 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22060 fi
22061
22062 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22063 fi
22064 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22065 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22066 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22067
22068 cat >>confdefs.h <<_ACEOF
22069 #define HAVE_SCSIREQ_T_CMD 1
22070 _ACEOF
22071
22072
22073 fi
22074 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22075 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22076 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22077   $as_echo_n "(cached) " >&6
22078 else
22079   cat >conftest.$ac_ext <<_ACEOF
22080 /* confdefs.h.  */
22081 _ACEOF
22082 cat confdefs.h >>conftest.$ac_ext
22083 cat >>conftest.$ac_ext <<_ACEOF
22084 /* end confdefs.h.  */
22085 #include <sys/types.h>
22086 #ifdef HAVE_SCSI_SG_H
22087 #include <scsi/sg.h>
22088 #endif
22089
22090 int
22091 main ()
22092 {
22093 static sg_io_hdr_t ac_aggr;
22094 if (ac_aggr.interface_id)
22095 return 0;
22096   ;
22097   return 0;
22098 }
22099 _ACEOF
22100 rm -f conftest.$ac_objext
22101 if { (ac_try="$ac_compile"
22102 case "(($ac_try" in
22103   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22104   *) ac_try_echo=$ac_try;;
22105 esac
22106 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22107 $as_echo "$ac_try_echo") >&5
22108   (eval "$ac_compile") 2>conftest.er1
22109   ac_status=$?
22110   grep -v '^ *+' conftest.er1 >conftest.err
22111   rm -f conftest.er1
22112   cat conftest.err >&5
22113   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22114   (exit $ac_status); } && {
22115          test -z "$ac_c_werror_flag" ||
22116          test ! -s conftest.err
22117        } && test -s conftest.$ac_objext; then
22118   ac_cv_member_sg_io_hdr_t_interface_id=yes
22119 else
22120   $as_echo "$as_me: failed program was:" >&5
22121 sed 's/^/| /' conftest.$ac_ext >&5
22122
22123         cat >conftest.$ac_ext <<_ACEOF
22124 /* confdefs.h.  */
22125 _ACEOF
22126 cat confdefs.h >>conftest.$ac_ext
22127 cat >>conftest.$ac_ext <<_ACEOF
22128 /* end confdefs.h.  */
22129 #include <sys/types.h>
22130 #ifdef HAVE_SCSI_SG_H
22131 #include <scsi/sg.h>
22132 #endif
22133
22134 int
22135 main ()
22136 {
22137 static sg_io_hdr_t ac_aggr;
22138 if (sizeof ac_aggr.interface_id)
22139 return 0;
22140   ;
22141   return 0;
22142 }
22143 _ACEOF
22144 rm -f conftest.$ac_objext
22145 if { (ac_try="$ac_compile"
22146 case "(($ac_try" in
22147   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22148   *) ac_try_echo=$ac_try;;
22149 esac
22150 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22151 $as_echo "$ac_try_echo") >&5
22152   (eval "$ac_compile") 2>conftest.er1
22153   ac_status=$?
22154   grep -v '^ *+' conftest.er1 >conftest.err
22155   rm -f conftest.er1
22156   cat conftest.err >&5
22157   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22158   (exit $ac_status); } && {
22159          test -z "$ac_c_werror_flag" ||
22160          test ! -s conftest.err
22161        } && test -s conftest.$ac_objext; then
22162   ac_cv_member_sg_io_hdr_t_interface_id=yes
22163 else
22164   $as_echo "$as_me: failed program was:" >&5
22165 sed 's/^/| /' conftest.$ac_ext >&5
22166
22167         ac_cv_member_sg_io_hdr_t_interface_id=no
22168 fi
22169
22170 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22171 fi
22172
22173 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22174 fi
22175 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22176 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22177 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22178
22179 cat >>confdefs.h <<_ACEOF
22180 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22181 _ACEOF
22182
22183
22184 fi
22185
22186
22187 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22188 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22189 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22190   $as_echo_n "(cached) " >&6
22191 else
22192   cat >conftest.$ac_ext <<_ACEOF
22193 /* confdefs.h.  */
22194 _ACEOF
22195 cat confdefs.h >>conftest.$ac_ext
22196 cat >>conftest.$ac_ext <<_ACEOF
22197 /* end confdefs.h.  */
22198 #include <signal.h>
22199
22200 int
22201 main ()
22202 {
22203 static siginfo_t ac_aggr;
22204 if (ac_aggr.si_fd)
22205 return 0;
22206   ;
22207   return 0;
22208 }
22209 _ACEOF
22210 rm -f conftest.$ac_objext
22211 if { (ac_try="$ac_compile"
22212 case "(($ac_try" in
22213   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22214   *) ac_try_echo=$ac_try;;
22215 esac
22216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22217 $as_echo "$ac_try_echo") >&5
22218   (eval "$ac_compile") 2>conftest.er1
22219   ac_status=$?
22220   grep -v '^ *+' conftest.er1 >conftest.err
22221   rm -f conftest.er1
22222   cat conftest.err >&5
22223   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22224   (exit $ac_status); } && {
22225          test -z "$ac_c_werror_flag" ||
22226          test ! -s conftest.err
22227        } && test -s conftest.$ac_objext; then
22228   ac_cv_member_siginfo_t_si_fd=yes
22229 else
22230   $as_echo "$as_me: failed program was:" >&5
22231 sed 's/^/| /' conftest.$ac_ext >&5
22232
22233         cat >conftest.$ac_ext <<_ACEOF
22234 /* confdefs.h.  */
22235 _ACEOF
22236 cat confdefs.h >>conftest.$ac_ext
22237 cat >>conftest.$ac_ext <<_ACEOF
22238 /* end confdefs.h.  */
22239 #include <signal.h>
22240
22241 int
22242 main ()
22243 {
22244 static siginfo_t ac_aggr;
22245 if (sizeof ac_aggr.si_fd)
22246 return 0;
22247   ;
22248   return 0;
22249 }
22250 _ACEOF
22251 rm -f conftest.$ac_objext
22252 if { (ac_try="$ac_compile"
22253 case "(($ac_try" in
22254   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22255   *) ac_try_echo=$ac_try;;
22256 esac
22257 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22258 $as_echo "$ac_try_echo") >&5
22259   (eval "$ac_compile") 2>conftest.er1
22260   ac_status=$?
22261   grep -v '^ *+' conftest.er1 >conftest.err
22262   rm -f conftest.er1
22263   cat conftest.err >&5
22264   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22265   (exit $ac_status); } && {
22266          test -z "$ac_c_werror_flag" ||
22267          test ! -s conftest.err
22268        } && test -s conftest.$ac_objext; then
22269   ac_cv_member_siginfo_t_si_fd=yes
22270 else
22271   $as_echo "$as_me: failed program was:" >&5
22272 sed 's/^/| /' conftest.$ac_ext >&5
22273
22274         ac_cv_member_siginfo_t_si_fd=no
22275 fi
22276
22277 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22278 fi
22279
22280 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22281 fi
22282 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22283 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22284 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22285
22286 cat >>confdefs.h <<_ACEOF
22287 #define HAVE_SIGINFO_T_SI_FD 1
22288 _ACEOF
22289
22290
22291 fi
22292
22293
22294 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22295 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22296 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22297   $as_echo_n "(cached) " >&6
22298 else
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_SYS_MTIO_H
22307 #include <sys/mtio.h>
22308 #endif
22309
22310 int
22311 main ()
22312 {
22313 static struct mtget ac_aggr;
22314 if (ac_aggr.mt_blksiz)
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_struct_mtget_mt_blksiz=yes
22339 else
22340   $as_echo "$as_me: failed program was:" >&5
22341 sed 's/^/| /' conftest.$ac_ext >&5
22342
22343         cat >conftest.$ac_ext <<_ACEOF
22344 /* confdefs.h.  */
22345 _ACEOF
22346 cat confdefs.h >>conftest.$ac_ext
22347 cat >>conftest.$ac_ext <<_ACEOF
22348 /* end confdefs.h.  */
22349 #include <sys/types.h>
22350 #ifdef HAVE_SYS_MTIO_H
22351 #include <sys/mtio.h>
22352 #endif
22353
22354 int
22355 main ()
22356 {
22357 static struct mtget ac_aggr;
22358 if (sizeof ac_aggr.mt_blksiz)
22359 return 0;
22360   ;
22361   return 0;
22362 }
22363 _ACEOF
22364 rm -f conftest.$ac_objext
22365 if { (ac_try="$ac_compile"
22366 case "(($ac_try" in
22367   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22368   *) ac_try_echo=$ac_try;;
22369 esac
22370 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22371 $as_echo "$ac_try_echo") >&5
22372   (eval "$ac_compile") 2>conftest.er1
22373   ac_status=$?
22374   grep -v '^ *+' conftest.er1 >conftest.err
22375   rm -f conftest.er1
22376   cat conftest.err >&5
22377   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22378   (exit $ac_status); } && {
22379          test -z "$ac_c_werror_flag" ||
22380          test ! -s conftest.err
22381        } && test -s conftest.$ac_objext; then
22382   ac_cv_member_struct_mtget_mt_blksiz=yes
22383 else
22384   $as_echo "$as_me: failed program was:" >&5
22385 sed 's/^/| /' conftest.$ac_ext >&5
22386
22387         ac_cv_member_struct_mtget_mt_blksiz=no
22388 fi
22389
22390 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22391 fi
22392
22393 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22394 fi
22395 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22396 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22397 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22398
22399 cat >>confdefs.h <<_ACEOF
22400 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22401 _ACEOF
22402
22403
22404 fi
22405 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22406 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22407 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22408   $as_echo_n "(cached) " >&6
22409 else
22410   cat >conftest.$ac_ext <<_ACEOF
22411 /* confdefs.h.  */
22412 _ACEOF
22413 cat confdefs.h >>conftest.$ac_ext
22414 cat >>conftest.$ac_ext <<_ACEOF
22415 /* end confdefs.h.  */
22416 #include <sys/types.h>
22417 #ifdef HAVE_SYS_MTIO_H
22418 #include <sys/mtio.h>
22419 #endif
22420
22421 int
22422 main ()
22423 {
22424 static struct mtget ac_aggr;
22425 if (ac_aggr.mt_gstat)
22426 return 0;
22427   ;
22428   return 0;
22429 }
22430 _ACEOF
22431 rm -f conftest.$ac_objext
22432 if { (ac_try="$ac_compile"
22433 case "(($ac_try" in
22434   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22435   *) ac_try_echo=$ac_try;;
22436 esac
22437 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22438 $as_echo "$ac_try_echo") >&5
22439   (eval "$ac_compile") 2>conftest.er1
22440   ac_status=$?
22441   grep -v '^ *+' conftest.er1 >conftest.err
22442   rm -f conftest.er1
22443   cat conftest.err >&5
22444   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22445   (exit $ac_status); } && {
22446          test -z "$ac_c_werror_flag" ||
22447          test ! -s conftest.err
22448        } && test -s conftest.$ac_objext; then
22449   ac_cv_member_struct_mtget_mt_gstat=yes
22450 else
22451   $as_echo "$as_me: failed program was:" >&5
22452 sed 's/^/| /' conftest.$ac_ext >&5
22453
22454         cat >conftest.$ac_ext <<_ACEOF
22455 /* confdefs.h.  */
22456 _ACEOF
22457 cat confdefs.h >>conftest.$ac_ext
22458 cat >>conftest.$ac_ext <<_ACEOF
22459 /* end confdefs.h.  */
22460 #include <sys/types.h>
22461 #ifdef HAVE_SYS_MTIO_H
22462 #include <sys/mtio.h>
22463 #endif
22464
22465 int
22466 main ()
22467 {
22468 static struct mtget ac_aggr;
22469 if (sizeof ac_aggr.mt_gstat)
22470 return 0;
22471   ;
22472   return 0;
22473 }
22474 _ACEOF
22475 rm -f conftest.$ac_objext
22476 if { (ac_try="$ac_compile"
22477 case "(($ac_try" in
22478   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22479   *) ac_try_echo=$ac_try;;
22480 esac
22481 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22482 $as_echo "$ac_try_echo") >&5
22483   (eval "$ac_compile") 2>conftest.er1
22484   ac_status=$?
22485   grep -v '^ *+' conftest.er1 >conftest.err
22486   rm -f conftest.er1
22487   cat conftest.err >&5
22488   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22489   (exit $ac_status); } && {
22490          test -z "$ac_c_werror_flag" ||
22491          test ! -s conftest.err
22492        } && test -s conftest.$ac_objext; then
22493   ac_cv_member_struct_mtget_mt_gstat=yes
22494 else
22495   $as_echo "$as_me: failed program was:" >&5
22496 sed 's/^/| /' conftest.$ac_ext >&5
22497
22498         ac_cv_member_struct_mtget_mt_gstat=no
22499 fi
22500
22501 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22502 fi
22503
22504 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22505 fi
22506 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22507 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22508 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22509
22510 cat >>confdefs.h <<_ACEOF
22511 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22512 _ACEOF
22513
22514
22515 fi
22516 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22517 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22518 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22519   $as_echo_n "(cached) " >&6
22520 else
22521   cat >conftest.$ac_ext <<_ACEOF
22522 /* confdefs.h.  */
22523 _ACEOF
22524 cat confdefs.h >>conftest.$ac_ext
22525 cat >>conftest.$ac_ext <<_ACEOF
22526 /* end confdefs.h.  */
22527 #include <sys/types.h>
22528 #ifdef HAVE_SYS_MTIO_H
22529 #include <sys/mtio.h>
22530 #endif
22531
22532 int
22533 main ()
22534 {
22535 static struct mtget ac_aggr;
22536 if (ac_aggr.mt_blkno)
22537 return 0;
22538   ;
22539   return 0;
22540 }
22541 _ACEOF
22542 rm -f conftest.$ac_objext
22543 if { (ac_try="$ac_compile"
22544 case "(($ac_try" in
22545   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22546   *) ac_try_echo=$ac_try;;
22547 esac
22548 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22549 $as_echo "$ac_try_echo") >&5
22550   (eval "$ac_compile") 2>conftest.er1
22551   ac_status=$?
22552   grep -v '^ *+' conftest.er1 >conftest.err
22553   rm -f conftest.er1
22554   cat conftest.err >&5
22555   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22556   (exit $ac_status); } && {
22557          test -z "$ac_c_werror_flag" ||
22558          test ! -s conftest.err
22559        } && test -s conftest.$ac_objext; then
22560   ac_cv_member_struct_mtget_mt_blkno=yes
22561 else
22562   $as_echo "$as_me: failed program was:" >&5
22563 sed 's/^/| /' conftest.$ac_ext >&5
22564
22565         cat >conftest.$ac_ext <<_ACEOF
22566 /* confdefs.h.  */
22567 _ACEOF
22568 cat confdefs.h >>conftest.$ac_ext
22569 cat >>conftest.$ac_ext <<_ACEOF
22570 /* end confdefs.h.  */
22571 #include <sys/types.h>
22572 #ifdef HAVE_SYS_MTIO_H
22573 #include <sys/mtio.h>
22574 #endif
22575
22576 int
22577 main ()
22578 {
22579 static struct mtget ac_aggr;
22580 if (sizeof ac_aggr.mt_blkno)
22581 return 0;
22582   ;
22583   return 0;
22584 }
22585 _ACEOF
22586 rm -f conftest.$ac_objext
22587 if { (ac_try="$ac_compile"
22588 case "(($ac_try" in
22589   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22590   *) ac_try_echo=$ac_try;;
22591 esac
22592 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22593 $as_echo "$ac_try_echo") >&5
22594   (eval "$ac_compile") 2>conftest.er1
22595   ac_status=$?
22596   grep -v '^ *+' conftest.er1 >conftest.err
22597   rm -f conftest.er1
22598   cat conftest.err >&5
22599   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22600   (exit $ac_status); } && {
22601          test -z "$ac_c_werror_flag" ||
22602          test ! -s conftest.err
22603        } && test -s conftest.$ac_objext; then
22604   ac_cv_member_struct_mtget_mt_blkno=yes
22605 else
22606   $as_echo "$as_me: failed program was:" >&5
22607 sed 's/^/| /' conftest.$ac_ext >&5
22608
22609         ac_cv_member_struct_mtget_mt_blkno=no
22610 fi
22611
22612 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22613 fi
22614
22615 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22616 fi
22617 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22618 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22619 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22620
22621 cat >>confdefs.h <<_ACEOF
22622 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22623 _ACEOF
22624
22625
22626 fi
22627
22628
22629 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22630 $as_echo_n "checking for struct option.name... " >&6; }
22631 if test "${ac_cv_member_struct_option_name+set}" = set; then
22632   $as_echo_n "(cached) " >&6
22633 else
22634   cat >conftest.$ac_ext <<_ACEOF
22635 /* confdefs.h.  */
22636 _ACEOF
22637 cat confdefs.h >>conftest.$ac_ext
22638 cat >>conftest.$ac_ext <<_ACEOF
22639 /* end confdefs.h.  */
22640 #ifdef HAVE_GETOPT_H
22641 #include <getopt.h>
22642 #endif
22643
22644 int
22645 main ()
22646 {
22647 static struct option ac_aggr;
22648 if (ac_aggr.name)
22649 return 0;
22650   ;
22651   return 0;
22652 }
22653 _ACEOF
22654 rm -f conftest.$ac_objext
22655 if { (ac_try="$ac_compile"
22656 case "(($ac_try" in
22657   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22658   *) ac_try_echo=$ac_try;;
22659 esac
22660 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22661 $as_echo "$ac_try_echo") >&5
22662   (eval "$ac_compile") 2>conftest.er1
22663   ac_status=$?
22664   grep -v '^ *+' conftest.er1 >conftest.err
22665   rm -f conftest.er1
22666   cat conftest.err >&5
22667   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22668   (exit $ac_status); } && {
22669          test -z "$ac_c_werror_flag" ||
22670          test ! -s conftest.err
22671        } && test -s conftest.$ac_objext; then
22672   ac_cv_member_struct_option_name=yes
22673 else
22674   $as_echo "$as_me: failed program was:" >&5
22675 sed 's/^/| /' conftest.$ac_ext >&5
22676
22677         cat >conftest.$ac_ext <<_ACEOF
22678 /* confdefs.h.  */
22679 _ACEOF
22680 cat confdefs.h >>conftest.$ac_ext
22681 cat >>conftest.$ac_ext <<_ACEOF
22682 /* end confdefs.h.  */
22683 #ifdef HAVE_GETOPT_H
22684 #include <getopt.h>
22685 #endif
22686
22687 int
22688 main ()
22689 {
22690 static struct option ac_aggr;
22691 if (sizeof ac_aggr.name)
22692 return 0;
22693   ;
22694   return 0;
22695 }
22696 _ACEOF
22697 rm -f conftest.$ac_objext
22698 if { (ac_try="$ac_compile"
22699 case "(($ac_try" in
22700   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22701   *) ac_try_echo=$ac_try;;
22702 esac
22703 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22704 $as_echo "$ac_try_echo") >&5
22705   (eval "$ac_compile") 2>conftest.er1
22706   ac_status=$?
22707   grep -v '^ *+' conftest.er1 >conftest.err
22708   rm -f conftest.er1
22709   cat conftest.err >&5
22710   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22711   (exit $ac_status); } && {
22712          test -z "$ac_c_werror_flag" ||
22713          test ! -s conftest.err
22714        } && test -s conftest.$ac_objext; then
22715   ac_cv_member_struct_option_name=yes
22716 else
22717   $as_echo "$as_me: failed program was:" >&5
22718 sed 's/^/| /' conftest.$ac_ext >&5
22719
22720         ac_cv_member_struct_option_name=no
22721 fi
22722
22723 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22724 fi
22725
22726 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22727 fi
22728 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22729 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22730 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22731
22732 cat >>confdefs.h <<_ACEOF
22733 #define HAVE_STRUCT_OPTION_NAME 1
22734 _ACEOF
22735
22736
22737 fi
22738
22739
22740 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22741 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22742 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22743   $as_echo_n "(cached) " >&6
22744 else
22745   cat >conftest.$ac_ext <<_ACEOF
22746 /* confdefs.h.  */
22747 _ACEOF
22748 cat confdefs.h >>conftest.$ac_ext
22749 cat >>conftest.$ac_ext <<_ACEOF
22750 /* end confdefs.h.  */
22751 $ac_includes_default
22752 int
22753 main ()
22754 {
22755 static struct stat ac_aggr;
22756 if (ac_aggr.st_blocks)
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_stat_st_blocks=yes
22781 else
22782   $as_echo "$as_me: failed program was:" >&5
22783 sed 's/^/| /' conftest.$ac_ext >&5
22784
22785         cat >conftest.$ac_ext <<_ACEOF
22786 /* confdefs.h.  */
22787 _ACEOF
22788 cat confdefs.h >>conftest.$ac_ext
22789 cat >>conftest.$ac_ext <<_ACEOF
22790 /* end confdefs.h.  */
22791 $ac_includes_default
22792 int
22793 main ()
22794 {
22795 static struct stat ac_aggr;
22796 if (sizeof ac_aggr.st_blocks)
22797 return 0;
22798   ;
22799   return 0;
22800 }
22801 _ACEOF
22802 rm -f conftest.$ac_objext
22803 if { (ac_try="$ac_compile"
22804 case "(($ac_try" in
22805   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22806   *) ac_try_echo=$ac_try;;
22807 esac
22808 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22809 $as_echo "$ac_try_echo") >&5
22810   (eval "$ac_compile") 2>conftest.er1
22811   ac_status=$?
22812   grep -v '^ *+' conftest.er1 >conftest.err
22813   rm -f conftest.er1
22814   cat conftest.err >&5
22815   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22816   (exit $ac_status); } && {
22817          test -z "$ac_c_werror_flag" ||
22818          test ! -s conftest.err
22819        } && test -s conftest.$ac_objext; then
22820   ac_cv_member_struct_stat_st_blocks=yes
22821 else
22822   $as_echo "$as_me: failed program was:" >&5
22823 sed 's/^/| /' conftest.$ac_ext >&5
22824
22825         ac_cv_member_struct_stat_st_blocks=no
22826 fi
22827
22828 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22829 fi
22830
22831 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22832 fi
22833 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
22834 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
22835 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
22836
22837 cat >>confdefs.h <<_ACEOF
22838 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
22839 _ACEOF
22840
22841
22842 fi
22843 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
22844 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
22845 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
22846   $as_echo_n "(cached) " >&6
22847 else
22848   cat >conftest.$ac_ext <<_ACEOF
22849 /* confdefs.h.  */
22850 _ACEOF
22851 cat confdefs.h >>conftest.$ac_ext
22852 cat >>conftest.$ac_ext <<_ACEOF
22853 /* end confdefs.h.  */
22854 $ac_includes_default
22855 int
22856 main ()
22857 {
22858 static struct stat ac_aggr;
22859 if (ac_aggr.st_mtim)
22860 return 0;
22861   ;
22862   return 0;
22863 }
22864 _ACEOF
22865 rm -f conftest.$ac_objext
22866 if { (ac_try="$ac_compile"
22867 case "(($ac_try" in
22868   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22869   *) ac_try_echo=$ac_try;;
22870 esac
22871 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22872 $as_echo "$ac_try_echo") >&5
22873   (eval "$ac_compile") 2>conftest.er1
22874   ac_status=$?
22875   grep -v '^ *+' conftest.er1 >conftest.err
22876   rm -f conftest.er1
22877   cat conftest.err >&5
22878   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22879   (exit $ac_status); } && {
22880          test -z "$ac_c_werror_flag" ||
22881          test ! -s conftest.err
22882        } && test -s conftest.$ac_objext; then
22883   ac_cv_member_struct_stat_st_mtim=yes
22884 else
22885   $as_echo "$as_me: failed program was:" >&5
22886 sed 's/^/| /' conftest.$ac_ext >&5
22887
22888         cat >conftest.$ac_ext <<_ACEOF
22889 /* confdefs.h.  */
22890 _ACEOF
22891 cat confdefs.h >>conftest.$ac_ext
22892 cat >>conftest.$ac_ext <<_ACEOF
22893 /* end confdefs.h.  */
22894 $ac_includes_default
22895 int
22896 main ()
22897 {
22898 static struct stat ac_aggr;
22899 if (sizeof ac_aggr.st_mtim)
22900 return 0;
22901   ;
22902   return 0;
22903 }
22904 _ACEOF
22905 rm -f conftest.$ac_objext
22906 if { (ac_try="$ac_compile"
22907 case "(($ac_try" in
22908   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22909   *) ac_try_echo=$ac_try;;
22910 esac
22911 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22912 $as_echo "$ac_try_echo") >&5
22913   (eval "$ac_compile") 2>conftest.er1
22914   ac_status=$?
22915   grep -v '^ *+' conftest.er1 >conftest.err
22916   rm -f conftest.er1
22917   cat conftest.err >&5
22918   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22919   (exit $ac_status); } && {
22920          test -z "$ac_c_werror_flag" ||
22921          test ! -s conftest.err
22922        } && test -s conftest.$ac_objext; then
22923   ac_cv_member_struct_stat_st_mtim=yes
22924 else
22925   $as_echo "$as_me: failed program was:" >&5
22926 sed 's/^/| /' conftest.$ac_ext >&5
22927
22928         ac_cv_member_struct_stat_st_mtim=no
22929 fi
22930
22931 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22932 fi
22933
22934 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22935 fi
22936 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
22937 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
22938 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
22939
22940 cat >>confdefs.h <<_ACEOF
22941 #define HAVE_STRUCT_STAT_ST_MTIM 1
22942 _ACEOF
22943
22944
22945 fi
22946 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
22947 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
22948 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
22949   $as_echo_n "(cached) " >&6
22950 else
22951   cat >conftest.$ac_ext <<_ACEOF
22952 /* confdefs.h.  */
22953 _ACEOF
22954 cat confdefs.h >>conftest.$ac_ext
22955 cat >>conftest.$ac_ext <<_ACEOF
22956 /* end confdefs.h.  */
22957 $ac_includes_default
22958 int
22959 main ()
22960 {
22961 static struct stat ac_aggr;
22962 if (ac_aggr.st_ctim)
22963 return 0;
22964   ;
22965   return 0;
22966 }
22967 _ACEOF
22968 rm -f conftest.$ac_objext
22969 if { (ac_try="$ac_compile"
22970 case "(($ac_try" in
22971   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22972   *) ac_try_echo=$ac_try;;
22973 esac
22974 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22975 $as_echo "$ac_try_echo") >&5
22976   (eval "$ac_compile") 2>conftest.er1
22977   ac_status=$?
22978   grep -v '^ *+' conftest.er1 >conftest.err
22979   rm -f conftest.er1
22980   cat conftest.err >&5
22981   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22982   (exit $ac_status); } && {
22983          test -z "$ac_c_werror_flag" ||
22984          test ! -s conftest.err
22985        } && test -s conftest.$ac_objext; then
22986   ac_cv_member_struct_stat_st_ctim=yes
22987 else
22988   $as_echo "$as_me: failed program was:" >&5
22989 sed 's/^/| /' conftest.$ac_ext >&5
22990
22991         cat >conftest.$ac_ext <<_ACEOF
22992 /* confdefs.h.  */
22993 _ACEOF
22994 cat confdefs.h >>conftest.$ac_ext
22995 cat >>conftest.$ac_ext <<_ACEOF
22996 /* end confdefs.h.  */
22997 $ac_includes_default
22998 int
22999 main ()
23000 {
23001 static struct stat ac_aggr;
23002 if (sizeof ac_aggr.st_ctim)
23003 return 0;
23004   ;
23005   return 0;
23006 }
23007 _ACEOF
23008 rm -f conftest.$ac_objext
23009 if { (ac_try="$ac_compile"
23010 case "(($ac_try" in
23011   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23012   *) ac_try_echo=$ac_try;;
23013 esac
23014 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23015 $as_echo "$ac_try_echo") >&5
23016   (eval "$ac_compile") 2>conftest.er1
23017   ac_status=$?
23018   grep -v '^ *+' conftest.er1 >conftest.err
23019   rm -f conftest.er1
23020   cat conftest.err >&5
23021   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23022   (exit $ac_status); } && {
23023          test -z "$ac_c_werror_flag" ||
23024          test ! -s conftest.err
23025        } && test -s conftest.$ac_objext; then
23026   ac_cv_member_struct_stat_st_ctim=yes
23027 else
23028   $as_echo "$as_me: failed program was:" >&5
23029 sed 's/^/| /' conftest.$ac_ext >&5
23030
23031         ac_cv_member_struct_stat_st_ctim=no
23032 fi
23033
23034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23035 fi
23036
23037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23038 fi
23039 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23040 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23041 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23042
23043 cat >>confdefs.h <<_ACEOF
23044 #define HAVE_STRUCT_STAT_ST_CTIM 1
23045 _ACEOF
23046
23047
23048 fi
23049 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23050 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23051 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23052   $as_echo_n "(cached) " >&6
23053 else
23054   cat >conftest.$ac_ext <<_ACEOF
23055 /* confdefs.h.  */
23056 _ACEOF
23057 cat confdefs.h >>conftest.$ac_ext
23058 cat >>conftest.$ac_ext <<_ACEOF
23059 /* end confdefs.h.  */
23060 $ac_includes_default
23061 int
23062 main ()
23063 {
23064 static struct stat ac_aggr;
23065 if (ac_aggr.st_atim)
23066 return 0;
23067   ;
23068   return 0;
23069 }
23070 _ACEOF
23071 rm -f conftest.$ac_objext
23072 if { (ac_try="$ac_compile"
23073 case "(($ac_try" in
23074   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23075   *) ac_try_echo=$ac_try;;
23076 esac
23077 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23078 $as_echo "$ac_try_echo") >&5
23079   (eval "$ac_compile") 2>conftest.er1
23080   ac_status=$?
23081   grep -v '^ *+' conftest.er1 >conftest.err
23082   rm -f conftest.er1
23083   cat conftest.err >&5
23084   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23085   (exit $ac_status); } && {
23086          test -z "$ac_c_werror_flag" ||
23087          test ! -s conftest.err
23088        } && test -s conftest.$ac_objext; then
23089   ac_cv_member_struct_stat_st_atim=yes
23090 else
23091   $as_echo "$as_me: failed program was:" >&5
23092 sed 's/^/| /' conftest.$ac_ext >&5
23093
23094         cat >conftest.$ac_ext <<_ACEOF
23095 /* confdefs.h.  */
23096 _ACEOF
23097 cat confdefs.h >>conftest.$ac_ext
23098 cat >>conftest.$ac_ext <<_ACEOF
23099 /* end confdefs.h.  */
23100 $ac_includes_default
23101 int
23102 main ()
23103 {
23104 static struct stat ac_aggr;
23105 if (sizeof ac_aggr.st_atim)
23106 return 0;
23107   ;
23108   return 0;
23109 }
23110 _ACEOF
23111 rm -f conftest.$ac_objext
23112 if { (ac_try="$ac_compile"
23113 case "(($ac_try" in
23114   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23115   *) ac_try_echo=$ac_try;;
23116 esac
23117 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23118 $as_echo "$ac_try_echo") >&5
23119   (eval "$ac_compile") 2>conftest.er1
23120   ac_status=$?
23121   grep -v '^ *+' conftest.er1 >conftest.err
23122   rm -f conftest.er1
23123   cat conftest.err >&5
23124   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23125   (exit $ac_status); } && {
23126          test -z "$ac_c_werror_flag" ||
23127          test ! -s conftest.err
23128        } && test -s conftest.$ac_objext; then
23129   ac_cv_member_struct_stat_st_atim=yes
23130 else
23131   $as_echo "$as_me: failed program was:" >&5
23132 sed 's/^/| /' conftest.$ac_ext >&5
23133
23134         ac_cv_member_struct_stat_st_atim=no
23135 fi
23136
23137 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23138 fi
23139
23140 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23141 fi
23142 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23143 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23144 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23145
23146 cat >>confdefs.h <<_ACEOF
23147 #define HAVE_STRUCT_STAT_ST_ATIM 1
23148 _ACEOF
23149
23150
23151 fi
23152
23153
23154 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23155 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23156 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23157   $as_echo_n "(cached) " >&6
23158 else
23159   cat >conftest.$ac_ext <<_ACEOF
23160 /* confdefs.h.  */
23161 _ACEOF
23162 cat confdefs.h >>conftest.$ac_ext
23163 cat >>conftest.$ac_ext <<_ACEOF
23164 /* end confdefs.h.  */
23165 #ifdef HAVE_SYS_TYPES_H
23166 #include <sys/types.h>
23167 #endif
23168 #ifdef HAVE_NETINET_IN_H
23169 #include <netinet/in.h>
23170 #endif
23171
23172 int
23173 main ()
23174 {
23175 static struct sockaddr_in6 ac_aggr;
23176 if (ac_aggr.sin6_scope_id)
23177 return 0;
23178   ;
23179   return 0;
23180 }
23181 _ACEOF
23182 rm -f conftest.$ac_objext
23183 if { (ac_try="$ac_compile"
23184 case "(($ac_try" in
23185   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23186   *) ac_try_echo=$ac_try;;
23187 esac
23188 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23189 $as_echo "$ac_try_echo") >&5
23190   (eval "$ac_compile") 2>conftest.er1
23191   ac_status=$?
23192   grep -v '^ *+' conftest.er1 >conftest.err
23193   rm -f conftest.er1
23194   cat conftest.err >&5
23195   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23196   (exit $ac_status); } && {
23197          test -z "$ac_c_werror_flag" ||
23198          test ! -s conftest.err
23199        } && test -s conftest.$ac_objext; then
23200   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23201 else
23202   $as_echo "$as_me: failed program was:" >&5
23203 sed 's/^/| /' conftest.$ac_ext >&5
23204
23205         cat >conftest.$ac_ext <<_ACEOF
23206 /* confdefs.h.  */
23207 _ACEOF
23208 cat confdefs.h >>conftest.$ac_ext
23209 cat >>conftest.$ac_ext <<_ACEOF
23210 /* end confdefs.h.  */
23211 #ifdef HAVE_SYS_TYPES_H
23212 #include <sys/types.h>
23213 #endif
23214 #ifdef HAVE_NETINET_IN_H
23215 #include <netinet/in.h>
23216 #endif
23217
23218 int
23219 main ()
23220 {
23221 static struct sockaddr_in6 ac_aggr;
23222 if (sizeof ac_aggr.sin6_scope_id)
23223 return 0;
23224   ;
23225   return 0;
23226 }
23227 _ACEOF
23228 rm -f conftest.$ac_objext
23229 if { (ac_try="$ac_compile"
23230 case "(($ac_try" in
23231   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23232   *) ac_try_echo=$ac_try;;
23233 esac
23234 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23235 $as_echo "$ac_try_echo") >&5
23236   (eval "$ac_compile") 2>conftest.er1
23237   ac_status=$?
23238   grep -v '^ *+' conftest.er1 >conftest.err
23239   rm -f conftest.er1
23240   cat conftest.err >&5
23241   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23242   (exit $ac_status); } && {
23243          test -z "$ac_c_werror_flag" ||
23244          test ! -s conftest.err
23245        } && test -s conftest.$ac_objext; then
23246   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23247 else
23248   $as_echo "$as_me: failed program was:" >&5
23249 sed 's/^/| /' conftest.$ac_ext >&5
23250
23251         ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23252 fi
23253
23254 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23255 fi
23256
23257 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23258 fi
23259 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23260 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23261 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23262
23263 cat >>confdefs.h <<_ACEOF
23264 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23265 _ACEOF
23266
23267
23268 fi
23269
23270
23271 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23272 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23273 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23274   $as_echo_n "(cached) " >&6
23275 else
23276   cat >conftest.$ac_ext <<_ACEOF
23277 /* confdefs.h.  */
23278 _ACEOF
23279 cat confdefs.h >>conftest.$ac_ext
23280 cat >>conftest.$ac_ext <<_ACEOF
23281 /* end confdefs.h.  */
23282 #ifdef HAVE_SYS_TYPES_H
23283 #include <sys/types.h>
23284 #endif
23285 #ifdef HAVE_NETINET_IN_H
23286 # include <netinet/in.h>
23287 #endif
23288 #ifdef HAVE_ARPA_NAMESER_H
23289 # include <arpa/nameser.h>
23290 #endif
23291
23292 int
23293 main ()
23294 {
23295 static ns_msg ac_aggr;
23296 if (ac_aggr._msg_ptr)
23297 return 0;
23298   ;
23299   return 0;
23300 }
23301 _ACEOF
23302 rm -f conftest.$ac_objext
23303 if { (ac_try="$ac_compile"
23304 case "(($ac_try" in
23305   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23306   *) ac_try_echo=$ac_try;;
23307 esac
23308 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23309 $as_echo "$ac_try_echo") >&5
23310   (eval "$ac_compile") 2>conftest.er1
23311   ac_status=$?
23312   grep -v '^ *+' conftest.er1 >conftest.err
23313   rm -f conftest.er1
23314   cat conftest.err >&5
23315   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23316   (exit $ac_status); } && {
23317          test -z "$ac_c_werror_flag" ||
23318          test ! -s conftest.err
23319        } && test -s conftest.$ac_objext; then
23320   ac_cv_member_ns_msg__msg_ptr=yes
23321 else
23322   $as_echo "$as_me: failed program was:" >&5
23323 sed 's/^/| /' conftest.$ac_ext >&5
23324
23325         cat >conftest.$ac_ext <<_ACEOF
23326 /* confdefs.h.  */
23327 _ACEOF
23328 cat confdefs.h >>conftest.$ac_ext
23329 cat >>conftest.$ac_ext <<_ACEOF
23330 /* end confdefs.h.  */
23331 #ifdef HAVE_SYS_TYPES_H
23332 #include <sys/types.h>
23333 #endif
23334 #ifdef HAVE_NETINET_IN_H
23335 # include <netinet/in.h>
23336 #endif
23337 #ifdef HAVE_ARPA_NAMESER_H
23338 # include <arpa/nameser.h>
23339 #endif
23340
23341 int
23342 main ()
23343 {
23344 static ns_msg ac_aggr;
23345 if (sizeof ac_aggr._msg_ptr)
23346 return 0;
23347   ;
23348   return 0;
23349 }
23350 _ACEOF
23351 rm -f conftest.$ac_objext
23352 if { (ac_try="$ac_compile"
23353 case "(($ac_try" in
23354   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23355   *) ac_try_echo=$ac_try;;
23356 esac
23357 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23358 $as_echo "$ac_try_echo") >&5
23359   (eval "$ac_compile") 2>conftest.er1
23360   ac_status=$?
23361   grep -v '^ *+' conftest.er1 >conftest.err
23362   rm -f conftest.er1
23363   cat conftest.err >&5
23364   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23365   (exit $ac_status); } && {
23366          test -z "$ac_c_werror_flag" ||
23367          test ! -s conftest.err
23368        } && test -s conftest.$ac_objext; then
23369   ac_cv_member_ns_msg__msg_ptr=yes
23370 else
23371   $as_echo "$as_me: failed program was:" >&5
23372 sed 's/^/| /' conftest.$ac_ext >&5
23373
23374         ac_cv_member_ns_msg__msg_ptr=no
23375 fi
23376
23377 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23378 fi
23379
23380 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23381 fi
23382 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23383 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23384 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23385
23386 cat >>confdefs.h <<_ACEOF
23387 #define HAVE_NS_MSG__MSG_PTR 1
23388 _ACEOF
23389
23390
23391 fi
23392
23393
23394 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23395 $as_echo_n "checking for timezone variable... " >&6; }
23396 if test "${ac_cv_have_timezone+set}" = set; then
23397   $as_echo_n "(cached) " >&6
23398 else
23399   cat >conftest.$ac_ext <<_ACEOF
23400 /* confdefs.h.  */
23401 _ACEOF
23402 cat confdefs.h >>conftest.$ac_ext
23403 cat >>conftest.$ac_ext <<_ACEOF
23404 /* end confdefs.h.  */
23405 #include <time.h>
23406 int
23407 main ()
23408 {
23409 timezone = 1
23410   ;
23411   return 0;
23412 }
23413 _ACEOF
23414 rm -f conftest.$ac_objext conftest$ac_exeext
23415 if { (ac_try="$ac_link"
23416 case "(($ac_try" in
23417   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23418   *) ac_try_echo=$ac_try;;
23419 esac
23420 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23421 $as_echo "$ac_try_echo") >&5
23422   (eval "$ac_link") 2>conftest.er1
23423   ac_status=$?
23424   grep -v '^ *+' conftest.er1 >conftest.err
23425   rm -f conftest.er1
23426   cat conftest.err >&5
23427   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23428   (exit $ac_status); } && {
23429          test -z "$ac_c_werror_flag" ||
23430          test ! -s conftest.err
23431        } && test -s conftest$ac_exeext && {
23432          test "$cross_compiling" = yes ||
23433          $as_test_x conftest$ac_exeext
23434        }; then
23435   ac_cv_have_timezone="yes"
23436 else
23437   $as_echo "$as_me: failed program was:" >&5
23438 sed 's/^/| /' conftest.$ac_ext >&5
23439
23440         ac_cv_have_timezone="no"
23441 fi
23442
23443 rm -rf conftest.dSYM
23444 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23445       conftest$ac_exeext conftest.$ac_ext
23446 fi
23447 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23448 $as_echo "$ac_cv_have_timezone" >&6; }
23449 if test "$ac_cv_have_timezone" = "yes"
23450 then
23451
23452 cat >>confdefs.h <<\_ACEOF
23453 #define HAVE_TIMEZONE 1
23454 _ACEOF
23455
23456 fi
23457 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23458 $as_echo_n "checking for daylight variable... " >&6; }
23459 if test "${ac_cv_have_daylight+set}" = set; then
23460   $as_echo_n "(cached) " >&6
23461 else
23462   cat >conftest.$ac_ext <<_ACEOF
23463 /* confdefs.h.  */
23464 _ACEOF
23465 cat confdefs.h >>conftest.$ac_ext
23466 cat >>conftest.$ac_ext <<_ACEOF
23467 /* end confdefs.h.  */
23468 #include <time.h>
23469 int
23470 main ()
23471 {
23472 daylight = 1
23473   ;
23474   return 0;
23475 }
23476 _ACEOF
23477 rm -f conftest.$ac_objext conftest$ac_exeext
23478 if { (ac_try="$ac_link"
23479 case "(($ac_try" in
23480   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23481   *) ac_try_echo=$ac_try;;
23482 esac
23483 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23484 $as_echo "$ac_try_echo") >&5
23485   (eval "$ac_link") 2>conftest.er1
23486   ac_status=$?
23487   grep -v '^ *+' conftest.er1 >conftest.err
23488   rm -f conftest.er1
23489   cat conftest.err >&5
23490   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23491   (exit $ac_status); } && {
23492          test -z "$ac_c_werror_flag" ||
23493          test ! -s conftest.err
23494        } && test -s conftest$ac_exeext && {
23495          test "$cross_compiling" = yes ||
23496          $as_test_x conftest$ac_exeext
23497        }; then
23498   ac_cv_have_daylight="yes"
23499 else
23500   $as_echo "$as_me: failed program was:" >&5
23501 sed 's/^/| /' conftest.$ac_ext >&5
23502
23503         ac_cv_have_daylight="no"
23504 fi
23505
23506 rm -rf conftest.dSYM
23507 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23508       conftest$ac_exeext conftest.$ac_ext
23509 fi
23510 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23511 $as_echo "$ac_cv_have_daylight" >&6; }
23512 if test "$ac_cv_have_daylight" = "yes"
23513 then
23514
23515 cat >>confdefs.h <<\_ACEOF
23516 #define HAVE_DAYLIGHT 1
23517 _ACEOF
23518
23519 fi
23520
23521 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23522 $as_echo_n "checking for isinf... " >&6; }
23523 if test "${ac_cv_have_isinf+set}" = set; then
23524   $as_echo_n "(cached) " >&6
23525 else
23526   cat >conftest.$ac_ext <<_ACEOF
23527 /* confdefs.h.  */
23528 _ACEOF
23529 cat confdefs.h >>conftest.$ac_ext
23530 cat >>conftest.$ac_ext <<_ACEOF
23531 /* end confdefs.h.  */
23532 #include <math.h>
23533 int
23534 main ()
23535 {
23536 float f = 0.0; int i=isinf(f)
23537   ;
23538   return 0;
23539 }
23540 _ACEOF
23541 rm -f conftest.$ac_objext conftest$ac_exeext
23542 if { (ac_try="$ac_link"
23543 case "(($ac_try" in
23544   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23545   *) ac_try_echo=$ac_try;;
23546 esac
23547 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23548 $as_echo "$ac_try_echo") >&5
23549   (eval "$ac_link") 2>conftest.er1
23550   ac_status=$?
23551   grep -v '^ *+' conftest.er1 >conftest.err
23552   rm -f conftest.er1
23553   cat conftest.err >&5
23554   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23555   (exit $ac_status); } && {
23556          test -z "$ac_c_werror_flag" ||
23557          test ! -s conftest.err
23558        } && test -s conftest$ac_exeext && {
23559          test "$cross_compiling" = yes ||
23560          $as_test_x conftest$ac_exeext
23561        }; then
23562   ac_cv_have_isinf="yes"
23563 else
23564   $as_echo "$as_me: failed program was:" >&5
23565 sed 's/^/| /' conftest.$ac_ext >&5
23566
23567         ac_cv_have_isinf="no"
23568 fi
23569
23570 rm -rf conftest.dSYM
23571 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23572       conftest$ac_exeext conftest.$ac_ext
23573 fi
23574 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23575 $as_echo "$ac_cv_have_isinf" >&6; }
23576 if test "$ac_cv_have_isinf" = "yes"
23577 then
23578
23579 cat >>confdefs.h <<\_ACEOF
23580 #define HAVE_ISINF 1
23581 _ACEOF
23582
23583 fi
23584
23585 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23586 $as_echo_n "checking for isnan... " >&6; }
23587 if test "${ac_cv_have_isnan+set}" = set; then
23588   $as_echo_n "(cached) " >&6
23589 else
23590   cat >conftest.$ac_ext <<_ACEOF
23591 /* confdefs.h.  */
23592 _ACEOF
23593 cat confdefs.h >>conftest.$ac_ext
23594 cat >>conftest.$ac_ext <<_ACEOF
23595 /* end confdefs.h.  */
23596 #include <math.h>
23597 int
23598 main ()
23599 {
23600 float f = 0.0; int i=isnan(f)
23601   ;
23602   return 0;
23603 }
23604 _ACEOF
23605 rm -f conftest.$ac_objext conftest$ac_exeext
23606 if { (ac_try="$ac_link"
23607 case "(($ac_try" in
23608   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23609   *) ac_try_echo=$ac_try;;
23610 esac
23611 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23612 $as_echo "$ac_try_echo") >&5
23613   (eval "$ac_link") 2>conftest.er1
23614   ac_status=$?
23615   grep -v '^ *+' conftest.er1 >conftest.err
23616   rm -f conftest.er1
23617   cat conftest.err >&5
23618   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23619   (exit $ac_status); } && {
23620          test -z "$ac_c_werror_flag" ||
23621          test ! -s conftest.err
23622        } && test -s conftest$ac_exeext && {
23623          test "$cross_compiling" = yes ||
23624          $as_test_x conftest$ac_exeext
23625        }; then
23626   ac_cv_have_isnan="yes"
23627 else
23628   $as_echo "$as_me: failed program was:" >&5
23629 sed 's/^/| /' conftest.$ac_ext >&5
23630
23631         ac_cv_have_isnan="no"
23632 fi
23633
23634 rm -rf conftest.dSYM
23635 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23636       conftest$ac_exeext conftest.$ac_ext
23637 fi
23638 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23639 $as_echo "$ac_cv_have_isnan" >&6; }
23640 if test "$ac_cv_have_isnan" = "yes"
23641 then
23642
23643 cat >>confdefs.h <<\_ACEOF
23644 #define HAVE_ISNAN 1
23645 _ACEOF
23646
23647 fi
23648
23649
23650 case $host_cpu in
23651   *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23652 $as_echo_n "checking whether we need to define __i386__... " >&6; }
23653 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23654   $as_echo_n "(cached) " >&6
23655 else
23656   cat >conftest.$ac_ext <<_ACEOF
23657 /* confdefs.h.  */
23658 _ACEOF
23659 cat confdefs.h >>conftest.$ac_ext
23660 cat >>conftest.$ac_ext <<_ACEOF
23661 /* end confdefs.h.  */
23662 #ifndef __i386__
23663 yes
23664 #endif
23665 _ACEOF
23666 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23667   $EGREP "yes" >/dev/null 2>&1; then
23668   ac_cv_cpp_def___i386__=yes
23669 else
23670   ac_cv_cpp_def___i386__=no
23671 fi
23672 rm -f conftest*
23673
23674 fi
23675 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
23676 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
23677 if test $ac_cv_cpp_def___i386__ = yes; then
23678   CFLAGS="$CFLAGS -D__i386__"
23679   LINTFLAGS="$LINTFLAGS -D__i386__"
23680 fi
23681  ;;
23682   *x86_64*)         { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
23683 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
23684 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
23685   $as_echo_n "(cached) " >&6
23686 else
23687   cat >conftest.$ac_ext <<_ACEOF
23688 /* confdefs.h.  */
23689 _ACEOF
23690 cat confdefs.h >>conftest.$ac_ext
23691 cat >>conftest.$ac_ext <<_ACEOF
23692 /* end confdefs.h.  */
23693 #ifndef __x86_64__
23694 yes
23695 #endif
23696 _ACEOF
23697 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23698   $EGREP "yes" >/dev/null 2>&1; then
23699   ac_cv_cpp_def___x86_64__=yes
23700 else
23701   ac_cv_cpp_def___x86_64__=no
23702 fi
23703 rm -f conftest*
23704
23705 fi
23706 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
23707 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
23708 if test $ac_cv_cpp_def___x86_64__ = yes; then
23709   CFLAGS="$CFLAGS -D__x86_64__"
23710   LINTFLAGS="$LINTFLAGS -D__x86_64__"
23711 fi
23712  ;;
23713   *alpha*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
23714 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
23715 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
23716   $as_echo_n "(cached) " >&6
23717 else
23718   cat >conftest.$ac_ext <<_ACEOF
23719 /* confdefs.h.  */
23720 _ACEOF
23721 cat confdefs.h >>conftest.$ac_ext
23722 cat >>conftest.$ac_ext <<_ACEOF
23723 /* end confdefs.h.  */
23724 #ifndef __ALPHA__
23725 yes
23726 #endif
23727 _ACEOF
23728 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23729   $EGREP "yes" >/dev/null 2>&1; then
23730   ac_cv_cpp_def___ALPHA__=yes
23731 else
23732   ac_cv_cpp_def___ALPHA__=no
23733 fi
23734 rm -f conftest*
23735
23736 fi
23737 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
23738 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
23739 if test $ac_cv_cpp_def___ALPHA__ = yes; then
23740   CFLAGS="$CFLAGS -D__ALPHA__"
23741   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
23742 fi
23743  ;;
23744   *sparc*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
23745 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
23746 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
23747   $as_echo_n "(cached) " >&6
23748 else
23749   cat >conftest.$ac_ext <<_ACEOF
23750 /* confdefs.h.  */
23751 _ACEOF
23752 cat confdefs.h >>conftest.$ac_ext
23753 cat >>conftest.$ac_ext <<_ACEOF
23754 /* end confdefs.h.  */
23755 #ifndef __sparc__
23756 yes
23757 #endif
23758 _ACEOF
23759 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23760   $EGREP "yes" >/dev/null 2>&1; then
23761   ac_cv_cpp_def___sparc__=yes
23762 else
23763   ac_cv_cpp_def___sparc__=no
23764 fi
23765 rm -f conftest*
23766
23767 fi
23768 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
23769 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
23770 if test $ac_cv_cpp_def___sparc__ = yes; then
23771   CFLAGS="$CFLAGS -D__sparc__"
23772   LINTFLAGS="$LINTFLAGS -D__sparc__"
23773 fi
23774  ;;
23775   *powerpc*)        { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
23776 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
23777 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
23778   $as_echo_n "(cached) " >&6
23779 else
23780   cat >conftest.$ac_ext <<_ACEOF
23781 /* confdefs.h.  */
23782 _ACEOF
23783 cat confdefs.h >>conftest.$ac_ext
23784 cat >>conftest.$ac_ext <<_ACEOF
23785 /* end confdefs.h.  */
23786 #ifndef __powerpc__
23787 yes
23788 #endif
23789 _ACEOF
23790 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23791   $EGREP "yes" >/dev/null 2>&1; then
23792   ac_cv_cpp_def___powerpc__=yes
23793 else
23794   ac_cv_cpp_def___powerpc__=no
23795 fi
23796 rm -f conftest*
23797
23798 fi
23799 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
23800 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
23801 if test $ac_cv_cpp_def___powerpc__ = yes; then
23802   CFLAGS="$CFLAGS -D__powerpc__"
23803   LINTFLAGS="$LINTFLAGS -D__powerpc__"
23804 fi
23805  ;;
23806 esac
23807
23808 case $host_vendor in
23809   *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
23810 $as_echo_n "checking whether we need to define __sun__... " >&6; }
23811 if test "${ac_cv_cpp_def___sun__+set}" = set; then
23812   $as_echo_n "(cached) " >&6
23813 else
23814   cat >conftest.$ac_ext <<_ACEOF
23815 /* confdefs.h.  */
23816 _ACEOF
23817 cat confdefs.h >>conftest.$ac_ext
23818 cat >>conftest.$ac_ext <<_ACEOF
23819 /* end confdefs.h.  */
23820 #ifndef __sun__
23821 yes
23822 #endif
23823 _ACEOF
23824 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23825   $EGREP "yes" >/dev/null 2>&1; then
23826   ac_cv_cpp_def___sun__=yes
23827 else
23828   ac_cv_cpp_def___sun__=no
23829 fi
23830 rm -f conftest*
23831
23832 fi
23833 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
23834 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
23835 if test $ac_cv_cpp_def___sun__ = yes; then
23836   CFLAGS="$CFLAGS -D__sun__"
23837   LINTFLAGS="$LINTFLAGS -D__sun__"
23838 fi
23839  ;;
23840 esac
23841
23842
23843 DEPENDENCIES="### Dependencies:
23844
23845 .INIT: Makefile
23846 .BEGIN: Makefile
23847 Makefile: dummy
23848         -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
23849
23850 \$(OBJS): \$(IDL_GEN_HEADERS)
23851 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
23852 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
23853 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
23854 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
23855
23856
23857 ALL_MAKERULES=""
23858
23859 ALL_MAKEFILES=""
23860
23861 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
23862
23863
23864 ALL_TOP_DIRS=""
23865
23866 ALL_DLL_DIRS=""
23867
23868 ALL_IMPLIB_DIRS=""
23869
23870 ALL_TEST_DIRS=""
23871
23872 ALL_PROGRAM_DIRS=""
23873
23874 ALL_PROGRAM_INSTALL_DIRS=""
23875
23876 ALL_PROGRAM_BIN_INSTALL_DIRS=""
23877
23878
23879
23880
23881
23882 ac_config_commands="$ac_config_commands include/stamp-h"
23883
23884
23885 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
23886
23887 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
23888
23889 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
23890
23891 ac_config_commands="$ac_config_commands dlls/user32/resources"
23892
23893 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
23894
23895 ac_config_commands="$ac_config_commands include/wine"
23896
23897
23898 ALL_MAKERULES="$ALL_MAKERULES \\
23899         Make.rules"
23900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23901 Make.rules: Make.rules.in"
23902 MAKE_RULES=Make.rules
23903 ac_config_files="$ac_config_files Make.rules"
23904
23905 ALL_MAKERULES="$ALL_MAKERULES \\
23906         dlls/Makedll.rules"
23907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23908 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
23909 MAKE_DLL_RULES=dlls/Makedll.rules
23910 ac_config_files="$ac_config_files dlls/Makedll.rules"
23911
23912 ALL_MAKERULES="$ALL_MAKERULES \\
23913         dlls/Makeimplib.rules"
23914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23915 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
23916 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
23917 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
23918
23919 ALL_MAKERULES="$ALL_MAKERULES \\
23920         dlls/Maketest.rules"
23921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23922 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
23923 MAKE_TEST_RULES=dlls/Maketest.rules
23924 ac_config_files="$ac_config_files dlls/Maketest.rules"
23925
23926 ALL_MAKERULES="$ALL_MAKERULES \\
23927         programs/Makeprog.rules"
23928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23929 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
23930 MAKE_PROG_RULES=programs/Makeprog.rules
23931 ac_config_files="$ac_config_files programs/Makeprog.rules"
23932
23933
23934
23935
23936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23937 Makefile: Makefile.in Make.rules"
23938 ac_config_files="$ac_config_files Makefile"
23939
23940 ALL_MAKEFILES="$ALL_MAKEFILES \\
23941         dlls/Makefile"
23942 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
23943         dlls"
23944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23945 dlls/Makefile: dlls/Makefile.in Make.rules"
23946 ac_config_files="$ac_config_files dlls/Makefile"
23947
23948 ALL_MAKEFILES="$ALL_MAKEFILES \\
23949         dlls/acledit/Makefile"
23950 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23951         acledit"
23952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23953 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
23954 ac_config_files="$ac_config_files dlls/acledit/Makefile"
23955
23956 ALL_MAKEFILES="$ALL_MAKEFILES \\
23957         dlls/activeds/Makefile"
23958 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23959         activeds"
23960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23961 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
23962 ac_config_files="$ac_config_files dlls/activeds/Makefile"
23963
23964 ALL_MAKEFILES="$ALL_MAKEFILES \\
23965         dlls/actxprxy/Makefile"
23966 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23967         actxprxy"
23968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23969 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
23970 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
23971
23972 ALL_MAKEFILES="$ALL_MAKEFILES \\
23973         dlls/adsiid/Makefile"
23974 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23975         adsiid"
23976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23977 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
23978 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
23979
23980 ALL_MAKEFILES="$ALL_MAKEFILES \\
23981         dlls/advapi32/Makefile"
23982 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23983         advapi32"
23984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23985 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
23986 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
23987
23988 ALL_MAKEFILES="$ALL_MAKEFILES \\
23989         dlls/advapi32/tests/Makefile"
23990 test "x$enable_advapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23991         advapi32/tests"
23992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23993 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
23994 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
23995
23996 ALL_MAKEFILES="$ALL_MAKEFILES \\
23997         dlls/advpack/Makefile"
23998 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23999         advpack"
24000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24001 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24002 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24003
24004 ALL_MAKEFILES="$ALL_MAKEFILES \\
24005         dlls/advpack/tests/Makefile"
24006 test "x$enable_advpack_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24007         advpack/tests"
24008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24009 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24010 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24011
24012 ALL_MAKEFILES="$ALL_MAKEFILES \\
24013         dlls/amstream/Makefile"
24014 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24015         amstream"
24016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24017 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24018 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24019
24020 ALL_MAKEFILES="$ALL_MAKEFILES \\
24021         dlls/appwiz.cpl/Makefile"
24022 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24023         appwiz.cpl"
24024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24025 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24026 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24027
24028 ALL_MAKEFILES="$ALL_MAKEFILES \\
24029         dlls/atl/Makefile"
24030 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24031         atl"
24032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24033 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24034 ac_config_files="$ac_config_files dlls/atl/Makefile"
24035
24036 ALL_MAKEFILES="$ALL_MAKEFILES \\
24037         dlls/avicap32/Makefile"
24038 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24039         avicap32"
24040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24041 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24042 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24043
24044 ALL_MAKEFILES="$ALL_MAKEFILES \\
24045         dlls/avifil32/Makefile"
24046 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24047         avifil32"
24048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24049 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24050 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24051
24052 ALL_MAKEFILES="$ALL_MAKEFILES \\
24053         dlls/browseui/Makefile"
24054 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24055         browseui"
24056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24057 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24058 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24059
24060 ALL_MAKEFILES="$ALL_MAKEFILES \\
24061         dlls/browseui/tests/Makefile"
24062 test "x$enable_browseui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24063         browseui/tests"
24064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24065 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24066 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24067
24068 ALL_MAKEFILES="$ALL_MAKEFILES \\
24069         dlls/cabinet/Makefile"
24070 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24071         cabinet"
24072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24073 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24074 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24075
24076 ALL_MAKEFILES="$ALL_MAKEFILES \\
24077         dlls/cabinet/tests/Makefile"
24078 test "x$enable_cabinet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24079         cabinet/tests"
24080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24081 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24082 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24083
24084 ALL_MAKEFILES="$ALL_MAKEFILES \\
24085         dlls/capi2032/Makefile"
24086 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24087         capi2032"
24088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24089 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24090 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24091
24092 ALL_MAKEFILES="$ALL_MAKEFILES \\
24093         dlls/cards/Makefile"
24094 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24095         cards"
24096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24097 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24098 ac_config_files="$ac_config_files dlls/cards/Makefile"
24099
24100 ALL_MAKEFILES="$ALL_MAKEFILES \\
24101         dlls/cfgmgr32/Makefile"
24102 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24103         cfgmgr32"
24104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24105 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24106 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24107
24108 ALL_MAKEFILES="$ALL_MAKEFILES \\
24109         dlls/clusapi/Makefile"
24110 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24111         clusapi"
24112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24113 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24114 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24115
24116 ALL_MAKEFILES="$ALL_MAKEFILES \\
24117         dlls/comcat/Makefile"
24118 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24119         comcat"
24120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24121 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24122 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24123
24124 ALL_MAKEFILES="$ALL_MAKEFILES \\
24125         dlls/comcat/tests/Makefile"
24126 test "x$enable_comcat_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24127         comcat/tests"
24128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24129 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24130 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24131
24132 ALL_MAKEFILES="$ALL_MAKEFILES \\
24133         dlls/comctl32/Makefile"
24134 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24135         comctl32"
24136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24137 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24138 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24139
24140 ALL_MAKEFILES="$ALL_MAKEFILES \\
24141         dlls/comctl32/tests/Makefile"
24142 test "x$enable_comctl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24143         comctl32/tests"
24144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24145 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24146 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24147
24148 ALL_MAKEFILES="$ALL_MAKEFILES \\
24149         dlls/comdlg32/Makefile"
24150 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24151         comdlg32"
24152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24153 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24154 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24155
24156 ALL_MAKEFILES="$ALL_MAKEFILES \\
24157         dlls/comdlg32/tests/Makefile"
24158 test "x$enable_comdlg32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24159         comdlg32/tests"
24160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24161 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24162 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24163
24164 ALL_MAKEFILES="$ALL_MAKEFILES \\
24165         dlls/compstui/Makefile"
24166 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24167         compstui"
24168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24169 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24170 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24171
24172 ALL_MAKEFILES="$ALL_MAKEFILES \\
24173         dlls/credui/Makefile"
24174 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24175         credui"
24176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24177 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24178 ac_config_files="$ac_config_files dlls/credui/Makefile"
24179
24180 ALL_MAKEFILES="$ALL_MAKEFILES \\
24181         dlls/credui/tests/Makefile"
24182 test "x$enable_credui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24183         credui/tests"
24184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24185 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24186 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24187
24188 ALL_MAKEFILES="$ALL_MAKEFILES \\
24189         dlls/crtdll/Makefile"
24190 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24191         crtdll"
24192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24193 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24194 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24195
24196 ALL_MAKEFILES="$ALL_MAKEFILES \\
24197         dlls/crypt32/Makefile"
24198 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24199         crypt32"
24200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24201 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24202 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24203
24204 ALL_MAKEFILES="$ALL_MAKEFILES \\
24205         dlls/crypt32/tests/Makefile"
24206 test "x$enable_crypt32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24207         crypt32/tests"
24208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24209 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24210 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24211
24212 ALL_MAKEFILES="$ALL_MAKEFILES \\
24213         dlls/cryptdlg/Makefile"
24214 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24215         cryptdlg"
24216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24217 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24218 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24219
24220 ALL_MAKEFILES="$ALL_MAKEFILES \\
24221         dlls/cryptdll/Makefile"
24222 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24223         cryptdll"
24224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24225 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24226 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24227
24228 ALL_MAKEFILES="$ALL_MAKEFILES \\
24229         dlls/cryptnet/Makefile"
24230 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24231         cryptnet"
24232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24233 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24234 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24235
24236 ALL_MAKEFILES="$ALL_MAKEFILES \\
24237         dlls/cryptnet/tests/Makefile"
24238 test "x$enable_cryptnet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24239         cryptnet/tests"
24240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24241 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24242 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24243
24244 ALL_MAKEFILES="$ALL_MAKEFILES \\
24245         dlls/cryptui/Makefile"
24246 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24247         cryptui"
24248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24249 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24250 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24251
24252 ALL_MAKEFILES="$ALL_MAKEFILES \\
24253         dlls/cryptui/tests/Makefile"
24254 test "x$enable_cryptui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24255         cryptui/tests"
24256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24257 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24258 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24259
24260 ALL_MAKEFILES="$ALL_MAKEFILES \\
24261         dlls/ctapi32/Makefile"
24262 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24263         ctapi32"
24264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24265 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24266 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24267
24268 ALL_MAKEFILES="$ALL_MAKEFILES \\
24269         dlls/ctl3d32/Makefile"
24270 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24271         ctl3d32"
24272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24273 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24274 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24275
24276 ALL_MAKEFILES="$ALL_MAKEFILES \\
24277         dlls/d3d10/Makefile"
24278 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24279         d3d10"
24280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24281 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24282 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24283
24284 ALL_MAKEFILES="$ALL_MAKEFILES \\
24285         dlls/d3d10/tests/Makefile"
24286 test "x$enable_d3d10_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24287         d3d10/tests"
24288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24289 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24290 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24291
24292 ALL_MAKEFILES="$ALL_MAKEFILES \\
24293         dlls/d3d10core/Makefile"
24294 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24295         d3d10core"
24296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24297 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24298 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24299
24300 ALL_MAKEFILES="$ALL_MAKEFILES \\
24301         dlls/d3d8/Makefile"
24302 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24303         d3d8"
24304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24305 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24306 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24307
24308 ALL_MAKEFILES="$ALL_MAKEFILES \\
24309         dlls/d3d8/tests/Makefile"
24310 test "x$enable_d3d8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24311         d3d8/tests"
24312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24313 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24314 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24315
24316 ALL_MAKEFILES="$ALL_MAKEFILES \\
24317         dlls/d3d9/Makefile"
24318 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24319         d3d9"
24320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24321 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24322 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24323
24324 ALL_MAKEFILES="$ALL_MAKEFILES \\
24325         dlls/d3d9/tests/Makefile"
24326 test "x$enable_d3d9_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24327         d3d9/tests"
24328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24329 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24330 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24331
24332 ALL_MAKEFILES="$ALL_MAKEFILES \\
24333         dlls/d3dim/Makefile"
24334 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24335         d3dim"
24336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24337 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24338 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24339
24340 ALL_MAKEFILES="$ALL_MAKEFILES \\
24341         dlls/d3drm/Makefile"
24342 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24343         d3drm"
24344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24345 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24346 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24347
24348 ALL_MAKEFILES="$ALL_MAKEFILES \\
24349         dlls/d3drm/tests/Makefile"
24350 test "x$enable_d3drm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24351         d3drm/tests"
24352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24353 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24354 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24355
24356 ALL_MAKEFILES="$ALL_MAKEFILES \\
24357         dlls/d3dx8/Makefile"
24358 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24359         d3dx8"
24360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24361 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24362 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24363
24364 ALL_MAKEFILES="$ALL_MAKEFILES \\
24365         dlls/d3dx8/tests/Makefile"
24366 test "x$enable_d3dx8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24367         d3dx8/tests"
24368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24369 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24370 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24371
24372 ALL_MAKEFILES="$ALL_MAKEFILES \\
24373         dlls/d3dx9_24/Makefile"
24374 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24375         d3dx9_24"
24376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24377 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24378 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24379
24380 ALL_MAKEFILES="$ALL_MAKEFILES \\
24381         dlls/d3dx9_25/Makefile"
24382 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24383         d3dx9_25"
24384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24385 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24386 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24387
24388 ALL_MAKEFILES="$ALL_MAKEFILES \\
24389         dlls/d3dx9_26/Makefile"
24390 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24391         d3dx9_26"
24392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24393 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24394 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24395
24396 ALL_MAKEFILES="$ALL_MAKEFILES \\
24397         dlls/d3dx9_27/Makefile"
24398 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24399         d3dx9_27"
24400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24401 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24402 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24403
24404 ALL_MAKEFILES="$ALL_MAKEFILES \\
24405         dlls/d3dx9_28/Makefile"
24406 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24407         d3dx9_28"
24408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24409 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24410 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24411
24412 ALL_MAKEFILES="$ALL_MAKEFILES \\
24413         dlls/d3dx9_29/Makefile"
24414 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24415         d3dx9_29"
24416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24417 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24418 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24419
24420 ALL_MAKEFILES="$ALL_MAKEFILES \\
24421         dlls/d3dx9_30/Makefile"
24422 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24423         d3dx9_30"
24424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24425 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24426 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24427
24428 ALL_MAKEFILES="$ALL_MAKEFILES \\
24429         dlls/d3dx9_31/Makefile"
24430 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24431         d3dx9_31"
24432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24433 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24434 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24435
24436 ALL_MAKEFILES="$ALL_MAKEFILES \\
24437         dlls/d3dx9_32/Makefile"
24438 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24439         d3dx9_32"
24440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24441 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24442 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24443
24444 ALL_MAKEFILES="$ALL_MAKEFILES \\
24445         dlls/d3dx9_33/Makefile"
24446 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24447         d3dx9_33"
24448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24449 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24450 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24451
24452 ALL_MAKEFILES="$ALL_MAKEFILES \\
24453         dlls/d3dx9_34/Makefile"
24454 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24455         d3dx9_34"
24456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24457 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24458 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24459
24460 ALL_MAKEFILES="$ALL_MAKEFILES \\
24461         dlls/d3dx9_35/Makefile"
24462 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24463         d3dx9_35"
24464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24465 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24466 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24467
24468 ALL_MAKEFILES="$ALL_MAKEFILES \\
24469         dlls/d3dx9_36/Makefile"
24470 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24471         d3dx9_36"
24472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24473 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24474 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24475
24476 ALL_MAKEFILES="$ALL_MAKEFILES \\
24477         dlls/d3dx9_36/tests/Makefile"
24478 test "x$enable_d3dx9_36_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24479         d3dx9_36/tests"
24480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24481 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24482 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24483
24484 ALL_MAKEFILES="$ALL_MAKEFILES \\
24485         dlls/d3dx9_37/Makefile"
24486 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24487         d3dx9_37"
24488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24489 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24490 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24491
24492 ALL_MAKEFILES="$ALL_MAKEFILES \\
24493         dlls/d3dxof/Makefile"
24494 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24495         d3dxof"
24496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24497 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24498 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24499
24500 ALL_MAKEFILES="$ALL_MAKEFILES \\
24501         dlls/d3dxof/tests/Makefile"
24502 test "x$enable_d3dxof_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24503         d3dxof/tests"
24504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24505 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24506 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24507
24508 ALL_MAKEFILES="$ALL_MAKEFILES \\
24509         dlls/dbghelp/Makefile"
24510 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24511         dbghelp"
24512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24513 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24514 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24515
24516 ALL_MAKEFILES="$ALL_MAKEFILES \\
24517         dlls/dciman32/Makefile"
24518 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24519         dciman32"
24520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24521 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24522 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24523
24524 ALL_MAKEFILES="$ALL_MAKEFILES \\
24525         dlls/ddraw/Makefile"
24526 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24527         ddraw"
24528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24529 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24530 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24531
24532 ALL_MAKEFILES="$ALL_MAKEFILES \\
24533         dlls/ddraw/tests/Makefile"
24534 test "x$enable_ddraw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24535         ddraw/tests"
24536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24537 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24538 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24539
24540 ALL_MAKEFILES="$ALL_MAKEFILES \\
24541         dlls/ddrawex/Makefile"
24542 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24543         ddrawex"
24544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24545 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24546 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24547
24548 ALL_MAKEFILES="$ALL_MAKEFILES \\
24549         dlls/devenum/Makefile"
24550 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24551         devenum"
24552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24553 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24554 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24555
24556 ALL_MAKEFILES="$ALL_MAKEFILES \\
24557         dlls/dinput/Makefile"
24558 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24559         dinput"
24560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24561 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24562 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24563
24564 ALL_MAKEFILES="$ALL_MAKEFILES \\
24565         dlls/dinput/tests/Makefile"
24566 test "x$enable_dinput_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24567         dinput/tests"
24568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24569 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
24570 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
24571
24572 ALL_MAKEFILES="$ALL_MAKEFILES \\
24573         dlls/dinput8/Makefile"
24574 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24575         dinput8"
24576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24577 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
24578 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
24579
24580 ALL_MAKEFILES="$ALL_MAKEFILES \\
24581         dlls/dmband/Makefile"
24582 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24583         dmband"
24584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24585 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
24586 ac_config_files="$ac_config_files dlls/dmband/Makefile"
24587
24588 ALL_MAKEFILES="$ALL_MAKEFILES \\
24589         dlls/dmcompos/Makefile"
24590 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24591         dmcompos"
24592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24593 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
24594 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
24595
24596 ALL_MAKEFILES="$ALL_MAKEFILES \\
24597         dlls/dmime/Makefile"
24598 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24599         dmime"
24600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24601 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
24602 ac_config_files="$ac_config_files dlls/dmime/Makefile"
24603
24604 ALL_MAKEFILES="$ALL_MAKEFILES \\
24605         dlls/dmloader/Makefile"
24606 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24607         dmloader"
24608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24609 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
24610 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
24611
24612 ALL_MAKEFILES="$ALL_MAKEFILES \\
24613         dlls/dmscript/Makefile"
24614 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24615         dmscript"
24616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24617 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
24618 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
24619
24620 ALL_MAKEFILES="$ALL_MAKEFILES \\
24621         dlls/dmstyle/Makefile"
24622 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24623         dmstyle"
24624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24625 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
24626 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
24627
24628 ALL_MAKEFILES="$ALL_MAKEFILES \\
24629         dlls/dmsynth/Makefile"
24630 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24631         dmsynth"
24632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24633 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
24634 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
24635
24636 ALL_MAKEFILES="$ALL_MAKEFILES \\
24637         dlls/dmusic/Makefile"
24638 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24639         dmusic"
24640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24641 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
24642 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
24643
24644 ALL_MAKEFILES="$ALL_MAKEFILES \\
24645         dlls/dmusic32/Makefile"
24646 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24647         dmusic32"
24648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24649 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
24650 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
24651
24652 ALL_MAKEFILES="$ALL_MAKEFILES \\
24653         dlls/dnsapi/Makefile"
24654 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24655         dnsapi"
24656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24657 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
24658 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
24659
24660 ALL_MAKEFILES="$ALL_MAKEFILES \\
24661         dlls/dnsapi/tests/Makefile"
24662 test "x$enable_dnsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24663         dnsapi/tests"
24664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24665 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
24666 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
24667
24668 ALL_MAKEFILES="$ALL_MAKEFILES \\
24669         dlls/dplay/Makefile"
24670 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24671         dplay"
24672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24673 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
24674 ac_config_files="$ac_config_files dlls/dplay/Makefile"
24675
24676 ALL_MAKEFILES="$ALL_MAKEFILES \\
24677         dlls/dplayx/Makefile"
24678 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24679         dplayx"
24680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24681 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
24682 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
24683
24684 ALL_MAKEFILES="$ALL_MAKEFILES \\
24685         dlls/dplayx/tests/Makefile"
24686 test "x$enable_dplayx_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24687         dplayx/tests"
24688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24689 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
24690 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
24691
24692 ALL_MAKEFILES="$ALL_MAKEFILES \\
24693         dlls/dpnaddr/Makefile"
24694 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24695         dpnaddr"
24696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24697 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
24698 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
24699
24700 ALL_MAKEFILES="$ALL_MAKEFILES \\
24701         dlls/dpnet/Makefile"
24702 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24703         dpnet"
24704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24705 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
24706 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
24707
24708 ALL_MAKEFILES="$ALL_MAKEFILES \\
24709         dlls/dpnhpast/Makefile"
24710 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24711         dpnhpast"
24712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24713 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
24714 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
24715
24716 ALL_MAKEFILES="$ALL_MAKEFILES \\
24717         dlls/dpnlobby/Makefile"
24718 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24719         dpnlobby"
24720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24721 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
24722 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
24723
24724 ALL_MAKEFILES="$ALL_MAKEFILES \\
24725         dlls/dpwsockx/Makefile"
24726 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24727         dpwsockx"
24728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24729 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
24730 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
24731
24732 ALL_MAKEFILES="$ALL_MAKEFILES \\
24733         dlls/dsound/Makefile"
24734 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24735         dsound"
24736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24737 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
24738 ac_config_files="$ac_config_files dlls/dsound/Makefile"
24739
24740 ALL_MAKEFILES="$ALL_MAKEFILES \\
24741         dlls/dsound/tests/Makefile"
24742 test "x$enable_dsound_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24743         dsound/tests"
24744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24745 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
24746 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
24747
24748 ALL_MAKEFILES="$ALL_MAKEFILES \\
24749         dlls/dssenh/Makefile"
24750 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24751         dssenh"
24752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24753 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
24754 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
24755
24756 ALL_MAKEFILES="$ALL_MAKEFILES \\
24757         dlls/dswave/Makefile"
24758 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24759         dswave"
24760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24761 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
24762 ac_config_files="$ac_config_files dlls/dswave/Makefile"
24763
24764 ALL_MAKEFILES="$ALL_MAKEFILES \\
24765         dlls/dwmapi/Makefile"
24766 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24767         dwmapi"
24768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24769 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
24770 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
24771
24772 ALL_MAKEFILES="$ALL_MAKEFILES \\
24773         dlls/dxdiagn/Makefile"
24774 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24775         dxdiagn"
24776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24777 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
24778 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
24779
24780 ALL_MAKEFILES="$ALL_MAKEFILES \\
24781         dlls/dxerr8/Makefile"
24782 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24783         dxerr8"
24784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24785 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
24786 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
24787
24788 ALL_MAKEFILES="$ALL_MAKEFILES \\
24789         dlls/dxerr9/Makefile"
24790 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24791         dxerr9"
24792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24793 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
24794 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
24795
24796 ALL_MAKEFILES="$ALL_MAKEFILES \\
24797         dlls/dxgi/Makefile"
24798 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24799         dxgi"
24800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24801 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
24802 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
24803
24804 ALL_MAKEFILES="$ALL_MAKEFILES \\
24805         dlls/dxgi/tests/Makefile"
24806 test "x$enable_dxgi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24807         dxgi/tests"
24808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24809 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
24810 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
24811
24812 ALL_MAKEFILES="$ALL_MAKEFILES \\
24813         dlls/dxguid/Makefile"
24814 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24815         dxguid"
24816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24817 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
24818 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
24819
24820 ALL_MAKEFILES="$ALL_MAKEFILES \\
24821         dlls/faultrep/Makefile"
24822 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24823         faultrep"
24824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24825 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
24826 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
24827
24828 ALL_MAKEFILES="$ALL_MAKEFILES \\
24829         dlls/fusion/Makefile"
24830 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24831         fusion"
24832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24833 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
24834 ac_config_files="$ac_config_files dlls/fusion/Makefile"
24835
24836 ALL_MAKEFILES="$ALL_MAKEFILES \\
24837         dlls/fusion/tests/Makefile"
24838 test "x$enable_fusion_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24839         fusion/tests"
24840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24841 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
24842 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
24843
24844 ALL_MAKEFILES="$ALL_MAKEFILES \\
24845         dlls/gdi32/Makefile"
24846 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24847         gdi32"
24848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24849 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
24850 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
24851
24852 ALL_MAKEFILES="$ALL_MAKEFILES \\
24853         dlls/gdi32/tests/Makefile"
24854 test "x$enable_gdi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24855         gdi32/tests"
24856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24857 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
24858 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
24859
24860 ALL_MAKEFILES="$ALL_MAKEFILES \\
24861         dlls/gdiplus/Makefile"
24862 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24863         gdiplus"
24864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24865 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
24866 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
24867
24868 ALL_MAKEFILES="$ALL_MAKEFILES \\
24869         dlls/gdiplus/tests/Makefile"
24870 test "x$enable_gdiplus_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24871         gdiplus/tests"
24872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24873 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
24874 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
24875
24876 ALL_MAKEFILES="$ALL_MAKEFILES \\
24877         dlls/glu32/Makefile"
24878 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24879         glu32"
24880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24881 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
24882 ac_config_files="$ac_config_files dlls/glu32/Makefile"
24883
24884 ALL_MAKEFILES="$ALL_MAKEFILES \\
24885         dlls/gphoto2.ds/Makefile"
24886 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24887         gphoto2.ds"
24888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24889 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
24890 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
24891
24892 ALL_MAKEFILES="$ALL_MAKEFILES \\
24893         dlls/gpkcsp/Makefile"
24894 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24895         gpkcsp"
24896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24897 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
24898 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
24899
24900 ALL_MAKEFILES="$ALL_MAKEFILES \\
24901         dlls/hal/Makefile"
24902 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24903         hal"
24904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24905 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
24906 ac_config_files="$ac_config_files dlls/hal/Makefile"
24907
24908 ALL_MAKEFILES="$ALL_MAKEFILES \\
24909         dlls/hhctrl.ocx/Makefile"
24910 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24911         hhctrl.ocx"
24912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24913 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
24914 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
24915
24916 ALL_MAKEFILES="$ALL_MAKEFILES \\
24917         dlls/hid/Makefile"
24918 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24919         hid"
24920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24921 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
24922 ac_config_files="$ac_config_files dlls/hid/Makefile"
24923
24924 ALL_MAKEFILES="$ALL_MAKEFILES \\
24925         dlls/hlink/Makefile"
24926 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24927         hlink"
24928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24929 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
24930 ac_config_files="$ac_config_files dlls/hlink/Makefile"
24931
24932 ALL_MAKEFILES="$ALL_MAKEFILES \\
24933         dlls/hlink/tests/Makefile"
24934 test "x$enable_hlink_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24935         hlink/tests"
24936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24937 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
24938 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
24939
24940 ALL_MAKEFILES="$ALL_MAKEFILES \\
24941         dlls/hnetcfg/Makefile"
24942 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24943         hnetcfg"
24944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24945 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
24946 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
24947
24948 ALL_MAKEFILES="$ALL_MAKEFILES \\
24949         dlls/iccvid/Makefile"
24950 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24951         iccvid"
24952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24953 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
24954 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
24955
24956 ALL_MAKEFILES="$ALL_MAKEFILES \\
24957         dlls/icmp/Makefile"
24958 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24959         icmp"
24960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24961 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
24962 ac_config_files="$ac_config_files dlls/icmp/Makefile"
24963
24964 ALL_MAKEFILES="$ALL_MAKEFILES \\
24965         dlls/ifsmgr.vxd/Makefile"
24966 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24967         ifsmgr.vxd"
24968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24969 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
24970 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
24971
24972 ALL_MAKEFILES="$ALL_MAKEFILES \\
24973         dlls/imaadp32.acm/Makefile"
24974 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24975         imaadp32.acm"
24976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24977 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
24978 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
24979
24980 ALL_MAKEFILES="$ALL_MAKEFILES \\
24981         dlls/imagehlp/Makefile"
24982 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24983         imagehlp"
24984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24985 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
24986 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
24987
24988 ALL_MAKEFILES="$ALL_MAKEFILES \\
24989         dlls/imm32/Makefile"
24990 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24991         imm32"
24992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24993 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
24994 ac_config_files="$ac_config_files dlls/imm32/Makefile"
24995
24996 ALL_MAKEFILES="$ALL_MAKEFILES \\
24997         dlls/imm32/tests/Makefile"
24998 test "x$enable_imm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24999         imm32/tests"
25000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25001 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25002 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25003
25004 ALL_MAKEFILES="$ALL_MAKEFILES \\
25005         dlls/inetcomm/Makefile"
25006 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25007         inetcomm"
25008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25009 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25010 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25011
25012 ALL_MAKEFILES="$ALL_MAKEFILES \\
25013         dlls/inetcomm/tests/Makefile"
25014 test "x$enable_inetcomm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25015         inetcomm/tests"
25016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25017 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25018 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25019
25020 ALL_MAKEFILES="$ALL_MAKEFILES \\
25021         dlls/inetmib1/Makefile"
25022 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25023         inetmib1"
25024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25025 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25026 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25027
25028 ALL_MAKEFILES="$ALL_MAKEFILES \\
25029         dlls/inetmib1/tests/Makefile"
25030 test "x$enable_inetmib1_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25031         inetmib1/tests"
25032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25033 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25034 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25035
25036 ALL_MAKEFILES="$ALL_MAKEFILES \\
25037         dlls/infosoft/Makefile"
25038 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25039         infosoft"
25040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25041 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25042 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25043
25044 ALL_MAKEFILES="$ALL_MAKEFILES \\
25045         dlls/infosoft/tests/Makefile"
25046 test "x$enable_infosoft_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25047         infosoft/tests"
25048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25049 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25050 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25051
25052 ALL_MAKEFILES="$ALL_MAKEFILES \\
25053         dlls/initpki/Makefile"
25054 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25055         initpki"
25056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25057 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25058 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25059
25060 ALL_MAKEFILES="$ALL_MAKEFILES \\
25061         dlls/inkobj/Makefile"
25062 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25063         inkobj"
25064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25065 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25066 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25067
25068 ALL_MAKEFILES="$ALL_MAKEFILES \\
25069         dlls/inseng/Makefile"
25070 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25071         inseng"
25072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25073 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25074 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25075
25076 ALL_MAKEFILES="$ALL_MAKEFILES \\
25077         dlls/iphlpapi/Makefile"
25078 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25079         iphlpapi"
25080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25081 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25082 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25083
25084 ALL_MAKEFILES="$ALL_MAKEFILES \\
25085         dlls/iphlpapi/tests/Makefile"
25086 test "x$enable_iphlpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25087         iphlpapi/tests"
25088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25089 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25090 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25091
25092 ALL_MAKEFILES="$ALL_MAKEFILES \\
25093         dlls/itircl/Makefile"
25094 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25095         itircl"
25096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25097 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25098 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25099
25100 ALL_MAKEFILES="$ALL_MAKEFILES \\
25101         dlls/itss/Makefile"
25102 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25103         itss"
25104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25105 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25106 ac_config_files="$ac_config_files dlls/itss/Makefile"
25107
25108 ALL_MAKEFILES="$ALL_MAKEFILES \\
25109         dlls/itss/tests/Makefile"
25110 test "x$enable_itss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25111         itss/tests"
25112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25113 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25114 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25115
25116 ALL_MAKEFILES="$ALL_MAKEFILES \\
25117         dlls/jscript/Makefile"
25118 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25119         jscript"
25120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25121 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25122 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25123
25124 ALL_MAKEFILES="$ALL_MAKEFILES \\
25125         dlls/jscript/tests/Makefile"
25126 test "x$enable_jscript_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25127         jscript/tests"
25128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25129 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25130 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25131
25132 ALL_MAKEFILES="$ALL_MAKEFILES \\
25133         dlls/kernel32/Makefile"
25134 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25135         kernel32"
25136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25137 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25138 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25139
25140 ALL_MAKEFILES="$ALL_MAKEFILES \\
25141         dlls/kernel32/tests/Makefile"
25142 test "x$enable_kernel32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25143         kernel32/tests"
25144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25145 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25146 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25147
25148 ALL_MAKEFILES="$ALL_MAKEFILES \\
25149         dlls/localspl/Makefile"
25150 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25151         localspl"
25152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25153 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25154 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25155
25156 ALL_MAKEFILES="$ALL_MAKEFILES \\
25157         dlls/localspl/tests/Makefile"
25158 test "x$enable_localspl_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25159         localspl/tests"
25160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25161 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25162 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25163
25164 ALL_MAKEFILES="$ALL_MAKEFILES \\
25165         dlls/localui/Makefile"
25166 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25167         localui"
25168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25169 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25170 ac_config_files="$ac_config_files dlls/localui/Makefile"
25171
25172 ALL_MAKEFILES="$ALL_MAKEFILES \\
25173         dlls/localui/tests/Makefile"
25174 test "x$enable_localui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25175         localui/tests"
25176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25177 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25178 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25179
25180 ALL_MAKEFILES="$ALL_MAKEFILES \\
25181         dlls/lz32/Makefile"
25182 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25183         lz32"
25184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25185 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25186 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25187
25188 ALL_MAKEFILES="$ALL_MAKEFILES \\
25189         dlls/lz32/tests/Makefile"
25190 test "x$enable_lz32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25191         lz32/tests"
25192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25193 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25194 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25195
25196 ALL_MAKEFILES="$ALL_MAKEFILES \\
25197         dlls/mapi32/Makefile"
25198 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25199         mapi32"
25200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25201 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25202 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25203
25204 ALL_MAKEFILES="$ALL_MAKEFILES \\
25205         dlls/mapi32/tests/Makefile"
25206 test "x$enable_mapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25207         mapi32/tests"
25208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25209 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25210 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25211
25212 ALL_MAKEFILES="$ALL_MAKEFILES \\
25213         dlls/mciavi32/Makefile"
25214 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25215         mciavi32"
25216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25217 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25218 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25219
25220 ALL_MAKEFILES="$ALL_MAKEFILES \\
25221         dlls/mcicda/Makefile"
25222 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25223         mcicda"
25224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25225 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25226 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25227
25228 ALL_MAKEFILES="$ALL_MAKEFILES \\
25229         dlls/mciseq/Makefile"
25230 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25231         mciseq"
25232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25233 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25234 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25235
25236 ALL_MAKEFILES="$ALL_MAKEFILES \\
25237         dlls/mciwave/Makefile"
25238 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25239         mciwave"
25240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25241 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25242 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25243
25244 ALL_MAKEFILES="$ALL_MAKEFILES \\
25245         dlls/midimap/Makefile"
25246 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25247         midimap"
25248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25249 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25250 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25251
25252 ALL_MAKEFILES="$ALL_MAKEFILES \\
25253         dlls/mlang/Makefile"
25254 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25255         mlang"
25256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25257 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25258 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25259
25260 ALL_MAKEFILES="$ALL_MAKEFILES \\
25261         dlls/mlang/tests/Makefile"
25262 test "x$enable_mlang_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25263         mlang/tests"
25264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25265 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25266 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25267
25268 ALL_MAKEFILES="$ALL_MAKEFILES \\
25269         dlls/mmdevldr.vxd/Makefile"
25270 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25271         mmdevldr.vxd"
25272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25273 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25274 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25275
25276 ALL_MAKEFILES="$ALL_MAKEFILES \\
25277         dlls/monodebg.vxd/Makefile"
25278 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25279         monodebg.vxd"
25280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25281 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25282 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25283
25284 ALL_MAKEFILES="$ALL_MAKEFILES \\
25285         dlls/mountmgr.sys/Makefile"
25286 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25287         mountmgr.sys"
25288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25289 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25290 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25291
25292 ALL_MAKEFILES="$ALL_MAKEFILES \\
25293         dlls/mpr/Makefile"
25294 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25295         mpr"
25296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25297 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25298 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25299
25300 ALL_MAKEFILES="$ALL_MAKEFILES \\
25301         dlls/mprapi/Makefile"
25302 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25303         mprapi"
25304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25305 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25306 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25307
25308 ALL_MAKEFILES="$ALL_MAKEFILES \\
25309         dlls/msacm32.drv/Makefile"
25310 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25311         msacm32.drv"
25312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25313 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25314 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25315
25316 ALL_MAKEFILES="$ALL_MAKEFILES \\
25317         dlls/msacm32/Makefile"
25318 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25319         msacm32"
25320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25321 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25322 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25323
25324 ALL_MAKEFILES="$ALL_MAKEFILES \\
25325         dlls/msacm32/tests/Makefile"
25326 test "x$enable_msacm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25327         msacm32/tests"
25328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25329 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25330 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25331
25332 ALL_MAKEFILES="$ALL_MAKEFILES \\
25333         dlls/msadp32.acm/Makefile"
25334 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25335         msadp32.acm"
25336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25337 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25338 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25339
25340 ALL_MAKEFILES="$ALL_MAKEFILES \\
25341         dlls/mscat32/Makefile"
25342 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25343         mscat32"
25344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25345 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25346 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25347
25348 ALL_MAKEFILES="$ALL_MAKEFILES \\
25349         dlls/mscms/Makefile"
25350 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25351         mscms"
25352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25353 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25354 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25355
25356 ALL_MAKEFILES="$ALL_MAKEFILES \\
25357         dlls/mscms/tests/Makefile"
25358 test "x$enable_mscms_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25359         mscms/tests"
25360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25361 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25362 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25363
25364 ALL_MAKEFILES="$ALL_MAKEFILES \\
25365         dlls/mscoree/Makefile"
25366 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25367         mscoree"
25368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25369 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25370 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25371
25372 ALL_MAKEFILES="$ALL_MAKEFILES \\
25373         dlls/msdmo/Makefile"
25374 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25375         msdmo"
25376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25377 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25378 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25379
25380 ALL_MAKEFILES="$ALL_MAKEFILES \\
25381         dlls/msftedit/Makefile"
25382 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25383         msftedit"
25384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25385 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25386 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25387
25388 ALL_MAKEFILES="$ALL_MAKEFILES \\
25389         dlls/msg711.acm/Makefile"
25390 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25391         msg711.acm"
25392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25393 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25394 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25395
25396 ALL_MAKEFILES="$ALL_MAKEFILES \\
25397         dlls/mshtml.tlb/Makefile"
25398 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25399         mshtml.tlb"
25400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25401 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25402 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25403
25404 ALL_MAKEFILES="$ALL_MAKEFILES \\
25405         dlls/mshtml/Makefile"
25406 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25407         mshtml"
25408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25409 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25410 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25411
25412 ALL_MAKEFILES="$ALL_MAKEFILES \\
25413         dlls/mshtml/tests/Makefile"
25414 test "x$enable_mshtml_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25415         mshtml/tests"
25416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25417 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25418 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25419
25420 ALL_MAKEFILES="$ALL_MAKEFILES \\
25421         dlls/msi/Makefile"
25422 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25423         msi"
25424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25425 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25426 ac_config_files="$ac_config_files dlls/msi/Makefile"
25427
25428 ALL_MAKEFILES="$ALL_MAKEFILES \\
25429         dlls/msi/tests/Makefile"
25430 test "x$enable_msi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25431         msi/tests"
25432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25433 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25434 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25435
25436 ALL_MAKEFILES="$ALL_MAKEFILES \\
25437         dlls/msimg32/Makefile"
25438 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25439         msimg32"
25440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25441 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25442 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25443
25444 ALL_MAKEFILES="$ALL_MAKEFILES \\
25445         dlls/msimtf/Makefile"
25446 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25447         msimtf"
25448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25449 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25450 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25451
25452 ALL_MAKEFILES="$ALL_MAKEFILES \\
25453         dlls/msisip/Makefile"
25454 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25455         msisip"
25456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25457 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25458 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25459
25460 ALL_MAKEFILES="$ALL_MAKEFILES \\
25461         dlls/msisys.ocx/Makefile"
25462 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25463         msisys.ocx"
25464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25465 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25466 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25467
25468 ALL_MAKEFILES="$ALL_MAKEFILES \\
25469         dlls/msnet32/Makefile"
25470 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25471         msnet32"
25472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25473 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25474 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25475
25476 ALL_MAKEFILES="$ALL_MAKEFILES \\
25477         dlls/msrle32/Makefile"
25478 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25479         msrle32"
25480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25481 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25482 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25483
25484 ALL_MAKEFILES="$ALL_MAKEFILES \\
25485         dlls/mssip32/Makefile"
25486 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25487         mssip32"
25488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25489 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25490 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25491
25492 ALL_MAKEFILES="$ALL_MAKEFILES \\
25493         dlls/mstask/Makefile"
25494 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25495         mstask"
25496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25497 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25498 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25499
25500 ALL_MAKEFILES="$ALL_MAKEFILES \\
25501         dlls/mstask/tests/Makefile"
25502 test "x$enable_mstask_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25503         mstask/tests"
25504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25505 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25506 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25507
25508 ALL_MAKEFILES="$ALL_MAKEFILES \\
25509         dlls/msvcirt/Makefile"
25510 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25511         msvcirt"
25512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25513 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25514 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25515
25516 ALL_MAKEFILES="$ALL_MAKEFILES \\
25517         dlls/msvcr71/Makefile"
25518 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25519         msvcr71"
25520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25521 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
25522 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
25523
25524 ALL_MAKEFILES="$ALL_MAKEFILES \\
25525         dlls/msvcrt/Makefile"
25526 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25527         msvcrt"
25528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25529 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
25530 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
25531
25532 ALL_MAKEFILES="$ALL_MAKEFILES \\
25533         dlls/msvcrt/tests/Makefile"
25534 test "x$enable_msvcrt_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25535         msvcrt/tests"
25536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25537 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
25538 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
25539
25540 ALL_MAKEFILES="$ALL_MAKEFILES \\
25541         dlls/msvcrt20/Makefile"
25542 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25543         msvcrt20"
25544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25545 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
25546 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
25547
25548 ALL_MAKEFILES="$ALL_MAKEFILES \\
25549         dlls/msvcrt40/Makefile"
25550 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25551         msvcrt40"
25552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25553 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
25554 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
25555
25556 ALL_MAKEFILES="$ALL_MAKEFILES \\
25557         dlls/msvcrtd/Makefile"
25558 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25559         msvcrtd"
25560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25561 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
25562 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
25563
25564 ALL_MAKEFILES="$ALL_MAKEFILES \\
25565         dlls/msvcrtd/tests/Makefile"
25566 test "x$enable_msvcrtd_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25567         msvcrtd/tests"
25568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25569 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
25570 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
25571
25572 ALL_MAKEFILES="$ALL_MAKEFILES \\
25573         dlls/msvfw32/Makefile"
25574 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25575         msvfw32"
25576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25577 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
25578 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
25579
25580 ALL_MAKEFILES="$ALL_MAKEFILES \\
25581         dlls/msvidc32/Makefile"
25582 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25583         msvidc32"
25584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25585 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
25586 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
25587
25588 ALL_MAKEFILES="$ALL_MAKEFILES \\
25589         dlls/mswsock/Makefile"
25590 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25591         mswsock"
25592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25593 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
25594 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
25595
25596 ALL_MAKEFILES="$ALL_MAKEFILES \\
25597         dlls/msxml3/Makefile"
25598 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25599         msxml3"
25600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25601 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
25602 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
25603
25604 ALL_MAKEFILES="$ALL_MAKEFILES \\
25605         dlls/msxml3/tests/Makefile"
25606 test "x$enable_msxml3_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25607         msxml3/tests"
25608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25609 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
25610 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
25611
25612 ALL_MAKEFILES="$ALL_MAKEFILES \\
25613         dlls/nddeapi/Makefile"
25614 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25615         nddeapi"
25616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25617 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
25618 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
25619
25620 ALL_MAKEFILES="$ALL_MAKEFILES \\
25621         dlls/netapi32/Makefile"
25622 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25623         netapi32"
25624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25625 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
25626 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
25627
25628 ALL_MAKEFILES="$ALL_MAKEFILES \\
25629         dlls/netapi32/tests/Makefile"
25630 test "x$enable_netapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25631         netapi32/tests"
25632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25633 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
25634 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
25635
25636 ALL_MAKEFILES="$ALL_MAKEFILES \\
25637         dlls/newdev/Makefile"
25638 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25639         newdev"
25640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25641 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
25642 ac_config_files="$ac_config_files dlls/newdev/Makefile"
25643
25644 ALL_MAKEFILES="$ALL_MAKEFILES \\
25645         dlls/ntdll/Makefile"
25646 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25647         ntdll"
25648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25649 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
25650 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
25651
25652 ALL_MAKEFILES="$ALL_MAKEFILES \\
25653         dlls/ntdll/tests/Makefile"
25654 test "x$enable_ntdll_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25655         ntdll/tests"
25656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25657 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
25658 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
25659
25660 ALL_MAKEFILES="$ALL_MAKEFILES \\
25661         dlls/ntdsapi/Makefile"
25662 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25663         ntdsapi"
25664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25665 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
25666 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
25667
25668 ALL_MAKEFILES="$ALL_MAKEFILES \\
25669         dlls/ntdsapi/tests/Makefile"
25670 test "x$enable_ntdsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25671         ntdsapi/tests"
25672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25673 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
25674 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
25675
25676 ALL_MAKEFILES="$ALL_MAKEFILES \\
25677         dlls/ntoskrnl.exe/Makefile"
25678 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25679         ntoskrnl.exe"
25680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25681 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
25682 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
25683
25684 ALL_MAKEFILES="$ALL_MAKEFILES \\
25685         dlls/ntprint/Makefile"
25686 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25687         ntprint"
25688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25689 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
25690 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
25691
25692 ALL_MAKEFILES="$ALL_MAKEFILES \\
25693         dlls/ntprint/tests/Makefile"
25694 test "x$enable_ntprint_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25695         ntprint/tests"
25696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25697 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
25698 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
25699
25700 ALL_MAKEFILES="$ALL_MAKEFILES \\
25701         dlls/objsel/Makefile"
25702 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25703         objsel"
25704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25705 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
25706 ac_config_files="$ac_config_files dlls/objsel/Makefile"
25707
25708 ALL_MAKEFILES="$ALL_MAKEFILES \\
25709         dlls/odbc32/Makefile"
25710 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25711         odbc32"
25712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25713 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
25714 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
25715
25716 ALL_MAKEFILES="$ALL_MAKEFILES \\
25717         dlls/odbccp32/Makefile"
25718 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25719         odbccp32"
25720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25721 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
25722 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
25723
25724 ALL_MAKEFILES="$ALL_MAKEFILES \\
25725         dlls/odbccp32/tests/Makefile"
25726 test "x$enable_odbccp32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25727         odbccp32/tests"
25728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25729 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
25730 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
25731
25732 ALL_MAKEFILES="$ALL_MAKEFILES \\
25733         dlls/ole32/Makefile"
25734 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25735         ole32"
25736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25737 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
25738 ac_config_files="$ac_config_files dlls/ole32/Makefile"
25739
25740 ALL_MAKEFILES="$ALL_MAKEFILES \\
25741         dlls/ole32/tests/Makefile"
25742 test "x$enable_ole32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25743         ole32/tests"
25744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25745 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
25746 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
25747
25748 ALL_MAKEFILES="$ALL_MAKEFILES \\
25749         dlls/oleacc/Makefile"
25750 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25751         oleacc"
25752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25753 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
25754 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
25755
25756 ALL_MAKEFILES="$ALL_MAKEFILES \\
25757         dlls/oleacc/tests/Makefile"
25758 test "x$enable_oleacc_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25759         oleacc/tests"
25760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25761 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
25762 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
25763
25764 ALL_MAKEFILES="$ALL_MAKEFILES \\
25765         dlls/oleaut32/Makefile"
25766 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25767         oleaut32"
25768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25769 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
25770 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
25771
25772 ALL_MAKEFILES="$ALL_MAKEFILES \\
25773         dlls/oleaut32/tests/Makefile"
25774 test "x$enable_oleaut32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25775         oleaut32/tests"
25776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25777 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
25778 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
25779
25780 ALL_MAKEFILES="$ALL_MAKEFILES \\
25781         dlls/olecli32/Makefile"
25782 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25783         olecli32"
25784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25785 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
25786 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
25787
25788 ALL_MAKEFILES="$ALL_MAKEFILES \\
25789         dlls/oledlg/Makefile"
25790 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25791         oledlg"
25792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25793 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
25794 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
25795
25796 ALL_MAKEFILES="$ALL_MAKEFILES \\
25797         dlls/olepro32/Makefile"
25798 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25799         olepro32"
25800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25801 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
25802 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
25803
25804 ALL_MAKEFILES="$ALL_MAKEFILES \\
25805         dlls/olesvr32/Makefile"
25806 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25807         olesvr32"
25808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25809 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
25810 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
25811
25812 ALL_MAKEFILES="$ALL_MAKEFILES \\
25813         dlls/olethk32/Makefile"
25814 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25815         olethk32"
25816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25817 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
25818 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
25819
25820 ALL_MAKEFILES="$ALL_MAKEFILES \\
25821         dlls/opengl32/Makefile"
25822 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25823         opengl32"
25824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25825 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
25826 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
25827
25828 ALL_MAKEFILES="$ALL_MAKEFILES \\
25829         dlls/opengl32/tests/Makefile"
25830 test "x$enable_opengl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25831         opengl32/tests"
25832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25833 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
25834 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
25835
25836 ALL_MAKEFILES="$ALL_MAKEFILES \\
25837         dlls/pdh/Makefile"
25838 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25839         pdh"
25840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25841 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
25842 ac_config_files="$ac_config_files dlls/pdh/Makefile"
25843
25844 ALL_MAKEFILES="$ALL_MAKEFILES \\
25845         dlls/pdh/tests/Makefile"
25846 test "x$enable_pdh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25847         pdh/tests"
25848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25849 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
25850 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
25851
25852 ALL_MAKEFILES="$ALL_MAKEFILES \\
25853         dlls/powrprof/Makefile"
25854 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25855         powrprof"
25856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25857 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
25858 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
25859
25860 ALL_MAKEFILES="$ALL_MAKEFILES \\
25861         dlls/printui/Makefile"
25862 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25863         printui"
25864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25865 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
25866 ac_config_files="$ac_config_files dlls/printui/Makefile"
25867
25868 ALL_MAKEFILES="$ALL_MAKEFILES \\
25869         dlls/propsys/Makefile"
25870 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25871         propsys"
25872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25873 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
25874 ac_config_files="$ac_config_files dlls/propsys/Makefile"
25875
25876 ALL_MAKEFILES="$ALL_MAKEFILES \\
25877         dlls/psapi/Makefile"
25878 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25879         psapi"
25880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25881 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
25882 ac_config_files="$ac_config_files dlls/psapi/Makefile"
25883
25884 ALL_MAKEFILES="$ALL_MAKEFILES \\
25885         dlls/psapi/tests/Makefile"
25886 test "x$enable_psapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25887         psapi/tests"
25888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25889 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
25890 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
25891
25892 ALL_MAKEFILES="$ALL_MAKEFILES \\
25893         dlls/pstorec/Makefile"
25894 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25895         pstorec"
25896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25897 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
25898 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
25899
25900 ALL_MAKEFILES="$ALL_MAKEFILES \\
25901         dlls/qcap/Makefile"
25902 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25903         qcap"
25904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25905 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
25906 ac_config_files="$ac_config_files dlls/qcap/Makefile"
25907
25908 ALL_MAKEFILES="$ALL_MAKEFILES \\
25909         dlls/qedit/Makefile"
25910 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25911         qedit"
25912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25913 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
25914 ac_config_files="$ac_config_files dlls/qedit/Makefile"
25915
25916 ALL_MAKEFILES="$ALL_MAKEFILES \\
25917         dlls/qedit/tests/Makefile"
25918 test "x$enable_qedit_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25919         qedit/tests"
25920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25921 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
25922 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
25923
25924 ALL_MAKEFILES="$ALL_MAKEFILES \\
25925         dlls/qmgr/Makefile"
25926 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25927         qmgr"
25928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25929 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
25930 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
25931
25932 ALL_MAKEFILES="$ALL_MAKEFILES \\
25933         dlls/qmgr/tests/Makefile"
25934 test "x$enable_qmgr_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25935         qmgr/tests"
25936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25937 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
25938 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
25939
25940 ALL_MAKEFILES="$ALL_MAKEFILES \\
25941         dlls/qmgrprxy/Makefile"
25942 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25943         qmgrprxy"
25944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25945 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
25946 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
25947
25948 ALL_MAKEFILES="$ALL_MAKEFILES \\
25949         dlls/quartz/Makefile"
25950 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25951         quartz"
25952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25953 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
25954 ac_config_files="$ac_config_files dlls/quartz/Makefile"
25955
25956 ALL_MAKEFILES="$ALL_MAKEFILES \\
25957         dlls/quartz/tests/Makefile"
25958 test "x$enable_quartz_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25959         quartz/tests"
25960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25961 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
25962 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
25963
25964 ALL_MAKEFILES="$ALL_MAKEFILES \\
25965         dlls/query/Makefile"
25966 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25967         query"
25968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25969 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
25970 ac_config_files="$ac_config_files dlls/query/Makefile"
25971
25972 ALL_MAKEFILES="$ALL_MAKEFILES \\
25973         dlls/rasapi32/Makefile"
25974 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25975         rasapi32"
25976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25977 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
25978 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
25979
25980 ALL_MAKEFILES="$ALL_MAKEFILES \\
25981         dlls/rasapi32/tests/Makefile"
25982 test "x$enable_rasapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25983         rasapi32/tests"
25984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25985 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
25986 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
25987
25988 ALL_MAKEFILES="$ALL_MAKEFILES \\
25989         dlls/resutils/Makefile"
25990 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25991         resutils"
25992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25993 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
25994 ac_config_files="$ac_config_files dlls/resutils/Makefile"
25995
25996 ALL_MAKEFILES="$ALL_MAKEFILES \\
25997         dlls/riched20/Makefile"
25998 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25999         riched20"
26000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26001 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26002 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26003
26004 ALL_MAKEFILES="$ALL_MAKEFILES \\
26005         dlls/riched20/tests/Makefile"
26006 test "x$enable_riched20_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26007         riched20/tests"
26008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26009 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26010 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26011
26012 ALL_MAKEFILES="$ALL_MAKEFILES \\
26013         dlls/riched32/Makefile"
26014 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26015         riched32"
26016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26017 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26018 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26019
26020 ALL_MAKEFILES="$ALL_MAKEFILES \\
26021         dlls/riched32/tests/Makefile"
26022 test "x$enable_riched32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26023         riched32/tests"
26024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26025 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26026 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26027
26028 ALL_MAKEFILES="$ALL_MAKEFILES \\
26029         dlls/rpcrt4/Makefile"
26030 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26031         rpcrt4"
26032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26033 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26034 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26035
26036 ALL_MAKEFILES="$ALL_MAKEFILES \\
26037         dlls/rpcrt4/tests/Makefile"
26038 test "x$enable_rpcrt4_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26039         rpcrt4/tests"
26040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26041 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26042 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26043
26044 ALL_MAKEFILES="$ALL_MAKEFILES \\
26045         dlls/rsabase/Makefile"
26046 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26047         rsabase"
26048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26049 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26050 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26051
26052 ALL_MAKEFILES="$ALL_MAKEFILES \\
26053         dlls/rsaenh/Makefile"
26054 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26055         rsaenh"
26056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26057 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26058 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26059
26060 ALL_MAKEFILES="$ALL_MAKEFILES \\
26061         dlls/rsaenh/tests/Makefile"
26062 test "x$enable_rsaenh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26063         rsaenh/tests"
26064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26065 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26066 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26067
26068 ALL_MAKEFILES="$ALL_MAKEFILES \\
26069         dlls/sane.ds/Makefile"
26070 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26071         sane.ds"
26072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26073 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26074 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26075
26076 ALL_MAKEFILES="$ALL_MAKEFILES \\
26077         dlls/sccbase/Makefile"
26078 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26079         sccbase"
26080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26081 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26082 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26083
26084 ALL_MAKEFILES="$ALL_MAKEFILES \\
26085         dlls/schannel/Makefile"
26086 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26087         schannel"
26088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26089 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26090 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26091
26092 ALL_MAKEFILES="$ALL_MAKEFILES \\
26093         dlls/schannel/tests/Makefile"
26094 test "x$enable_schannel_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26095         schannel/tests"
26096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26097 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26098 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26099
26100 ALL_MAKEFILES="$ALL_MAKEFILES \\
26101         dlls/secur32/Makefile"
26102 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26103         secur32"
26104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26105 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26106 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26107
26108 ALL_MAKEFILES="$ALL_MAKEFILES \\
26109         dlls/secur32/tests/Makefile"
26110 test "x$enable_secur32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26111         secur32/tests"
26112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26113 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26114 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26115
26116 ALL_MAKEFILES="$ALL_MAKEFILES \\
26117         dlls/security/Makefile"
26118 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26119         security"
26120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26121 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26122 ac_config_files="$ac_config_files dlls/security/Makefile"
26123
26124 ALL_MAKEFILES="$ALL_MAKEFILES \\
26125         dlls/sensapi/Makefile"
26126 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26127         sensapi"
26128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26129 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26130 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26131
26132 ALL_MAKEFILES="$ALL_MAKEFILES \\
26133         dlls/serialui/Makefile"
26134 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26135         serialui"
26136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26137 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26138 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26139
26140 ALL_MAKEFILES="$ALL_MAKEFILES \\
26141         dlls/serialui/tests/Makefile"
26142 test "x$enable_serialui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26143         serialui/tests"
26144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26145 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26146 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26147
26148 ALL_MAKEFILES="$ALL_MAKEFILES \\
26149         dlls/setupapi/Makefile"
26150 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26151         setupapi"
26152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26153 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26154 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26155
26156 ALL_MAKEFILES="$ALL_MAKEFILES \\
26157         dlls/setupapi/tests/Makefile"
26158 test "x$enable_setupapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26159         setupapi/tests"
26160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26161 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26162 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26163
26164 ALL_MAKEFILES="$ALL_MAKEFILES \\
26165         dlls/sfc/Makefile"
26166 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26167         sfc"
26168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26169 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26170 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26171
26172 ALL_MAKEFILES="$ALL_MAKEFILES \\
26173         dlls/sfc_os/Makefile"
26174 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26175         sfc_os"
26176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26177 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26178 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26179
26180 ALL_MAKEFILES="$ALL_MAKEFILES \\
26181         dlls/shdoclc/Makefile"
26182 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26183         shdoclc"
26184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26185 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26186 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26187
26188 ALL_MAKEFILES="$ALL_MAKEFILES \\
26189         dlls/shdocvw/Makefile"
26190 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26191         shdocvw"
26192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26193 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26194 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26195
26196 ALL_MAKEFILES="$ALL_MAKEFILES \\
26197         dlls/shdocvw/tests/Makefile"
26198 test "x$enable_shdocvw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26199         shdocvw/tests"
26200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26201 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26202 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26203
26204 ALL_MAKEFILES="$ALL_MAKEFILES \\
26205         dlls/shell32/Makefile"
26206 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26207         shell32"
26208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26209 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26210 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26211
26212 ALL_MAKEFILES="$ALL_MAKEFILES \\
26213         dlls/shell32/tests/Makefile"
26214 test "x$enable_shell32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26215         shell32/tests"
26216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26217 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26218 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26219
26220 ALL_MAKEFILES="$ALL_MAKEFILES \\
26221         dlls/shfolder/Makefile"
26222 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26223         shfolder"
26224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26225 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26226 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26227
26228 ALL_MAKEFILES="$ALL_MAKEFILES \\
26229         dlls/shlwapi/Makefile"
26230 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26231         shlwapi"
26232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26233 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26234 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26235
26236 ALL_MAKEFILES="$ALL_MAKEFILES \\
26237         dlls/shlwapi/tests/Makefile"
26238 test "x$enable_shlwapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26239         shlwapi/tests"
26240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26241 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26242 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26243
26244 ALL_MAKEFILES="$ALL_MAKEFILES \\
26245         dlls/slbcsp/Makefile"
26246 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26247         slbcsp"
26248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26249 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26250 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26251
26252 ALL_MAKEFILES="$ALL_MAKEFILES \\
26253         dlls/slc/Makefile"
26254 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26255         slc"
26256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26257 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26258 ac_config_files="$ac_config_files dlls/slc/Makefile"
26259
26260 ALL_MAKEFILES="$ALL_MAKEFILES \\
26261         dlls/snmpapi/Makefile"
26262 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26263         snmpapi"
26264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26265 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26266 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26267
26268 ALL_MAKEFILES="$ALL_MAKEFILES \\
26269         dlls/snmpapi/tests/Makefile"
26270 test "x$enable_snmpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26271         snmpapi/tests"
26272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26273 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26274 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26275
26276 ALL_MAKEFILES="$ALL_MAKEFILES \\
26277         dlls/softpub/Makefile"
26278 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26279         softpub"
26280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26281 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26282 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26283
26284 ALL_MAKEFILES="$ALL_MAKEFILES \\
26285         dlls/spoolss/Makefile"
26286 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26287         spoolss"
26288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26289 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26290 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26291
26292 ALL_MAKEFILES="$ALL_MAKEFILES \\
26293         dlls/spoolss/tests/Makefile"
26294 test "x$enable_spoolss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26295         spoolss/tests"
26296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26297 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26298 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26299
26300 ALL_MAKEFILES="$ALL_MAKEFILES \\
26301         dlls/stdole2.tlb/Makefile"
26302 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26303         stdole2.tlb"
26304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26305 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26306 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26307
26308 ALL_MAKEFILES="$ALL_MAKEFILES \\
26309         dlls/stdole32.tlb/Makefile"
26310 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26311         stdole32.tlb"
26312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26313 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26314 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26315
26316 ALL_MAKEFILES="$ALL_MAKEFILES \\
26317         dlls/sti/Makefile"
26318 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26319         sti"
26320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26321 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26322 ac_config_files="$ac_config_files dlls/sti/Makefile"
26323
26324 ALL_MAKEFILES="$ALL_MAKEFILES \\
26325         dlls/strmiids/Makefile"
26326 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26327         strmiids"
26328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26329 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26330 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26331
26332 ALL_MAKEFILES="$ALL_MAKEFILES \\
26333         dlls/svrapi/Makefile"
26334 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26335         svrapi"
26336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26337 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26338 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26339
26340 ALL_MAKEFILES="$ALL_MAKEFILES \\
26341         dlls/sxs/Makefile"
26342 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26343         sxs"
26344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26345 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26346 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26347
26348 ALL_MAKEFILES="$ALL_MAKEFILES \\
26349         dlls/tapi32/Makefile"
26350 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26351         tapi32"
26352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26353 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26354 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26355
26356 ALL_MAKEFILES="$ALL_MAKEFILES \\
26357         dlls/twain_32/Makefile"
26358 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26359         twain_32"
26360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26361 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26362 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26363
26364 ALL_MAKEFILES="$ALL_MAKEFILES \\
26365         dlls/unicows/Makefile"
26366 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26367         unicows"
26368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26369 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26370 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26371
26372 ALL_MAKEFILES="$ALL_MAKEFILES \\
26373         dlls/url/Makefile"
26374 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26375         url"
26376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26377 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26378 ac_config_files="$ac_config_files dlls/url/Makefile"
26379
26380 ALL_MAKEFILES="$ALL_MAKEFILES \\
26381         dlls/urlmon/Makefile"
26382 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26383         urlmon"
26384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26385 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26386 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26387
26388 ALL_MAKEFILES="$ALL_MAKEFILES \\
26389         dlls/urlmon/tests/Makefile"
26390 test "x$enable_urlmon_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26391         urlmon/tests"
26392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26393 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26394 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26395
26396 ALL_MAKEFILES="$ALL_MAKEFILES \\
26397         dlls/user32/Makefile"
26398 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26399         user32"
26400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26401 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26402 ac_config_files="$ac_config_files dlls/user32/Makefile"
26403
26404 ALL_MAKEFILES="$ALL_MAKEFILES \\
26405         dlls/user32/tests/Makefile"
26406 test "x$enable_user32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26407         user32/tests"
26408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26409 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26410 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26411
26412 ALL_MAKEFILES="$ALL_MAKEFILES \\
26413         dlls/userenv/Makefile"
26414 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26415         userenv"
26416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26417 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26418 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26419
26420 ALL_MAKEFILES="$ALL_MAKEFILES \\
26421         dlls/userenv/tests/Makefile"
26422 test "x$enable_userenv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26423         userenv/tests"
26424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26425 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26426 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26427
26428 ALL_MAKEFILES="$ALL_MAKEFILES \\
26429         dlls/usp10/Makefile"
26430 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26431         usp10"
26432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26433 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
26434 ac_config_files="$ac_config_files dlls/usp10/Makefile"
26435
26436 ALL_MAKEFILES="$ALL_MAKEFILES \\
26437         dlls/usp10/tests/Makefile"
26438 test "x$enable_usp10_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26439         usp10/tests"
26440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26441 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26442 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
26443
26444 ALL_MAKEFILES="$ALL_MAKEFILES \\
26445         dlls/uuid/Makefile"
26446 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26447         uuid"
26448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26449 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26450 ac_config_files="$ac_config_files dlls/uuid/Makefile"
26451
26452 ALL_MAKEFILES="$ALL_MAKEFILES \\
26453         dlls/uxtheme/Makefile"
26454 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26455         uxtheme"
26456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26457 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26458 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
26459
26460 ALL_MAKEFILES="$ALL_MAKEFILES \\
26461         dlls/uxtheme/tests/Makefile"
26462 test "x$enable_uxtheme_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26463         uxtheme/tests"
26464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26465 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26466 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
26467
26468 ALL_MAKEFILES="$ALL_MAKEFILES \\
26469         dlls/vdhcp.vxd/Makefile"
26470 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26471         vdhcp.vxd"
26472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26473 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
26474 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
26475
26476 ALL_MAKEFILES="$ALL_MAKEFILES \\
26477         dlls/vdmdbg/Makefile"
26478 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26479         vdmdbg"
26480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26481 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
26482 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
26483
26484 ALL_MAKEFILES="$ALL_MAKEFILES \\
26485         dlls/version/Makefile"
26486 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26487         version"
26488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26489 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
26490 ac_config_files="$ac_config_files dlls/version/Makefile"
26491
26492 ALL_MAKEFILES="$ALL_MAKEFILES \\
26493         dlls/version/tests/Makefile"
26494 test "x$enable_version_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26495         version/tests"
26496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26497 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
26498 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
26499
26500 ALL_MAKEFILES="$ALL_MAKEFILES \\
26501         dlls/vmm.vxd/Makefile"
26502 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26503         vmm.vxd"
26504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26505 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
26506 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
26507
26508 ALL_MAKEFILES="$ALL_MAKEFILES \\
26509         dlls/vnbt.vxd/Makefile"
26510 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26511         vnbt.vxd"
26512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26513 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
26514 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
26515
26516 ALL_MAKEFILES="$ALL_MAKEFILES \\
26517         dlls/vnetbios.vxd/Makefile"
26518 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26519         vnetbios.vxd"
26520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26521 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
26522 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
26523
26524 ALL_MAKEFILES="$ALL_MAKEFILES \\
26525         dlls/vtdapi.vxd/Makefile"
26526 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26527         vtdapi.vxd"
26528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26529 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
26530 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
26531
26532 ALL_MAKEFILES="$ALL_MAKEFILES \\
26533         dlls/vwin32.vxd/Makefile"
26534 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26535         vwin32.vxd"
26536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26537 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
26538 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
26539
26540 ALL_MAKEFILES="$ALL_MAKEFILES \\
26541         dlls/w32skrnl/Makefile"
26542 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26543         w32skrnl"
26544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26545 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
26546 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
26547
26548 ALL_MAKEFILES="$ALL_MAKEFILES \\
26549         dlls/winealsa.drv/Makefile"
26550 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26551         winealsa.drv"
26552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26553 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
26554 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
26555
26556 ALL_MAKEFILES="$ALL_MAKEFILES \\
26557         dlls/wineaudioio.drv/Makefile"
26558 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26559         wineaudioio.drv"
26560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26561 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
26562 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
26563
26564 ALL_MAKEFILES="$ALL_MAKEFILES \\
26565         dlls/winecoreaudio.drv/Makefile"
26566 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26567         winecoreaudio.drv"
26568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26569 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
26570 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
26571
26572 ALL_MAKEFILES="$ALL_MAKEFILES \\
26573         dlls/winecrt0/Makefile"
26574 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26575         winecrt0"
26576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26577 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
26578 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
26579
26580 ALL_MAKEFILES="$ALL_MAKEFILES \\
26581         dlls/wined3d/Makefile"
26582 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26583         wined3d"
26584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26585 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
26586 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
26587
26588 ALL_MAKEFILES="$ALL_MAKEFILES \\
26589         dlls/winedos/Makefile"
26590 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26591         winedos"
26592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26593 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
26594 ac_config_files="$ac_config_files dlls/winedos/Makefile"
26595
26596 ALL_MAKEFILES="$ALL_MAKEFILES \\
26597         dlls/wineesd.drv/Makefile"
26598 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26599         wineesd.drv"
26600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26601 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
26602 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
26603
26604 ALL_MAKEFILES="$ALL_MAKEFILES \\
26605         dlls/winejack.drv/Makefile"
26606 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26607         winejack.drv"
26608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26609 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
26610 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
26611
26612 ALL_MAKEFILES="$ALL_MAKEFILES \\
26613         dlls/winejoystick.drv/Makefile"
26614 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26615         winejoystick.drv"
26616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26617 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
26618 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
26619
26620 ALL_MAKEFILES="$ALL_MAKEFILES \\
26621         dlls/winemp3.acm/Makefile"
26622 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26623         winemp3.acm"
26624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26625 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
26626 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
26627
26628 ALL_MAKEFILES="$ALL_MAKEFILES \\
26629         dlls/winenas.drv/Makefile"
26630 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26631         winenas.drv"
26632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26633 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
26634 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
26635
26636 ALL_MAKEFILES="$ALL_MAKEFILES \\
26637         dlls/wineoss.drv/Makefile"
26638 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26639         wineoss.drv"
26640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26641 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
26642 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
26643
26644 ALL_MAKEFILES="$ALL_MAKEFILES \\
26645         dlls/wineps.drv/Makefile"
26646 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26647         wineps.drv"
26648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26649 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
26650 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
26651
26652 ALL_MAKEFILES="$ALL_MAKEFILES \\
26653         dlls/winequartz.drv/Makefile"
26654 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26655         winequartz.drv"
26656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26657 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
26658 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
26659
26660 ALL_MAKEFILES="$ALL_MAKEFILES \\
26661         dlls/winex11.drv/Makefile"
26662 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26663         winex11.drv"
26664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26665 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
26666 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
26667
26668 ALL_MAKEFILES="$ALL_MAKEFILES \\
26669         dlls/wing32/Makefile"
26670 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26671         wing32"
26672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26673 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
26674 ac_config_files="$ac_config_files dlls/wing32/Makefile"
26675
26676 ALL_MAKEFILES="$ALL_MAKEFILES \\
26677         dlls/winhttp/Makefile"
26678 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26679         winhttp"
26680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26681 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
26682 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
26683
26684 ALL_MAKEFILES="$ALL_MAKEFILES \\
26685         dlls/winhttp/tests/Makefile"
26686 test "x$enable_winhttp_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26687         winhttp/tests"
26688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26689 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
26690 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
26691
26692 ALL_MAKEFILES="$ALL_MAKEFILES \\
26693         dlls/wininet/Makefile"
26694 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26695         wininet"
26696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26697 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
26698 ac_config_files="$ac_config_files dlls/wininet/Makefile"
26699
26700 ALL_MAKEFILES="$ALL_MAKEFILES \\
26701         dlls/wininet/tests/Makefile"
26702 test "x$enable_wininet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26703         wininet/tests"
26704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26705 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
26706 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
26707
26708 ALL_MAKEFILES="$ALL_MAKEFILES \\
26709         dlls/winmm/Makefile"
26710 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26711         winmm"
26712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26713 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
26714 ac_config_files="$ac_config_files dlls/winmm/Makefile"
26715
26716 ALL_MAKEFILES="$ALL_MAKEFILES \\
26717         dlls/winmm/tests/Makefile"
26718 test "x$enable_winmm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26719         winmm/tests"
26720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26721 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
26722 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
26723
26724 ALL_MAKEFILES="$ALL_MAKEFILES \\
26725         dlls/winnls32/Makefile"
26726 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26727         winnls32"
26728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26729 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
26730 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
26731
26732 ALL_MAKEFILES="$ALL_MAKEFILES \\
26733         dlls/winscard/Makefile"
26734 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26735         winscard"
26736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26737 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
26738 ac_config_files="$ac_config_files dlls/winscard/Makefile"
26739
26740 ALL_MAKEFILES="$ALL_MAKEFILES \\
26741         dlls/winspool.drv/Makefile"
26742 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26743         winspool.drv"
26744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26745 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
26746 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
26747
26748 ALL_MAKEFILES="$ALL_MAKEFILES \\
26749         dlls/winspool.drv/tests/Makefile"
26750 test "x$enable_winspool_drv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26751         winspool.drv/tests"
26752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26753 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
26754 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
26755
26756 ALL_MAKEFILES="$ALL_MAKEFILES \\
26757         dlls/wintab32/Makefile"
26758 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26759         wintab32"
26760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26761 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
26762 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
26763
26764 ALL_MAKEFILES="$ALL_MAKEFILES \\
26765         dlls/wintrust/Makefile"
26766 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26767         wintrust"
26768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26769 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
26770 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
26771
26772 ALL_MAKEFILES="$ALL_MAKEFILES \\
26773         dlls/wintrust/tests/Makefile"
26774 test "x$enable_wintrust_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26775         wintrust/tests"
26776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26777 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
26778 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
26779
26780 ALL_MAKEFILES="$ALL_MAKEFILES \\
26781         dlls/wldap32/Makefile"
26782 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26783         wldap32"
26784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26785 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
26786 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
26787
26788 ALL_MAKEFILES="$ALL_MAKEFILES \\
26789         dlls/wldap32/tests/Makefile"
26790 test "x$enable_wldap32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26791         wldap32/tests"
26792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26793 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
26794 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
26795
26796 ALL_MAKEFILES="$ALL_MAKEFILES \\
26797         dlls/wmi/Makefile"
26798 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26799         wmi"
26800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26801 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
26802 ac_config_files="$ac_config_files dlls/wmi/Makefile"
26803
26804 ALL_MAKEFILES="$ALL_MAKEFILES \\
26805         dlls/wnaspi32/Makefile"
26806 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26807         wnaspi32"
26808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26809 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
26810 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
26811
26812 ALL_MAKEFILES="$ALL_MAKEFILES \\
26813         dlls/wow32/Makefile"
26814 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26815         wow32"
26816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26817 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
26818 ac_config_files="$ac_config_files dlls/wow32/Makefile"
26819
26820 ALL_MAKEFILES="$ALL_MAKEFILES \\
26821         dlls/ws2_32/Makefile"
26822 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26823         ws2_32"
26824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26825 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
26826 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
26827
26828 ALL_MAKEFILES="$ALL_MAKEFILES \\
26829         dlls/ws2_32/tests/Makefile"
26830 test "x$enable_ws2_32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26831         ws2_32/tests"
26832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26833 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
26834 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
26835
26836 ALL_MAKEFILES="$ALL_MAKEFILES \\
26837         dlls/wsock32/Makefile"
26838 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26839         wsock32"
26840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26841 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
26842 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
26843
26844 ALL_MAKEFILES="$ALL_MAKEFILES \\
26845         dlls/wtsapi32/Makefile"
26846 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26847         wtsapi32"
26848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26849 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
26850 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
26851
26852 ALL_MAKEFILES="$ALL_MAKEFILES \\
26853         dlls/xinput1_1/Makefile"
26854 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26855         xinput1_1"
26856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26857 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
26858 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
26859
26860 ALL_MAKEFILES="$ALL_MAKEFILES \\
26861         dlls/xinput1_2/Makefile"
26862 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26863         xinput1_2"
26864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26865 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
26866 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
26867
26868 ALL_MAKEFILES="$ALL_MAKEFILES \\
26869         dlls/xinput1_3/Makefile"
26870 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26871         xinput1_3"
26872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26873 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
26874 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
26875
26876 ALL_MAKEFILES="$ALL_MAKEFILES \\
26877         dlls/xinput1_3/tests/Makefile"
26878 test "x$enable_xinput1_3_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26879         xinput1_3/tests"
26880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26881 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
26882 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
26883
26884 ALL_MAKEFILES="$ALL_MAKEFILES \\
26885         dlls/xinput9_1_0/Makefile"
26886 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26887         xinput9_1_0"
26888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26889 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
26890 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
26891
26892 ALL_MAKEFILES="$ALL_MAKEFILES \\
26893         documentation/Makefile"
26894 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26895         documentation"
26896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26897 documentation/Makefile: documentation/Makefile.in Make.rules"
26898 ac_config_files="$ac_config_files documentation/Makefile"
26899
26900 ALL_MAKEFILES="$ALL_MAKEFILES \\
26901         fonts/Makefile"
26902 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26903         fonts"
26904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26905 fonts/Makefile: fonts/Makefile.in Make.rules"
26906 ac_config_files="$ac_config_files fonts/Makefile"
26907
26908 ALL_MAKEFILES="$ALL_MAKEFILES \\
26909         include/Makefile"
26910 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26911         include"
26912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26913 include/Makefile: include/Makefile.in Make.rules"
26914 ac_config_files="$ac_config_files include/Makefile"
26915
26916 ALL_MAKEFILES="$ALL_MAKEFILES \\
26917         libs/Makefile"
26918 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26919         libs"
26920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26921 libs/Makefile: libs/Makefile.in Make.rules"
26922 ac_config_files="$ac_config_files libs/Makefile"
26923
26924 ALL_MAKEFILES="$ALL_MAKEFILES \\
26925         libs/port/Makefile"
26926
26927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26928 libs/port/Makefile: libs/port/Makefile.in Make.rules"
26929 ac_config_files="$ac_config_files libs/port/Makefile"
26930
26931 ALL_MAKEFILES="$ALL_MAKEFILES \\
26932         libs/wine/Makefile"
26933
26934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26935 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
26936 ac_config_files="$ac_config_files libs/wine/Makefile"
26937
26938 ALL_MAKEFILES="$ALL_MAKEFILES \\
26939         libs/wpp/Makefile"
26940
26941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26942 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
26943 ac_config_files="$ac_config_files libs/wpp/Makefile"
26944
26945 ALL_MAKEFILES="$ALL_MAKEFILES \\
26946         loader/Makefile"
26947 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26948         loader"
26949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26950 loader/Makefile: loader/Makefile.in Make.rules"
26951 ac_config_files="$ac_config_files loader/Makefile"
26952
26953 ALL_MAKEFILES="$ALL_MAKEFILES \\
26954         programs/Makefile"
26955 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26956         programs"
26957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26958 programs/Makefile: programs/Makefile.in Make.rules"
26959 ac_config_files="$ac_config_files programs/Makefile"
26960
26961 ALL_MAKEFILES="$ALL_MAKEFILES \\
26962         programs/clock/Makefile"
26963 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26964         clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26965         clock"
26966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26967 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
26968 ac_config_files="$ac_config_files programs/clock/Makefile"
26969
26970 ALL_MAKEFILES="$ALL_MAKEFILES \\
26971         programs/cmd/Makefile"
26972 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26973         cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26974         cmd"
26975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26976 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
26977 ac_config_files="$ac_config_files programs/cmd/Makefile"
26978
26979 ALL_MAKEFILES="$ALL_MAKEFILES \\
26980         programs/cmdlgtst/Makefile"
26981 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26982         cmdlgtst"
26983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26984 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
26985 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
26986
26987 ALL_MAKEFILES="$ALL_MAKEFILES \\
26988         programs/control/Makefile"
26989 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26990         control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26991         control"
26992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26993 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
26994 ac_config_files="$ac_config_files programs/control/Makefile"
26995
26996 ALL_MAKEFILES="$ALL_MAKEFILES \\
26997         programs/eject/Makefile"
26998 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26999         eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27000         eject"
27001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27002 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27003 ac_config_files="$ac_config_files programs/eject/Makefile"
27004
27005 ALL_MAKEFILES="$ALL_MAKEFILES \\
27006         programs/expand/Makefile"
27007 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27008         expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27009         expand"
27010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27011 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27012 ac_config_files="$ac_config_files programs/expand/Makefile"
27013
27014 ALL_MAKEFILES="$ALL_MAKEFILES \\
27015         programs/explorer/Makefile"
27016 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27017         explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27018         explorer"
27019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27020 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27021 ac_config_files="$ac_config_files programs/explorer/Makefile"
27022
27023 ALL_MAKEFILES="$ALL_MAKEFILES \\
27024         programs/hh/Makefile"
27025 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27026         hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27027         hh"
27028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27029 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27030 ac_config_files="$ac_config_files programs/hh/Makefile"
27031
27032 ALL_MAKEFILES="$ALL_MAKEFILES \\
27033         programs/icinfo/Makefile"
27034 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27035         icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27036         icinfo"
27037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27038 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27039 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27040
27041 ALL_MAKEFILES="$ALL_MAKEFILES \\
27042         programs/iexplore/Makefile"
27043 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27044         iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27045         iexplore"
27046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27047 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27048 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27049
27050 ALL_MAKEFILES="$ALL_MAKEFILES \\
27051         programs/msiexec/Makefile"
27052 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27053         msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27054         msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27055         msiexec"
27056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27057 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27058 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27059
27060 ALL_MAKEFILES="$ALL_MAKEFILES \\
27061         programs/net/Makefile"
27062 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27063         net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27064         net"
27065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27066 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27067 ac_config_files="$ac_config_files programs/net/Makefile"
27068
27069 ALL_MAKEFILES="$ALL_MAKEFILES \\
27070         programs/notepad/Makefile"
27071 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27072         notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27073         notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27074         notepad"
27075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27076 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27077 ac_config_files="$ac_config_files programs/notepad/Makefile"
27078
27079 ALL_MAKEFILES="$ALL_MAKEFILES \\
27080         programs/oleview/Makefile"
27081 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27082         oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27083         oleview"
27084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27085 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27086 ac_config_files="$ac_config_files programs/oleview/Makefile"
27087
27088 ALL_MAKEFILES="$ALL_MAKEFILES \\
27089         programs/progman/Makefile"
27090 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27091         progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27092         progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27093         progman"
27094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27095 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27096 ac_config_files="$ac_config_files programs/progman/Makefile"
27097
27098 ALL_MAKEFILES="$ALL_MAKEFILES \\
27099         programs/reg/Makefile"
27100 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27101         reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27102         reg"
27103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27104 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27105 ac_config_files="$ac_config_files programs/reg/Makefile"
27106
27107 ALL_MAKEFILES="$ALL_MAKEFILES \\
27108         programs/regedit/Makefile"
27109 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27110         regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27111         regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27112         regedit"
27113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27114 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27115 ac_config_files="$ac_config_files programs/regedit/Makefile"
27116
27117 ALL_MAKEFILES="$ALL_MAKEFILES \\
27118         programs/regsvr32/Makefile"
27119 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27120         regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27121         regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27122         regsvr32"
27123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27124 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27125 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27126
27127 ALL_MAKEFILES="$ALL_MAKEFILES \\
27128         programs/rpcss/Makefile"
27129 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27130         rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27131         rpcss"
27132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27133 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27134 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27135
27136 ALL_MAKEFILES="$ALL_MAKEFILES \\
27137         programs/rundll32/Makefile"
27138 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27139         rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27140         rundll32"
27141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27142 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27143 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27144
27145 ALL_MAKEFILES="$ALL_MAKEFILES \\
27146         programs/secedit/Makefile"
27147 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27148         secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27149         secedit"
27150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27151 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27152 ac_config_files="$ac_config_files programs/secedit/Makefile"
27153
27154 ALL_MAKEFILES="$ALL_MAKEFILES \\
27155         programs/services/Makefile"
27156 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27157         services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27158         services"
27159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27160 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27161 ac_config_files="$ac_config_files programs/services/Makefile"
27162
27163 ALL_MAKEFILES="$ALL_MAKEFILES \\
27164         programs/spoolsv/Makefile"
27165 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27166         spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27167         spoolsv"
27168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27169 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27170 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27171
27172 ALL_MAKEFILES="$ALL_MAKEFILES \\
27173         programs/start/Makefile"
27174 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27175         start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27176         start"
27177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27178 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27179 ac_config_files="$ac_config_files programs/start/Makefile"
27180
27181 ALL_MAKEFILES="$ALL_MAKEFILES \\
27182         programs/svchost/Makefile"
27183 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27184         svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27185         svchost"
27186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27187 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27188 ac_config_files="$ac_config_files programs/svchost/Makefile"
27189
27190 ALL_MAKEFILES="$ALL_MAKEFILES \\
27191         programs/taskmgr/Makefile"
27192 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27193         taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27194         taskmgr"
27195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27196 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27197 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27198
27199 ALL_MAKEFILES="$ALL_MAKEFILES \\
27200         programs/uninstaller/Makefile"
27201 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27202         uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27203         uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27204         uninstaller"
27205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27206 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27207 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27208
27209 ALL_MAKEFILES="$ALL_MAKEFILES \\
27210         programs/view/Makefile"
27211 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27212         view"
27213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27214 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27215 ac_config_files="$ac_config_files programs/view/Makefile"
27216
27217 ALL_MAKEFILES="$ALL_MAKEFILES \\
27218         programs/wineboot/Makefile"
27219 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27220         wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27221         wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27222         wineboot"
27223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27224 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27225 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27226
27227 ALL_MAKEFILES="$ALL_MAKEFILES \\
27228         programs/winebrowser/Makefile"
27229 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27230         winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27231         winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27232         winebrowser"
27233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27234 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27235 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27236
27237 ALL_MAKEFILES="$ALL_MAKEFILES \\
27238         programs/winecfg/Makefile"
27239 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27240         winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27241         winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27242         winecfg"
27243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27244 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27245 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27246
27247 ALL_MAKEFILES="$ALL_MAKEFILES \\
27248         programs/wineconsole/Makefile"
27249 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27250         wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27251         wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27252         wineconsole"
27253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27254 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27255 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27256
27257 ALL_MAKEFILES="$ALL_MAKEFILES \\
27258         programs/winedbg/Makefile"
27259 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27260         winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27261         winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27262         winedbg"
27263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27264 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27265 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27266
27267 ALL_MAKEFILES="$ALL_MAKEFILES \\
27268         programs/winedevice/Makefile"
27269 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27270         winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27271         winedevice"
27272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27273 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27274 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27275
27276 ALL_MAKEFILES="$ALL_MAKEFILES \\
27277         programs/winefile/Makefile"
27278 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27279         winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27280         winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27281         winefile"
27282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27283 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27284 ac_config_files="$ac_config_files programs/winefile/Makefile"
27285
27286 ALL_MAKEFILES="$ALL_MAKEFILES \\
27287         programs/winemenubuilder/Makefile"
27288 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27289         winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27290         winemenubuilder"
27291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27292 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27293 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27294
27295 ALL_MAKEFILES="$ALL_MAKEFILES \\
27296         programs/winemine/Makefile"
27297 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27298         winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27299         winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27300         winemine"
27301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27302 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27303 ac_config_files="$ac_config_files programs/winemine/Makefile"
27304
27305 ALL_MAKEFILES="$ALL_MAKEFILES \\
27306         programs/winepath/Makefile"
27307 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27308         winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27309         winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27310         winepath"
27311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27312 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27313 ac_config_files="$ac_config_files programs/winepath/Makefile"
27314
27315 ALL_MAKEFILES="$ALL_MAKEFILES \\
27316         programs/winetest/Makefile"
27317 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27318         winetest"
27319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27320 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27321 ac_config_files="$ac_config_files programs/winetest/Makefile"
27322
27323 ALL_MAKEFILES="$ALL_MAKEFILES \\
27324         programs/winevdm/Makefile"
27325 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27326         winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27327         winevdm"
27328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27329 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27330 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27331
27332 ALL_MAKEFILES="$ALL_MAKEFILES \\
27333         programs/winhlp32/Makefile"
27334 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27335         winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27336         winhlp32"
27337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27338 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27339 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27340
27341 ALL_MAKEFILES="$ALL_MAKEFILES \\
27342         programs/winver/Makefile"
27343 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27344         winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27345         winver"
27346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27347 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27348 ac_config_files="$ac_config_files programs/winver/Makefile"
27349
27350 ALL_MAKEFILES="$ALL_MAKEFILES \\
27351         programs/wordpad/Makefile"
27352 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27353         wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27354         wordpad"
27355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27356 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27357 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27358
27359 ALL_MAKEFILES="$ALL_MAKEFILES \\
27360         programs/write/Makefile"
27361 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27362         write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27363         write"
27364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27365 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27366 ac_config_files="$ac_config_files programs/write/Makefile"
27367
27368 ALL_MAKEFILES="$ALL_MAKEFILES \\
27369         programs/xcopy/Makefile"
27370 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27371         xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27372         xcopy"
27373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27374 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27375 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27376
27377 ALL_MAKEFILES="$ALL_MAKEFILES \\
27378         server/Makefile"
27379 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27380         server"
27381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27382 server/Makefile: server/Makefile.in Make.rules"
27383 ac_config_files="$ac_config_files server/Makefile"
27384
27385 ALL_MAKEFILES="$ALL_MAKEFILES \\
27386         tools/Makefile"
27387 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27388         tools"
27389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27390 tools/Makefile: tools/Makefile.in Make.rules"
27391 ac_config_files="$ac_config_files tools/Makefile"
27392
27393 ALL_MAKEFILES="$ALL_MAKEFILES \\
27394         tools/widl/Makefile"
27395
27396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27397 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27398 ac_config_files="$ac_config_files tools/widl/Makefile"
27399
27400 ALL_MAKEFILES="$ALL_MAKEFILES \\
27401         tools/winebuild/Makefile"
27402
27403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27404 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27405 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27406
27407 ALL_MAKEFILES="$ALL_MAKEFILES \\
27408         tools/winedump/Makefile"
27409
27410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27411 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27412 ac_config_files="$ac_config_files tools/winedump/Makefile"
27413
27414 ALL_MAKEFILES="$ALL_MAKEFILES \\
27415         tools/winegcc/Makefile"
27416
27417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27418 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27419 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27420
27421 ALL_MAKEFILES="$ALL_MAKEFILES \\
27422         tools/wmc/Makefile"
27423
27424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27425 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27426 ac_config_files="$ac_config_files tools/wmc/Makefile"
27427
27428 ALL_MAKEFILES="$ALL_MAKEFILES \\
27429         tools/wrc/Makefile"
27430
27431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27432 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27433 ac_config_files="$ac_config_files tools/wrc/Makefile"
27434
27435
27436
27437 ALL_WINETEST_DEPENDS="# Test binaries"
27438
27439 for dir in $ALL_TEST_DIRS
27440 do
27441     if test "$dir" != "\\"
27442     then
27443         testname=`expr $dir : '\(.*\)/tests'`_test.exe
27444         ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
27445 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
27446         cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
27447     fi
27448 done
27449
27450 cat >confcache <<\_ACEOF
27451 # This file is a shell script that caches the results of configure
27452 # tests run on this system so they can be shared between configure
27453 # scripts and configure runs, see configure's option --config-cache.
27454 # It is not useful on other systems.  If it contains results you don't
27455 # want to keep, you may remove or edit it.
27456 #
27457 # config.status only pays attention to the cache file if you give it
27458 # the --recheck option to rerun configure.
27459 #
27460 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27461 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27462 # following values.
27463
27464 _ACEOF
27465
27466 # The following way of writing the cache mishandles newlines in values,
27467 # but we know of no workaround that is simple, portable, and efficient.
27468 # So, we kill variables containing newlines.
27469 # Ultrix sh set writes to stderr and can't be redirected directly,
27470 # and sets the high bit in the cache file unless we assign to the vars.
27471 (
27472   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27473     eval ac_val=\$$ac_var
27474     case $ac_val in #(
27475     *${as_nl}*)
27476       case $ac_var in #(
27477       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
27478 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
27479       esac
27480       case $ac_var in #(
27481       _ | IFS | as_nl) ;; #(
27482       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
27483       *) $as_unset $ac_var ;;
27484       esac ;;
27485     esac
27486   done
27487
27488   (set) 2>&1 |
27489     case $as_nl`(ac_space=' '; set) 2>&1` in #(
27490     *${as_nl}ac_space=\ *)
27491       # `set' does not quote correctly, so add quotes (double-quote
27492       # substitution turns \\\\ into \\, and sed turns \\ into \).
27493       sed -n \
27494         "s/'/'\\\\''/g;
27495           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27496       ;; #(
27497     *)
27498       # `set' quotes correctly as required by POSIX, so do not add quotes.
27499       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27500       ;;
27501     esac |
27502     sort
27503 ) |
27504   sed '
27505      /^ac_cv_env_/b end
27506      t clear
27507      :clear
27508      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27509      t end
27510      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27511      :end' >>confcache
27512 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
27513   if test -w "$cache_file"; then
27514     test "x$cache_file" != "x/dev/null" &&
27515       { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
27516 $as_echo "$as_me: updating cache $cache_file" >&6;}
27517     cat confcache >$cache_file
27518   else
27519     { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27520 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27521   fi
27522 fi
27523 rm -f confcache
27524
27525 test "x$prefix" = xNONE && prefix=$ac_default_prefix
27526 # Let make expand exec_prefix.
27527 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
27528
27529 DEFS=-DHAVE_CONFIG_H
27530
27531 ac_libobjs=
27532 ac_ltlibobjs=
27533 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
27534   # 1. Remove the extension, and $U if already installed.
27535   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
27536   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
27537   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
27538   #    will be set to the directory where LIBOBJS objects are built.
27539   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
27540   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
27541 done
27542 LIBOBJS=$ac_libobjs
27543
27544 LTLIBOBJS=$ac_ltlibobjs
27545
27546
27547
27548 : ${CONFIG_STATUS=./config.status}
27549 ac_write_fail=0
27550 ac_clean_files_save=$ac_clean_files
27551 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
27552 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
27553 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
27554 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27555 #! $SHELL
27556 # Generated by $as_me.
27557 # Run this file to recreate the current configuration.
27558 # Compiler output produced by configure, useful for debugging
27559 # configure, is in config.log if it exists.
27560
27561 debug=false
27562 ac_cs_recheck=false
27563 ac_cs_silent=false
27564 SHELL=\${CONFIG_SHELL-$SHELL}
27565 _ACEOF
27566
27567 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27568 ## --------------------- ##
27569 ## M4sh Initialization.  ##
27570 ## --------------------- ##
27571
27572 # Be more Bourne compatible
27573 DUALCASE=1; export DUALCASE # for MKS sh
27574 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27575   emulate sh
27576   NULLCMD=:
27577   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
27578   # is contrary to our usage.  Disable this feature.
27579   alias -g '${1+"$@"}'='"$@"'
27580   setopt NO_GLOB_SUBST
27581 else
27582   case `(set -o) 2>/dev/null` in
27583   *posix*) set -o posix ;;
27584 esac
27585
27586 fi
27587
27588
27589
27590
27591 # PATH needs CR
27592 # Avoid depending upon Character Ranges.
27593 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
27594 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27595 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
27596 as_cr_digits='0123456789'
27597 as_cr_alnum=$as_cr_Letters$as_cr_digits
27598
27599 as_nl='
27600 '
27601 export as_nl
27602 # Printing a long string crashes Solaris 7 /usr/bin/printf.
27603 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
27604 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
27605 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
27606 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
27607   as_echo='printf %s\n'
27608   as_echo_n='printf %s'
27609 else
27610   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
27611     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
27612     as_echo_n='/usr/ucb/echo -n'
27613   else
27614     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
27615     as_echo_n_body='eval
27616       arg=$1;
27617       case $arg in
27618       *"$as_nl"*)
27619         expr "X$arg" : "X\\(.*\\)$as_nl";
27620         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
27621       esac;
27622       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
27623     '
27624     export as_echo_n_body
27625     as_echo_n='sh -c $as_echo_n_body as_echo'
27626   fi
27627   export as_echo_body
27628   as_echo='sh -c $as_echo_body as_echo'
27629 fi
27630
27631 # The user is always right.
27632 if test "${PATH_SEPARATOR+set}" != set; then
27633   PATH_SEPARATOR=:
27634   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
27635     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
27636       PATH_SEPARATOR=';'
27637   }
27638 fi
27639
27640 # Support unset when possible.
27641 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27642   as_unset=unset
27643 else
27644   as_unset=false
27645 fi
27646
27647
27648 # IFS
27649 # We need space, tab and new line, in precisely that order.  Quoting is
27650 # there to prevent editors from complaining about space-tab.
27651 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
27652 # splitting by setting IFS to empty value.)
27653 IFS=" ""        $as_nl"
27654
27655 # Find who we are.  Look in the path if we contain no directory separator.
27656 case $0 in
27657   *[\\/]* ) as_myself=$0 ;;
27658   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27659 for as_dir in $PATH
27660 do
27661   IFS=$as_save_IFS
27662   test -z "$as_dir" && as_dir=.
27663   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
27664 done
27665 IFS=$as_save_IFS
27666
27667      ;;
27668 esac
27669 # We did not find ourselves, most probably we were run as `sh COMMAND'
27670 # in which case we are not to be found in the path.
27671 if test "x$as_myself" = x; then
27672   as_myself=$0
27673 fi
27674 if test ! -f "$as_myself"; then
27675   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27676   { (exit 1); exit 1; }
27677 fi
27678
27679 # Work around bugs in pre-3.0 UWIN ksh.
27680 for as_var in ENV MAIL MAILPATH
27681 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27682 done
27683 PS1='$ '
27684 PS2='> '
27685 PS4='+ '
27686
27687 # NLS nuisances.
27688 LC_ALL=C
27689 export LC_ALL
27690 LANGUAGE=C
27691 export LANGUAGE
27692
27693 # Required to use basename.
27694 if expr a : '\(a\)' >/dev/null 2>&1 &&
27695    test "X`expr 00001 : '.*\(...\)'`" = X001; then
27696   as_expr=expr
27697 else
27698   as_expr=false
27699 fi
27700
27701 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27702   as_basename=basename
27703 else
27704   as_basename=false
27705 fi
27706
27707
27708 # Name of the executable.
27709 as_me=`$as_basename -- "$0" ||
27710 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27711          X"$0" : 'X\(//\)$' \| \
27712          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27713 $as_echo X/"$0" |
27714     sed '/^.*\/\([^/][^/]*\)\/*$/{
27715             s//\1/
27716             q
27717           }
27718           /^X\/\(\/\/\)$/{
27719             s//\1/
27720             q
27721           }
27722           /^X\/\(\/\).*/{
27723             s//\1/
27724             q
27725           }
27726           s/.*/./; q'`
27727
27728 # CDPATH.
27729 $as_unset CDPATH
27730
27731
27732
27733   as_lineno_1=$LINENO
27734   as_lineno_2=$LINENO
27735   test "x$as_lineno_1" != "x$as_lineno_2" &&
27736   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
27737
27738   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
27739   # uniformly replaced by the line number.  The first 'sed' inserts a
27740   # line-number line after each line using $LINENO; the second 'sed'
27741   # does the real work.  The second script uses 'N' to pair each
27742   # line-number line with the line containing $LINENO, and appends
27743   # trailing '-' during substitution so that $LINENO is not a special
27744   # case at line end.
27745   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
27746   # scripts with optimization help from Paolo Bonzini.  Blame Lee
27747   # E. McMahon (1931-1989) for sed's syntax.  :-)
27748   sed -n '
27749     p
27750     /[$]LINENO/=
27751   ' <$as_myself |
27752     sed '
27753       s/[$]LINENO.*/&-/
27754       t lineno
27755       b
27756       :lineno
27757       N
27758       :loop
27759       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
27760       t loop
27761       s/-\n.*//
27762     ' >$as_me.lineno &&
27763   chmod +x "$as_me.lineno" ||
27764     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
27765    { (exit 1); exit 1; }; }
27766
27767   # Don't try to exec as it changes $[0], causing all sort of problems
27768   # (the dirname of $[0] is not the place where we might find the
27769   # original and so on.  Autoconf is especially sensitive to this).
27770   . "./$as_me.lineno"
27771   # Exit status is that of the last command.
27772   exit
27773 }
27774
27775
27776 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
27777   as_dirname=dirname
27778 else
27779   as_dirname=false
27780 fi
27781
27782 ECHO_C= ECHO_N= ECHO_T=
27783 case `echo -n x` in
27784 -n*)
27785   case `echo 'x\c'` in
27786   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
27787   *)   ECHO_C='\c';;
27788   esac;;
27789 *)
27790   ECHO_N='-n';;
27791 esac
27792 if expr a : '\(a\)' >/dev/null 2>&1 &&
27793    test "X`expr 00001 : '.*\(...\)'`" = X001; then
27794   as_expr=expr
27795 else
27796   as_expr=false
27797 fi
27798
27799 rm -f conf$$ conf$$.exe conf$$.file
27800 if test -d conf$$.dir; then
27801   rm -f conf$$.dir/conf$$.file
27802 else
27803   rm -f conf$$.dir
27804   mkdir conf$$.dir 2>/dev/null
27805 fi
27806 if (echo >conf$$.file) 2>/dev/null; then
27807   if ln -s conf$$.file conf$$ 2>/dev/null; then
27808     as_ln_s='ln -s'
27809     # ... but there are two gotchas:
27810     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27811     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27812     # In both cases, we have to default to `cp -p'.
27813     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
27814       as_ln_s='cp -p'
27815   elif ln conf$$.file conf$$ 2>/dev/null; then
27816     as_ln_s=ln
27817   else
27818     as_ln_s='cp -p'
27819   fi
27820 else
27821   as_ln_s='cp -p'
27822 fi
27823 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
27824 rmdir conf$$.dir 2>/dev/null
27825
27826 if mkdir -p . 2>/dev/null; then
27827   as_mkdir_p=:
27828 else
27829   test -d ./-p && rmdir ./-p
27830   as_mkdir_p=false
27831 fi
27832
27833 if test -x / >/dev/null 2>&1; then
27834   as_test_x='test -x'
27835 else
27836   if ls -dL / >/dev/null 2>&1; then
27837     as_ls_L_option=L
27838   else
27839     as_ls_L_option=
27840   fi
27841   as_test_x='
27842     eval sh -c '\''
27843       if test -d "$1"; then
27844         test -d "$1/.";
27845       else
27846         case $1 in
27847         -*)set "./$1";;
27848         esac;
27849         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
27850         ???[sx]*):;;*)false;;esac;fi
27851     '\'' sh
27852   '
27853 fi
27854 as_executable_p=$as_test_x
27855
27856 # Sed expression to map a string onto a valid CPP name.
27857 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
27858
27859 # Sed expression to map a string onto a valid variable name.
27860 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
27861
27862
27863 exec 6>&1
27864
27865 # Save the log message, to keep $[0] and so on meaningful, and to
27866 # report actual input values of CONFIG_FILES etc. instead of their
27867 # values after options handling.
27868 ac_log="
27869 This file was extended by Wine $as_me 1.1.8, which was
27870 generated by GNU Autoconf 2.63.  Invocation command line was
27871
27872   CONFIG_FILES    = $CONFIG_FILES
27873   CONFIG_HEADERS  = $CONFIG_HEADERS
27874   CONFIG_LINKS    = $CONFIG_LINKS
27875   CONFIG_COMMANDS = $CONFIG_COMMANDS
27876   $ $0 $@
27877
27878 on `(hostname || uname -n) 2>/dev/null | sed 1q`
27879 "
27880
27881 _ACEOF
27882
27883 case $ac_config_files in *"
27884 "*) set x $ac_config_files; shift; ac_config_files=$*;;
27885 esac
27886
27887 case $ac_config_headers in *"
27888 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
27889 esac
27890
27891
27892 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27893 # Files that config.status was made for.
27894 config_files="$ac_config_files"
27895 config_headers="$ac_config_headers"
27896 config_commands="$ac_config_commands"
27897
27898 _ACEOF
27899
27900 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27901 ac_cs_usage="\
27902 \`$as_me' instantiates files from templates according to the
27903 current configuration.
27904
27905 Usage: $0 [OPTION]... [FILE]...
27906
27907   -h, --help       print this help, then exit
27908   -V, --version    print version number and configuration settings, then exit
27909   -q, --quiet, --silent
27910                    do not print progress messages
27911   -d, --debug      don't remove temporary files
27912       --recheck    update $as_me by reconfiguring in the same conditions
27913       --file=FILE[:TEMPLATE]
27914                    instantiate the configuration file FILE
27915       --header=FILE[:TEMPLATE]
27916                    instantiate the configuration header FILE
27917
27918 Configuration files:
27919 $config_files
27920
27921 Configuration headers:
27922 $config_headers
27923
27924 Configuration commands:
27925 $config_commands
27926
27927 Report bugs to <bug-autoconf@gnu.org>."
27928
27929 _ACEOF
27930 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27931 ac_cs_version="\\
27932 Wine config.status 1.1.8
27933 configured by $0, generated by GNU Autoconf 2.63,
27934   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
27935
27936 Copyright (C) 2008 Free Software Foundation, Inc.
27937 This config.status script is free software; the Free Software Foundation
27938 gives unlimited permission to copy, distribute and modify it."
27939
27940 ac_pwd='$ac_pwd'
27941 srcdir='$srcdir'
27942 INSTALL='$INSTALL'
27943 test -n "\$AWK" || AWK=awk
27944 _ACEOF
27945
27946 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27947 # The default lists apply if the user does not specify any file.
27948 ac_need_defaults=:
27949 while test $# != 0
27950 do
27951   case $1 in
27952   --*=*)
27953     ac_option=`expr "X$1" : 'X\([^=]*\)='`
27954     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
27955     ac_shift=:
27956     ;;
27957   *)
27958     ac_option=$1
27959     ac_optarg=$2
27960     ac_shift=shift
27961     ;;
27962   esac
27963
27964   case $ac_option in
27965   # Handling of the options.
27966   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
27967     ac_cs_recheck=: ;;
27968   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
27969     $as_echo "$ac_cs_version"; exit ;;
27970   --debug | --debu | --deb | --de | --d | -d )
27971     debug=: ;;
27972   --file | --fil | --fi | --f )
27973     $ac_shift
27974     case $ac_optarg in
27975     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
27976     esac
27977     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
27978     ac_need_defaults=false;;
27979   --header | --heade | --head | --hea )
27980     $ac_shift
27981     case $ac_optarg in
27982     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
27983     esac
27984     CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
27985     ac_need_defaults=false;;
27986   --he | --h)
27987     # Conflict between --help and --header
27988     { $as_echo "$as_me: error: ambiguous option: $1
27989 Try \`$0 --help' for more information." >&2
27990    { (exit 1); exit 1; }; };;
27991   --help | --hel | -h )
27992     $as_echo "$ac_cs_usage"; exit ;;
27993   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
27994   | -silent | --silent | --silen | --sile | --sil | --si | --s)
27995     ac_cs_silent=: ;;
27996
27997   # This is an error.
27998   -*) { $as_echo "$as_me: error: unrecognized option: $1
27999 Try \`$0 --help' for more information." >&2
28000    { (exit 1); exit 1; }; } ;;
28001
28002   *) ac_config_targets="$ac_config_targets $1"
28003      ac_need_defaults=false ;;
28004
28005   esac
28006   shift
28007 done
28008
28009 ac_configure_extra_args=
28010
28011 if $ac_cs_silent; then
28012   exec 6>/dev/null
28013   ac_configure_extra_args="$ac_configure_extra_args --silent"
28014 fi
28015
28016 _ACEOF
28017 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28018 if \$ac_cs_recheck; then
28019   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28020   shift
28021   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28022   CONFIG_SHELL='$SHELL'
28023   export CONFIG_SHELL
28024   exec "\$@"
28025 fi
28026
28027 _ACEOF
28028 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28029 exec 5>>config.log
28030 {
28031   echo
28032   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28033 ## Running $as_me. ##
28034 _ASBOX
28035   $as_echo "$ac_log"
28036 } >&5
28037
28038 _ACEOF
28039 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28040 _ACEOF
28041
28042 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28043
28044 # Handling of arguments.
28045 for ac_config_target in $ac_config_targets
28046 do
28047   case $ac_config_target in
28048     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28049     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28050     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28051     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28052     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28053     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28054     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28055     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28056     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28057     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28058     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28059     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28060     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28061     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28062     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28063     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28064     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28065     "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28066     "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28067     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28068     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28069     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28070     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28071     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28072     "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28073     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28074     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28075     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28076     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28077     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28078     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28079     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28080     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28081     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28082     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28083     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28084     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28085     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28086     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28087     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28088     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28089     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28090     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28091     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28092     "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28093     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28094     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28095     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28096     "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28097     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28098     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28099     "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28100     "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28101     "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28102     "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28103     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28104     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28105     "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28106     "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28107     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28108     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28109     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28110     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28111     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28112     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28113     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28114     "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28115     "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28116     "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28117     "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28118     "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28119     "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28120     "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28121     "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28122     "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28123     "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28124     "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28125     "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28126     "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28127     "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28128     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28129     "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28130     "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28131     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28132     "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28133     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28134     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28135     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28136     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28137     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28138     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28139     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28140     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28141     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28142     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28143     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28144     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28145     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28146     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28147     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28148     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28149     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28150     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28151     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28152     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28153     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28154     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28155     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28156     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28157     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28158     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28159     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28160     "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28161     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28162     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28163     "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28164     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28165     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28166     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28167     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28168     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28169     "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28170     "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28171     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28172     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28173     "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28174     "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28175     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28176     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28177     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28178     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28179     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28180     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28181     "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28182     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28183     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28184     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28185     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28186     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28187     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28188     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28189     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28190     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28191     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28192     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28193     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28194     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28195     "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28196     "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28197     "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28198     "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28199     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28200     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28201     "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28202     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28203     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28204     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28205     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28206     "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28207     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28208     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28209     "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28210     "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28211     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28212     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28213     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28214     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28215     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28216     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28217     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28218     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28219     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28220     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28221     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28222     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28223     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28224     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28225     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28226     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28227     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28228     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28229     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28230     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28231     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28232     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28233     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28234     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28235     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28236     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28237     "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28238     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28239     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28240     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28241     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28242     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28243     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28244     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28245     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28246     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28247     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28248     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28249     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28250     "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28251     "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28252     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28253     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28254     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28255     "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28256     "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28257     "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28258     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28259     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28260     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28261     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28262     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28263     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28264     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28265     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28266     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28267     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28268     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28269     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28270     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28271     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28272     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28273     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28274     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28275     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28276     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28277     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28278     "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28279     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28280     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28281     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28282     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28283     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28284     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28285     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28286     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28287     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28288     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28289     "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28290     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28291     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28292     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28293     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28294     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28295     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28296     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28297     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28298     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28299     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28300     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28301     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28302     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28303     "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28304     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28305     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28306     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28307     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28308     "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28309     "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28310     "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28311     "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28312     "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28313     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28314     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28315     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28316     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28317     "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28318     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28319     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28320     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28321     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28322     "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28323     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28324     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28325     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28326     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28327     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28328     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28329     "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28330     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28331     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28332     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28333     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28334     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28335     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28336     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28337     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28338     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28339     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28340     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28341     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28342     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28343     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28344     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28345     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28346     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28347     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28348     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28349     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28350     "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28351     "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28352     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28353     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28354     "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28355     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28356     "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28357     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28358     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28359     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28360     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28361     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28362     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28363     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28364     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28365     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28366     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28367     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28368     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28369     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28370     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28371     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28372     "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28373     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28374     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28375     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28376     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28377     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28378     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28379     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28380     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28381     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28382     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28383     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28384     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28385     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28386     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28387     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28388     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28389     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28390     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28391     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28392     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28393     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28394     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28395     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28396     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28397     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28398     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28399     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28400     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28401     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28402     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28403     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
28404     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28405     "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28406     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
28407     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28408     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
28409     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28410     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28411     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
28412     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28413     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28414     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28415     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28416     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28417     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28418     "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28419     "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
28420     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28421     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
28422     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28423     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28424     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28425     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28426     "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28427     "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28428     "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
28429     "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
28430     "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
28431     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
28432     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
28433     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
28434     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
28435     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
28436     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
28437     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
28438     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
28439     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
28440     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
28441     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
28442     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
28443     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
28444     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
28445     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
28446     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
28447     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
28448     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
28449     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
28450     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
28451     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
28452     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
28453     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
28454     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
28455     "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
28456     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
28457     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
28458     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
28459     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
28460     "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
28461     "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
28462     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
28463     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
28464     "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
28465     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
28466     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
28467     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
28468     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
28469     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
28470     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
28471     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
28472     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
28473     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
28474     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
28475     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
28476     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
28477     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
28478     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
28479     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
28480     "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
28481     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
28482     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
28483     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
28484     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
28485     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
28486     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
28487     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
28488     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
28489     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
28490     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
28491     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
28492     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
28493
28494   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
28495 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
28496    { (exit 1); exit 1; }; };;
28497   esac
28498 done
28499
28500
28501 # If the user did not use the arguments to specify the items to instantiate,
28502 # then the envvar interface is used.  Set only those that are not.
28503 # We use the long form for the default assignment because of an extremely
28504 # bizarre bug on SunOS 4.1.3.
28505 if $ac_need_defaults; then
28506   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
28507   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
28508   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
28509 fi
28510
28511 # Have a temporary directory for convenience.  Make it in the build tree
28512 # simply because there is no reason against having it here, and in addition,
28513 # creating and moving files from /tmp can sometimes cause problems.
28514 # Hook for its removal unless debugging.
28515 # Note that there is a small window in which the directory will not be cleaned:
28516 # after its creation but before its name has been assigned to `$tmp'.
28517 $debug ||
28518 {
28519   tmp=
28520   trap 'exit_status=$?
28521   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
28522 ' 0
28523   trap '{ (exit 1); exit 1; }' 1 2 13 15
28524 }
28525 # Create a (secure) tmp directory for tmp files.
28526
28527 {
28528   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
28529   test -n "$tmp" && test -d "$tmp"
28530 }  ||
28531 {
28532   tmp=./conf$$-$RANDOM
28533   (umask 077 && mkdir "$tmp")
28534 } ||
28535 {
28536    $as_echo "$as_me: cannot create a temporary directory in ." >&2
28537    { (exit 1); exit 1; }
28538 }
28539
28540 # Set up the scripts for CONFIG_FILES section.
28541 # No need to generate them if there are no CONFIG_FILES.
28542 # This happens for instance with `./config.status config.h'.
28543 if test -n "$CONFIG_FILES"; then
28544
28545 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
28546   ac_cs_awk_getline=:
28547   ac_cs_awk_pipe_init=
28548   ac_cs_awk_read_file='
28549       while ((getline aline < (F[key])) > 0)
28550         print(aline)
28551       close(F[key])'
28552   ac_cs_awk_pipe_fini=
28553 else
28554   ac_cs_awk_getline=false
28555   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
28556   ac_cs_awk_read_file='
28557       print "|#_!!_#|"
28558       print "cat " F[key] " &&"
28559       '$ac_cs_awk_pipe_init
28560   # The final `:' finishes the AND list.
28561   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
28562 fi
28563 ac_cr='\r'
28564 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
28565 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
28566   ac_cs_awk_cr='\\r'
28567 else
28568   ac_cs_awk_cr=$ac_cr
28569 fi
28570
28571 echo 'BEGIN {' >"$tmp/subs1.awk" &&
28572 _ACEOF
28573
28574 # Create commands to substitute file output variables.
28575 {
28576   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
28577   echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
28578   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
28579   echo "_ACAWK" &&
28580   echo "_ACEOF"
28581 } >conf$$files.sh &&
28582 . ./conf$$files.sh ||
28583   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28584 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28585    { (exit 1); exit 1; }; }
28586 rm -f conf$$files.sh
28587
28588 {
28589   echo "cat >conf$$subs.awk <<_ACEOF" &&
28590   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
28591   echo "_ACEOF"
28592 } >conf$$subs.sh ||
28593   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28594 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28595    { (exit 1); exit 1; }; }
28596 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
28597 ac_delim='%!_!# '
28598 for ac_last_try in false false false false false :; do
28599   . ./conf$$subs.sh ||
28600     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28601 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28602    { (exit 1); exit 1; }; }
28603
28604   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
28605   if test $ac_delim_n = $ac_delim_num; then
28606     break
28607   elif $ac_last_try; then
28608     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28609 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28610    { (exit 1); exit 1; }; }
28611   else
28612     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28613   fi
28614 done
28615 rm -f conf$$subs.sh
28616
28617 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28618 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
28619 _ACEOF
28620 sed -n '
28621 h
28622 s/^/S["/; s/!.*/"]=/
28623 p
28624 g
28625 s/^[^!]*!//
28626 :repl
28627 t repl
28628 s/'"$ac_delim"'$//
28629 t delim
28630 :nl
28631 h
28632 s/\(.\{148\}\).*/\1/
28633 t more1
28634 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
28635 p
28636 n
28637 b repl
28638 :more1
28639 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
28640 p
28641 g
28642 s/.\{148\}//
28643 t nl
28644 :delim
28645 h
28646 s/\(.\{148\}\).*/\1/
28647 t more2
28648 s/["\\]/\\&/g; s/^/"/; s/$/"/
28649 p
28650 b
28651 :more2
28652 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
28653 p
28654 g
28655 s/.\{148\}//
28656 t delim
28657 ' <conf$$subs.awk | sed '
28658 /^[^""]/{
28659   N
28660   s/\n//
28661 }
28662 ' >>$CONFIG_STATUS || ac_write_fail=1
28663 rm -f conf$$subs.awk
28664 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28665 _ACAWK
28666 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
28667   for (key in S) S_is_set[key] = 1
28668   FS = "\a"
28669   \$ac_cs_awk_pipe_init
28670 }
28671 {
28672   line = $ 0
28673   nfields = split(line, field, "@")
28674   substed = 0
28675   len = length(field[1])
28676   for (i = 2; i < nfields; i++) {
28677     key = field[i]
28678     keylen = length(key)
28679     if (S_is_set[key]) {
28680       value = S[key]
28681       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
28682       len += length(value) + length(field[++i])
28683       substed = 1
28684     } else
28685       len += 1 + keylen
28686   }
28687   if (nfields == 3 && !substed) {
28688     key = field[2]
28689     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
28690       \$ac_cs_awk_read_file
28691       next
28692     }
28693   }
28694   print line
28695 }
28696 \$ac_cs_awk_pipe_fini
28697 _ACAWK
28698 _ACEOF
28699 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28700 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
28701   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
28702 else
28703   cat
28704 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
28705   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
28706 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
28707    { (exit 1); exit 1; }; }
28708 _ACEOF
28709
28710 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28711 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28712 # trailing colons and then remove the whole line if VPATH becomes empty
28713 # (actually we leave an empty line to preserve line numbers).
28714 if test "x$srcdir" = x.; then
28715   ac_vpsub='/^[  ]*VPATH[        ]*=/{
28716 s/:*\$(srcdir):*/:/
28717 s/:*\${srcdir}:*/:/
28718 s/:*@srcdir@:*/:/
28719 s/^\([^=]*=[     ]*\):*/\1/
28720 s/:*$//
28721 s/^[^=]*=[       ]*$//
28722 }'
28723 fi
28724
28725 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28726 fi # test -n "$CONFIG_FILES"
28727
28728 # Set up the scripts for CONFIG_HEADERS section.
28729 # No need to generate them if there are no CONFIG_HEADERS.
28730 # This happens for instance with `./config.status Makefile'.
28731 if test -n "$CONFIG_HEADERS"; then
28732 cat >"$tmp/defines.awk" <<\_ACAWK ||
28733 BEGIN {
28734 _ACEOF
28735
28736 # Transform confdefs.h into an awk script `defines.awk', embedded as
28737 # here-document in config.status, that substitutes the proper values into
28738 # config.h.in to produce config.h.
28739
28740 # Create a delimiter string that does not exist in confdefs.h, to ease
28741 # handling of long lines.
28742 ac_delim='%!_!# '
28743 for ac_last_try in false false :; do
28744   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
28745   if test -z "$ac_t"; then
28746     break
28747   elif $ac_last_try; then
28748     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
28749 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
28750    { (exit 1); exit 1; }; }
28751   else
28752     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28753   fi
28754 done
28755
28756 # For the awk script, D is an array of macro values keyed by name,
28757 # likewise P contains macro parameters if any.  Preserve backslash
28758 # newline sequences.
28759
28760 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
28761 sed -n '
28762 s/.\{148\}/&'"$ac_delim"'/g
28763 t rset
28764 :rset
28765 s/^[     ]*#[    ]*define[       ][      ]*/ /
28766 t def
28767 d
28768 :def
28769 s/\\$//
28770 t bsnl
28771 s/["\\]/\\&/g
28772 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
28773 D["\1"]=" \3"/p
28774 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
28775 d
28776 :bsnl
28777 s/["\\]/\\&/g
28778 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
28779 D["\1"]=" \3\\\\\\n"\\/p
28780 t cont
28781 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
28782 t cont
28783 d
28784 :cont
28785 n
28786 s/.\{148\}/&'"$ac_delim"'/g
28787 t clear
28788 :clear
28789 s/\\$//
28790 t bsnlc
28791 s/["\\]/\\&/g; s/^/"/; s/$/"/p
28792 d
28793 :bsnlc
28794 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
28795 b cont
28796 ' <confdefs.h | sed '
28797 s/'"$ac_delim"'/"\\\
28798 "/g' >>$CONFIG_STATUS || ac_write_fail=1
28799
28800 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28801   for (key in D) D_is_set[key] = 1
28802   FS = "\a"
28803 }
28804 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
28805   line = \$ 0
28806   split(line, arg, " ")
28807   if (arg[1] == "#") {
28808     defundef = arg[2]
28809     mac1 = arg[3]
28810   } else {
28811     defundef = substr(arg[1], 2)
28812     mac1 = arg[2]
28813   }
28814   split(mac1, mac2, "(") #)
28815   macro = mac2[1]
28816   prefix = substr(line, 1, index(line, defundef) - 1)
28817   if (D_is_set[macro]) {
28818     # Preserve the white space surrounding the "#".
28819     print prefix "define", macro P[macro] D[macro]
28820     next
28821   } else {
28822     # Replace #undef with comments.  This is necessary, for example,
28823     # in the case of _POSIX_SOURCE, which is predefined and required
28824     # on some systems where configure will not decide to define it.
28825     if (defundef == "undef") {
28826       print "/*", prefix defundef, macro, "*/"
28827       next
28828     }
28829   }
28830 }
28831 { print }
28832 _ACAWK
28833 _ACEOF
28834 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28835   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
28836 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
28837    { (exit 1); exit 1; }; }
28838 fi # test -n "$CONFIG_HEADERS"
28839
28840
28841 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
28842 shift
28843 for ac_tag
28844 do
28845   case $ac_tag in
28846   :[FHLC]) ac_mode=$ac_tag; continue;;
28847   esac
28848   case $ac_mode$ac_tag in
28849   :[FHL]*:*);;
28850   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
28851 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
28852    { (exit 1); exit 1; }; };;
28853   :[FH]-) ac_tag=-:-;;
28854   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
28855   esac
28856   ac_save_IFS=$IFS
28857   IFS=:
28858   set x $ac_tag
28859   IFS=$ac_save_IFS
28860   shift
28861   ac_file=$1
28862   shift
28863
28864   case $ac_mode in
28865   :L) ac_source=$1;;
28866   :[FH])
28867     ac_file_inputs=
28868     for ac_f
28869     do
28870       case $ac_f in
28871       -) ac_f="$tmp/stdin";;
28872       *) # Look for the file first in the build tree, then in the source tree
28873          # (if the path is not absolute).  The absolute path cannot be DOS-style,
28874          # because $ac_f cannot contain `:'.
28875          test -f "$ac_f" ||
28876            case $ac_f in
28877            [\\/$]*) false;;
28878            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
28879            esac ||
28880            { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
28881 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
28882    { (exit 1); exit 1; }; };;
28883       esac
28884       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
28885       ac_file_inputs="$ac_file_inputs '$ac_f'"
28886     done
28887
28888     # Let's still pretend it is `configure' which instantiates (i.e., don't
28889     # use $as_me), people would be surprised to read:
28890     #    /* config.h.  Generated by config.status.  */
28891     configure_input='Generated from '`
28892           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
28893         `' by configure.'
28894     if test x"$ac_file" != x-; then
28895       configure_input="$ac_file.  $configure_input"
28896       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
28897 $as_echo "$as_me: creating $ac_file" >&6;}
28898     fi
28899     # Neutralize special characters interpreted by sed in replacement strings.
28900     case $configure_input in #(
28901     *\&* | *\|* | *\\* )
28902        ac_sed_conf_input=`$as_echo "$configure_input" |
28903        sed 's/[\\\\&|]/\\\\&/g'`;; #(
28904     *) ac_sed_conf_input=$configure_input;;
28905     esac
28906
28907     case $ac_tag in
28908     *:-:* | *:-) cat >"$tmp/stdin" \
28909       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
28910 $as_echo "$as_me: error: could not create $ac_file" >&2;}
28911    { (exit 1); exit 1; }; } ;;
28912     esac
28913     ;;
28914   esac
28915
28916   ac_dir=`$as_dirname -- "$ac_file" ||
28917 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28918          X"$ac_file" : 'X\(//\)[^/]' \| \
28919          X"$ac_file" : 'X\(//\)$' \| \
28920          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
28921 $as_echo X"$ac_file" |
28922     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28923             s//\1/
28924             q
28925           }
28926           /^X\(\/\/\)[^/].*/{
28927             s//\1/
28928             q
28929           }
28930           /^X\(\/\/\)$/{
28931             s//\1/
28932             q
28933           }
28934           /^X\(\/\).*/{
28935             s//\1/
28936             q
28937           }
28938           s/.*/./; q'`
28939   { as_dir="$ac_dir"
28940   case $as_dir in #(
28941   -*) as_dir=./$as_dir;;
28942   esac
28943   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
28944     as_dirs=
28945     while :; do
28946       case $as_dir in #(
28947       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
28948       *) as_qdir=$as_dir;;
28949       esac
28950       as_dirs="'$as_qdir' $as_dirs"
28951       as_dir=`$as_dirname -- "$as_dir" ||
28952 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28953          X"$as_dir" : 'X\(//\)[^/]' \| \
28954          X"$as_dir" : 'X\(//\)$' \| \
28955          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
28956 $as_echo X"$as_dir" |
28957     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28958             s//\1/
28959             q
28960           }
28961           /^X\(\/\/\)[^/].*/{
28962             s//\1/
28963             q
28964           }
28965           /^X\(\/\/\)$/{
28966             s//\1/
28967             q
28968           }
28969           /^X\(\/\).*/{
28970             s//\1/
28971             q
28972           }
28973           s/.*/./; q'`
28974       test -d "$as_dir" && break
28975     done
28976     test -z "$as_dirs" || eval "mkdir $as_dirs"
28977   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
28978 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
28979    { (exit 1); exit 1; }; }; }
28980   ac_builddir=.
28981
28982 case "$ac_dir" in
28983 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
28984 *)
28985   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
28986   # A ".." for each directory in $ac_dir_suffix.
28987   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
28988   case $ac_top_builddir_sub in
28989   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
28990   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
28991   esac ;;
28992 esac
28993 ac_abs_top_builddir=$ac_pwd
28994 ac_abs_builddir=$ac_pwd$ac_dir_suffix
28995 # for backward compatibility:
28996 ac_top_builddir=$ac_top_build_prefix
28997
28998 case $srcdir in
28999   .)  # We are building in place.
29000     ac_srcdir=.
29001     ac_top_srcdir=$ac_top_builddir_sub
29002     ac_abs_top_srcdir=$ac_pwd ;;
29003   [\\/]* | ?:[\\/]* )  # Absolute name.
29004     ac_srcdir=$srcdir$ac_dir_suffix;
29005     ac_top_srcdir=$srcdir
29006     ac_abs_top_srcdir=$srcdir ;;
29007   *) # Relative name.
29008     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29009     ac_top_srcdir=$ac_top_build_prefix$srcdir
29010     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29011 esac
29012 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29013
29014
29015   case $ac_mode in
29016   :F)
29017   #
29018   # CONFIG_FILE
29019   #
29020
29021   case $INSTALL in
29022   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29023   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29024   esac
29025 _ACEOF
29026
29027 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29028 # If the template does not know about datarootdir, expand it.
29029 # FIXME: This hack should be removed a few years after 2.60.
29030 ac_datarootdir_hack=; ac_datarootdir_seen=
29031
29032 ac_sed_dataroot='
29033 /datarootdir/ {
29034   p
29035   q
29036 }
29037 /@datadir@/p
29038 /@docdir@/p
29039 /@infodir@/p
29040 /@localedir@/p
29041 /@mandir@/p
29042 '
29043 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
29044 *datarootdir*) ac_datarootdir_seen=yes;;
29045 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
29046   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
29047 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
29048 _ACEOF
29049 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29050   ac_datarootdir_hack='
29051   s&@datadir@&$datadir&g
29052   s&@docdir@&$docdir&g
29053   s&@infodir@&$infodir&g
29054   s&@localedir@&$localedir&g
29055   s&@mandir@&$mandir&g
29056     s&\\\${datarootdir}&$datarootdir&g' ;;
29057 esac
29058 _ACEOF
29059
29060 # Neutralize VPATH when `$srcdir' = `.'.
29061 # Shell code in configure.ac might set extrasub.
29062 # FIXME: do we really want to maintain this feature?
29063 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29064 ac_sed_extra="$ac_vpsub
29065 $extrasub
29066 _ACEOF
29067 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29068 :t
29069 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29070 s|@configure_input@|$ac_sed_conf_input|;t t
29071 s&@top_builddir@&$ac_top_builddir_sub&;t t
29072 s&@top_build_prefix@&$ac_top_build_prefix&;t t
29073 s&@srcdir@&$ac_srcdir&;t t
29074 s&@abs_srcdir@&$ac_abs_srcdir&;t t
29075 s&@top_srcdir@&$ac_top_srcdir&;t t
29076 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
29077 s&@builddir@&$ac_builddir&;t t
29078 s&@abs_builddir@&$ac_abs_builddir&;t t
29079 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
29080 s&@INSTALL@&$ac_INSTALL&;t t
29081 $ac_datarootdir_hack
29082 "
29083 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
29084 if $ac_cs_awk_getline; then
29085   $AWK -f "$tmp/subs.awk"
29086 else
29087   $AWK -f "$tmp/subs.awk" | $SHELL
29088 fi >$tmp/out \
29089   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29090 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29091    { (exit 1); exit 1; }; }
29092
29093 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29094   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
29095   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
29096   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29097 which seems to be undefined.  Please make sure it is defined." >&5
29098 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29099 which seems to be undefined.  Please make sure it is defined." >&2;}
29100
29101   rm -f "$tmp/stdin"
29102   case $ac_file in
29103   -) cat "$tmp/out" && rm -f "$tmp/out";;
29104   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
29105   esac \
29106   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29107 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29108    { (exit 1); exit 1; }; }
29109  ;;
29110   :H)
29111   #
29112   # CONFIG_HEADER
29113   #
29114   if test x"$ac_file" != x-; then
29115     {
29116       $as_echo "/* $configure_input  */" \
29117       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
29118     } >"$tmp/config.h" \
29119       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29120 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29121    { (exit 1); exit 1; }; }
29122     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
29123       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29124 $as_echo "$as_me: $ac_file is unchanged" >&6;}
29125     else
29126       rm -f "$ac_file"
29127       mv "$tmp/config.h" "$ac_file" \
29128         || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29129 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29130    { (exit 1); exit 1; }; }
29131     fi
29132   else
29133     $as_echo "/* $configure_input  */" \
29134       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
29135       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
29136 $as_echo "$as_me: error: could not create -" >&2;}
29137    { (exit 1); exit 1; }; }
29138   fi
29139  ;;
29140
29141   :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
29142 $as_echo "$as_me: executing $ac_file commands" >&6;}
29143  ;;
29144   esac
29145
29146
29147   case $ac_file$ac_mode in
29148     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29149     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29150 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29151     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29152 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29153     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29154 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29155     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29156 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29157     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29158 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29159     "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
29160 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29161
29162   esac
29163 done # for ac_tag
29164
29165
29166 { (exit 0); exit 0; }
29167 _ACEOF
29168 chmod +x $CONFIG_STATUS
29169 ac_clean_files=$ac_clean_files_save
29170
29171 test $ac_write_fail = 0 ||
29172   { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
29173 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
29174    { (exit 1); exit 1; }; }
29175
29176
29177 # configure is writing to config.log, and then calls config.status.
29178 # config.status does its own redirection, appending to config.log.
29179 # Unfortunately, on DOS this fails, as config.log is still kept open
29180 # by configure, so config.status won't be able to write to it; its
29181 # output is simply discarded.  So we exec the FD to /dev/null,
29182 # effectively closing config.log, so it can be properly (re)opened and
29183 # appended to by config.status.  When coming back to configure, we
29184 # need to make the FD available again.
29185 if test "$no_create" != yes; then
29186   ac_cs_success=:
29187   ac_config_status_args=
29188   test "$silent" = yes &&
29189     ac_config_status_args="$ac_config_status_args --quiet"
29190   exec 5>/dev/null
29191   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29192   exec 5>>config.log
29193   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29194   # would make configure fail if this is the last instruction.
29195   $ac_cs_success || { (exit 1); exit 1; }
29196 fi
29197 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
29198   { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
29199 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
29200 fi
29201
29202
29203 if test "$no_create" = "yes"
29204 then
29205   exit 0
29206 fi
29207
29208 ac_save_IFS="$IFS"
29209 if test "x$wine_notices != "x; then
29210     echo >&6
29211     IFS="|"
29212     for msg in $wine_notices; do
29213         IFS="$ac_save_IFS"
29214         if test -n "$msg"; then
29215             { $as_echo "$as_me:$LINENO: $msg" >&5
29216 $as_echo "$as_me: $msg" >&6;}
29217         fi
29218     done
29219 fi
29220 IFS="|"
29221 for msg in $wine_warnings; do
29222     IFS="$ac_save_IFS"
29223     if test -n "$msg"; then
29224         echo >&2
29225         { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
29226 $as_echo "$as_me: WARNING: $msg" >&2;}
29227     fi
29228 done
29229 IFS="$ac_save_IFS"
29230
29231 echo "
29232 $as_me: Finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine.
29233 " >&6
29234