pidgen: Add stub implementation.
[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.10.
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.10'
600 PACKAGE_STRING='Wine 1.1.10'
601 PACKAGE_BUGREPORT='wine-devel@winehq.org'
602
603 ac_unique_file="server/atom.c"
604 # Factoring default headers for most tests.
605 ac_includes_default="\
606 #include <stdio.h>
607 #ifdef HAVE_SYS_TYPES_H
608 # include <sys/types.h>
609 #endif
610 #ifdef HAVE_SYS_STAT_H
611 # include <sys/stat.h>
612 #endif
613 #ifdef STDC_HEADERS
614 # include <stdlib.h>
615 # include <stddef.h>
616 #else
617 # ifdef HAVE_STDLIB_H
618 #  include <stdlib.h>
619 # endif
620 #endif
621 #ifdef HAVE_STRING_H
622 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
623 #  include <memory.h>
624 # endif
625 # include <string.h>
626 #endif
627 #ifdef HAVE_STRINGS_H
628 # include <strings.h>
629 #endif
630 #ifdef HAVE_INTTYPES_H
631 # include <inttypes.h>
632 #endif
633 #ifdef HAVE_STDINT_H
634 # include <stdint.h>
635 #endif
636 #ifdef HAVE_UNISTD_H
637 # include <unistd.h>
638 #endif"
639
640 ac_subst_vars='LTLIBOBJS
641 LIBOBJS
642 ALL_WINETEST_DEPENDS
643 ALL_PROGRAM_BIN_INSTALL_DIRS
644 ALL_PROGRAM_INSTALL_DIRS
645 ALL_PROGRAM_DIRS
646 ALL_TEST_DIRS
647 ALL_IMPLIB_DIRS
648 ALL_DLL_DIRS
649 ALL_TOP_DIRS
650 ALL_MAKEFILE_DEPENDS
651 ALL_MAKEFILES
652 ALL_MAKERULES
653 DEPENDENCIES
654 LDAPLIBS
655 LIBPOLL
656 LIBDL
657 EXTRA_BINARIES
658 MAIN_BINARY
659 SOCKETLIBS
660 CRTLIBS
661 LDPATH
662 BUILTINFLAG
663 EXTRACFLAGS
664 FONTCONFIGINCL
665 CUPSINCL
666 AUDIOIOLIBS
667 ALSALIBS
668 ESDLIBS
669 ESDINCL
670 ESDCONFIG
671 FREETYPEINCL
672 FREETYPELIBS
673 ft_devel
674 LCMSLIBS
675 RESOLVLIBS
676 GPHOTO2INCL
677 GPHOTO2LIBS
678 gphoto2port_devel
679 gphoto2_devel
680 SANEINCL
681 sane_devel
682 GNUTLSINCL
683 HALINCL
684 XSLTINCL
685 XML2INCL
686 XML2LIBS
687 NASLIBS
688 CROSSTEST
689 CROSSWINDRES
690 CROSSCC
691 CARBONLIB
692 COREAUDIO
693 DISKARBITRATIONLIB
694 LDEXECFLAGS
695 IOKITLIB
696 COREFOUNDATIONLIB
697 SECURITYLIB
698 MINGWAR
699 DLLWRAP
700 DLLTOOL
701 LDD
702 LDRPATH_LOCAL
703 LDRPATH_INSTALL
704 IMPLIBEXT
705 LIBEXT
706 LDDLLFLAGS
707 LDSHARED
708 DLLFLAGS
709 DLLEXT
710 OPENGL_LIBS
711 XLIB
712 LIBPTHREAD
713 PRELINK
714 ICOTOOL
715 RSVG
716 PKG_CONFIG
717 FONTFORGE
718 LINTFLAGS
719 LINT
720 INSTALL_DATA
721 INSTALL_SCRIPT
722 INSTALL_PROGRAM
723 LDCONFIG
724 EGREP
725 GREP
726 LN
727 LN_S
728 WINDRES
729 STRIP
730 RANLIB
731 ARFLAGS
732 ac_ct_AR
733 AR
734 ac_ct_NM
735 NM
736 ac_ct_LD
737 LD
738 ac_ct_AS
739 AS
740 BISON
741 FLEX
742 X_EXTRA_LIBS
743 X_LIBS
744 X_PRE_LIBS
745 X_CFLAGS
746 CPP
747 XMKMF
748 TOOLSDIR
749 CPPBIN
750 ac_ct_CXX
751 CXXFLAGS
752 CXX
753 OBJEXT
754 EXEEXT
755 ac_ct_CC
756 CPPFLAGS
757 LDFLAGS
758 CFLAGS
759 CC
760 SET_MAKE
761 WIN16_INSTALL
762 WIN16_FILES
763 host_os
764 host_vendor
765 host_cpu
766 host
767 build_os
768 build_vendor
769 build_cpu
770 build
771 MAINTAINER_MODE
772 target_alias
773 host_alias
774 build_alias
775 LIBS
776 ECHO_T
777 ECHO_N
778 ECHO_C
779 DEFS
780 mandir
781 localedir
782 libdir
783 psdir
784 pdfdir
785 dvidir
786 htmldir
787 infodir
788 docdir
789 oldincludedir
790 includedir
791 localstatedir
792 sharedstatedir
793 sysconfdir
794 datadir
795 datarootdir
796 libexecdir
797 sbindir
798 bindir
799 program_transform_name
800 prefix
801 exec_prefix
802 PACKAGE_BUGREPORT
803 PACKAGE_STRING
804 PACKAGE_VERSION
805 PACKAGE_TARNAME
806 PACKAGE_NAME
807 PATH_SEPARATOR
808 SHELL'
809 ac_subst_files='MAKE_RULES
810 MAKE_DLL_RULES
811 MAKE_IMPLIB_RULES
812 MAKE_TEST_RULES
813 MAKE_PROG_RULES'
814 ac_user_opts='
815 enable_option_checking
816 enable_win16
817 enable_win64
818 enable_tests
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.10 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.10:";;
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   --disable-tests         do not build the regression tests
1503   --enable-maintainer-mode
1504                           enable maintainer-specific build rules
1505
1506 Optional Packages:
1507   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1508   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1509   --without-alsa          do not use the Alsa sound support
1510   --without-audioio       do not use the AudioIO sound support
1511   --without-capi          do not use CAPI (ISDN support)
1512   --without-cms           do not use CMS (color management support)
1513   --without-coreaudio     do not use the CoreAudio sound support
1514   --without-cups          do not use CUPS
1515   --without-curses        do not use (n)curses
1516   --without-esd           do not use the EsounD sound support
1517   --without-fontconfig    do not use fontconfig
1518   --without-freetype      do not use the FreeType library
1519   --without-gphoto        do not use gphoto (Digital Camera support)
1520   --without-glu           do not use the GLU library
1521   --without-gnutls        do not use GnuTLS (schannel support)
1522   --without-hal           do not use HAL (dynamic device support)
1523   --without-jack          do not use the Jack sound support
1524   --without-jpeg          do not use JPEG
1525   --without-ldap          do not use LDAP
1526   --without-nas           do not use the NAS sound support
1527   --without-opengl        do not use OpenGL
1528   --without-openssl       do not use OpenSSL
1529   --without-oss           do not use the OSS sound support
1530   --without-png           do not use PNG
1531   --without-sane          do not use SANE (scanner support)
1532   --without-xcomposite    do not use the Xcomposite extension
1533   --without-xcursor       do not use the Xcursor extension
1534   --without-xinerama      do not use Xinerama (multi-monitor support)
1535   --without-xinput        do not use the Xinput extension
1536   --without-xml           do not use XML
1537   --without-xrandr        do not use Xrandr (resolution changes)
1538   --without-xrender       do not use the Xrender extension
1539   --without-xshape        do not use the Xshape extension
1540   --without-xshm          do not use XShm (shared memory extension)
1541   --without-xslt          do not use XSLT
1542   --without-xxf86vm       do not use XFree video mode extension
1543   --with-wine-tools=DIR   use Wine tools from directory DIR
1544   --with-x                use the X Window System
1545
1546 Some influential environment variables:
1547   CC          C compiler command
1548   CFLAGS      C compiler flags
1549   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1550               nonstandard directory <lib dir>
1551   LIBS        libraries to pass to the linker, e.g. -l<library>
1552   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1553               you have headers in a nonstandard directory <include dir>
1554   CXX         C++ compiler command
1555   CXXFLAGS    C++ compiler flags
1556   XMKMF       Path to xmkmf, Makefile generator for X Window System
1557   CPP         C preprocessor
1558
1559 Use these variables to override the choices made by `configure' or to help
1560 it to find libraries and programs with nonstandard names/locations.
1561
1562 Report bugs to <wine-devel@winehq.org>.
1563 _ACEOF
1564 ac_status=$?
1565 fi
1566
1567 if test "$ac_init_help" = "recursive"; then
1568   # If there are subdirs, report their specific --help.
1569   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1570     test -d "$ac_dir" ||
1571       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1572       continue
1573     ac_builddir=.
1574
1575 case "$ac_dir" in
1576 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1577 *)
1578   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1579   # A ".." for each directory in $ac_dir_suffix.
1580   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1581   case $ac_top_builddir_sub in
1582   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1583   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1584   esac ;;
1585 esac
1586 ac_abs_top_builddir=$ac_pwd
1587 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1588 # for backward compatibility:
1589 ac_top_builddir=$ac_top_build_prefix
1590
1591 case $srcdir in
1592   .)  # We are building in place.
1593     ac_srcdir=.
1594     ac_top_srcdir=$ac_top_builddir_sub
1595     ac_abs_top_srcdir=$ac_pwd ;;
1596   [\\/]* | ?:[\\/]* )  # Absolute name.
1597     ac_srcdir=$srcdir$ac_dir_suffix;
1598     ac_top_srcdir=$srcdir
1599     ac_abs_top_srcdir=$srcdir ;;
1600   *) # Relative name.
1601     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1602     ac_top_srcdir=$ac_top_build_prefix$srcdir
1603     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1604 esac
1605 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1606
1607     cd "$ac_dir" || { ac_status=$?; continue; }
1608     # Check for guested configure.
1609     if test -f "$ac_srcdir/configure.gnu"; then
1610       echo &&
1611       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1612     elif test -f "$ac_srcdir/configure"; then
1613       echo &&
1614       $SHELL "$ac_srcdir/configure" --help=recursive
1615     else
1616       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1617     fi || ac_status=$?
1618     cd "$ac_pwd" || { ac_status=$?; break; }
1619   done
1620 fi
1621
1622 test -n "$ac_init_help" && exit $ac_status
1623 if $ac_init_version; then
1624   cat <<\_ACEOF
1625 Wine configure 1.1.10
1626 generated by GNU Autoconf 2.63
1627
1628 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1629 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1630 This configure script is free software; the Free Software Foundation
1631 gives unlimited permission to copy, distribute and modify it.
1632 _ACEOF
1633   exit
1634 fi
1635 cat >config.log <<_ACEOF
1636 This file contains any messages produced by compilers while
1637 running configure, to aid debugging if configure makes a mistake.
1638
1639 It was created by Wine $as_me 1.1.10, which was
1640 generated by GNU Autoconf 2.63.  Invocation command line was
1641
1642   $ $0 $@
1643
1644 _ACEOF
1645 exec 5>>config.log
1646 {
1647 cat <<_ASUNAME
1648 ## --------- ##
1649 ## Platform. ##
1650 ## --------- ##
1651
1652 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1653 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1654 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1655 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1656 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1657
1658 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1659 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1660
1661 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1662 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1663 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1664 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1665 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1666 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1667 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1668
1669 _ASUNAME
1670
1671 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1672 for as_dir in $PATH
1673 do
1674   IFS=$as_save_IFS
1675   test -z "$as_dir" && as_dir=.
1676   $as_echo "PATH: $as_dir"
1677 done
1678 IFS=$as_save_IFS
1679
1680 } >&5
1681
1682 cat >&5 <<_ACEOF
1683
1684
1685 ## ----------- ##
1686 ## Core tests. ##
1687 ## ----------- ##
1688
1689 _ACEOF
1690
1691
1692 # Keep a trace of the command line.
1693 # Strip out --no-create and --no-recursion so they do not pile up.
1694 # Strip out --silent because we don't want to record it for future runs.
1695 # Also quote any args containing shell meta-characters.
1696 # Make two passes to allow for proper duplicate-argument suppression.
1697 ac_configure_args=
1698 ac_configure_args0=
1699 ac_configure_args1=
1700 ac_must_keep_next=false
1701 for ac_pass in 1 2
1702 do
1703   for ac_arg
1704   do
1705     case $ac_arg in
1706     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1707     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1708     | -silent | --silent | --silen | --sile | --sil)
1709       continue ;;
1710     *\'*)
1711       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1712     esac
1713     case $ac_pass in
1714     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1715     2)
1716       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1717       if test $ac_must_keep_next = true; then
1718         ac_must_keep_next=false # Got value, back to normal.
1719       else
1720         case $ac_arg in
1721           *=* | --config-cache | -C | -disable-* | --disable-* \
1722           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1723           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1724           | -with-* | --with-* | -without-* | --without-* | --x)
1725             case "$ac_configure_args0 " in
1726               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1727             esac
1728             ;;
1729           -* ) ac_must_keep_next=true ;;
1730         esac
1731       fi
1732       ac_configure_args="$ac_configure_args '$ac_arg'"
1733       ;;
1734     esac
1735   done
1736 done
1737 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1738 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1739
1740 # When interrupted or exit'd, cleanup temporary files, and complete
1741 # config.log.  We remove comments because anyway the quotes in there
1742 # would cause problems or look ugly.
1743 # WARNING: Use '\'' to represent an apostrophe within the trap.
1744 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1745 trap 'exit_status=$?
1746   # Save into config.log some information that might help in debugging.
1747   {
1748     echo
1749
1750     cat <<\_ASBOX
1751 ## ---------------- ##
1752 ## Cache variables. ##
1753 ## ---------------- ##
1754 _ASBOX
1755     echo
1756     # The following way of writing the cache mishandles newlines in values,
1757 (
1758   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1759     eval ac_val=\$$ac_var
1760     case $ac_val in #(
1761     *${as_nl}*)
1762       case $ac_var in #(
1763       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1764 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1765       esac
1766       case $ac_var in #(
1767       _ | IFS | as_nl) ;; #(
1768       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1769       *) $as_unset $ac_var ;;
1770       esac ;;
1771     esac
1772   done
1773   (set) 2>&1 |
1774     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1775     *${as_nl}ac_space=\ *)
1776       sed -n \
1777         "s/'\''/'\''\\\\'\'''\''/g;
1778           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1779       ;; #(
1780     *)
1781       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1782       ;;
1783     esac |
1784     sort
1785 )
1786     echo
1787
1788     cat <<\_ASBOX
1789 ## ----------------- ##
1790 ## Output variables. ##
1791 ## ----------------- ##
1792 _ASBOX
1793     echo
1794     for ac_var in $ac_subst_vars
1795     do
1796       eval ac_val=\$$ac_var
1797       case $ac_val in
1798       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1799       esac
1800       $as_echo "$ac_var='\''$ac_val'\''"
1801     done | sort
1802     echo
1803
1804     if test -n "$ac_subst_files"; then
1805       cat <<\_ASBOX
1806 ## ------------------- ##
1807 ## File substitutions. ##
1808 ## ------------------- ##
1809 _ASBOX
1810       echo
1811       for ac_var in $ac_subst_files
1812       do
1813         eval ac_val=\$$ac_var
1814         case $ac_val in
1815         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1816         esac
1817         $as_echo "$ac_var='\''$ac_val'\''"
1818       done | sort
1819       echo
1820     fi
1821
1822     if test -s confdefs.h; then
1823       cat <<\_ASBOX
1824 ## ----------- ##
1825 ## confdefs.h. ##
1826 ## ----------- ##
1827 _ASBOX
1828       echo
1829       cat confdefs.h
1830       echo
1831     fi
1832     test "$ac_signal" != 0 &&
1833       $as_echo "$as_me: caught signal $ac_signal"
1834     $as_echo "$as_me: exit $exit_status"
1835   } >&5
1836   rm -f core *.core core.conftest.* &&
1837     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1838     exit $exit_status
1839 ' 0
1840 for ac_signal in 1 2 13 15; do
1841   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1842 done
1843 ac_signal=0
1844
1845 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1846 rm -f -r conftest* confdefs.h
1847
1848 # Predefined preprocessor variables.
1849
1850 cat >>confdefs.h <<_ACEOF
1851 #define PACKAGE_NAME "$PACKAGE_NAME"
1852 _ACEOF
1853
1854
1855 cat >>confdefs.h <<_ACEOF
1856 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1857 _ACEOF
1858
1859
1860 cat >>confdefs.h <<_ACEOF
1861 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1862 _ACEOF
1863
1864
1865 cat >>confdefs.h <<_ACEOF
1866 #define PACKAGE_STRING "$PACKAGE_STRING"
1867 _ACEOF
1868
1869
1870 cat >>confdefs.h <<_ACEOF
1871 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1872 _ACEOF
1873
1874
1875 # Let the site file select an alternate cache file if it wants to.
1876 # Prefer an explicitly selected file to automatically selected ones.
1877 ac_site_file1=NONE
1878 ac_site_file2=NONE
1879 if test -n "$CONFIG_SITE"; then
1880   ac_site_file1=$CONFIG_SITE
1881 elif test "x$prefix" != xNONE; then
1882   ac_site_file1=$prefix/share/config.site
1883   ac_site_file2=$prefix/etc/config.site
1884 else
1885   ac_site_file1=$ac_default_prefix/share/config.site
1886   ac_site_file2=$ac_default_prefix/etc/config.site
1887 fi
1888 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1889 do
1890   test "x$ac_site_file" = xNONE && continue
1891   if test -r "$ac_site_file"; then
1892     { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1893 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1894     sed 's/^/| /' "$ac_site_file" >&5
1895     . "$ac_site_file"
1896   fi
1897 done
1898
1899 if test -r "$cache_file"; then
1900   # Some versions of bash will fail to source /dev/null (special
1901   # files actually), so we avoid doing that.
1902   if test -f "$cache_file"; then
1903     { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1904 $as_echo "$as_me: loading cache $cache_file" >&6;}
1905     case $cache_file in
1906       [\\/]* | ?:[\\/]* ) . "$cache_file";;
1907       *)                      . "./$cache_file";;
1908     esac
1909   fi
1910 else
1911   { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1912 $as_echo "$as_me: creating cache $cache_file" >&6;}
1913   >$cache_file
1914 fi
1915
1916 # Check that the precious variables saved in the cache have kept the same
1917 # value.
1918 ac_cache_corrupted=false
1919 for ac_var in $ac_precious_vars; do
1920   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1921   eval ac_new_set=\$ac_env_${ac_var}_set
1922   eval ac_old_val=\$ac_cv_env_${ac_var}_value
1923   eval ac_new_val=\$ac_env_${ac_var}_value
1924   case $ac_old_set,$ac_new_set in
1925     set,)
1926       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1927 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1928       ac_cache_corrupted=: ;;
1929     ,set)
1930       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1931 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1932       ac_cache_corrupted=: ;;
1933     ,);;
1934     *)
1935       if test "x$ac_old_val" != "x$ac_new_val"; then
1936         # differences in whitespace do not lead to failure.
1937         ac_old_val_w=`echo x $ac_old_val`
1938         ac_new_val_w=`echo x $ac_new_val`
1939         if test "$ac_old_val_w" != "$ac_new_val_w"; then
1940           { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1941 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1942           ac_cache_corrupted=:
1943         else
1944           { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1945 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1946           eval $ac_var=\$ac_old_val
1947         fi
1948         { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
1949 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1950         { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
1951 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1952       fi;;
1953   esac
1954   # Pass precious variables to config.status.
1955   if test "$ac_new_set" = set; then
1956     case $ac_new_val in
1957     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1958     *) ac_arg=$ac_var=$ac_new_val ;;
1959     esac
1960     case " $ac_configure_args " in
1961       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1962       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1963     esac
1964   fi
1965 done
1966 if $ac_cache_corrupted; then
1967   { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1968 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1969   { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1970 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1971   { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1972 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1973    { (exit 1); exit 1; }; }
1974 fi
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
2000 ac_ext=c
2001 ac_cpp='$CPP $CPPFLAGS'
2002 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2003 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2004 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2005
2006
2007
2008 ac_config_headers="$ac_config_headers include/config.h"
2009
2010 ac_aux_dir=
2011 for ac_dir in tools "$srcdir"/tools; do
2012   if test -f "$ac_dir/install-sh"; then
2013     ac_aux_dir=$ac_dir
2014     ac_install_sh="$ac_aux_dir/install-sh -c"
2015     break
2016   elif test -f "$ac_dir/install.sh"; then
2017     ac_aux_dir=$ac_dir
2018     ac_install_sh="$ac_aux_dir/install.sh -c"
2019     break
2020   elif test -f "$ac_dir/shtool"; then
2021     ac_aux_dir=$ac_dir
2022     ac_install_sh="$ac_aux_dir/shtool install -c"
2023     break
2024   fi
2025 done
2026 if test -z "$ac_aux_dir"; then
2027   { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2028 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2029    { (exit 1); exit 1; }; }
2030 fi
2031
2032 # These three variables are undocumented and unsupported,
2033 # and are intended to be withdrawn in a future Autoconf release.
2034 # They can cause serious problems if a builder's source tree is in a directory
2035 # whose full name contains unusual characters.
2036 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2037 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2038 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2039
2040
2041
2042
2043 # Check whether --enable-win16 was given.
2044 if test "${enable_win16+set}" = set; then
2045   enableval=$enable_win16;
2046 fi
2047
2048 # Check whether --enable-win64 was given.
2049 if test "${enable_win64+set}" = set; then
2050   enableval=$enable_win64;
2051 fi
2052
2053 # Check whether --enable-tests was given.
2054 if test "${enable_tests+set}" = set; then
2055   enableval=$enable_tests;
2056 fi
2057
2058 # Check whether --enable-maintainer-mode was given.
2059 if test "${enable_maintainer_mode+set}" = set; then
2060   enableval=$enable_maintainer_mode;
2061 else
2062   MAINTAINER_MODE=\#
2063
2064 fi
2065
2066
2067
2068 # Check whether --with-alsa was given.
2069 if test "${with_alsa+set}" = set; then
2070   withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2071 fi
2072
2073
2074 # Check whether --with-audioio was given.
2075 if test "${with_audioio+set}" = set; then
2076   withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2077 fi
2078
2079
2080 # Check whether --with-capi was given.
2081 if test "${with_capi+set}" = set; then
2082   withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2083 fi
2084
2085
2086 # Check whether --with-cms was given.
2087 if test "${with_cms+set}" = set; then
2088   withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2089 fi
2090
2091
2092 # Check whether --with-coreaudio was given.
2093 if test "${with_coreaudio+set}" = set; then
2094   withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2095 fi
2096
2097
2098 # Check whether --with-cups was given.
2099 if test "${with_cups+set}" = set; then
2100   withval=$with_cups;
2101 fi
2102
2103
2104 # Check whether --with-curses was given.
2105 if test "${with_curses+set}" = set; then
2106   withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2107 fi
2108
2109
2110 # Check whether --with-esd was given.
2111 if test "${with_esd+set}" = set; then
2112   withval=$with_esd;
2113 fi
2114
2115
2116 # Check whether --with-fontconfig was given.
2117 if test "${with_fontconfig+set}" = set; then
2118   withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2119 fi
2120
2121
2122 # Check whether --with-freetype was given.
2123 if test "${with_freetype+set}" = set; then
2124   withval=$with_freetype;
2125 fi
2126
2127
2128 # Check whether --with-gphoto was given.
2129 if test "${with_gphoto+set}" = set; then
2130   withval=$with_gphoto;
2131 fi
2132
2133
2134 # Check whether --with-glu was given.
2135 if test "${with_glu+set}" = set; then
2136   withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2137 fi
2138
2139
2140 # Check whether --with-gnutls was given.
2141 if test "${with_gnutls+set}" = set; then
2142   withval=$with_gnutls;
2143 fi
2144
2145
2146 # Check whether --with-hal was given.
2147 if test "${with_hal+set}" = set; then
2148   withval=$with_hal;
2149 fi
2150
2151
2152 # Check whether --with-jack was given.
2153 if test "${with_jack+set}" = set; then
2154   withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2155 fi
2156
2157
2158 # Check whether --with-jpeg was given.
2159 if test "${with_jpeg+set}" = set; then
2160   withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2161 fi
2162
2163
2164 # Check whether --with-ldap was given.
2165 if test "${with_ldap+set}" = set; then
2166   withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2167 fi
2168
2169
2170 # Check whether --with-nas was given.
2171 if test "${with_nas+set}" = set; then
2172   withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2173 fi
2174
2175
2176 # Check whether --with-opengl was given.
2177 if test "${with_opengl+set}" = set; then
2178   withval=$with_opengl;
2179 fi
2180
2181
2182 # Check whether --with-openssl was given.
2183 if test "${with_openssl+set}" = set; then
2184   withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2185 fi
2186
2187
2188 # Check whether --with-oss was given.
2189 if test "${with_oss+set}" = set; then
2190   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
2191 fi
2192
2193
2194 # Check whether --with-png was given.
2195 if test "${with_png+set}" = set; then
2196   withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2197 fi
2198
2199
2200 # Check whether --with-sane was given.
2201 if test "${with_sane+set}" = set; then
2202   withval=$with_sane;
2203 fi
2204
2205
2206 # Check whether --with-xcomposite was given.
2207 if test "${with_xcomposite+set}" = set; then
2208   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2209 fi
2210
2211
2212 # Check whether --with-xcursor was given.
2213 if test "${with_xcursor+set}" = set; then
2214   withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2215 fi
2216
2217
2218 # Check whether --with-xinerama was given.
2219 if test "${with_xinerama+set}" = set; then
2220   withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2221 fi
2222
2223
2224 # Check whether --with-xinput was given.
2225 if test "${with_xinput+set}" = set; then
2226   withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2227 fi
2228
2229
2230 # Check whether --with-xml was given.
2231 if test "${with_xml+set}" = set; then
2232   withval=$with_xml;
2233 fi
2234
2235
2236 # Check whether --with-xrandr was given.
2237 if test "${with_xrandr+set}" = set; then
2238   withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2239 fi
2240
2241
2242 # Check whether --with-xrender was given.
2243 if test "${with_xrender+set}" = set; then
2244   withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2245 fi
2246
2247
2248 # Check whether --with-xshape was given.
2249 if test "${with_xshape+set}" = set; then
2250   withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2251 fi
2252
2253
2254 # Check whether --with-xshm was given.
2255 if test "${with_xshm+set}" = set; then
2256   withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2257 fi
2258
2259
2260 # Check whether --with-xslt was given.
2261 if test "${with_xslt+set}" = set; then
2262   withval=$with_xslt;
2263 fi
2264
2265
2266 # Check whether --with-xxf86vm was given.
2267 if test "${with_xxf86vm+set}" = set; then
2268   withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2269 fi
2270
2271
2272
2273 # Check whether --with-wine-tools was given.
2274 if test "${with_wine_tools+set}" = set; then
2275   withval=$with_wine_tools;
2276 fi
2277
2278
2279 # Make sure we can run config.sub.
2280 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2281   { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2282 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2283    { (exit 1); exit 1; }; }
2284
2285 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2286 $as_echo_n "checking build system type... " >&6; }
2287 if test "${ac_cv_build+set}" = set; then
2288   $as_echo_n "(cached) " >&6
2289 else
2290   ac_build_alias=$build_alias
2291 test "x$ac_build_alias" = x &&
2292   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2293 test "x$ac_build_alias" = x &&
2294   { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2295 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2296    { (exit 1); exit 1; }; }
2297 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2298   { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2299 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2300    { (exit 1); exit 1; }; }
2301
2302 fi
2303 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2304 $as_echo "$ac_cv_build" >&6; }
2305 case $ac_cv_build in
2306 *-*-*) ;;
2307 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2308 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2309    { (exit 1); exit 1; }; };;
2310 esac
2311 build=$ac_cv_build
2312 ac_save_IFS=$IFS; IFS='-'
2313 set x $ac_cv_build
2314 shift
2315 build_cpu=$1
2316 build_vendor=$2
2317 shift; shift
2318 # Remember, the first character of IFS is used to create $*,
2319 # except with old shells:
2320 build_os=$*
2321 IFS=$ac_save_IFS
2322 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2323
2324
2325 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2326 $as_echo_n "checking host system type... " >&6; }
2327 if test "${ac_cv_host+set}" = set; then
2328   $as_echo_n "(cached) " >&6
2329 else
2330   if test "x$host_alias" = x; then
2331   ac_cv_host=$ac_cv_build
2332 else
2333   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2334     { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2335 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2336    { (exit 1); exit 1; }; }
2337 fi
2338
2339 fi
2340 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2341 $as_echo "$ac_cv_host" >&6; }
2342 case $ac_cv_host in
2343 *-*-*) ;;
2344 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2345 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2346    { (exit 1); exit 1; }; };;
2347 esac
2348 host=$ac_cv_host
2349 ac_save_IFS=$IFS; IFS='-'
2350 set x $ac_cv_host
2351 shift
2352 host_cpu=$1
2353 host_vendor=$2
2354 shift; shift
2355 # Remember, the first character of IFS is used to create $*,
2356 # except with old shells:
2357 host_os=$*
2358 IFS=$ac_save_IFS
2359 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2360
2361
2362 case $host in
2363   x86_64*linux*)
2364     if test "x$enable_win64" != "xyes"
2365     then
2366       CC="${CC:-gcc} -m32"
2367       CXX="${CXX:-g++} -m32"
2368       LD="${LD:-ld} -m elf_i386"
2369       AS="${AS:-as} --32"
2370       host_cpu="i386"
2371       notice_platform="32-bit "
2372     fi
2373     ;;
2374 esac
2375
2376 case $host_cpu in
2377   *i[3456789]86*)
2378     enable_win16=${enable_win16:-yes}
2379     ;;
2380   *)
2381     enable_win16=${enable_win16:-no}
2382     enable_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
2383     enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
2384     enable_monodebg_vxd=${enable_monodebg_vxd:-no}
2385     enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
2386     enable_vmm_vxd=${enable_vmm_vxd:-no}
2387     enable_vnbt_vxd=${enable_vnbt_vxd:-no}
2388     enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
2389     enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
2390     enable_vwin32_vxd=${enable_vwin32_vxd:-no}
2391     enable_w32skrnl=${enable_w32skrnl:-no}
2392     enable_winedos=${enable_winedos:-no}
2393     enable_winevdm=${enable_winevdm:-no}
2394     ;;
2395 esac
2396
2397 WIN16_FILES="\$(WIN16_FILES)"
2398
2399 WIN16_INSTALL="\$(WIN16_INSTALL)"
2400
2401 if test "x$enable_win16" != "xyes"
2402 then
2403   WIN16_FILES=""
2404   WIN16_INSTALL=""
2405 fi
2406
2407 case "$srcdir" in
2408  .) ;;
2409  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2410       { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2411 You need to run 'make distclean' in the source tree first." >&5
2412 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2413 You need to run 'make distclean' in the source tree first." >&2;}
2414    { (exit 1); exit 1; }; }
2415     fi ;;
2416 esac
2417
2418
2419 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2420 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2421 set x ${MAKE-make}
2422 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2423 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2424   $as_echo_n "(cached) " >&6
2425 else
2426   cat >conftest.make <<\_ACEOF
2427 SHELL = /bin/sh
2428 all:
2429         @echo '@@@%%%=$(MAKE)=@@@%%%'
2430 _ACEOF
2431 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2432 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2433   *@@@%%%=?*=@@@%%%*)
2434     eval ac_cv_prog_make_${ac_make}_set=yes;;
2435   *)
2436     eval ac_cv_prog_make_${ac_make}_set=no;;
2437 esac
2438 rm -f conftest.make
2439 fi
2440 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2441   { $as_echo "$as_me:$LINENO: result: yes" >&5
2442 $as_echo "yes" >&6; }
2443   SET_MAKE=
2444 else
2445   { $as_echo "$as_me:$LINENO: result: no" >&5
2446 $as_echo "no" >&6; }
2447   SET_MAKE="MAKE=${MAKE-make}"
2448 fi
2449
2450 ac_ext=c
2451 ac_cpp='$CPP $CPPFLAGS'
2452 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2453 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2454 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2455 if test -n "$ac_tool_prefix"; then
2456   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2457 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2458 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2459 $as_echo_n "checking for $ac_word... " >&6; }
2460 if test "${ac_cv_prog_CC+set}" = set; then
2461   $as_echo_n "(cached) " >&6
2462 else
2463   if test -n "$CC"; then
2464   ac_cv_prog_CC="$CC" # Let the user override the test.
2465 else
2466 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2467 for as_dir in $PATH
2468 do
2469   IFS=$as_save_IFS
2470   test -z "$as_dir" && as_dir=.
2471   for ac_exec_ext in '' $ac_executable_extensions; do
2472   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2473     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2474     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2475     break 2
2476   fi
2477 done
2478 done
2479 IFS=$as_save_IFS
2480
2481 fi
2482 fi
2483 CC=$ac_cv_prog_CC
2484 if test -n "$CC"; then
2485   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2486 $as_echo "$CC" >&6; }
2487 else
2488   { $as_echo "$as_me:$LINENO: result: no" >&5
2489 $as_echo "no" >&6; }
2490 fi
2491
2492
2493 fi
2494 if test -z "$ac_cv_prog_CC"; then
2495   ac_ct_CC=$CC
2496   # Extract the first word of "gcc", so it can be a program name with args.
2497 set dummy gcc; ac_word=$2
2498 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2499 $as_echo_n "checking for $ac_word... " >&6; }
2500 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2501   $as_echo_n "(cached) " >&6
2502 else
2503   if test -n "$ac_ct_CC"; then
2504   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2505 else
2506 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2507 for as_dir in $PATH
2508 do
2509   IFS=$as_save_IFS
2510   test -z "$as_dir" && as_dir=.
2511   for ac_exec_ext in '' $ac_executable_extensions; do
2512   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2513     ac_cv_prog_ac_ct_CC="gcc"
2514     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2515     break 2
2516   fi
2517 done
2518 done
2519 IFS=$as_save_IFS
2520
2521 fi
2522 fi
2523 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2524 if test -n "$ac_ct_CC"; then
2525   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2526 $as_echo "$ac_ct_CC" >&6; }
2527 else
2528   { $as_echo "$as_me:$LINENO: result: no" >&5
2529 $as_echo "no" >&6; }
2530 fi
2531
2532   if test "x$ac_ct_CC" = x; then
2533     CC=""
2534   else
2535     case $cross_compiling:$ac_tool_warned in
2536 yes:)
2537 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2538 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2539 ac_tool_warned=yes ;;
2540 esac
2541     CC=$ac_ct_CC
2542   fi
2543 else
2544   CC="$ac_cv_prog_CC"
2545 fi
2546
2547 if test -z "$CC"; then
2548           if test -n "$ac_tool_prefix"; then
2549     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2550 set dummy ${ac_tool_prefix}cc; ac_word=$2
2551 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2552 $as_echo_n "checking for $ac_word... " >&6; }
2553 if test "${ac_cv_prog_CC+set}" = set; then
2554   $as_echo_n "(cached) " >&6
2555 else
2556   if test -n "$CC"; then
2557   ac_cv_prog_CC="$CC" # Let the user override the test.
2558 else
2559 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2560 for as_dir in $PATH
2561 do
2562   IFS=$as_save_IFS
2563   test -z "$as_dir" && as_dir=.
2564   for ac_exec_ext in '' $ac_executable_extensions; do
2565   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2566     ac_cv_prog_CC="${ac_tool_prefix}cc"
2567     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2568     break 2
2569   fi
2570 done
2571 done
2572 IFS=$as_save_IFS
2573
2574 fi
2575 fi
2576 CC=$ac_cv_prog_CC
2577 if test -n "$CC"; then
2578   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2579 $as_echo "$CC" >&6; }
2580 else
2581   { $as_echo "$as_me:$LINENO: result: no" >&5
2582 $as_echo "no" >&6; }
2583 fi
2584
2585
2586   fi
2587 fi
2588 if test -z "$CC"; then
2589   # Extract the first word of "cc", so it can be a program name with args.
2590 set dummy cc; ac_word=$2
2591 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2592 $as_echo_n "checking for $ac_word... " >&6; }
2593 if test "${ac_cv_prog_CC+set}" = set; then
2594   $as_echo_n "(cached) " >&6
2595 else
2596   if test -n "$CC"; then
2597   ac_cv_prog_CC="$CC" # Let the user override the test.
2598 else
2599   ac_prog_rejected=no
2600 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2601 for as_dir in $PATH
2602 do
2603   IFS=$as_save_IFS
2604   test -z "$as_dir" && as_dir=.
2605   for ac_exec_ext in '' $ac_executable_extensions; do
2606   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2607     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2608        ac_prog_rejected=yes
2609        continue
2610      fi
2611     ac_cv_prog_CC="cc"
2612     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2613     break 2
2614   fi
2615 done
2616 done
2617 IFS=$as_save_IFS
2618
2619 if test $ac_prog_rejected = yes; then
2620   # We found a bogon in the path, so make sure we never use it.
2621   set dummy $ac_cv_prog_CC
2622   shift
2623   if test $# != 0; then
2624     # We chose a different compiler from the bogus one.
2625     # However, it has the same basename, so the bogon will be chosen
2626     # first if we set CC to just the basename; use the full file name.
2627     shift
2628     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2629   fi
2630 fi
2631 fi
2632 fi
2633 CC=$ac_cv_prog_CC
2634 if test -n "$CC"; then
2635   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2636 $as_echo "$CC" >&6; }
2637 else
2638   { $as_echo "$as_me:$LINENO: result: no" >&5
2639 $as_echo "no" >&6; }
2640 fi
2641
2642
2643 fi
2644 if test -z "$CC"; then
2645   if test -n "$ac_tool_prefix"; then
2646   for ac_prog in cl.exe
2647   do
2648     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2649 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2650 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2651 $as_echo_n "checking for $ac_word... " >&6; }
2652 if test "${ac_cv_prog_CC+set}" = set; then
2653   $as_echo_n "(cached) " >&6
2654 else
2655   if test -n "$CC"; then
2656   ac_cv_prog_CC="$CC" # Let the user override the test.
2657 else
2658 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2659 for as_dir in $PATH
2660 do
2661   IFS=$as_save_IFS
2662   test -z "$as_dir" && as_dir=.
2663   for ac_exec_ext in '' $ac_executable_extensions; do
2664   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2665     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2666     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2667     break 2
2668   fi
2669 done
2670 done
2671 IFS=$as_save_IFS
2672
2673 fi
2674 fi
2675 CC=$ac_cv_prog_CC
2676 if test -n "$CC"; then
2677   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2678 $as_echo "$CC" >&6; }
2679 else
2680   { $as_echo "$as_me:$LINENO: result: no" >&5
2681 $as_echo "no" >&6; }
2682 fi
2683
2684
2685     test -n "$CC" && break
2686   done
2687 fi
2688 if test -z "$CC"; then
2689   ac_ct_CC=$CC
2690   for ac_prog in cl.exe
2691 do
2692   # Extract the first word of "$ac_prog", so it can be a program name with args.
2693 set dummy $ac_prog; ac_word=$2
2694 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2695 $as_echo_n "checking for $ac_word... " >&6; }
2696 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2697   $as_echo_n "(cached) " >&6
2698 else
2699   if test -n "$ac_ct_CC"; then
2700   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2701 else
2702 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2703 for as_dir in $PATH
2704 do
2705   IFS=$as_save_IFS
2706   test -z "$as_dir" && as_dir=.
2707   for ac_exec_ext in '' $ac_executable_extensions; do
2708   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2709     ac_cv_prog_ac_ct_CC="$ac_prog"
2710     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2711     break 2
2712   fi
2713 done
2714 done
2715 IFS=$as_save_IFS
2716
2717 fi
2718 fi
2719 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2720 if test -n "$ac_ct_CC"; then
2721   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2722 $as_echo "$ac_ct_CC" >&6; }
2723 else
2724   { $as_echo "$as_me:$LINENO: result: no" >&5
2725 $as_echo "no" >&6; }
2726 fi
2727
2728
2729   test -n "$ac_ct_CC" && break
2730 done
2731
2732   if test "x$ac_ct_CC" = x; then
2733     CC=""
2734   else
2735     case $cross_compiling:$ac_tool_warned in
2736 yes:)
2737 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2738 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2739 ac_tool_warned=yes ;;
2740 esac
2741     CC=$ac_ct_CC
2742   fi
2743 fi
2744
2745 fi
2746
2747
2748 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2749 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2750 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2751 See \`config.log' for more details." >&5
2752 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2753 See \`config.log' for more details." >&2;}
2754    { (exit 1); exit 1; }; }; }
2755
2756 # Provide some information about the compiler.
2757 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2758 set X $ac_compile
2759 ac_compiler=$2
2760 { (ac_try="$ac_compiler --version >&5"
2761 case "(($ac_try" in
2762   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2763   *) ac_try_echo=$ac_try;;
2764 esac
2765 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2766 $as_echo "$ac_try_echo") >&5
2767   (eval "$ac_compiler --version >&5") 2>&5
2768   ac_status=$?
2769   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2770   (exit $ac_status); }
2771 { (ac_try="$ac_compiler -v >&5"
2772 case "(($ac_try" in
2773   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2774   *) ac_try_echo=$ac_try;;
2775 esac
2776 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2777 $as_echo "$ac_try_echo") >&5
2778   (eval "$ac_compiler -v >&5") 2>&5
2779   ac_status=$?
2780   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2781   (exit $ac_status); }
2782 { (ac_try="$ac_compiler -V >&5"
2783 case "(($ac_try" in
2784   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2785   *) ac_try_echo=$ac_try;;
2786 esac
2787 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2788 $as_echo "$ac_try_echo") >&5
2789   (eval "$ac_compiler -V >&5") 2>&5
2790   ac_status=$?
2791   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2792   (exit $ac_status); }
2793
2794 cat >conftest.$ac_ext <<_ACEOF
2795 /* confdefs.h.  */
2796 _ACEOF
2797 cat confdefs.h >>conftest.$ac_ext
2798 cat >>conftest.$ac_ext <<_ACEOF
2799 /* end confdefs.h.  */
2800
2801 int
2802 main ()
2803 {
2804
2805   ;
2806   return 0;
2807 }
2808 _ACEOF
2809 ac_clean_files_save=$ac_clean_files
2810 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2811 # Try to create an executable without -o first, disregard a.out.
2812 # It will help us diagnose broken compilers, and finding out an intuition
2813 # of exeext.
2814 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2815 $as_echo_n "checking for C compiler default output file name... " >&6; }
2816 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2817
2818 # The possible output files:
2819 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2820
2821 ac_rmfiles=
2822 for ac_file in $ac_files
2823 do
2824   case $ac_file in
2825     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2826     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2827   esac
2828 done
2829 rm -f $ac_rmfiles
2830
2831 if { (ac_try="$ac_link_default"
2832 case "(($ac_try" in
2833   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2834   *) ac_try_echo=$ac_try;;
2835 esac
2836 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2837 $as_echo "$ac_try_echo") >&5
2838   (eval "$ac_link_default") 2>&5
2839   ac_status=$?
2840   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2841   (exit $ac_status); }; then
2842   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2843 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2844 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
2845 # so that the user can short-circuit this test for compilers unknown to
2846 # Autoconf.
2847 for ac_file in $ac_files ''
2848 do
2849   test -f "$ac_file" || continue
2850   case $ac_file in
2851     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2852         ;;
2853     [ab].out )
2854         # We found the default executable, but exeext='' is most
2855         # certainly right.
2856         break;;
2857     *.* )
2858         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2859         then :; else
2860            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2861         fi
2862         # We set ac_cv_exeext here because the later test for it is not
2863         # safe: cross compilers may not add the suffix if given an `-o'
2864         # argument, so we may need to know it at that point already.
2865         # Even if this section looks crufty: it has the advantage of
2866         # actually working.
2867         break;;
2868     * )
2869         break;;
2870   esac
2871 done
2872 test "$ac_cv_exeext" = no && ac_cv_exeext=
2873
2874 else
2875   ac_file=''
2876 fi
2877
2878 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2879 $as_echo "$ac_file" >&6; }
2880 if test -z "$ac_file"; then
2881   $as_echo "$as_me: failed program was:" >&5
2882 sed 's/^/| /' conftest.$ac_ext >&5
2883
2884 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2885 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2886 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2887 See \`config.log' for more details." >&5
2888 $as_echo "$as_me: error: C compiler cannot create executables
2889 See \`config.log' for more details." >&2;}
2890    { (exit 77); exit 77; }; }; }
2891 fi
2892
2893 ac_exeext=$ac_cv_exeext
2894
2895 # Check that the compiler produces executables we can run.  If not, either
2896 # the compiler is broken, or we cross compile.
2897 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2898 $as_echo_n "checking whether the C compiler works... " >&6; }
2899 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2900 # If not cross compiling, check that we can run a simple program.
2901 if test "$cross_compiling" != yes; then
2902   if { ac_try='./$ac_file'
2903   { (case "(($ac_try" in
2904   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2905   *) ac_try_echo=$ac_try;;
2906 esac
2907 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2908 $as_echo "$ac_try_echo") >&5
2909   (eval "$ac_try") 2>&5
2910   ac_status=$?
2911   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2912   (exit $ac_status); }; }; then
2913     cross_compiling=no
2914   else
2915     if test "$cross_compiling" = maybe; then
2916         cross_compiling=yes
2917     else
2918         { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2919 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2920 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2921 If you meant to cross compile, use \`--host'.
2922 See \`config.log' for more details." >&5
2923 $as_echo "$as_me: error: cannot run C compiled programs.
2924 If you meant to cross compile, use \`--host'.
2925 See \`config.log' for more details." >&2;}
2926    { (exit 1); exit 1; }; }; }
2927     fi
2928   fi
2929 fi
2930 { $as_echo "$as_me:$LINENO: result: yes" >&5
2931 $as_echo "yes" >&6; }
2932
2933 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2934 ac_clean_files=$ac_clean_files_save
2935 # Check that the compiler produces executables we can run.  If not, either
2936 # the compiler is broken, or we cross compile.
2937 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2938 $as_echo_n "checking whether we are cross compiling... " >&6; }
2939 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2940 $as_echo "$cross_compiling" >&6; }
2941
2942 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2943 $as_echo_n "checking for suffix of executables... " >&6; }
2944 if { (ac_try="$ac_link"
2945 case "(($ac_try" in
2946   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2947   *) ac_try_echo=$ac_try;;
2948 esac
2949 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2950 $as_echo "$ac_try_echo") >&5
2951   (eval "$ac_link") 2>&5
2952   ac_status=$?
2953   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2954   (exit $ac_status); }; then
2955   # If both `conftest.exe' and `conftest' are `present' (well, observable)
2956 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2957 # work properly (i.e., refer to `conftest.exe'), while it won't with
2958 # `rm'.
2959 for ac_file in conftest.exe conftest conftest.*; do
2960   test -f "$ac_file" || continue
2961   case $ac_file in
2962     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2963     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2964           break;;
2965     * ) break;;
2966   esac
2967 done
2968 else
2969   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2970 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2971 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2972 See \`config.log' for more details." >&5
2973 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2974 See \`config.log' for more details." >&2;}
2975    { (exit 1); exit 1; }; }; }
2976 fi
2977
2978 rm -f conftest$ac_cv_exeext
2979 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2980 $as_echo "$ac_cv_exeext" >&6; }
2981
2982 rm -f conftest.$ac_ext
2983 EXEEXT=$ac_cv_exeext
2984 ac_exeext=$EXEEXT
2985 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2986 $as_echo_n "checking for suffix of object files... " >&6; }
2987 if test "${ac_cv_objext+set}" = set; then
2988   $as_echo_n "(cached) " >&6
2989 else
2990   cat >conftest.$ac_ext <<_ACEOF
2991 /* confdefs.h.  */
2992 _ACEOF
2993 cat confdefs.h >>conftest.$ac_ext
2994 cat >>conftest.$ac_ext <<_ACEOF
2995 /* end confdefs.h.  */
2996
2997 int
2998 main ()
2999 {
3000
3001   ;
3002   return 0;
3003 }
3004 _ACEOF
3005 rm -f conftest.o conftest.obj
3006 if { (ac_try="$ac_compile"
3007 case "(($ac_try" in
3008   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3009   *) ac_try_echo=$ac_try;;
3010 esac
3011 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3012 $as_echo "$ac_try_echo") >&5
3013   (eval "$ac_compile") 2>&5
3014   ac_status=$?
3015   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3016   (exit $ac_status); }; then
3017   for ac_file in conftest.o conftest.obj conftest.*; do
3018   test -f "$ac_file" || continue;
3019   case $ac_file in
3020     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3021     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3022        break;;
3023   esac
3024 done
3025 else
3026   $as_echo "$as_me: failed program was:" >&5
3027 sed 's/^/| /' conftest.$ac_ext >&5
3028
3029 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3030 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3031 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3032 See \`config.log' for more details." >&5
3033 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
3034 See \`config.log' for more details." >&2;}
3035    { (exit 1); exit 1; }; }; }
3036 fi
3037
3038 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3039 fi
3040 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3041 $as_echo "$ac_cv_objext" >&6; }
3042 OBJEXT=$ac_cv_objext
3043 ac_objext=$OBJEXT
3044 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3045 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3046 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3047   $as_echo_n "(cached) " >&6
3048 else
3049   cat >conftest.$ac_ext <<_ACEOF
3050 /* confdefs.h.  */
3051 _ACEOF
3052 cat confdefs.h >>conftest.$ac_ext
3053 cat >>conftest.$ac_ext <<_ACEOF
3054 /* end confdefs.h.  */
3055
3056 int
3057 main ()
3058 {
3059 #ifndef __GNUC__
3060        choke me
3061 #endif
3062
3063   ;
3064   return 0;
3065 }
3066 _ACEOF
3067 rm -f conftest.$ac_objext
3068 if { (ac_try="$ac_compile"
3069 case "(($ac_try" in
3070   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3071   *) ac_try_echo=$ac_try;;
3072 esac
3073 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3074 $as_echo "$ac_try_echo") >&5
3075   (eval "$ac_compile") 2>conftest.er1
3076   ac_status=$?
3077   grep -v '^ *+' conftest.er1 >conftest.err
3078   rm -f conftest.er1
3079   cat conftest.err >&5
3080   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3081   (exit $ac_status); } && {
3082          test -z "$ac_c_werror_flag" ||
3083          test ! -s conftest.err
3084        } && test -s conftest.$ac_objext; then
3085   ac_compiler_gnu=yes
3086 else
3087   $as_echo "$as_me: failed program was:" >&5
3088 sed 's/^/| /' conftest.$ac_ext >&5
3089
3090         ac_compiler_gnu=no
3091 fi
3092
3093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3094 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3095
3096 fi
3097 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3098 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3099 if test $ac_compiler_gnu = yes; then
3100   GCC=yes
3101 else
3102   GCC=
3103 fi
3104 ac_test_CFLAGS=${CFLAGS+set}
3105 ac_save_CFLAGS=$CFLAGS
3106 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3107 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3108 if test "${ac_cv_prog_cc_g+set}" = set; then
3109   $as_echo_n "(cached) " >&6
3110 else
3111   ac_save_c_werror_flag=$ac_c_werror_flag
3112    ac_c_werror_flag=yes
3113    ac_cv_prog_cc_g=no
3114    CFLAGS="-g"
3115    cat >conftest.$ac_ext <<_ACEOF
3116 /* confdefs.h.  */
3117 _ACEOF
3118 cat confdefs.h >>conftest.$ac_ext
3119 cat >>conftest.$ac_ext <<_ACEOF
3120 /* end confdefs.h.  */
3121
3122 int
3123 main ()
3124 {
3125
3126   ;
3127   return 0;
3128 }
3129 _ACEOF
3130 rm -f conftest.$ac_objext
3131 if { (ac_try="$ac_compile"
3132 case "(($ac_try" in
3133   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3134   *) ac_try_echo=$ac_try;;
3135 esac
3136 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3137 $as_echo "$ac_try_echo") >&5
3138   (eval "$ac_compile") 2>conftest.er1
3139   ac_status=$?
3140   grep -v '^ *+' conftest.er1 >conftest.err
3141   rm -f conftest.er1
3142   cat conftest.err >&5
3143   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3144   (exit $ac_status); } && {
3145          test -z "$ac_c_werror_flag" ||
3146          test ! -s conftest.err
3147        } && test -s conftest.$ac_objext; then
3148   ac_cv_prog_cc_g=yes
3149 else
3150   $as_echo "$as_me: failed program was:" >&5
3151 sed 's/^/| /' conftest.$ac_ext >&5
3152
3153         CFLAGS=""
3154       cat >conftest.$ac_ext <<_ACEOF
3155 /* confdefs.h.  */
3156 _ACEOF
3157 cat confdefs.h >>conftest.$ac_ext
3158 cat >>conftest.$ac_ext <<_ACEOF
3159 /* end confdefs.h.  */
3160
3161 int
3162 main ()
3163 {
3164
3165   ;
3166   return 0;
3167 }
3168 _ACEOF
3169 rm -f conftest.$ac_objext
3170 if { (ac_try="$ac_compile"
3171 case "(($ac_try" in
3172   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3173   *) ac_try_echo=$ac_try;;
3174 esac
3175 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3176 $as_echo "$ac_try_echo") >&5
3177   (eval "$ac_compile") 2>conftest.er1
3178   ac_status=$?
3179   grep -v '^ *+' conftest.er1 >conftest.err
3180   rm -f conftest.er1
3181   cat conftest.err >&5
3182   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3183   (exit $ac_status); } && {
3184          test -z "$ac_c_werror_flag" ||
3185          test ! -s conftest.err
3186        } && test -s conftest.$ac_objext; then
3187   :
3188 else
3189   $as_echo "$as_me: failed program was:" >&5
3190 sed 's/^/| /' conftest.$ac_ext >&5
3191
3192         ac_c_werror_flag=$ac_save_c_werror_flag
3193          CFLAGS="-g"
3194          cat >conftest.$ac_ext <<_ACEOF
3195 /* confdefs.h.  */
3196 _ACEOF
3197 cat confdefs.h >>conftest.$ac_ext
3198 cat >>conftest.$ac_ext <<_ACEOF
3199 /* end confdefs.h.  */
3200
3201 int
3202 main ()
3203 {
3204
3205   ;
3206   return 0;
3207 }
3208 _ACEOF
3209 rm -f conftest.$ac_objext
3210 if { (ac_try="$ac_compile"
3211 case "(($ac_try" in
3212   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3213   *) ac_try_echo=$ac_try;;
3214 esac
3215 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3216 $as_echo "$ac_try_echo") >&5
3217   (eval "$ac_compile") 2>conftest.er1
3218   ac_status=$?
3219   grep -v '^ *+' conftest.er1 >conftest.err
3220   rm -f conftest.er1
3221   cat conftest.err >&5
3222   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3223   (exit $ac_status); } && {
3224          test -z "$ac_c_werror_flag" ||
3225          test ! -s conftest.err
3226        } && test -s conftest.$ac_objext; then
3227   ac_cv_prog_cc_g=yes
3228 else
3229   $as_echo "$as_me: failed program was:" >&5
3230 sed 's/^/| /' conftest.$ac_ext >&5
3231
3232
3233 fi
3234
3235 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3236 fi
3237
3238 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3239 fi
3240
3241 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3242    ac_c_werror_flag=$ac_save_c_werror_flag
3243 fi
3244 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3245 $as_echo "$ac_cv_prog_cc_g" >&6; }
3246 if test "$ac_test_CFLAGS" = set; then
3247   CFLAGS=$ac_save_CFLAGS
3248 elif test $ac_cv_prog_cc_g = yes; then
3249   if test "$GCC" = yes; then
3250     CFLAGS="-g -O2"
3251   else
3252     CFLAGS="-g"
3253   fi
3254 else
3255   if test "$GCC" = yes; then
3256     CFLAGS="-O2"
3257   else
3258     CFLAGS=
3259   fi
3260 fi
3261 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3262 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3263 if test "${ac_cv_prog_cc_c89+set}" = set; then
3264   $as_echo_n "(cached) " >&6
3265 else
3266   ac_cv_prog_cc_c89=no
3267 ac_save_CC=$CC
3268 cat >conftest.$ac_ext <<_ACEOF
3269 /* confdefs.h.  */
3270 _ACEOF
3271 cat confdefs.h >>conftest.$ac_ext
3272 cat >>conftest.$ac_ext <<_ACEOF
3273 /* end confdefs.h.  */
3274 #include <stdarg.h>
3275 #include <stdio.h>
3276 #include <sys/types.h>
3277 #include <sys/stat.h>
3278 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3279 struct buf { int x; };
3280 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3281 static char *e (p, i)
3282      char **p;
3283      int i;
3284 {
3285   return p[i];
3286 }
3287 static char *f (char * (*g) (char **, int), char **p, ...)
3288 {
3289   char *s;
3290   va_list v;
3291   va_start (v,p);
3292   s = g (p, va_arg (v,int));
3293   va_end (v);
3294   return s;
3295 }
3296
3297 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3298    function prototypes and stuff, but not '\xHH' hex character constants.
3299    These don't provoke an error unfortunately, instead are silently treated
3300    as 'x'.  The following induces an error, until -std is added to get
3301    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3302    array size at least.  It's necessary to write '\x00'==0 to get something
3303    that's true only with -std.  */
3304 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3305
3306 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3307    inside strings and character constants.  */
3308 #define FOO(x) 'x'
3309 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3310
3311 int test (int i, double x);
3312 struct s1 {int (*f) (int a);};
3313 struct s2 {int (*f) (double a);};
3314 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3315 int argc;
3316 char **argv;
3317 int
3318 main ()
3319 {
3320 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3321   ;
3322   return 0;
3323 }
3324 _ACEOF
3325 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3326         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3327 do
3328   CC="$ac_save_CC $ac_arg"
3329   rm -f conftest.$ac_objext
3330 if { (ac_try="$ac_compile"
3331 case "(($ac_try" in
3332   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3333   *) ac_try_echo=$ac_try;;
3334 esac
3335 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3336 $as_echo "$ac_try_echo") >&5
3337   (eval "$ac_compile") 2>conftest.er1
3338   ac_status=$?
3339   grep -v '^ *+' conftest.er1 >conftest.err
3340   rm -f conftest.er1
3341   cat conftest.err >&5
3342   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3343   (exit $ac_status); } && {
3344          test -z "$ac_c_werror_flag" ||
3345          test ! -s conftest.err
3346        } && test -s conftest.$ac_objext; then
3347   ac_cv_prog_cc_c89=$ac_arg
3348 else
3349   $as_echo "$as_me: failed program was:" >&5
3350 sed 's/^/| /' conftest.$ac_ext >&5
3351
3352
3353 fi
3354
3355 rm -f core conftest.err conftest.$ac_objext
3356   test "x$ac_cv_prog_cc_c89" != "xno" && break
3357 done
3358 rm -f conftest.$ac_ext
3359 CC=$ac_save_CC
3360
3361 fi
3362 # AC_CACHE_VAL
3363 case "x$ac_cv_prog_cc_c89" in
3364   x)
3365     { $as_echo "$as_me:$LINENO: result: none needed" >&5
3366 $as_echo "none needed" >&6; } ;;
3367   xno)
3368     { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3369 $as_echo "unsupported" >&6; } ;;
3370   *)
3371     CC="$CC $ac_cv_prog_cc_c89"
3372     { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3373 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3374 esac
3375
3376
3377 ac_ext=c
3378 ac_cpp='$CPP $CPPFLAGS'
3379 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3380 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3381 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3382
3383 ac_ext=cpp
3384 ac_cpp='$CXXCPP $CPPFLAGS'
3385 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3386 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3387 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3388 if test -z "$CXX"; then
3389   if test -n "$CCC"; then
3390     CXX=$CCC
3391   else
3392     if test -n "$ac_tool_prefix"; then
3393   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3394   do
3395     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3396 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3397 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3398 $as_echo_n "checking for $ac_word... " >&6; }
3399 if test "${ac_cv_prog_CXX+set}" = set; then
3400   $as_echo_n "(cached) " >&6
3401 else
3402   if test -n "$CXX"; then
3403   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3404 else
3405 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3406 for as_dir in $PATH
3407 do
3408   IFS=$as_save_IFS
3409   test -z "$as_dir" && as_dir=.
3410   for ac_exec_ext in '' $ac_executable_extensions; do
3411   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3412     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3413     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3414     break 2
3415   fi
3416 done
3417 done
3418 IFS=$as_save_IFS
3419
3420 fi
3421 fi
3422 CXX=$ac_cv_prog_CXX
3423 if test -n "$CXX"; then
3424   { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3425 $as_echo "$CXX" >&6; }
3426 else
3427   { $as_echo "$as_me:$LINENO: result: no" >&5
3428 $as_echo "no" >&6; }
3429 fi
3430
3431
3432     test -n "$CXX" && break
3433   done
3434 fi
3435 if test -z "$CXX"; then
3436   ac_ct_CXX=$CXX
3437   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3438 do
3439   # Extract the first word of "$ac_prog", so it can be a program name with args.
3440 set dummy $ac_prog; ac_word=$2
3441 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3442 $as_echo_n "checking for $ac_word... " >&6; }
3443 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3444   $as_echo_n "(cached) " >&6
3445 else
3446   if test -n "$ac_ct_CXX"; then
3447   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3448 else
3449 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3450 for as_dir in $PATH
3451 do
3452   IFS=$as_save_IFS
3453   test -z "$as_dir" && as_dir=.
3454   for ac_exec_ext in '' $ac_executable_extensions; do
3455   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3456     ac_cv_prog_ac_ct_CXX="$ac_prog"
3457     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3458     break 2
3459   fi
3460 done
3461 done
3462 IFS=$as_save_IFS
3463
3464 fi
3465 fi
3466 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3467 if test -n "$ac_ct_CXX"; then
3468   { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3469 $as_echo "$ac_ct_CXX" >&6; }
3470 else
3471   { $as_echo "$as_me:$LINENO: result: no" >&5
3472 $as_echo "no" >&6; }
3473 fi
3474
3475
3476   test -n "$ac_ct_CXX" && break
3477 done
3478
3479   if test "x$ac_ct_CXX" = x; then
3480     CXX="g++"
3481   else
3482     case $cross_compiling:$ac_tool_warned in
3483 yes:)
3484 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3485 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3486 ac_tool_warned=yes ;;
3487 esac
3488     CXX=$ac_ct_CXX
3489   fi
3490 fi
3491
3492   fi
3493 fi
3494 # Provide some information about the compiler.
3495 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3496 set X $ac_compile
3497 ac_compiler=$2
3498 { (ac_try="$ac_compiler --version >&5"
3499 case "(($ac_try" in
3500   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3501   *) ac_try_echo=$ac_try;;
3502 esac
3503 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3504 $as_echo "$ac_try_echo") >&5
3505   (eval "$ac_compiler --version >&5") 2>&5
3506   ac_status=$?
3507   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3508   (exit $ac_status); }
3509 { (ac_try="$ac_compiler -v >&5"
3510 case "(($ac_try" in
3511   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3512   *) ac_try_echo=$ac_try;;
3513 esac
3514 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3515 $as_echo "$ac_try_echo") >&5
3516   (eval "$ac_compiler -v >&5") 2>&5
3517   ac_status=$?
3518   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3519   (exit $ac_status); }
3520 { (ac_try="$ac_compiler -V >&5"
3521 case "(($ac_try" in
3522   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3523   *) ac_try_echo=$ac_try;;
3524 esac
3525 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3526 $as_echo "$ac_try_echo") >&5
3527   (eval "$ac_compiler -V >&5") 2>&5
3528   ac_status=$?
3529   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3530   (exit $ac_status); }
3531
3532 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3533 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3534 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3535   $as_echo_n "(cached) " >&6
3536 else
3537   cat >conftest.$ac_ext <<_ACEOF
3538 /* confdefs.h.  */
3539 _ACEOF
3540 cat confdefs.h >>conftest.$ac_ext
3541 cat >>conftest.$ac_ext <<_ACEOF
3542 /* end confdefs.h.  */
3543
3544 int
3545 main ()
3546 {
3547 #ifndef __GNUC__
3548        choke me
3549 #endif
3550
3551   ;
3552   return 0;
3553 }
3554 _ACEOF
3555 rm -f conftest.$ac_objext
3556 if { (ac_try="$ac_compile"
3557 case "(($ac_try" in
3558   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3559   *) ac_try_echo=$ac_try;;
3560 esac
3561 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3562 $as_echo "$ac_try_echo") >&5
3563   (eval "$ac_compile") 2>conftest.er1
3564   ac_status=$?
3565   grep -v '^ *+' conftest.er1 >conftest.err
3566   rm -f conftest.er1
3567   cat conftest.err >&5
3568   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3569   (exit $ac_status); } && {
3570          test -z "$ac_cxx_werror_flag" ||
3571          test ! -s conftest.err
3572        } && test -s conftest.$ac_objext; then
3573   ac_compiler_gnu=yes
3574 else
3575   $as_echo "$as_me: failed program was:" >&5
3576 sed 's/^/| /' conftest.$ac_ext >&5
3577
3578         ac_compiler_gnu=no
3579 fi
3580
3581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3582 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3583
3584 fi
3585 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3586 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3587 if test $ac_compiler_gnu = yes; then
3588   GXX=yes
3589 else
3590   GXX=
3591 fi
3592 ac_test_CXXFLAGS=${CXXFLAGS+set}
3593 ac_save_CXXFLAGS=$CXXFLAGS
3594 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3595 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3596 if test "${ac_cv_prog_cxx_g+set}" = set; then
3597   $as_echo_n "(cached) " >&6
3598 else
3599   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3600    ac_cxx_werror_flag=yes
3601    ac_cv_prog_cxx_g=no
3602    CXXFLAGS="-g"
3603    cat >conftest.$ac_ext <<_ACEOF
3604 /* confdefs.h.  */
3605 _ACEOF
3606 cat confdefs.h >>conftest.$ac_ext
3607 cat >>conftest.$ac_ext <<_ACEOF
3608 /* end confdefs.h.  */
3609
3610 int
3611 main ()
3612 {
3613
3614   ;
3615   return 0;
3616 }
3617 _ACEOF
3618 rm -f conftest.$ac_objext
3619 if { (ac_try="$ac_compile"
3620 case "(($ac_try" in
3621   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3622   *) ac_try_echo=$ac_try;;
3623 esac
3624 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3625 $as_echo "$ac_try_echo") >&5
3626   (eval "$ac_compile") 2>conftest.er1
3627   ac_status=$?
3628   grep -v '^ *+' conftest.er1 >conftest.err
3629   rm -f conftest.er1
3630   cat conftest.err >&5
3631   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3632   (exit $ac_status); } && {
3633          test -z "$ac_cxx_werror_flag" ||
3634          test ! -s conftest.err
3635        } && test -s conftest.$ac_objext; then
3636   ac_cv_prog_cxx_g=yes
3637 else
3638   $as_echo "$as_me: failed program was:" >&5
3639 sed 's/^/| /' conftest.$ac_ext >&5
3640
3641         CXXFLAGS=""
3642       cat >conftest.$ac_ext <<_ACEOF
3643 /* confdefs.h.  */
3644 _ACEOF
3645 cat confdefs.h >>conftest.$ac_ext
3646 cat >>conftest.$ac_ext <<_ACEOF
3647 /* end confdefs.h.  */
3648
3649 int
3650 main ()
3651 {
3652
3653   ;
3654   return 0;
3655 }
3656 _ACEOF
3657 rm -f conftest.$ac_objext
3658 if { (ac_try="$ac_compile"
3659 case "(($ac_try" in
3660   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3661   *) ac_try_echo=$ac_try;;
3662 esac
3663 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3664 $as_echo "$ac_try_echo") >&5
3665   (eval "$ac_compile") 2>conftest.er1
3666   ac_status=$?
3667   grep -v '^ *+' conftest.er1 >conftest.err
3668   rm -f conftest.er1
3669   cat conftest.err >&5
3670   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3671   (exit $ac_status); } && {
3672          test -z "$ac_cxx_werror_flag" ||
3673          test ! -s conftest.err
3674        } && test -s conftest.$ac_objext; then
3675   :
3676 else
3677   $as_echo "$as_me: failed program was:" >&5
3678 sed 's/^/| /' conftest.$ac_ext >&5
3679
3680         ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3681          CXXFLAGS="-g"
3682          cat >conftest.$ac_ext <<_ACEOF
3683 /* confdefs.h.  */
3684 _ACEOF
3685 cat confdefs.h >>conftest.$ac_ext
3686 cat >>conftest.$ac_ext <<_ACEOF
3687 /* end confdefs.h.  */
3688
3689 int
3690 main ()
3691 {
3692
3693   ;
3694   return 0;
3695 }
3696 _ACEOF
3697 rm -f conftest.$ac_objext
3698 if { (ac_try="$ac_compile"
3699 case "(($ac_try" in
3700   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3701   *) ac_try_echo=$ac_try;;
3702 esac
3703 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3704 $as_echo "$ac_try_echo") >&5
3705   (eval "$ac_compile") 2>conftest.er1
3706   ac_status=$?
3707   grep -v '^ *+' conftest.er1 >conftest.err
3708   rm -f conftest.er1
3709   cat conftest.err >&5
3710   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3711   (exit $ac_status); } && {
3712          test -z "$ac_cxx_werror_flag" ||
3713          test ! -s conftest.err
3714        } && test -s conftest.$ac_objext; then
3715   ac_cv_prog_cxx_g=yes
3716 else
3717   $as_echo "$as_me: failed program was:" >&5
3718 sed 's/^/| /' conftest.$ac_ext >&5
3719
3720
3721 fi
3722
3723 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3724 fi
3725
3726 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3727 fi
3728
3729 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3730    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3731 fi
3732 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3733 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3734 if test "$ac_test_CXXFLAGS" = set; then
3735   CXXFLAGS=$ac_save_CXXFLAGS
3736 elif test $ac_cv_prog_cxx_g = yes; then
3737   if test "$GXX" = yes; then
3738     CXXFLAGS="-g -O2"
3739   else
3740     CXXFLAGS="-g"
3741   fi
3742 else
3743   if test "$GXX" = yes; then
3744     CXXFLAGS="-O2"
3745   else
3746     CXXFLAGS=
3747   fi
3748 fi
3749 ac_ext=c
3750 ac_cpp='$CPP $CPPFLAGS'
3751 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3752 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3753 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3754
3755 if test -n "$ac_tool_prefix"; then
3756   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3757 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3758 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3759 $as_echo_n "checking for $ac_word... " >&6; }
3760 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3761   $as_echo_n "(cached) " >&6
3762 else
3763   if test -n "$CPPBIN"; then
3764   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3765 else
3766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3767 for as_dir in $PATH
3768 do
3769   IFS=$as_save_IFS
3770   test -z "$as_dir" && as_dir=.
3771   for ac_exec_ext in '' $ac_executable_extensions; do
3772   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3773     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3774     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3775     break 2
3776   fi
3777 done
3778 done
3779 IFS=$as_save_IFS
3780
3781 fi
3782 fi
3783 CPPBIN=$ac_cv_prog_CPPBIN
3784 if test -n "$CPPBIN"; then
3785   { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3786 $as_echo "$CPPBIN" >&6; }
3787 else
3788   { $as_echo "$as_me:$LINENO: result: no" >&5
3789 $as_echo "no" >&6; }
3790 fi
3791
3792
3793 fi
3794 if test -z "$ac_cv_prog_CPPBIN"; then
3795   ac_ct_CPPBIN=$CPPBIN
3796   # Extract the first word of "cpp", so it can be a program name with args.
3797 set dummy cpp; ac_word=$2
3798 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3799 $as_echo_n "checking for $ac_word... " >&6; }
3800 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3801   $as_echo_n "(cached) " >&6
3802 else
3803   if test -n "$ac_ct_CPPBIN"; then
3804   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3805 else
3806 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3807 for as_dir in $PATH
3808 do
3809   IFS=$as_save_IFS
3810   test -z "$as_dir" && as_dir=.
3811   for ac_exec_ext in '' $ac_executable_extensions; do
3812   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3813     ac_cv_prog_ac_ct_CPPBIN="cpp"
3814     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3815     break 2
3816   fi
3817 done
3818 done
3819 IFS=$as_save_IFS
3820
3821 fi
3822 fi
3823 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3824 if test -n "$ac_ct_CPPBIN"; then
3825   { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3826 $as_echo "$ac_ct_CPPBIN" >&6; }
3827 else
3828   { $as_echo "$as_me:$LINENO: result: no" >&5
3829 $as_echo "no" >&6; }
3830 fi
3831
3832   if test "x$ac_ct_CPPBIN" = x; then
3833     CPPBIN="cpp"
3834   else
3835     case $cross_compiling:$ac_tool_warned in
3836 yes:)
3837 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3838 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3839 ac_tool_warned=yes ;;
3840 esac
3841     CPPBIN=$ac_ct_CPPBIN
3842   fi
3843 else
3844   CPPBIN="$ac_cv_prog_CPPBIN"
3845 fi
3846
3847
3848 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3849 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3850 if test "${wine_cv_toolsdir+set}" = set; then
3851   $as_echo_n "(cached) " >&6
3852 else
3853   if test -z "$with_wine_tools"; then
3854      if test "$cross_compiling" = "yes"; then
3855        { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3856 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3857    { (exit 1); exit 1; }; }
3858      else
3859        wine_cv_toolsdir="\$(TOPOBJDIR)"
3860      fi
3861    elif test -d "$with_wine_tools/tools/winebuild"; then
3862      case $with_wine_tools in
3863        /*) wine_cv_toolsdir="$with_wine_tools" ;;
3864        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3865      esac
3866    else
3867      { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3868 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3869    { (exit 1); exit 1; }; }
3870    fi
3871 fi
3872 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3873 $as_echo "$wine_cv_toolsdir" >&6; }
3874 TOOLSDIR=$wine_cv_toolsdir
3875
3876
3877
3878 ac_ext=c
3879 ac_cpp='$CPP $CPPFLAGS'
3880 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3881 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3882 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3883 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3884 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3885 # On Suns, sometimes $CPP names a directory.
3886 if test -n "$CPP" && test -d "$CPP"; then
3887   CPP=
3888 fi
3889 if test -z "$CPP"; then
3890   if test "${ac_cv_prog_CPP+set}" = set; then
3891   $as_echo_n "(cached) " >&6
3892 else
3893       # Double quotes because CPP needs to be expanded
3894     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3895     do
3896       ac_preproc_ok=false
3897 for ac_c_preproc_warn_flag in '' yes
3898 do
3899   # Use a header file that comes with gcc, so configuring glibc
3900   # with a fresh cross-compiler works.
3901   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3902   # <limits.h> exists even on freestanding compilers.
3903   # On the NeXT, cc -E runs the code through the compiler's parser,
3904   # not just through cpp. "Syntax error" is here to catch this case.
3905   cat >conftest.$ac_ext <<_ACEOF
3906 /* confdefs.h.  */
3907 _ACEOF
3908 cat confdefs.h >>conftest.$ac_ext
3909 cat >>conftest.$ac_ext <<_ACEOF
3910 /* end confdefs.h.  */
3911 #ifdef __STDC__
3912 # include <limits.h>
3913 #else
3914 # include <assert.h>
3915 #endif
3916                      Syntax error
3917 _ACEOF
3918 if { (ac_try="$ac_cpp conftest.$ac_ext"
3919 case "(($ac_try" in
3920   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3921   *) ac_try_echo=$ac_try;;
3922 esac
3923 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3924 $as_echo "$ac_try_echo") >&5
3925   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3926   ac_status=$?
3927   grep -v '^ *+' conftest.er1 >conftest.err
3928   rm -f conftest.er1
3929   cat conftest.err >&5
3930   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3931   (exit $ac_status); } >/dev/null && {
3932          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3933          test ! -s conftest.err
3934        }; then
3935   :
3936 else
3937   $as_echo "$as_me: failed program was:" >&5
3938 sed 's/^/| /' conftest.$ac_ext >&5
3939
3940   # Broken: fails on valid input.
3941 continue
3942 fi
3943
3944 rm -f conftest.err conftest.$ac_ext
3945
3946   # OK, works on sane cases.  Now check whether nonexistent headers
3947   # can be detected and how.
3948   cat >conftest.$ac_ext <<_ACEOF
3949 /* confdefs.h.  */
3950 _ACEOF
3951 cat confdefs.h >>conftest.$ac_ext
3952 cat >>conftest.$ac_ext <<_ACEOF
3953 /* end confdefs.h.  */
3954 #include <ac_nonexistent.h>
3955 _ACEOF
3956 if { (ac_try="$ac_cpp conftest.$ac_ext"
3957 case "(($ac_try" in
3958   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3959   *) ac_try_echo=$ac_try;;
3960 esac
3961 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3962 $as_echo "$ac_try_echo") >&5
3963   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3964   ac_status=$?
3965   grep -v '^ *+' conftest.er1 >conftest.err
3966   rm -f conftest.er1
3967   cat conftest.err >&5
3968   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3969   (exit $ac_status); } >/dev/null && {
3970          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3971          test ! -s conftest.err
3972        }; then
3973   # Broken: success on invalid input.
3974 continue
3975 else
3976   $as_echo "$as_me: failed program was:" >&5
3977 sed 's/^/| /' conftest.$ac_ext >&5
3978
3979   # Passes both tests.
3980 ac_preproc_ok=:
3981 break
3982 fi
3983
3984 rm -f conftest.err conftest.$ac_ext
3985
3986 done
3987 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3988 rm -f conftest.err conftest.$ac_ext
3989 if $ac_preproc_ok; then
3990   break
3991 fi
3992
3993     done
3994     ac_cv_prog_CPP=$CPP
3995
3996 fi
3997   CPP=$ac_cv_prog_CPP
3998 else
3999   ac_cv_prog_CPP=$CPP
4000 fi
4001 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
4002 $as_echo "$CPP" >&6; }
4003 ac_preproc_ok=false
4004 for ac_c_preproc_warn_flag in '' yes
4005 do
4006   # Use a header file that comes with gcc, so configuring glibc
4007   # with a fresh cross-compiler works.
4008   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4009   # <limits.h> exists even on freestanding compilers.
4010   # On the NeXT, cc -E runs the code through the compiler's parser,
4011   # not just through cpp. "Syntax error" is here to catch this case.
4012   cat >conftest.$ac_ext <<_ACEOF
4013 /* confdefs.h.  */
4014 _ACEOF
4015 cat confdefs.h >>conftest.$ac_ext
4016 cat >>conftest.$ac_ext <<_ACEOF
4017 /* end confdefs.h.  */
4018 #ifdef __STDC__
4019 # include <limits.h>
4020 #else
4021 # include <assert.h>
4022 #endif
4023                      Syntax error
4024 _ACEOF
4025 if { (ac_try="$ac_cpp conftest.$ac_ext"
4026 case "(($ac_try" in
4027   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4028   *) ac_try_echo=$ac_try;;
4029 esac
4030 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4031 $as_echo "$ac_try_echo") >&5
4032   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4033   ac_status=$?
4034   grep -v '^ *+' conftest.er1 >conftest.err
4035   rm -f conftest.er1
4036   cat conftest.err >&5
4037   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4038   (exit $ac_status); } >/dev/null && {
4039          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4040          test ! -s conftest.err
4041        }; then
4042   :
4043 else
4044   $as_echo "$as_me: failed program was:" >&5
4045 sed 's/^/| /' conftest.$ac_ext >&5
4046
4047   # Broken: fails on valid input.
4048 continue
4049 fi
4050
4051 rm -f conftest.err conftest.$ac_ext
4052
4053   # OK, works on sane cases.  Now check whether nonexistent headers
4054   # can be detected and how.
4055   cat >conftest.$ac_ext <<_ACEOF
4056 /* confdefs.h.  */
4057 _ACEOF
4058 cat confdefs.h >>conftest.$ac_ext
4059 cat >>conftest.$ac_ext <<_ACEOF
4060 /* end confdefs.h.  */
4061 #include <ac_nonexistent.h>
4062 _ACEOF
4063 if { (ac_try="$ac_cpp conftest.$ac_ext"
4064 case "(($ac_try" in
4065   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4066   *) ac_try_echo=$ac_try;;
4067 esac
4068 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4069 $as_echo "$ac_try_echo") >&5
4070   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4071   ac_status=$?
4072   grep -v '^ *+' conftest.er1 >conftest.err
4073   rm -f conftest.er1
4074   cat conftest.err >&5
4075   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4076   (exit $ac_status); } >/dev/null && {
4077          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4078          test ! -s conftest.err
4079        }; then
4080   # Broken: success on invalid input.
4081 continue
4082 else
4083   $as_echo "$as_me: failed program was:" >&5
4084 sed 's/^/| /' conftest.$ac_ext >&5
4085
4086   # Passes both tests.
4087 ac_preproc_ok=:
4088 break
4089 fi
4090
4091 rm -f conftest.err conftest.$ac_ext
4092
4093 done
4094 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4095 rm -f conftest.err conftest.$ac_ext
4096 if $ac_preproc_ok; then
4097   :
4098 else
4099   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
4100 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4101 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4102 See \`config.log' for more details." >&5
4103 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4104 See \`config.log' for more details." >&2;}
4105    { (exit 1); exit 1; }; }; }
4106 fi
4107
4108 ac_ext=c
4109 ac_cpp='$CPP $CPPFLAGS'
4110 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4111 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4112 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4113
4114
4115 { $as_echo "$as_me:$LINENO: checking for X" >&5
4116 $as_echo_n "checking for X... " >&6; }
4117
4118
4119 # Check whether --with-x was given.
4120 if test "${with_x+set}" = set; then
4121   withval=$with_x;
4122 fi
4123
4124 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
4125 if test "x$with_x" = xno; then
4126   # The user explicitly disabled X.
4127   have_x=disabled
4128 else
4129   case $x_includes,$x_libraries in #(
4130     *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
4131 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
4132    { (exit 1); exit 1; }; };; #(
4133     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
4134   $as_echo_n "(cached) " >&6
4135 else
4136   # One or both of the vars are not set, and there is no cached value.
4137 ac_x_includes=no ac_x_libraries=no
4138 rm -f -r conftest.dir
4139 if mkdir conftest.dir; then
4140   cd conftest.dir
4141   cat >Imakefile <<'_ACEOF'
4142 incroot:
4143         @echo incroot='${INCROOT}'
4144 usrlibdir:
4145         @echo usrlibdir='${USRLIBDIR}'
4146 libdir:
4147         @echo libdir='${LIBDIR}'
4148 _ACEOF
4149   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
4150     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4151     for ac_var in incroot usrlibdir libdir; do
4152       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
4153     done
4154     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
4155     for ac_extension in a so sl dylib la dll; do
4156       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
4157          test -f "$ac_im_libdir/libX11.$ac_extension"; then
4158         ac_im_usrlibdir=$ac_im_libdir; break
4159       fi
4160     done
4161     # Screen out bogus values from the imake configuration.  They are
4162     # bogus both because they are the default anyway, and because
4163     # using them would break gcc on systems where it needs fixed includes.
4164     case $ac_im_incroot in
4165         /usr/include) ac_x_includes= ;;
4166         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
4167     esac
4168     case $ac_im_usrlibdir in
4169         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
4170         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4171     esac
4172   fi
4173   cd ..
4174   rm -f -r conftest.dir
4175 fi
4176
4177 # Standard set of common directories for X headers.
4178 # Check X11 before X11Rn because it is often a symlink to the current release.
4179 ac_x_header_dirs='
4180 /usr/X11/include
4181 /usr/X11R6/include
4182 /usr/X11R5/include
4183 /usr/X11R4/include
4184
4185 /usr/include/X11
4186 /usr/include/X11R6
4187 /usr/include/X11R5
4188 /usr/include/X11R4
4189
4190 /usr/local/X11/include
4191 /usr/local/X11R6/include
4192 /usr/local/X11R5/include
4193 /usr/local/X11R4/include
4194
4195 /usr/local/include/X11
4196 /usr/local/include/X11R6
4197 /usr/local/include/X11R5
4198 /usr/local/include/X11R4
4199
4200 /usr/X386/include
4201 /usr/x386/include
4202 /usr/XFree86/include/X11
4203
4204 /usr/include
4205 /usr/local/include
4206 /usr/unsupported/include
4207 /usr/athena/include
4208 /usr/local/x11r5/include
4209 /usr/lpp/Xamples/include
4210
4211 /usr/openwin/include
4212 /usr/openwin/share/include'
4213
4214 if test "$ac_x_includes" = no; then
4215   # Guess where to find include files, by looking for Xlib.h.
4216   # First, try using that file with no special directory specified.
4217   cat >conftest.$ac_ext <<_ACEOF
4218 /* confdefs.h.  */
4219 _ACEOF
4220 cat confdefs.h >>conftest.$ac_ext
4221 cat >>conftest.$ac_ext <<_ACEOF
4222 /* end confdefs.h.  */
4223 #include <X11/Xlib.h>
4224 _ACEOF
4225 if { (ac_try="$ac_cpp conftest.$ac_ext"
4226 case "(($ac_try" in
4227   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4228   *) ac_try_echo=$ac_try;;
4229 esac
4230 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4231 $as_echo "$ac_try_echo") >&5
4232   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4233   ac_status=$?
4234   grep -v '^ *+' conftest.er1 >conftest.err
4235   rm -f conftest.er1
4236   cat conftest.err >&5
4237   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4238   (exit $ac_status); } >/dev/null && {
4239          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4240          test ! -s conftest.err
4241        }; then
4242   # We can compile using X headers with no special include directory.
4243 ac_x_includes=
4244 else
4245   $as_echo "$as_me: failed program was:" >&5
4246 sed 's/^/| /' conftest.$ac_ext >&5
4247
4248   for ac_dir in $ac_x_header_dirs; do
4249   if test -r "$ac_dir/X11/Xlib.h"; then
4250     ac_x_includes=$ac_dir
4251     break
4252   fi
4253 done
4254 fi
4255
4256 rm -f conftest.err conftest.$ac_ext
4257 fi # $ac_x_includes = no
4258
4259 if test "$ac_x_libraries" = no; then
4260   # Check for the libraries.
4261   # See if we find them without any special options.
4262   # Don't add to $LIBS permanently.
4263   ac_save_LIBS=$LIBS
4264   LIBS="-lX11 $LIBS"
4265   cat >conftest.$ac_ext <<_ACEOF
4266 /* confdefs.h.  */
4267 _ACEOF
4268 cat confdefs.h >>conftest.$ac_ext
4269 cat >>conftest.$ac_ext <<_ACEOF
4270 /* end confdefs.h.  */
4271 #include <X11/Xlib.h>
4272 int
4273 main ()
4274 {
4275 XrmInitialize ()
4276   ;
4277   return 0;
4278 }
4279 _ACEOF
4280 rm -f conftest.$ac_objext conftest$ac_exeext
4281 if { (ac_try="$ac_link"
4282 case "(($ac_try" in
4283   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4284   *) ac_try_echo=$ac_try;;
4285 esac
4286 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4287 $as_echo "$ac_try_echo") >&5
4288   (eval "$ac_link") 2>conftest.er1
4289   ac_status=$?
4290   grep -v '^ *+' conftest.er1 >conftest.err
4291   rm -f conftest.er1
4292   cat conftest.err >&5
4293   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4294   (exit $ac_status); } && {
4295          test -z "$ac_c_werror_flag" ||
4296          test ! -s conftest.err
4297        } && test -s conftest$ac_exeext && {
4298          test "$cross_compiling" = yes ||
4299          $as_test_x conftest$ac_exeext
4300        }; then
4301   LIBS=$ac_save_LIBS
4302 # We can link X programs with no special library path.
4303 ac_x_libraries=
4304 else
4305   $as_echo "$as_me: failed program was:" >&5
4306 sed 's/^/| /' conftest.$ac_ext >&5
4307
4308         LIBS=$ac_save_LIBS
4309 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4310 do
4311   # Don't even attempt the hair of trying to link an X program!
4312   for ac_extension in a so sl dylib la dll; do
4313     if test -r "$ac_dir/libX11.$ac_extension"; then
4314       ac_x_libraries=$ac_dir
4315       break 2
4316     fi
4317   done
4318 done
4319 fi
4320
4321 rm -rf conftest.dSYM
4322 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4323       conftest$ac_exeext conftest.$ac_ext
4324 fi # $ac_x_libraries = no
4325
4326 case $ac_x_includes,$ac_x_libraries in #(
4327   no,* | *,no | *\'*)
4328     # Didn't find X, or a directory has "'" in its name.
4329     ac_cv_have_x="have_x=no";; #(
4330   *)
4331     # Record where we found X for the cache.
4332     ac_cv_have_x="have_x=yes\
4333         ac_x_includes='$ac_x_includes'\
4334         ac_x_libraries='$ac_x_libraries'"
4335 esac
4336 fi
4337 ;; #(
4338     *) have_x=yes;;
4339   esac
4340   eval "$ac_cv_have_x"
4341 fi # $with_x != no
4342
4343 if test "$have_x" != yes; then
4344   { $as_echo "$as_me:$LINENO: result: $have_x" >&5
4345 $as_echo "$have_x" >&6; }
4346   no_x=yes
4347 else
4348   # If each of the values was on the command line, it overrides each guess.
4349   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4350   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4351   # Update the cache value to reflect the command line values.
4352   ac_cv_have_x="have_x=yes\
4353         ac_x_includes='$x_includes'\
4354         ac_x_libraries='$x_libraries'"
4355   { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4356 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
4357 fi
4358
4359 if test "$no_x" = yes; then
4360   # Not all programs may use this symbol, but it does not hurt to define it.
4361
4362 cat >>confdefs.h <<\_ACEOF
4363 #define X_DISPLAY_MISSING 1
4364 _ACEOF
4365
4366   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4367 else
4368   if test -n "$x_includes"; then
4369     X_CFLAGS="$X_CFLAGS -I$x_includes"
4370   fi
4371
4372   # It would also be nice to do this for all -L options, not just this one.
4373   if test -n "$x_libraries"; then
4374     X_LIBS="$X_LIBS -L$x_libraries"
4375     # For Solaris; some versions of Sun CC require a space after -R and
4376     # others require no space.  Words are not sufficient . . . .
4377     { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4378 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
4379     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4380     ac_xsave_c_werror_flag=$ac_c_werror_flag
4381     ac_c_werror_flag=yes
4382     cat >conftest.$ac_ext <<_ACEOF
4383 /* confdefs.h.  */
4384 _ACEOF
4385 cat confdefs.h >>conftest.$ac_ext
4386 cat >>conftest.$ac_ext <<_ACEOF
4387 /* end confdefs.h.  */
4388
4389 int
4390 main ()
4391 {
4392
4393   ;
4394   return 0;
4395 }
4396 _ACEOF
4397 rm -f conftest.$ac_objext conftest$ac_exeext
4398 if { (ac_try="$ac_link"
4399 case "(($ac_try" in
4400   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4401   *) ac_try_echo=$ac_try;;
4402 esac
4403 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4404 $as_echo "$ac_try_echo") >&5
4405   (eval "$ac_link") 2>conftest.er1
4406   ac_status=$?
4407   grep -v '^ *+' conftest.er1 >conftest.err
4408   rm -f conftest.er1
4409   cat conftest.err >&5
4410   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4411   (exit $ac_status); } && {
4412          test -z "$ac_c_werror_flag" ||
4413          test ! -s conftest.err
4414        } && test -s conftest$ac_exeext && {
4415          test "$cross_compiling" = yes ||
4416          $as_test_x conftest$ac_exeext
4417        }; then
4418   { $as_echo "$as_me:$LINENO: result: no" >&5
4419 $as_echo "no" >&6; }
4420        X_LIBS="$X_LIBS -R$x_libraries"
4421 else
4422   $as_echo "$as_me: failed program was:" >&5
4423 sed 's/^/| /' conftest.$ac_ext >&5
4424
4425         LIBS="$ac_xsave_LIBS -R $x_libraries"
4426        cat >conftest.$ac_ext <<_ACEOF
4427 /* confdefs.h.  */
4428 _ACEOF
4429 cat confdefs.h >>conftest.$ac_ext
4430 cat >>conftest.$ac_ext <<_ACEOF
4431 /* end confdefs.h.  */
4432
4433 int
4434 main ()
4435 {
4436
4437   ;
4438   return 0;
4439 }
4440 _ACEOF
4441 rm -f conftest.$ac_objext conftest$ac_exeext
4442 if { (ac_try="$ac_link"
4443 case "(($ac_try" in
4444   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4445   *) ac_try_echo=$ac_try;;
4446 esac
4447 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4448 $as_echo "$ac_try_echo") >&5
4449   (eval "$ac_link") 2>conftest.er1
4450   ac_status=$?
4451   grep -v '^ *+' conftest.er1 >conftest.err
4452   rm -f conftest.er1
4453   cat conftest.err >&5
4454   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4455   (exit $ac_status); } && {
4456          test -z "$ac_c_werror_flag" ||
4457          test ! -s conftest.err
4458        } && test -s conftest$ac_exeext && {
4459          test "$cross_compiling" = yes ||
4460          $as_test_x conftest$ac_exeext
4461        }; then
4462   { $as_echo "$as_me:$LINENO: result: yes" >&5
4463 $as_echo "yes" >&6; }
4464           X_LIBS="$X_LIBS -R $x_libraries"
4465 else
4466   $as_echo "$as_me: failed program was:" >&5
4467 sed 's/^/| /' conftest.$ac_ext >&5
4468
4469         { $as_echo "$as_me:$LINENO: result: neither works" >&5
4470 $as_echo "neither works" >&6; }
4471 fi
4472
4473 rm -rf conftest.dSYM
4474 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4475       conftest$ac_exeext conftest.$ac_ext
4476 fi
4477
4478 rm -rf conftest.dSYM
4479 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4480       conftest$ac_exeext conftest.$ac_ext
4481     ac_c_werror_flag=$ac_xsave_c_werror_flag
4482     LIBS=$ac_xsave_LIBS
4483   fi
4484
4485   # Check for system-dependent libraries X programs must link with.
4486   # Do this before checking for the system-independent R6 libraries
4487   # (-lICE), since we may need -lsocket or whatever for X linking.
4488
4489   if test "$ISC" = yes; then
4490     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4491   else
4492     # Martyn Johnson says this is needed for Ultrix, if the X
4493     # libraries were built with DECnet support.  And Karl Berry says
4494     # the Alpha needs dnet_stub (dnet does not exist).
4495     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4496     cat >conftest.$ac_ext <<_ACEOF
4497 /* confdefs.h.  */
4498 _ACEOF
4499 cat confdefs.h >>conftest.$ac_ext
4500 cat >>conftest.$ac_ext <<_ACEOF
4501 /* end confdefs.h.  */
4502
4503 /* Override any GCC internal prototype to avoid an error.
4504    Use char because int might match the return type of a GCC
4505    builtin and then its argument prototype would still apply.  */
4506 #ifdef __cplusplus
4507 extern "C"
4508 #endif
4509 char XOpenDisplay ();
4510 int
4511 main ()
4512 {
4513 return XOpenDisplay ();
4514   ;
4515   return 0;
4516 }
4517 _ACEOF
4518 rm -f conftest.$ac_objext conftest$ac_exeext
4519 if { (ac_try="$ac_link"
4520 case "(($ac_try" in
4521   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4522   *) ac_try_echo=$ac_try;;
4523 esac
4524 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4525 $as_echo "$ac_try_echo") >&5
4526   (eval "$ac_link") 2>conftest.er1
4527   ac_status=$?
4528   grep -v '^ *+' conftest.er1 >conftest.err
4529   rm -f conftest.er1
4530   cat conftest.err >&5
4531   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4532   (exit $ac_status); } && {
4533          test -z "$ac_c_werror_flag" ||
4534          test ! -s conftest.err
4535        } && test -s conftest$ac_exeext && {
4536          test "$cross_compiling" = yes ||
4537          $as_test_x conftest$ac_exeext
4538        }; then
4539   :
4540 else
4541   $as_echo "$as_me: failed program was:" >&5
4542 sed 's/^/| /' conftest.$ac_ext >&5
4543
4544         { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4545 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
4546 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4547   $as_echo_n "(cached) " >&6
4548 else
4549   ac_check_lib_save_LIBS=$LIBS
4550 LIBS="-ldnet  $LIBS"
4551 cat >conftest.$ac_ext <<_ACEOF
4552 /* confdefs.h.  */
4553 _ACEOF
4554 cat confdefs.h >>conftest.$ac_ext
4555 cat >>conftest.$ac_ext <<_ACEOF
4556 /* end confdefs.h.  */
4557
4558 /* Override any GCC internal prototype to avoid an error.
4559    Use char because int might match the return type of a GCC
4560    builtin and then its argument prototype would still apply.  */
4561 #ifdef __cplusplus
4562 extern "C"
4563 #endif
4564 char dnet_ntoa ();
4565 int
4566 main ()
4567 {
4568 return dnet_ntoa ();
4569   ;
4570   return 0;
4571 }
4572 _ACEOF
4573 rm -f conftest.$ac_objext conftest$ac_exeext
4574 if { (ac_try="$ac_link"
4575 case "(($ac_try" in
4576   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4577   *) ac_try_echo=$ac_try;;
4578 esac
4579 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4580 $as_echo "$ac_try_echo") >&5
4581   (eval "$ac_link") 2>conftest.er1
4582   ac_status=$?
4583   grep -v '^ *+' conftest.er1 >conftest.err
4584   rm -f conftest.er1
4585   cat conftest.err >&5
4586   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4587   (exit $ac_status); } && {
4588          test -z "$ac_c_werror_flag" ||
4589          test ! -s conftest.err
4590        } && test -s conftest$ac_exeext && {
4591          test "$cross_compiling" = yes ||
4592          $as_test_x conftest$ac_exeext
4593        }; then
4594   ac_cv_lib_dnet_dnet_ntoa=yes
4595 else
4596   $as_echo "$as_me: failed program was:" >&5
4597 sed 's/^/| /' conftest.$ac_ext >&5
4598
4599         ac_cv_lib_dnet_dnet_ntoa=no
4600 fi
4601
4602 rm -rf conftest.dSYM
4603 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4604       conftest$ac_exeext conftest.$ac_ext
4605 LIBS=$ac_check_lib_save_LIBS
4606 fi
4607 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4608 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4609 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
4610   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4611 fi
4612
4613     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4614       { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4615 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
4616 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4617   $as_echo_n "(cached) " >&6
4618 else
4619   ac_check_lib_save_LIBS=$LIBS
4620 LIBS="-ldnet_stub  $LIBS"
4621 cat >conftest.$ac_ext <<_ACEOF
4622 /* confdefs.h.  */
4623 _ACEOF
4624 cat confdefs.h >>conftest.$ac_ext
4625 cat >>conftest.$ac_ext <<_ACEOF
4626 /* end confdefs.h.  */
4627
4628 /* Override any GCC internal prototype to avoid an error.
4629    Use char because int might match the return type of a GCC
4630    builtin and then its argument prototype would still apply.  */
4631 #ifdef __cplusplus
4632 extern "C"
4633 #endif
4634 char dnet_ntoa ();
4635 int
4636 main ()
4637 {
4638 return dnet_ntoa ();
4639   ;
4640   return 0;
4641 }
4642 _ACEOF
4643 rm -f conftest.$ac_objext conftest$ac_exeext
4644 if { (ac_try="$ac_link"
4645 case "(($ac_try" in
4646   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4647   *) ac_try_echo=$ac_try;;
4648 esac
4649 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4650 $as_echo "$ac_try_echo") >&5
4651   (eval "$ac_link") 2>conftest.er1
4652   ac_status=$?
4653   grep -v '^ *+' conftest.er1 >conftest.err
4654   rm -f conftest.er1
4655   cat conftest.err >&5
4656   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4657   (exit $ac_status); } && {
4658          test -z "$ac_c_werror_flag" ||
4659          test ! -s conftest.err
4660        } && test -s conftest$ac_exeext && {
4661          test "$cross_compiling" = yes ||
4662          $as_test_x conftest$ac_exeext
4663        }; then
4664   ac_cv_lib_dnet_stub_dnet_ntoa=yes
4665 else
4666   $as_echo "$as_me: failed program was:" >&5
4667 sed 's/^/| /' conftest.$ac_ext >&5
4668
4669         ac_cv_lib_dnet_stub_dnet_ntoa=no
4670 fi
4671
4672 rm -rf conftest.dSYM
4673 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4674       conftest$ac_exeext conftest.$ac_ext
4675 LIBS=$ac_check_lib_save_LIBS
4676 fi
4677 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4678 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4679 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
4680   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4681 fi
4682
4683     fi
4684 fi
4685
4686 rm -rf conftest.dSYM
4687 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4688       conftest$ac_exeext conftest.$ac_ext
4689     LIBS="$ac_xsave_LIBS"
4690
4691     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4692     # to get the SysV transport functions.
4693     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4694     # needs -lnsl.
4695     # The nsl library prevents programs from opening the X display
4696     # on Irix 5.2, according to T.E. Dickey.
4697     # The functions gethostbyname, getservbyname, and inet_addr are
4698     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4699     { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
4700 $as_echo_n "checking for gethostbyname... " >&6; }
4701 if test "${ac_cv_func_gethostbyname+set}" = set; then
4702   $as_echo_n "(cached) " >&6
4703 else
4704   cat >conftest.$ac_ext <<_ACEOF
4705 /* confdefs.h.  */
4706 _ACEOF
4707 cat confdefs.h >>conftest.$ac_ext
4708 cat >>conftest.$ac_ext <<_ACEOF
4709 /* end confdefs.h.  */
4710 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4711    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4712 #define gethostbyname innocuous_gethostbyname
4713
4714 /* System header to define __stub macros and hopefully few prototypes,
4715     which can conflict with char gethostbyname (); below.
4716     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4717     <limits.h> exists even on freestanding compilers.  */
4718
4719 #ifdef __STDC__
4720 # include <limits.h>
4721 #else
4722 # include <assert.h>
4723 #endif
4724
4725 #undef gethostbyname
4726
4727 /* Override any GCC internal prototype to avoid an error.
4728    Use char because int might match the return type of a GCC
4729    builtin and then its argument prototype would still apply.  */
4730 #ifdef __cplusplus
4731 extern "C"
4732 #endif
4733 char gethostbyname ();
4734 /* The GNU C library defines this for functions which it implements
4735     to always fail with ENOSYS.  Some functions are actually named
4736     something starting with __ and the normal name is an alias.  */
4737 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4738 choke me
4739 #endif
4740
4741 int
4742 main ()
4743 {
4744 return gethostbyname ();
4745   ;
4746   return 0;
4747 }
4748 _ACEOF
4749 rm -f conftest.$ac_objext conftest$ac_exeext
4750 if { (ac_try="$ac_link"
4751 case "(($ac_try" in
4752   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4753   *) ac_try_echo=$ac_try;;
4754 esac
4755 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4756 $as_echo "$ac_try_echo") >&5
4757   (eval "$ac_link") 2>conftest.er1
4758   ac_status=$?
4759   grep -v '^ *+' conftest.er1 >conftest.err
4760   rm -f conftest.er1
4761   cat conftest.err >&5
4762   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4763   (exit $ac_status); } && {
4764          test -z "$ac_c_werror_flag" ||
4765          test ! -s conftest.err
4766        } && test -s conftest$ac_exeext && {
4767          test "$cross_compiling" = yes ||
4768          $as_test_x conftest$ac_exeext
4769        }; then
4770   ac_cv_func_gethostbyname=yes
4771 else
4772   $as_echo "$as_me: failed program was:" >&5
4773 sed 's/^/| /' conftest.$ac_ext >&5
4774
4775         ac_cv_func_gethostbyname=no
4776 fi
4777
4778 rm -rf conftest.dSYM
4779 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4780       conftest$ac_exeext conftest.$ac_ext
4781 fi
4782 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4783 $as_echo "$ac_cv_func_gethostbyname" >&6; }
4784
4785     if test $ac_cv_func_gethostbyname = no; then
4786       { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4787 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
4788 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4789   $as_echo_n "(cached) " >&6
4790 else
4791   ac_check_lib_save_LIBS=$LIBS
4792 LIBS="-lnsl  $LIBS"
4793 cat >conftest.$ac_ext <<_ACEOF
4794 /* confdefs.h.  */
4795 _ACEOF
4796 cat confdefs.h >>conftest.$ac_ext
4797 cat >>conftest.$ac_ext <<_ACEOF
4798 /* end confdefs.h.  */
4799
4800 /* Override any GCC internal prototype to avoid an error.
4801    Use char because int might match the return type of a GCC
4802    builtin and then its argument prototype would still apply.  */
4803 #ifdef __cplusplus
4804 extern "C"
4805 #endif
4806 char gethostbyname ();
4807 int
4808 main ()
4809 {
4810 return gethostbyname ();
4811   ;
4812   return 0;
4813 }
4814 _ACEOF
4815 rm -f conftest.$ac_objext conftest$ac_exeext
4816 if { (ac_try="$ac_link"
4817 case "(($ac_try" in
4818   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4819   *) ac_try_echo=$ac_try;;
4820 esac
4821 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4822 $as_echo "$ac_try_echo") >&5
4823   (eval "$ac_link") 2>conftest.er1
4824   ac_status=$?
4825   grep -v '^ *+' conftest.er1 >conftest.err
4826   rm -f conftest.er1
4827   cat conftest.err >&5
4828   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4829   (exit $ac_status); } && {
4830          test -z "$ac_c_werror_flag" ||
4831          test ! -s conftest.err
4832        } && test -s conftest$ac_exeext && {
4833          test "$cross_compiling" = yes ||
4834          $as_test_x conftest$ac_exeext
4835        }; then
4836   ac_cv_lib_nsl_gethostbyname=yes
4837 else
4838   $as_echo "$as_me: failed program was:" >&5
4839 sed 's/^/| /' conftest.$ac_ext >&5
4840
4841         ac_cv_lib_nsl_gethostbyname=no
4842 fi
4843
4844 rm -rf conftest.dSYM
4845 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4846       conftest$ac_exeext conftest.$ac_ext
4847 LIBS=$ac_check_lib_save_LIBS
4848 fi
4849 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4850 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
4851 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
4852   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4853 fi
4854
4855       if test $ac_cv_lib_nsl_gethostbyname = no; then
4856         { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4857 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
4858 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4859   $as_echo_n "(cached) " >&6
4860 else
4861   ac_check_lib_save_LIBS=$LIBS
4862 LIBS="-lbsd  $LIBS"
4863 cat >conftest.$ac_ext <<_ACEOF
4864 /* confdefs.h.  */
4865 _ACEOF
4866 cat confdefs.h >>conftest.$ac_ext
4867 cat >>conftest.$ac_ext <<_ACEOF
4868 /* end confdefs.h.  */
4869
4870 /* Override any GCC internal prototype to avoid an error.
4871    Use char because int might match the return type of a GCC
4872    builtin and then its argument prototype would still apply.  */
4873 #ifdef __cplusplus
4874 extern "C"
4875 #endif
4876 char gethostbyname ();
4877 int
4878 main ()
4879 {
4880 return gethostbyname ();
4881   ;
4882   return 0;
4883 }
4884 _ACEOF
4885 rm -f conftest.$ac_objext conftest$ac_exeext
4886 if { (ac_try="$ac_link"
4887 case "(($ac_try" in
4888   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4889   *) ac_try_echo=$ac_try;;
4890 esac
4891 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4892 $as_echo "$ac_try_echo") >&5
4893   (eval "$ac_link") 2>conftest.er1
4894   ac_status=$?
4895   grep -v '^ *+' conftest.er1 >conftest.err
4896   rm -f conftest.er1
4897   cat conftest.err >&5
4898   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4899   (exit $ac_status); } && {
4900          test -z "$ac_c_werror_flag" ||
4901          test ! -s conftest.err
4902        } && test -s conftest$ac_exeext && {
4903          test "$cross_compiling" = yes ||
4904          $as_test_x conftest$ac_exeext
4905        }; then
4906   ac_cv_lib_bsd_gethostbyname=yes
4907 else
4908   $as_echo "$as_me: failed program was:" >&5
4909 sed 's/^/| /' conftest.$ac_ext >&5
4910
4911         ac_cv_lib_bsd_gethostbyname=no
4912 fi
4913
4914 rm -rf conftest.dSYM
4915 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4916       conftest$ac_exeext conftest.$ac_ext
4917 LIBS=$ac_check_lib_save_LIBS
4918 fi
4919 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4920 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
4921 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
4922   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4923 fi
4924
4925       fi
4926     fi
4927
4928     # lieder@skyler.mavd.honeywell.com says without -lsocket,
4929     # socket/setsockopt and other routines are undefined under SCO ODT
4930     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
4931     # on later versions), says Simon Leinen: it contains gethostby*
4932     # variants that don't use the name server (or something).  -lsocket
4933     # must be given before -lnsl if both are needed.  We assume that
4934     # if connect needs -lnsl, so does gethostbyname.
4935     { $as_echo "$as_me:$LINENO: checking for connect" >&5
4936 $as_echo_n "checking for connect... " >&6; }
4937 if test "${ac_cv_func_connect+set}" = set; then
4938   $as_echo_n "(cached) " >&6
4939 else
4940   cat >conftest.$ac_ext <<_ACEOF
4941 /* confdefs.h.  */
4942 _ACEOF
4943 cat confdefs.h >>conftest.$ac_ext
4944 cat >>conftest.$ac_ext <<_ACEOF
4945 /* end confdefs.h.  */
4946 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4947    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4948 #define connect innocuous_connect
4949
4950 /* System header to define __stub macros and hopefully few prototypes,
4951     which can conflict with char connect (); below.
4952     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4953     <limits.h> exists even on freestanding compilers.  */
4954
4955 #ifdef __STDC__
4956 # include <limits.h>
4957 #else
4958 # include <assert.h>
4959 #endif
4960
4961 #undef connect
4962
4963 /* Override any GCC internal prototype to avoid an error.
4964    Use char because int might match the return type of a GCC
4965    builtin and then its argument prototype would still apply.  */
4966 #ifdef __cplusplus
4967 extern "C"
4968 #endif
4969 char connect ();
4970 /* The GNU C library defines this for functions which it implements
4971     to always fail with ENOSYS.  Some functions are actually named
4972     something starting with __ and the normal name is an alias.  */
4973 #if defined __stub_connect || defined __stub___connect
4974 choke me
4975 #endif
4976
4977 int
4978 main ()
4979 {
4980 return connect ();
4981   ;
4982   return 0;
4983 }
4984 _ACEOF
4985 rm -f conftest.$ac_objext conftest$ac_exeext
4986 if { (ac_try="$ac_link"
4987 case "(($ac_try" in
4988   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4989   *) ac_try_echo=$ac_try;;
4990 esac
4991 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4992 $as_echo "$ac_try_echo") >&5
4993   (eval "$ac_link") 2>conftest.er1
4994   ac_status=$?
4995   grep -v '^ *+' conftest.er1 >conftest.err
4996   rm -f conftest.er1
4997   cat conftest.err >&5
4998   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4999   (exit $ac_status); } && {
5000          test -z "$ac_c_werror_flag" ||
5001          test ! -s conftest.err
5002        } && test -s conftest$ac_exeext && {
5003          test "$cross_compiling" = yes ||
5004          $as_test_x conftest$ac_exeext
5005        }; then
5006   ac_cv_func_connect=yes
5007 else
5008   $as_echo "$as_me: failed program was:" >&5
5009 sed 's/^/| /' conftest.$ac_ext >&5
5010
5011         ac_cv_func_connect=no
5012 fi
5013
5014 rm -rf conftest.dSYM
5015 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5016       conftest$ac_exeext conftest.$ac_ext
5017 fi
5018 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
5019 $as_echo "$ac_cv_func_connect" >&6; }
5020
5021     if test $ac_cv_func_connect = no; then
5022       { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
5023 $as_echo_n "checking for connect in -lsocket... " >&6; }
5024 if test "${ac_cv_lib_socket_connect+set}" = set; then
5025   $as_echo_n "(cached) " >&6
5026 else
5027   ac_check_lib_save_LIBS=$LIBS
5028 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
5029 cat >conftest.$ac_ext <<_ACEOF
5030 /* confdefs.h.  */
5031 _ACEOF
5032 cat confdefs.h >>conftest.$ac_ext
5033 cat >>conftest.$ac_ext <<_ACEOF
5034 /* end confdefs.h.  */
5035
5036 /* Override any GCC internal prototype to avoid an error.
5037    Use char because int might match the return type of a GCC
5038    builtin and then its argument prototype would still apply.  */
5039 #ifdef __cplusplus
5040 extern "C"
5041 #endif
5042 char connect ();
5043 int
5044 main ()
5045 {
5046 return connect ();
5047   ;
5048   return 0;
5049 }
5050 _ACEOF
5051 rm -f conftest.$ac_objext conftest$ac_exeext
5052 if { (ac_try="$ac_link"
5053 case "(($ac_try" in
5054   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5055   *) ac_try_echo=$ac_try;;
5056 esac
5057 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5058 $as_echo "$ac_try_echo") >&5
5059   (eval "$ac_link") 2>conftest.er1
5060   ac_status=$?
5061   grep -v '^ *+' conftest.er1 >conftest.err
5062   rm -f conftest.er1
5063   cat conftest.err >&5
5064   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5065   (exit $ac_status); } && {
5066          test -z "$ac_c_werror_flag" ||
5067          test ! -s conftest.err
5068        } && test -s conftest$ac_exeext && {
5069          test "$cross_compiling" = yes ||
5070          $as_test_x conftest$ac_exeext
5071        }; then
5072   ac_cv_lib_socket_connect=yes
5073 else
5074   $as_echo "$as_me: failed program was:" >&5
5075 sed 's/^/| /' conftest.$ac_ext >&5
5076
5077         ac_cv_lib_socket_connect=no
5078 fi
5079
5080 rm -rf conftest.dSYM
5081 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5082       conftest$ac_exeext conftest.$ac_ext
5083 LIBS=$ac_check_lib_save_LIBS
5084 fi
5085 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
5086 $as_echo "$ac_cv_lib_socket_connect" >&6; }
5087 if test "x$ac_cv_lib_socket_connect" = x""yes; then
5088   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
5089 fi
5090
5091     fi
5092
5093     # Guillermo Gomez says -lposix is necessary on A/UX.
5094     { $as_echo "$as_me:$LINENO: checking for remove" >&5
5095 $as_echo_n "checking for remove... " >&6; }
5096 if test "${ac_cv_func_remove+set}" = set; then
5097   $as_echo_n "(cached) " >&6
5098 else
5099   cat >conftest.$ac_ext <<_ACEOF
5100 /* confdefs.h.  */
5101 _ACEOF
5102 cat confdefs.h >>conftest.$ac_ext
5103 cat >>conftest.$ac_ext <<_ACEOF
5104 /* end confdefs.h.  */
5105 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
5106    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5107 #define remove innocuous_remove
5108
5109 /* System header to define __stub macros and hopefully few prototypes,
5110     which can conflict with char remove (); below.
5111     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5112     <limits.h> exists even on freestanding compilers.  */
5113
5114 #ifdef __STDC__
5115 # include <limits.h>
5116 #else
5117 # include <assert.h>
5118 #endif
5119
5120 #undef remove
5121
5122 /* Override any GCC internal prototype to avoid an error.
5123    Use char because int might match the return type of a GCC
5124    builtin and then its argument prototype would still apply.  */
5125 #ifdef __cplusplus
5126 extern "C"
5127 #endif
5128 char remove ();
5129 /* The GNU C library defines this for functions which it implements
5130     to always fail with ENOSYS.  Some functions are actually named
5131     something starting with __ and the normal name is an alias.  */
5132 #if defined __stub_remove || defined __stub___remove
5133 choke me
5134 #endif
5135
5136 int
5137 main ()
5138 {
5139 return remove ();
5140   ;
5141   return 0;
5142 }
5143 _ACEOF
5144 rm -f conftest.$ac_objext conftest$ac_exeext
5145 if { (ac_try="$ac_link"
5146 case "(($ac_try" in
5147   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5148   *) ac_try_echo=$ac_try;;
5149 esac
5150 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5151 $as_echo "$ac_try_echo") >&5
5152   (eval "$ac_link") 2>conftest.er1
5153   ac_status=$?
5154   grep -v '^ *+' conftest.er1 >conftest.err
5155   rm -f conftest.er1
5156   cat conftest.err >&5
5157   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5158   (exit $ac_status); } && {
5159          test -z "$ac_c_werror_flag" ||
5160          test ! -s conftest.err
5161        } && test -s conftest$ac_exeext && {
5162          test "$cross_compiling" = yes ||
5163          $as_test_x conftest$ac_exeext
5164        }; then
5165   ac_cv_func_remove=yes
5166 else
5167   $as_echo "$as_me: failed program was:" >&5
5168 sed 's/^/| /' conftest.$ac_ext >&5
5169
5170         ac_cv_func_remove=no
5171 fi
5172
5173 rm -rf conftest.dSYM
5174 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5175       conftest$ac_exeext conftest.$ac_ext
5176 fi
5177 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
5178 $as_echo "$ac_cv_func_remove" >&6; }
5179
5180     if test $ac_cv_func_remove = no; then
5181       { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
5182 $as_echo_n "checking for remove in -lposix... " >&6; }
5183 if test "${ac_cv_lib_posix_remove+set}" = set; then
5184   $as_echo_n "(cached) " >&6
5185 else
5186   ac_check_lib_save_LIBS=$LIBS
5187 LIBS="-lposix  $LIBS"
5188 cat >conftest.$ac_ext <<_ACEOF
5189 /* confdefs.h.  */
5190 _ACEOF
5191 cat confdefs.h >>conftest.$ac_ext
5192 cat >>conftest.$ac_ext <<_ACEOF
5193 /* end confdefs.h.  */
5194
5195 /* Override any GCC internal prototype to avoid an error.
5196    Use char because int might match the return type of a GCC
5197    builtin and then its argument prototype would still apply.  */
5198 #ifdef __cplusplus
5199 extern "C"
5200 #endif
5201 char remove ();
5202 int
5203 main ()
5204 {
5205 return remove ();
5206   ;
5207   return 0;
5208 }
5209 _ACEOF
5210 rm -f conftest.$ac_objext conftest$ac_exeext
5211 if { (ac_try="$ac_link"
5212 case "(($ac_try" in
5213   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5214   *) ac_try_echo=$ac_try;;
5215 esac
5216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5217 $as_echo "$ac_try_echo") >&5
5218   (eval "$ac_link") 2>conftest.er1
5219   ac_status=$?
5220   grep -v '^ *+' conftest.er1 >conftest.err
5221   rm -f conftest.er1
5222   cat conftest.err >&5
5223   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5224   (exit $ac_status); } && {
5225          test -z "$ac_c_werror_flag" ||
5226          test ! -s conftest.err
5227        } && test -s conftest$ac_exeext && {
5228          test "$cross_compiling" = yes ||
5229          $as_test_x conftest$ac_exeext
5230        }; then
5231   ac_cv_lib_posix_remove=yes
5232 else
5233   $as_echo "$as_me: failed program was:" >&5
5234 sed 's/^/| /' conftest.$ac_ext >&5
5235
5236         ac_cv_lib_posix_remove=no
5237 fi
5238
5239 rm -rf conftest.dSYM
5240 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5241       conftest$ac_exeext conftest.$ac_ext
5242 LIBS=$ac_check_lib_save_LIBS
5243 fi
5244 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5245 $as_echo "$ac_cv_lib_posix_remove" >&6; }
5246 if test "x$ac_cv_lib_posix_remove" = x""yes; then
5247   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5248 fi
5249
5250     fi
5251
5252     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5253     { $as_echo "$as_me:$LINENO: checking for shmat" >&5
5254 $as_echo_n "checking for shmat... " >&6; }
5255 if test "${ac_cv_func_shmat+set}" = set; then
5256   $as_echo_n "(cached) " >&6
5257 else
5258   cat >conftest.$ac_ext <<_ACEOF
5259 /* confdefs.h.  */
5260 _ACEOF
5261 cat confdefs.h >>conftest.$ac_ext
5262 cat >>conftest.$ac_ext <<_ACEOF
5263 /* end confdefs.h.  */
5264 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5265    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5266 #define shmat innocuous_shmat
5267
5268 /* System header to define __stub macros and hopefully few prototypes,
5269     which can conflict with char shmat (); below.
5270     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5271     <limits.h> exists even on freestanding compilers.  */
5272
5273 #ifdef __STDC__
5274 # include <limits.h>
5275 #else
5276 # include <assert.h>
5277 #endif
5278
5279 #undef shmat
5280
5281 /* Override any GCC internal prototype to avoid an error.
5282    Use char because int might match the return type of a GCC
5283    builtin and then its argument prototype would still apply.  */
5284 #ifdef __cplusplus
5285 extern "C"
5286 #endif
5287 char shmat ();
5288 /* The GNU C library defines this for functions which it implements
5289     to always fail with ENOSYS.  Some functions are actually named
5290     something starting with __ and the normal name is an alias.  */
5291 #if defined __stub_shmat || defined __stub___shmat
5292 choke me
5293 #endif
5294
5295 int
5296 main ()
5297 {
5298 return shmat ();
5299   ;
5300   return 0;
5301 }
5302 _ACEOF
5303 rm -f conftest.$ac_objext conftest$ac_exeext
5304 if { (ac_try="$ac_link"
5305 case "(($ac_try" in
5306   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5307   *) ac_try_echo=$ac_try;;
5308 esac
5309 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5310 $as_echo "$ac_try_echo") >&5
5311   (eval "$ac_link") 2>conftest.er1
5312   ac_status=$?
5313   grep -v '^ *+' conftest.er1 >conftest.err
5314   rm -f conftest.er1
5315   cat conftest.err >&5
5316   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5317   (exit $ac_status); } && {
5318          test -z "$ac_c_werror_flag" ||
5319          test ! -s conftest.err
5320        } && test -s conftest$ac_exeext && {
5321          test "$cross_compiling" = yes ||
5322          $as_test_x conftest$ac_exeext
5323        }; then
5324   ac_cv_func_shmat=yes
5325 else
5326   $as_echo "$as_me: failed program was:" >&5
5327 sed 's/^/| /' conftest.$ac_ext >&5
5328
5329         ac_cv_func_shmat=no
5330 fi
5331
5332 rm -rf conftest.dSYM
5333 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5334       conftest$ac_exeext conftest.$ac_ext
5335 fi
5336 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5337 $as_echo "$ac_cv_func_shmat" >&6; }
5338
5339     if test $ac_cv_func_shmat = no; then
5340       { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5341 $as_echo_n "checking for shmat in -lipc... " >&6; }
5342 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5343   $as_echo_n "(cached) " >&6
5344 else
5345   ac_check_lib_save_LIBS=$LIBS
5346 LIBS="-lipc  $LIBS"
5347 cat >conftest.$ac_ext <<_ACEOF
5348 /* confdefs.h.  */
5349 _ACEOF
5350 cat confdefs.h >>conftest.$ac_ext
5351 cat >>conftest.$ac_ext <<_ACEOF
5352 /* end confdefs.h.  */
5353
5354 /* Override any GCC internal prototype to avoid an error.
5355    Use char because int might match the return type of a GCC
5356    builtin and then its argument prototype would still apply.  */
5357 #ifdef __cplusplus
5358 extern "C"
5359 #endif
5360 char shmat ();
5361 int
5362 main ()
5363 {
5364 return shmat ();
5365   ;
5366   return 0;
5367 }
5368 _ACEOF
5369 rm -f conftest.$ac_objext conftest$ac_exeext
5370 if { (ac_try="$ac_link"
5371 case "(($ac_try" in
5372   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5373   *) ac_try_echo=$ac_try;;
5374 esac
5375 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5376 $as_echo "$ac_try_echo") >&5
5377   (eval "$ac_link") 2>conftest.er1
5378   ac_status=$?
5379   grep -v '^ *+' conftest.er1 >conftest.err
5380   rm -f conftest.er1
5381   cat conftest.err >&5
5382   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5383   (exit $ac_status); } && {
5384          test -z "$ac_c_werror_flag" ||
5385          test ! -s conftest.err
5386        } && test -s conftest$ac_exeext && {
5387          test "$cross_compiling" = yes ||
5388          $as_test_x conftest$ac_exeext
5389        }; then
5390   ac_cv_lib_ipc_shmat=yes
5391 else
5392   $as_echo "$as_me: failed program was:" >&5
5393 sed 's/^/| /' conftest.$ac_ext >&5
5394
5395         ac_cv_lib_ipc_shmat=no
5396 fi
5397
5398 rm -rf conftest.dSYM
5399 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5400       conftest$ac_exeext conftest.$ac_ext
5401 LIBS=$ac_check_lib_save_LIBS
5402 fi
5403 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5404 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
5405 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
5406   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5407 fi
5408
5409     fi
5410   fi
5411
5412   # Check for libraries that X11R6 Xt/Xaw programs need.
5413   ac_save_LDFLAGS=$LDFLAGS
5414   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5415   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5416   # check for ICE first), but we must link in the order -lSM -lICE or
5417   # we get undefined symbols.  So assume we have SM if we have ICE.
5418   # These have to be linked with before -lX11, unlike the other
5419   # libraries we check for below, so use a different variable.
5420   # John Interrante, Karl Berry
5421   { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5422 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
5423 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5424   $as_echo_n "(cached) " >&6
5425 else
5426   ac_check_lib_save_LIBS=$LIBS
5427 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5428 cat >conftest.$ac_ext <<_ACEOF
5429 /* confdefs.h.  */
5430 _ACEOF
5431 cat confdefs.h >>conftest.$ac_ext
5432 cat >>conftest.$ac_ext <<_ACEOF
5433 /* end confdefs.h.  */
5434
5435 /* Override any GCC internal prototype to avoid an error.
5436    Use char because int might match the return type of a GCC
5437    builtin and then its argument prototype would still apply.  */
5438 #ifdef __cplusplus
5439 extern "C"
5440 #endif
5441 char IceConnectionNumber ();
5442 int
5443 main ()
5444 {
5445 return IceConnectionNumber ();
5446   ;
5447   return 0;
5448 }
5449 _ACEOF
5450 rm -f conftest.$ac_objext conftest$ac_exeext
5451 if { (ac_try="$ac_link"
5452 case "(($ac_try" in
5453   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5454   *) ac_try_echo=$ac_try;;
5455 esac
5456 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5457 $as_echo "$ac_try_echo") >&5
5458   (eval "$ac_link") 2>conftest.er1
5459   ac_status=$?
5460   grep -v '^ *+' conftest.er1 >conftest.err
5461   rm -f conftest.er1
5462   cat conftest.err >&5
5463   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5464   (exit $ac_status); } && {
5465          test -z "$ac_c_werror_flag" ||
5466          test ! -s conftest.err
5467        } && test -s conftest$ac_exeext && {
5468          test "$cross_compiling" = yes ||
5469          $as_test_x conftest$ac_exeext
5470        }; then
5471   ac_cv_lib_ICE_IceConnectionNumber=yes
5472 else
5473   $as_echo "$as_me: failed program was:" >&5
5474 sed 's/^/| /' conftest.$ac_ext >&5
5475
5476         ac_cv_lib_ICE_IceConnectionNumber=no
5477 fi
5478
5479 rm -rf conftest.dSYM
5480 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5481       conftest$ac_exeext conftest.$ac_ext
5482 LIBS=$ac_check_lib_save_LIBS
5483 fi
5484 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5485 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5486 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
5487   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5488 fi
5489
5490   LDFLAGS=$ac_save_LDFLAGS
5491
5492 fi
5493
5494
5495 for ac_prog in flex
5496 do
5497   # Extract the first word of "$ac_prog", so it can be a program name with args.
5498 set dummy $ac_prog; ac_word=$2
5499 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5500 $as_echo_n "checking for $ac_word... " >&6; }
5501 if test "${ac_cv_prog_FLEX+set}" = set; then
5502   $as_echo_n "(cached) " >&6
5503 else
5504   if test -n "$FLEX"; then
5505   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5506 else
5507 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5508 for as_dir in $PATH
5509 do
5510   IFS=$as_save_IFS
5511   test -z "$as_dir" && as_dir=.
5512   for ac_exec_ext in '' $ac_executable_extensions; do
5513   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5514     ac_cv_prog_FLEX="$ac_prog"
5515     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5516     break 2
5517   fi
5518 done
5519 done
5520 IFS=$as_save_IFS
5521
5522 fi
5523 fi
5524 FLEX=$ac_cv_prog_FLEX
5525 if test -n "$FLEX"; then
5526   { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
5527 $as_echo "$FLEX" >&6; }
5528 else
5529   { $as_echo "$as_me:$LINENO: result: no" >&5
5530 $as_echo "no" >&6; }
5531 fi
5532
5533
5534   test -n "$FLEX" && break
5535 done
5536 test -n "$FLEX" || FLEX="none"
5537
5538 if test "$FLEX" = "none"
5539 then
5540   { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5541 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5542    { (exit 1); exit 1; }; }
5543 fi
5544
5545 for ac_prog in bison
5546 do
5547   # Extract the first word of "$ac_prog", so it can be a program name with args.
5548 set dummy $ac_prog; ac_word=$2
5549 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5550 $as_echo_n "checking for $ac_word... " >&6; }
5551 if test "${ac_cv_prog_BISON+set}" = set; then
5552   $as_echo_n "(cached) " >&6
5553 else
5554   if test -n "$BISON"; then
5555   ac_cv_prog_BISON="$BISON" # Let the user override the test.
5556 else
5557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5558 for as_dir in $PATH
5559 do
5560   IFS=$as_save_IFS
5561   test -z "$as_dir" && as_dir=.
5562   for ac_exec_ext in '' $ac_executable_extensions; do
5563   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5564     ac_cv_prog_BISON="$ac_prog"
5565     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5566     break 2
5567   fi
5568 done
5569 done
5570 IFS=$as_save_IFS
5571
5572 fi
5573 fi
5574 BISON=$ac_cv_prog_BISON
5575 if test -n "$BISON"; then
5576   { $as_echo "$as_me:$LINENO: result: $BISON" >&5
5577 $as_echo "$BISON" >&6; }
5578 else
5579   { $as_echo "$as_me:$LINENO: result: no" >&5
5580 $as_echo "no" >&6; }
5581 fi
5582
5583
5584   test -n "$BISON" && break
5585 done
5586 test -n "$BISON" || BISON="none"
5587
5588 if test "$BISON" = "none"
5589 then
5590   { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5591 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5592    { (exit 1); exit 1; }; }
5593 fi
5594
5595 if test -n "$ac_tool_prefix"; then
5596   for ac_prog in gas as
5597   do
5598     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5599 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5600 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5601 $as_echo_n "checking for $ac_word... " >&6; }
5602 if test "${ac_cv_prog_AS+set}" = set; then
5603   $as_echo_n "(cached) " >&6
5604 else
5605   if test -n "$AS"; then
5606   ac_cv_prog_AS="$AS" # Let the user override the test.
5607 else
5608 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5609 for as_dir in $PATH
5610 do
5611   IFS=$as_save_IFS
5612   test -z "$as_dir" && as_dir=.
5613   for ac_exec_ext in '' $ac_executable_extensions; do
5614   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5615     ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5616     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5617     break 2
5618   fi
5619 done
5620 done
5621 IFS=$as_save_IFS
5622
5623 fi
5624 fi
5625 AS=$ac_cv_prog_AS
5626 if test -n "$AS"; then
5627   { $as_echo "$as_me:$LINENO: result: $AS" >&5
5628 $as_echo "$AS" >&6; }
5629 else
5630   { $as_echo "$as_me:$LINENO: result: no" >&5
5631 $as_echo "no" >&6; }
5632 fi
5633
5634
5635     test -n "$AS" && break
5636   done
5637 fi
5638 if test -z "$AS"; then
5639   ac_ct_AS=$AS
5640   for ac_prog in gas as
5641 do
5642   # Extract the first word of "$ac_prog", so it can be a program name with args.
5643 set dummy $ac_prog; ac_word=$2
5644 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5645 $as_echo_n "checking for $ac_word... " >&6; }
5646 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5647   $as_echo_n "(cached) " >&6
5648 else
5649   if test -n "$ac_ct_AS"; then
5650   ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5651 else
5652 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5653 for as_dir in $PATH
5654 do
5655   IFS=$as_save_IFS
5656   test -z "$as_dir" && as_dir=.
5657   for ac_exec_ext in '' $ac_executable_extensions; do
5658   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5659     ac_cv_prog_ac_ct_AS="$ac_prog"
5660     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5661     break 2
5662   fi
5663 done
5664 done
5665 IFS=$as_save_IFS
5666
5667 fi
5668 fi
5669 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5670 if test -n "$ac_ct_AS"; then
5671   { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5672 $as_echo "$ac_ct_AS" >&6; }
5673 else
5674   { $as_echo "$as_me:$LINENO: result: no" >&5
5675 $as_echo "no" >&6; }
5676 fi
5677
5678
5679   test -n "$ac_ct_AS" && break
5680 done
5681
5682   if test "x$ac_ct_AS" = x; then
5683     AS="as"
5684   else
5685     case $cross_compiling:$ac_tool_warned in
5686 yes:)
5687 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5688 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5689 ac_tool_warned=yes ;;
5690 esac
5691     AS=$ac_ct_AS
5692   fi
5693 fi
5694
5695 if test -n "$ac_tool_prefix"; then
5696   for ac_prog in ld gld
5697   do
5698     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5699 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5700 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5701 $as_echo_n "checking for $ac_word... " >&6; }
5702 if test "${ac_cv_prog_LD+set}" = set; then
5703   $as_echo_n "(cached) " >&6
5704 else
5705   if test -n "$LD"; then
5706   ac_cv_prog_LD="$LD" # Let the user override the test.
5707 else
5708 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5709 for as_dir in $PATH
5710 do
5711   IFS=$as_save_IFS
5712   test -z "$as_dir" && as_dir=.
5713   for ac_exec_ext in '' $ac_executable_extensions; do
5714   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5715     ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5716     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5717     break 2
5718   fi
5719 done
5720 done
5721 IFS=$as_save_IFS
5722
5723 fi
5724 fi
5725 LD=$ac_cv_prog_LD
5726 if test -n "$LD"; then
5727   { $as_echo "$as_me:$LINENO: result: $LD" >&5
5728 $as_echo "$LD" >&6; }
5729 else
5730   { $as_echo "$as_me:$LINENO: result: no" >&5
5731 $as_echo "no" >&6; }
5732 fi
5733
5734
5735     test -n "$LD" && break
5736   done
5737 fi
5738 if test -z "$LD"; then
5739   ac_ct_LD=$LD
5740   for ac_prog in ld gld
5741 do
5742   # Extract the first word of "$ac_prog", so it can be a program name with args.
5743 set dummy $ac_prog; ac_word=$2
5744 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5745 $as_echo_n "checking for $ac_word... " >&6; }
5746 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5747   $as_echo_n "(cached) " >&6
5748 else
5749   if test -n "$ac_ct_LD"; then
5750   ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5751 else
5752 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5753 for as_dir in $PATH
5754 do
5755   IFS=$as_save_IFS
5756   test -z "$as_dir" && as_dir=.
5757   for ac_exec_ext in '' $ac_executable_extensions; do
5758   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5759     ac_cv_prog_ac_ct_LD="$ac_prog"
5760     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5761     break 2
5762   fi
5763 done
5764 done
5765 IFS=$as_save_IFS
5766
5767 fi
5768 fi
5769 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5770 if test -n "$ac_ct_LD"; then
5771   { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5772 $as_echo "$ac_ct_LD" >&6; }
5773 else
5774   { $as_echo "$as_me:$LINENO: result: no" >&5
5775 $as_echo "no" >&6; }
5776 fi
5777
5778
5779   test -n "$ac_ct_LD" && break
5780 done
5781
5782   if test "x$ac_ct_LD" = x; then
5783     LD="ld"
5784   else
5785     case $cross_compiling:$ac_tool_warned in
5786 yes:)
5787 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5788 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5789 ac_tool_warned=yes ;;
5790 esac
5791     LD=$ac_ct_LD
5792   fi
5793 fi
5794
5795 if test -n "$ac_tool_prefix"; then
5796   for ac_prog in nm gnm
5797   do
5798     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5799 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5800 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5801 $as_echo_n "checking for $ac_word... " >&6; }
5802 if test "${ac_cv_prog_NM+set}" = set; then
5803   $as_echo_n "(cached) " >&6
5804 else
5805   if test -n "$NM"; then
5806   ac_cv_prog_NM="$NM" # Let the user override the test.
5807 else
5808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5809 for as_dir in $PATH
5810 do
5811   IFS=$as_save_IFS
5812   test -z "$as_dir" && as_dir=.
5813   for ac_exec_ext in '' $ac_executable_extensions; do
5814   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5815     ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5816     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5817     break 2
5818   fi
5819 done
5820 done
5821 IFS=$as_save_IFS
5822
5823 fi
5824 fi
5825 NM=$ac_cv_prog_NM
5826 if test -n "$NM"; then
5827   { $as_echo "$as_me:$LINENO: result: $NM" >&5
5828 $as_echo "$NM" >&6; }
5829 else
5830   { $as_echo "$as_me:$LINENO: result: no" >&5
5831 $as_echo "no" >&6; }
5832 fi
5833
5834
5835     test -n "$NM" && break
5836   done
5837 fi
5838 if test -z "$NM"; then
5839   ac_ct_NM=$NM
5840   for ac_prog in nm gnm
5841 do
5842   # Extract the first word of "$ac_prog", so it can be a program name with args.
5843 set dummy $ac_prog; ac_word=$2
5844 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5845 $as_echo_n "checking for $ac_word... " >&6; }
5846 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5847   $as_echo_n "(cached) " >&6
5848 else
5849   if test -n "$ac_ct_NM"; then
5850   ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5851 else
5852 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5853 for as_dir in $PATH
5854 do
5855   IFS=$as_save_IFS
5856   test -z "$as_dir" && as_dir=.
5857   for ac_exec_ext in '' $ac_executable_extensions; do
5858   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5859     ac_cv_prog_ac_ct_NM="$ac_prog"
5860     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5861     break 2
5862   fi
5863 done
5864 done
5865 IFS=$as_save_IFS
5866
5867 fi
5868 fi
5869 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5870 if test -n "$ac_ct_NM"; then
5871   { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5872 $as_echo "$ac_ct_NM" >&6; }
5873 else
5874   { $as_echo "$as_me:$LINENO: result: no" >&5
5875 $as_echo "no" >&6; }
5876 fi
5877
5878
5879   test -n "$ac_ct_NM" && break
5880 done
5881
5882   if test "x$ac_ct_NM" = x; then
5883     NM="nm"
5884   else
5885     case $cross_compiling:$ac_tool_warned in
5886 yes:)
5887 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5888 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5889 ac_tool_warned=yes ;;
5890 esac
5891     NM=$ac_ct_NM
5892   fi
5893 fi
5894
5895 if test -n "$ac_tool_prefix"; then
5896   for ac_prog in ar gar
5897   do
5898     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5899 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5900 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5901 $as_echo_n "checking for $ac_word... " >&6; }
5902 if test "${ac_cv_prog_AR+set}" = set; then
5903   $as_echo_n "(cached) " >&6
5904 else
5905   if test -n "$AR"; then
5906   ac_cv_prog_AR="$AR" # Let the user override the test.
5907 else
5908 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5909 for as_dir in $PATH
5910 do
5911   IFS=$as_save_IFS
5912   test -z "$as_dir" && as_dir=.
5913   for ac_exec_ext in '' $ac_executable_extensions; do
5914   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5915     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5916     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5917     break 2
5918   fi
5919 done
5920 done
5921 IFS=$as_save_IFS
5922
5923 fi
5924 fi
5925 AR=$ac_cv_prog_AR
5926 if test -n "$AR"; then
5927   { $as_echo "$as_me:$LINENO: result: $AR" >&5
5928 $as_echo "$AR" >&6; }
5929 else
5930   { $as_echo "$as_me:$LINENO: result: no" >&5
5931 $as_echo "no" >&6; }
5932 fi
5933
5934
5935     test -n "$AR" && break
5936   done
5937 fi
5938 if test -z "$AR"; then
5939   ac_ct_AR=$AR
5940   for ac_prog in ar gar
5941 do
5942   # Extract the first word of "$ac_prog", so it can be a program name with args.
5943 set dummy $ac_prog; ac_word=$2
5944 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5945 $as_echo_n "checking for $ac_word... " >&6; }
5946 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5947   $as_echo_n "(cached) " >&6
5948 else
5949   if test -n "$ac_ct_AR"; then
5950   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5951 else
5952 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5953 for as_dir in $PATH
5954 do
5955   IFS=$as_save_IFS
5956   test -z "$as_dir" && as_dir=.
5957   for ac_exec_ext in '' $ac_executable_extensions; do
5958   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5959     ac_cv_prog_ac_ct_AR="$ac_prog"
5960     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5961     break 2
5962   fi
5963 done
5964 done
5965 IFS=$as_save_IFS
5966
5967 fi
5968 fi
5969 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5970 if test -n "$ac_ct_AR"; then
5971   { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5972 $as_echo "$ac_ct_AR" >&6; }
5973 else
5974   { $as_echo "$as_me:$LINENO: result: no" >&5
5975 $as_echo "no" >&6; }
5976 fi
5977
5978
5979   test -n "$ac_ct_AR" && break
5980 done
5981
5982   if test "x$ac_ct_AR" = x; then
5983     AR="ar"
5984   else
5985     case $cross_compiling:$ac_tool_warned in
5986 yes:)
5987 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5988 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5989 ac_tool_warned=yes ;;
5990 esac
5991     AR=$ac_ct_AR
5992   fi
5993 fi
5994
5995 ARFLAGS=rc
5996
5997 if test -n "$ac_tool_prefix"; then
5998   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5999 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6000 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6001 $as_echo_n "checking for $ac_word... " >&6; }
6002 if test "${ac_cv_prog_RANLIB+set}" = set; then
6003   $as_echo_n "(cached) " >&6
6004 else
6005   if test -n "$RANLIB"; then
6006   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6007 else
6008 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6009 for as_dir in $PATH
6010 do
6011   IFS=$as_save_IFS
6012   test -z "$as_dir" && as_dir=.
6013   for ac_exec_ext in '' $ac_executable_extensions; do
6014   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6015     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6016     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6017     break 2
6018   fi
6019 done
6020 done
6021 IFS=$as_save_IFS
6022
6023 fi
6024 fi
6025 RANLIB=$ac_cv_prog_RANLIB
6026 if test -n "$RANLIB"; then
6027   { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
6028 $as_echo "$RANLIB" >&6; }
6029 else
6030   { $as_echo "$as_me:$LINENO: result: no" >&5
6031 $as_echo "no" >&6; }
6032 fi
6033
6034
6035 fi
6036 if test -z "$ac_cv_prog_RANLIB"; then
6037   ac_ct_RANLIB=$RANLIB
6038   # Extract the first word of "ranlib", so it can be a program name with args.
6039 set dummy ranlib; ac_word=$2
6040 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6041 $as_echo_n "checking for $ac_word... " >&6; }
6042 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6043   $as_echo_n "(cached) " >&6
6044 else
6045   if test -n "$ac_ct_RANLIB"; then
6046   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6047 else
6048 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6049 for as_dir in $PATH
6050 do
6051   IFS=$as_save_IFS
6052   test -z "$as_dir" && as_dir=.
6053   for ac_exec_ext in '' $ac_executable_extensions; do
6054   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6055     ac_cv_prog_ac_ct_RANLIB="ranlib"
6056     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6057     break 2
6058   fi
6059 done
6060 done
6061 IFS=$as_save_IFS
6062
6063 fi
6064 fi
6065 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6066 if test -n "$ac_ct_RANLIB"; then
6067   { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6068 $as_echo "$ac_ct_RANLIB" >&6; }
6069 else
6070   { $as_echo "$as_me:$LINENO: result: no" >&5
6071 $as_echo "no" >&6; }
6072 fi
6073
6074   if test "x$ac_ct_RANLIB" = x; then
6075     RANLIB=":"
6076   else
6077     case $cross_compiling:$ac_tool_warned in
6078 yes:)
6079 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6080 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6081 ac_tool_warned=yes ;;
6082 esac
6083     RANLIB=$ac_ct_RANLIB
6084   fi
6085 else
6086   RANLIB="$ac_cv_prog_RANLIB"
6087 fi
6088
6089 if test -n "$ac_tool_prefix"; then
6090   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6091 set dummy ${ac_tool_prefix}strip; ac_word=$2
6092 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6093 $as_echo_n "checking for $ac_word... " >&6; }
6094 if test "${ac_cv_prog_STRIP+set}" = set; then
6095   $as_echo_n "(cached) " >&6
6096 else
6097   if test -n "$STRIP"; then
6098   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6099 else
6100 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6101 for as_dir in $PATH
6102 do
6103   IFS=$as_save_IFS
6104   test -z "$as_dir" && as_dir=.
6105   for ac_exec_ext in '' $ac_executable_extensions; do
6106   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6107     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6108     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6109     break 2
6110   fi
6111 done
6112 done
6113 IFS=$as_save_IFS
6114
6115 fi
6116 fi
6117 STRIP=$ac_cv_prog_STRIP
6118 if test -n "$STRIP"; then
6119   { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
6120 $as_echo "$STRIP" >&6; }
6121 else
6122   { $as_echo "$as_me:$LINENO: result: no" >&5
6123 $as_echo "no" >&6; }
6124 fi
6125
6126
6127 fi
6128 if test -z "$ac_cv_prog_STRIP"; then
6129   ac_ct_STRIP=$STRIP
6130   # Extract the first word of "strip", so it can be a program name with args.
6131 set dummy strip; ac_word=$2
6132 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6133 $as_echo_n "checking for $ac_word... " >&6; }
6134 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
6135   $as_echo_n "(cached) " >&6
6136 else
6137   if test -n "$ac_ct_STRIP"; then
6138   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6139 else
6140 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6141 for as_dir in $PATH
6142 do
6143   IFS=$as_save_IFS
6144   test -z "$as_dir" && as_dir=.
6145   for ac_exec_ext in '' $ac_executable_extensions; do
6146   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6147     ac_cv_prog_ac_ct_STRIP="strip"
6148     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6149     break 2
6150   fi
6151 done
6152 done
6153 IFS=$as_save_IFS
6154
6155 fi
6156 fi
6157 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6158 if test -n "$ac_ct_STRIP"; then
6159   { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
6160 $as_echo "$ac_ct_STRIP" >&6; }
6161 else
6162   { $as_echo "$as_me:$LINENO: result: no" >&5
6163 $as_echo "no" >&6; }
6164 fi
6165
6166   if test "x$ac_ct_STRIP" = x; then
6167     STRIP="strip"
6168   else
6169     case $cross_compiling:$ac_tool_warned in
6170 yes:)
6171 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6172 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6173 ac_tool_warned=yes ;;
6174 esac
6175     STRIP=$ac_ct_STRIP
6176   fi
6177 else
6178   STRIP="$ac_cv_prog_STRIP"
6179 fi
6180
6181 if test -n "$ac_tool_prefix"; then
6182   # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
6183 set dummy ${ac_tool_prefix}windres; ac_word=$2
6184 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6185 $as_echo_n "checking for $ac_word... " >&6; }
6186 if test "${ac_cv_prog_WINDRES+set}" = set; then
6187   $as_echo_n "(cached) " >&6
6188 else
6189   if test -n "$WINDRES"; then
6190   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
6191 else
6192 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6193 for as_dir in $PATH
6194 do
6195   IFS=$as_save_IFS
6196   test -z "$as_dir" && as_dir=.
6197   for ac_exec_ext in '' $ac_executable_extensions; do
6198   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6199     ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
6200     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6201     break 2
6202   fi
6203 done
6204 done
6205 IFS=$as_save_IFS
6206
6207 fi
6208 fi
6209 WINDRES=$ac_cv_prog_WINDRES
6210 if test -n "$WINDRES"; then
6211   { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
6212 $as_echo "$WINDRES" >&6; }
6213 else
6214   { $as_echo "$as_me:$LINENO: result: no" >&5
6215 $as_echo "no" >&6; }
6216 fi
6217
6218
6219 fi
6220 if test -z "$ac_cv_prog_WINDRES"; then
6221   ac_ct_WINDRES=$WINDRES
6222   # Extract the first word of "windres", so it can be a program name with args.
6223 set dummy windres; ac_word=$2
6224 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6225 $as_echo_n "checking for $ac_word... " >&6; }
6226 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6227   $as_echo_n "(cached) " >&6
6228 else
6229   if test -n "$ac_ct_WINDRES"; then
6230   ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6231 else
6232 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6233 for as_dir in $PATH
6234 do
6235   IFS=$as_save_IFS
6236   test -z "$as_dir" && as_dir=.
6237   for ac_exec_ext in '' $ac_executable_extensions; do
6238   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6239     ac_cv_prog_ac_ct_WINDRES="windres"
6240     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6241     break 2
6242   fi
6243 done
6244 done
6245 IFS=$as_save_IFS
6246
6247 fi
6248 fi
6249 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6250 if test -n "$ac_ct_WINDRES"; then
6251   { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6252 $as_echo "$ac_ct_WINDRES" >&6; }
6253 else
6254   { $as_echo "$as_me:$LINENO: result: no" >&5
6255 $as_echo "no" >&6; }
6256 fi
6257
6258   if test "x$ac_ct_WINDRES" = x; then
6259     WINDRES="false"
6260   else
6261     case $cross_compiling:$ac_tool_warned in
6262 yes:)
6263 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6264 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6265 ac_tool_warned=yes ;;
6266 esac
6267     WINDRES=$ac_ct_WINDRES
6268   fi
6269 else
6270   WINDRES="$ac_cv_prog_WINDRES"
6271 fi
6272
6273 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
6274 $as_echo_n "checking whether ln -s works... " >&6; }
6275 LN_S=$as_ln_s
6276 if test "$LN_S" = "ln -s"; then
6277   { $as_echo "$as_me:$LINENO: result: yes" >&5
6278 $as_echo "yes" >&6; }
6279 else
6280   { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6281 $as_echo "no, using $LN_S" >&6; }
6282 fi
6283
6284 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
6285 $as_echo_n "checking whether ln works... " >&6; }
6286 rm -f conf$$ conf$$.file
6287 echo >conf$$.file
6288 if ln conf$$.file conf$$ 2>/dev/null; then
6289   LN=ln
6290
6291   { $as_echo "$as_me:$LINENO: result: yes" >&5
6292 $as_echo "yes" >&6; }
6293 else
6294   LN="cp -p"
6295
6296   { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
6297 $as_echo "no, using $LN" >&6; }
6298 fi
6299 rm -f conf$$ conf$$.file
6300 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6301 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
6302 if test "${ac_cv_path_GREP+set}" = set; then
6303   $as_echo_n "(cached) " >&6
6304 else
6305   if test -z "$GREP"; then
6306   ac_path_GREP_found=false
6307   # Loop through the user's path and test for each of PROGNAME-LIST
6308   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6309 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6310 do
6311   IFS=$as_save_IFS
6312   test -z "$as_dir" && as_dir=.
6313   for ac_prog in grep ggrep; do
6314     for ac_exec_ext in '' $ac_executable_extensions; do
6315       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6316       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6317 # Check for GNU ac_path_GREP and select it if it is found.
6318   # Check for GNU $ac_path_GREP
6319 case `"$ac_path_GREP" --version 2>&1` in
6320 *GNU*)
6321   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6322 *)
6323   ac_count=0
6324   $as_echo_n 0123456789 >"conftest.in"
6325   while :
6326   do
6327     cat "conftest.in" "conftest.in" >"conftest.tmp"
6328     mv "conftest.tmp" "conftest.in"
6329     cp "conftest.in" "conftest.nl"
6330     $as_echo 'GREP' >> "conftest.nl"
6331     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6332     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6333     ac_count=`expr $ac_count + 1`
6334     if test $ac_count -gt ${ac_path_GREP_max-0}; then
6335       # Best one so far, save it but keep looking for a better one
6336       ac_cv_path_GREP="$ac_path_GREP"
6337       ac_path_GREP_max=$ac_count
6338     fi
6339     # 10*(2^10) chars as input seems more than enough
6340     test $ac_count -gt 10 && break
6341   done
6342   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6343 esac
6344
6345       $ac_path_GREP_found && break 3
6346     done
6347   done
6348 done
6349 IFS=$as_save_IFS
6350   if test -z "$ac_cv_path_GREP"; then
6351     { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6352 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6353    { (exit 1); exit 1; }; }
6354   fi
6355 else
6356   ac_cv_path_GREP=$GREP
6357 fi
6358
6359 fi
6360 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6361 $as_echo "$ac_cv_path_GREP" >&6; }
6362  GREP="$ac_cv_path_GREP"
6363
6364
6365 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
6366 $as_echo_n "checking for egrep... " >&6; }
6367 if test "${ac_cv_path_EGREP+set}" = set; then
6368   $as_echo_n "(cached) " >&6
6369 else
6370   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6371    then ac_cv_path_EGREP="$GREP -E"
6372    else
6373      if test -z "$EGREP"; then
6374   ac_path_EGREP_found=false
6375   # Loop through the user's path and test for each of PROGNAME-LIST
6376   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6377 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6378 do
6379   IFS=$as_save_IFS
6380   test -z "$as_dir" && as_dir=.
6381   for ac_prog in egrep; do
6382     for ac_exec_ext in '' $ac_executable_extensions; do
6383       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6384       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6385 # Check for GNU ac_path_EGREP and select it if it is found.
6386   # Check for GNU $ac_path_EGREP
6387 case `"$ac_path_EGREP" --version 2>&1` in
6388 *GNU*)
6389   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6390 *)
6391   ac_count=0
6392   $as_echo_n 0123456789 >"conftest.in"
6393   while :
6394   do
6395     cat "conftest.in" "conftest.in" >"conftest.tmp"
6396     mv "conftest.tmp" "conftest.in"
6397     cp "conftest.in" "conftest.nl"
6398     $as_echo 'EGREP' >> "conftest.nl"
6399     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6400     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6401     ac_count=`expr $ac_count + 1`
6402     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6403       # Best one so far, save it but keep looking for a better one
6404       ac_cv_path_EGREP="$ac_path_EGREP"
6405       ac_path_EGREP_max=$ac_count
6406     fi
6407     # 10*(2^10) chars as input seems more than enough
6408     test $ac_count -gt 10 && break
6409   done
6410   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6411 esac
6412
6413       $ac_path_EGREP_found && break 3
6414     done
6415   done
6416 done
6417 IFS=$as_save_IFS
6418   if test -z "$ac_cv_path_EGREP"; then
6419     { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6420 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6421    { (exit 1); exit 1; }; }
6422   fi
6423 else
6424   ac_cv_path_EGREP=$EGREP
6425 fi
6426
6427    fi
6428 fi
6429 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6430 $as_echo "$ac_cv_path_EGREP" >&6; }
6431  EGREP="$ac_cv_path_EGREP"
6432
6433
6434 # Extract the first word of "ldconfig", so it can be a program name with args.
6435 set dummy ldconfig; ac_word=$2
6436 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6437 $as_echo_n "checking for $ac_word... " >&6; }
6438 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6439   $as_echo_n "(cached) " >&6
6440 else
6441   case $LDCONFIG in
6442   [\\/]* | ?:[\\/]*)
6443   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6444   ;;
6445   *)
6446   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6447 for as_dir in /sbin /usr/sbin $PATH
6448 do
6449   IFS=$as_save_IFS
6450   test -z "$as_dir" && as_dir=.
6451   for ac_exec_ext in '' $ac_executable_extensions; do
6452   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6453     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6454     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6455     break 2
6456   fi
6457 done
6458 done
6459 IFS=$as_save_IFS
6460
6461   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6462   ;;
6463 esac
6464 fi
6465 LDCONFIG=$ac_cv_path_LDCONFIG
6466 if test -n "$LDCONFIG"; then
6467   { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6468 $as_echo "$LDCONFIG" >&6; }
6469 else
6470   { $as_echo "$as_me:$LINENO: result: no" >&5
6471 $as_echo "no" >&6; }
6472 fi
6473
6474
6475 # Find a good install program.  We prefer a C program (faster),
6476 # so one script is as good as another.  But avoid the broken or
6477 # incompatible versions:
6478 # SysV /etc/install, /usr/sbin/install
6479 # SunOS /usr/etc/install
6480 # IRIX /sbin/install
6481 # AIX /bin/install
6482 # AmigaOS /C/install, which installs bootblocks on floppy discs
6483 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6484 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6485 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6486 # OS/2's system install, which has a completely different semantic
6487 # ./install, which can be erroneously created by make from ./install.sh.
6488 # Reject install programs that cannot install multiple files.
6489 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6490 $as_echo_n "checking for a BSD-compatible install... " >&6; }
6491 if test -z "$INSTALL"; then
6492 if test "${ac_cv_path_install+set}" = set; then
6493   $as_echo_n "(cached) " >&6
6494 else
6495   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6496 for as_dir in $PATH
6497 do
6498   IFS=$as_save_IFS
6499   test -z "$as_dir" && as_dir=.
6500   # Account for people who put trailing slashes in PATH elements.
6501 case $as_dir/ in
6502   ./ | .// | /cC/* | \
6503   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6504   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6505   /usr/ucb/* ) ;;
6506   *)
6507     # OSF1 and SCO ODT 3.0 have their own names for install.
6508     # Don't use installbsd from OSF since it installs stuff as root
6509     # by default.
6510     for ac_prog in ginstall scoinst install; do
6511       for ac_exec_ext in '' $ac_executable_extensions; do
6512         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6513           if test $ac_prog = install &&
6514             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6515             # AIX install.  It has an incompatible calling convention.
6516             :
6517           elif test $ac_prog = install &&
6518             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6519             # program-specific install script used by HP pwplus--don't use.
6520             :
6521           else
6522             rm -rf conftest.one conftest.two conftest.dir
6523             echo one > conftest.one
6524             echo two > conftest.two
6525             mkdir conftest.dir
6526             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
6527               test -s conftest.one && test -s conftest.two &&
6528               test -s conftest.dir/conftest.one &&
6529               test -s conftest.dir/conftest.two
6530             then
6531               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6532               break 3
6533             fi
6534           fi
6535         fi
6536       done
6537     done
6538     ;;
6539 esac
6540
6541 done
6542 IFS=$as_save_IFS
6543
6544 rm -rf conftest.one conftest.two conftest.dir
6545
6546 fi
6547   if test "${ac_cv_path_install+set}" = set; then
6548     INSTALL=$ac_cv_path_install
6549   else
6550     # As a last resort, use the slow shell script.  Don't cache a
6551     # value for INSTALL within a source directory, because that will
6552     # break other packages using the cache if that directory is
6553     # removed, or if the value is a relative name.
6554     INSTALL=$ac_install_sh
6555   fi
6556 fi
6557 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
6558 $as_echo "$INSTALL" >&6; }
6559
6560 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6561 # It thinks the first close brace ends the variable substitution.
6562 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6563
6564 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6565
6566 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6567
6568 case "$INSTALL" in
6569   [\\/$]* | ?:[\\/]* ) ;;
6570   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6571 esac
6572
6573 for ac_prog in lclint lint
6574 do
6575   # Extract the first word of "$ac_prog", so it can be a program name with args.
6576 set dummy $ac_prog; ac_word=$2
6577 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6578 $as_echo_n "checking for $ac_word... " >&6; }
6579 if test "${ac_cv_prog_LINT+set}" = set; then
6580   $as_echo_n "(cached) " >&6
6581 else
6582   if test -n "$LINT"; then
6583   ac_cv_prog_LINT="$LINT" # Let the user override the test.
6584 else
6585 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6586 for as_dir in $PATH
6587 do
6588   IFS=$as_save_IFS
6589   test -z "$as_dir" && as_dir=.
6590   for ac_exec_ext in '' $ac_executable_extensions; do
6591   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6592     ac_cv_prog_LINT="$ac_prog"
6593     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6594     break 2
6595   fi
6596 done
6597 done
6598 IFS=$as_save_IFS
6599
6600 fi
6601 fi
6602 LINT=$ac_cv_prog_LINT
6603 if test -n "$LINT"; then
6604   { $as_echo "$as_me:$LINENO: result: $LINT" >&5
6605 $as_echo "$LINT" >&6; }
6606 else
6607   { $as_echo "$as_me:$LINENO: result: no" >&5
6608 $as_echo "no" >&6; }
6609 fi
6610
6611
6612   test -n "$LINT" && break
6613 done
6614
6615 if test "$LINT" = "lint"
6616 then
6617   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6618   fi
6619
6620
6621
6622 for ac_prog in fontforge
6623 do
6624   # Extract the first word of "$ac_prog", so it can be a program name with args.
6625 set dummy $ac_prog; ac_word=$2
6626 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6627 $as_echo_n "checking for $ac_word... " >&6; }
6628 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6629   $as_echo_n "(cached) " >&6
6630 else
6631   if test -n "$FONTFORGE"; then
6632   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6633 else
6634 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6635 for as_dir in $PATH
6636 do
6637   IFS=$as_save_IFS
6638   test -z "$as_dir" && as_dir=.
6639   for ac_exec_ext in '' $ac_executable_extensions; do
6640   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6641     ac_cv_prog_FONTFORGE="$ac_prog"
6642     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6643     break 2
6644   fi
6645 done
6646 done
6647 IFS=$as_save_IFS
6648
6649 fi
6650 fi
6651 FONTFORGE=$ac_cv_prog_FONTFORGE
6652 if test -n "$FONTFORGE"; then
6653   { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6654 $as_echo "$FONTFORGE" >&6; }
6655 else
6656   { $as_echo "$as_me:$LINENO: result: no" >&5
6657 $as_echo "no" >&6; }
6658 fi
6659
6660
6661   test -n "$FONTFORGE" && break
6662 done
6663 test -n "$FONTFORGE" || FONTFORGE="false"
6664
6665 for ac_prog in pkg-config
6666 do
6667   # Extract the first word of "$ac_prog", so it can be a program name with args.
6668 set dummy $ac_prog; ac_word=$2
6669 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6670 $as_echo_n "checking for $ac_word... " >&6; }
6671 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6672   $as_echo_n "(cached) " >&6
6673 else
6674   if test -n "$PKG_CONFIG"; then
6675   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6676 else
6677 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6678 for as_dir in $PATH
6679 do
6680   IFS=$as_save_IFS
6681   test -z "$as_dir" && as_dir=.
6682   for ac_exec_ext in '' $ac_executable_extensions; do
6683   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6684     ac_cv_prog_PKG_CONFIG="$ac_prog"
6685     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6686     break 2
6687   fi
6688 done
6689 done
6690 IFS=$as_save_IFS
6691
6692 fi
6693 fi
6694 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6695 if test -n "$PKG_CONFIG"; then
6696   { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6697 $as_echo "$PKG_CONFIG" >&6; }
6698 else
6699   { $as_echo "$as_me:$LINENO: result: no" >&5
6700 $as_echo "no" >&6; }
6701 fi
6702
6703
6704   test -n "$PKG_CONFIG" && break
6705 done
6706 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6707
6708 for ac_prog in rsvg
6709 do
6710   # Extract the first word of "$ac_prog", so it can be a program name with args.
6711 set dummy $ac_prog; ac_word=$2
6712 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6713 $as_echo_n "checking for $ac_word... " >&6; }
6714 if test "${ac_cv_prog_RSVG+set}" = set; then
6715   $as_echo_n "(cached) " >&6
6716 else
6717   if test -n "$RSVG"; then
6718   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6719 else
6720 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6721 for as_dir in $PATH
6722 do
6723   IFS=$as_save_IFS
6724   test -z "$as_dir" && as_dir=.
6725   for ac_exec_ext in '' $ac_executable_extensions; do
6726   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6727     ac_cv_prog_RSVG="$ac_prog"
6728     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6729     break 2
6730   fi
6731 done
6732 done
6733 IFS=$as_save_IFS
6734
6735 fi
6736 fi
6737 RSVG=$ac_cv_prog_RSVG
6738 if test -n "$RSVG"; then
6739   { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
6740 $as_echo "$RSVG" >&6; }
6741 else
6742   { $as_echo "$as_me:$LINENO: result: no" >&5
6743 $as_echo "no" >&6; }
6744 fi
6745
6746
6747   test -n "$RSVG" && break
6748 done
6749 test -n "$RSVG" || RSVG="false"
6750
6751 for ac_prog in icotool
6752 do
6753   # Extract the first word of "$ac_prog", so it can be a program name with args.
6754 set dummy $ac_prog; ac_word=$2
6755 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6756 $as_echo_n "checking for $ac_word... " >&6; }
6757 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6758   $as_echo_n "(cached) " >&6
6759 else
6760   if test -n "$ICOTOOL"; then
6761   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6762 else
6763 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6764 for as_dir in $PATH
6765 do
6766   IFS=$as_save_IFS
6767   test -z "$as_dir" && as_dir=.
6768   for ac_exec_ext in '' $ac_executable_extensions; do
6769   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6770     ac_cv_prog_ICOTOOL="$ac_prog"
6771     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6772     break 2
6773   fi
6774 done
6775 done
6776 IFS=$as_save_IFS
6777
6778 fi
6779 fi
6780 ICOTOOL=$ac_cv_prog_ICOTOOL
6781 if test -n "$ICOTOOL"; then
6782   { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6783 $as_echo "$ICOTOOL" >&6; }
6784 else
6785   { $as_echo "$as_me:$LINENO: result: no" >&5
6786 $as_echo "no" >&6; }
6787 fi
6788
6789
6790   test -n "$ICOTOOL" && break
6791 done
6792 test -n "$ICOTOOL" || ICOTOOL="false"
6793
6794
6795 if test "${enable_maintainer_mode+set}" = set
6796 then
6797   if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6798   if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6799   if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6800 fi
6801
6802 case $host_cpu in
6803   *i[3456789]86*)
6804     # Extract the first word of "prelink", so it can be a program name with args.
6805 set dummy prelink; ac_word=$2
6806 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6807 $as_echo_n "checking for $ac_word... " >&6; }
6808 if test "${ac_cv_path_PRELINK+set}" = set; then
6809   $as_echo_n "(cached) " >&6
6810 else
6811   case $PRELINK in
6812   [\\/]* | ?:[\\/]*)
6813   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6814   ;;
6815   *)
6816   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6817 for as_dir in /sbin /usr/sbin $PATH
6818 do
6819   IFS=$as_save_IFS
6820   test -z "$as_dir" && as_dir=.
6821   for ac_exec_ext in '' $ac_executable_extensions; do
6822   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6823     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6824     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6825     break 2
6826   fi
6827 done
6828 done
6829 IFS=$as_save_IFS
6830
6831   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6832   ;;
6833 esac
6834 fi
6835 PRELINK=$ac_cv_path_PRELINK
6836 if test -n "$PRELINK"; then
6837   { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
6838 $as_echo "$PRELINK" >&6; }
6839 else
6840   { $as_echo "$as_me:$LINENO: result: no" >&5
6841 $as_echo "no" >&6; }
6842 fi
6843
6844
6845     ;;
6846 esac
6847
6848
6849
6850 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6851 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6852 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6853   $as_echo_n "(cached) " >&6
6854 else
6855   ac_check_lib_save_LIBS=$LIBS
6856 LIBS="-li386  $LIBS"
6857 cat >conftest.$ac_ext <<_ACEOF
6858 /* confdefs.h.  */
6859 _ACEOF
6860 cat confdefs.h >>conftest.$ac_ext
6861 cat >>conftest.$ac_ext <<_ACEOF
6862 /* end confdefs.h.  */
6863
6864 /* Override any GCC internal prototype to avoid an error.
6865    Use char because int might match the return type of a GCC
6866    builtin and then its argument prototype would still apply.  */
6867 #ifdef __cplusplus
6868 extern "C"
6869 #endif
6870 char i386_set_ldt ();
6871 int
6872 main ()
6873 {
6874 return i386_set_ldt ();
6875   ;
6876   return 0;
6877 }
6878 _ACEOF
6879 rm -f conftest.$ac_objext conftest$ac_exeext
6880 if { (ac_try="$ac_link"
6881 case "(($ac_try" in
6882   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6883   *) ac_try_echo=$ac_try;;
6884 esac
6885 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6886 $as_echo "$ac_try_echo") >&5
6887   (eval "$ac_link") 2>conftest.er1
6888   ac_status=$?
6889   grep -v '^ *+' conftest.er1 >conftest.err
6890   rm -f conftest.er1
6891   cat conftest.err >&5
6892   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6893   (exit $ac_status); } && {
6894          test -z "$ac_c_werror_flag" ||
6895          test ! -s conftest.err
6896        } && test -s conftest$ac_exeext && {
6897          test "$cross_compiling" = yes ||
6898          $as_test_x conftest$ac_exeext
6899        }; then
6900   ac_cv_lib_i386_i386_set_ldt=yes
6901 else
6902   $as_echo "$as_me: failed program was:" >&5
6903 sed 's/^/| /' conftest.$ac_ext >&5
6904
6905         ac_cv_lib_i386_i386_set_ldt=no
6906 fi
6907
6908 rm -rf conftest.dSYM
6909 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6910       conftest$ac_exeext conftest.$ac_ext
6911 LIBS=$ac_check_lib_save_LIBS
6912 fi
6913 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6914 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6915 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
6916   cat >>confdefs.h <<_ACEOF
6917 #define HAVE_LIBI386 1
6918 _ACEOF
6919
6920   LIBS="-li386 $LIBS"
6921
6922 fi
6923
6924
6925 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6926 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6927 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6928   $as_echo_n "(cached) " >&6
6929 else
6930   ac_check_lib_save_LIBS=$LIBS
6931 LIBS="-lossaudio  $LIBS"
6932 cat >conftest.$ac_ext <<_ACEOF
6933 /* confdefs.h.  */
6934 _ACEOF
6935 cat confdefs.h >>conftest.$ac_ext
6936 cat >>conftest.$ac_ext <<_ACEOF
6937 /* end confdefs.h.  */
6938
6939 /* Override any GCC internal prototype to avoid an error.
6940    Use char because int might match the return type of a GCC
6941    builtin and then its argument prototype would still apply.  */
6942 #ifdef __cplusplus
6943 extern "C"
6944 #endif
6945 char _oss_ioctl ();
6946 int
6947 main ()
6948 {
6949 return _oss_ioctl ();
6950   ;
6951   return 0;
6952 }
6953 _ACEOF
6954 rm -f conftest.$ac_objext conftest$ac_exeext
6955 if { (ac_try="$ac_link"
6956 case "(($ac_try" in
6957   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6958   *) ac_try_echo=$ac_try;;
6959 esac
6960 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6961 $as_echo "$ac_try_echo") >&5
6962   (eval "$ac_link") 2>conftest.er1
6963   ac_status=$?
6964   grep -v '^ *+' conftest.er1 >conftest.err
6965   rm -f conftest.er1
6966   cat conftest.err >&5
6967   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6968   (exit $ac_status); } && {
6969          test -z "$ac_c_werror_flag" ||
6970          test ! -s conftest.err
6971        } && test -s conftest$ac_exeext && {
6972          test "$cross_compiling" = yes ||
6973          $as_test_x conftest$ac_exeext
6974        }; then
6975   ac_cv_lib_ossaudio__oss_ioctl=yes
6976 else
6977   $as_echo "$as_me: failed program was:" >&5
6978 sed 's/^/| /' conftest.$ac_ext >&5
6979
6980         ac_cv_lib_ossaudio__oss_ioctl=no
6981 fi
6982
6983 rm -rf conftest.dSYM
6984 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6985       conftest$ac_exeext conftest.$ac_ext
6986 LIBS=$ac_check_lib_save_LIBS
6987 fi
6988 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6989 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6990 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
6991   cat >>confdefs.h <<_ACEOF
6992 #define HAVE_LIBOSSAUDIO 1
6993 _ACEOF
6994
6995   LIBS="-lossaudio $LIBS"
6996
6997 fi
6998
6999 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
7000 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7001 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
7002   $as_echo_n "(cached) " >&6
7003 else
7004   ac_check_lib_save_LIBS=$LIBS
7005 LIBS="-lpthread  $LIBS"
7006 cat >conftest.$ac_ext <<_ACEOF
7007 /* confdefs.h.  */
7008 _ACEOF
7009 cat confdefs.h >>conftest.$ac_ext
7010 cat >>conftest.$ac_ext <<_ACEOF
7011 /* end confdefs.h.  */
7012
7013 /* Override any GCC internal prototype to avoid an error.
7014    Use char because int might match the return type of a GCC
7015    builtin and then its argument prototype would still apply.  */
7016 #ifdef __cplusplus
7017 extern "C"
7018 #endif
7019 char pthread_create ();
7020 int
7021 main ()
7022 {
7023 return pthread_create ();
7024   ;
7025   return 0;
7026 }
7027 _ACEOF
7028 rm -f conftest.$ac_objext conftest$ac_exeext
7029 if { (ac_try="$ac_link"
7030 case "(($ac_try" in
7031   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7032   *) ac_try_echo=$ac_try;;
7033 esac
7034 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7035 $as_echo "$ac_try_echo") >&5
7036   (eval "$ac_link") 2>conftest.er1
7037   ac_status=$?
7038   grep -v '^ *+' conftest.er1 >conftest.err
7039   rm -f conftest.er1
7040   cat conftest.err >&5
7041   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7042   (exit $ac_status); } && {
7043          test -z "$ac_c_werror_flag" ||
7044          test ! -s conftest.err
7045        } && test -s conftest$ac_exeext && {
7046          test "$cross_compiling" = yes ||
7047          $as_test_x conftest$ac_exeext
7048        }; then
7049   ac_cv_lib_pthread_pthread_create=yes
7050 else
7051   $as_echo "$as_me: failed program was:" >&5
7052 sed 's/^/| /' conftest.$ac_ext >&5
7053
7054         ac_cv_lib_pthread_pthread_create=no
7055 fi
7056
7057 rm -rf conftest.dSYM
7058 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7059       conftest$ac_exeext conftest.$ac_ext
7060 LIBS=$ac_check_lib_save_LIBS
7061 fi
7062 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
7063 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7064 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
7065   LIBPTHREAD="-lpthread"
7066
7067 fi
7068
7069
7070 XLIB=""
7071
7072 OPENGL_LIBS=""
7073
7074
7075
7076 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7077 $as_echo_n "checking for ANSI C header files... " >&6; }
7078 if test "${ac_cv_header_stdc+set}" = set; then
7079   $as_echo_n "(cached) " >&6
7080 else
7081   cat >conftest.$ac_ext <<_ACEOF
7082 /* confdefs.h.  */
7083 _ACEOF
7084 cat confdefs.h >>conftest.$ac_ext
7085 cat >>conftest.$ac_ext <<_ACEOF
7086 /* end confdefs.h.  */
7087 #include <stdlib.h>
7088 #include <stdarg.h>
7089 #include <string.h>
7090 #include <float.h>
7091
7092 int
7093 main ()
7094 {
7095
7096   ;
7097   return 0;
7098 }
7099 _ACEOF
7100 rm -f conftest.$ac_objext
7101 if { (ac_try="$ac_compile"
7102 case "(($ac_try" in
7103   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7104   *) ac_try_echo=$ac_try;;
7105 esac
7106 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7107 $as_echo "$ac_try_echo") >&5
7108   (eval "$ac_compile") 2>conftest.er1
7109   ac_status=$?
7110   grep -v '^ *+' conftest.er1 >conftest.err
7111   rm -f conftest.er1
7112   cat conftest.err >&5
7113   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7114   (exit $ac_status); } && {
7115          test -z "$ac_c_werror_flag" ||
7116          test ! -s conftest.err
7117        } && test -s conftest.$ac_objext; then
7118   ac_cv_header_stdc=yes
7119 else
7120   $as_echo "$as_me: failed program was:" >&5
7121 sed 's/^/| /' conftest.$ac_ext >&5
7122
7123         ac_cv_header_stdc=no
7124 fi
7125
7126 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7127
7128 if test $ac_cv_header_stdc = yes; then
7129   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7130   cat >conftest.$ac_ext <<_ACEOF
7131 /* confdefs.h.  */
7132 _ACEOF
7133 cat confdefs.h >>conftest.$ac_ext
7134 cat >>conftest.$ac_ext <<_ACEOF
7135 /* end confdefs.h.  */
7136 #include <string.h>
7137
7138 _ACEOF
7139 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7140   $EGREP "memchr" >/dev/null 2>&1; then
7141   :
7142 else
7143   ac_cv_header_stdc=no
7144 fi
7145 rm -f conftest*
7146
7147 fi
7148
7149 if test $ac_cv_header_stdc = yes; then
7150   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7151   cat >conftest.$ac_ext <<_ACEOF
7152 /* confdefs.h.  */
7153 _ACEOF
7154 cat confdefs.h >>conftest.$ac_ext
7155 cat >>conftest.$ac_ext <<_ACEOF
7156 /* end confdefs.h.  */
7157 #include <stdlib.h>
7158
7159 _ACEOF
7160 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7161   $EGREP "free" >/dev/null 2>&1; then
7162   :
7163 else
7164   ac_cv_header_stdc=no
7165 fi
7166 rm -f conftest*
7167
7168 fi
7169
7170 if test $ac_cv_header_stdc = yes; then
7171   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7172   if test "$cross_compiling" = yes; then
7173   :
7174 else
7175   cat >conftest.$ac_ext <<_ACEOF
7176 /* confdefs.h.  */
7177 _ACEOF
7178 cat confdefs.h >>conftest.$ac_ext
7179 cat >>conftest.$ac_ext <<_ACEOF
7180 /* end confdefs.h.  */
7181 #include <ctype.h>
7182 #include <stdlib.h>
7183 #if ((' ' & 0x0FF) == 0x020)
7184 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7185 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7186 #else
7187 # define ISLOWER(c) \
7188                    (('a' <= (c) && (c) <= 'i') \
7189                      || ('j' <= (c) && (c) <= 'r') \
7190                      || ('s' <= (c) && (c) <= 'z'))
7191 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7192 #endif
7193
7194 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7195 int
7196 main ()
7197 {
7198   int i;
7199   for (i = 0; i < 256; i++)
7200     if (XOR (islower (i), ISLOWER (i))
7201         || toupper (i) != TOUPPER (i))
7202       return 2;
7203   return 0;
7204 }
7205 _ACEOF
7206 rm -f conftest$ac_exeext
7207 if { (ac_try="$ac_link"
7208 case "(($ac_try" in
7209   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7210   *) ac_try_echo=$ac_try;;
7211 esac
7212 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7213 $as_echo "$ac_try_echo") >&5
7214   (eval "$ac_link") 2>&5
7215   ac_status=$?
7216   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7217   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7218   { (case "(($ac_try" in
7219   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7220   *) ac_try_echo=$ac_try;;
7221 esac
7222 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7223 $as_echo "$ac_try_echo") >&5
7224   (eval "$ac_try") 2>&5
7225   ac_status=$?
7226   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7227   (exit $ac_status); }; }; then
7228   :
7229 else
7230   $as_echo "$as_me: program exited with status $ac_status" >&5
7231 $as_echo "$as_me: failed program was:" >&5
7232 sed 's/^/| /' conftest.$ac_ext >&5
7233
7234 ( exit $ac_status )
7235 ac_cv_header_stdc=no
7236 fi
7237 rm -rf conftest.dSYM
7238 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7239 fi
7240
7241
7242 fi
7243 fi
7244 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7245 $as_echo "$ac_cv_header_stdc" >&6; }
7246 if test $ac_cv_header_stdc = yes; then
7247
7248 cat >>confdefs.h <<\_ACEOF
7249 #define STDC_HEADERS 1
7250 _ACEOF
7251
7252 fi
7253
7254 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7255
7256
7257
7258
7259
7260
7261
7262
7263
7264 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7265                   inttypes.h stdint.h unistd.h
7266 do
7267 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7268 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7269 $as_echo_n "checking for $ac_header... " >&6; }
7270 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7271   $as_echo_n "(cached) " >&6
7272 else
7273   cat >conftest.$ac_ext <<_ACEOF
7274 /* confdefs.h.  */
7275 _ACEOF
7276 cat confdefs.h >>conftest.$ac_ext
7277 cat >>conftest.$ac_ext <<_ACEOF
7278 /* end confdefs.h.  */
7279 $ac_includes_default
7280
7281 #include <$ac_header>
7282 _ACEOF
7283 rm -f conftest.$ac_objext
7284 if { (ac_try="$ac_compile"
7285 case "(($ac_try" in
7286   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7287   *) ac_try_echo=$ac_try;;
7288 esac
7289 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7290 $as_echo "$ac_try_echo") >&5
7291   (eval "$ac_compile") 2>conftest.er1
7292   ac_status=$?
7293   grep -v '^ *+' conftest.er1 >conftest.err
7294   rm -f conftest.er1
7295   cat conftest.err >&5
7296   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7297   (exit $ac_status); } && {
7298          test -z "$ac_c_werror_flag" ||
7299          test ! -s conftest.err
7300        } && test -s conftest.$ac_objext; then
7301   eval "$as_ac_Header=yes"
7302 else
7303   $as_echo "$as_me: failed program was:" >&5
7304 sed 's/^/| /' conftest.$ac_ext >&5
7305
7306         eval "$as_ac_Header=no"
7307 fi
7308
7309 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7310 fi
7311 ac_res=`eval 'as_val=${'$as_ac_Header'}
7312                  $as_echo "$as_val"'`
7313                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7314 $as_echo "$ac_res" >&6; }
7315 as_val=`eval 'as_val=${'$as_ac_Header'}
7316                  $as_echo "$as_val"'`
7317    if test "x$as_val" = x""yes; then
7318   cat >>confdefs.h <<_ACEOF
7319 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7320 _ACEOF
7321
7322 fi
7323
7324 done
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
7422
7423
7424
7425
7426
7427
7428
7429
7430
7431
7432
7433
7434
7435
7436
7437
7438
7439
7440
7441 for ac_header in \
7442         AudioUnit/AudioUnit.h \
7443         Carbon/Carbon.h \
7444         CoreAudio/CoreAudio.h \
7445         DiskArbitration/DiskArbitration.h \
7446         IOKit/IOKitLib.h \
7447         alias.h \
7448         alsa/asoundlib.h \
7449         arpa/inet.h \
7450         arpa/nameser.h \
7451         asm/types.h \
7452         capi20.h \
7453         curses.h \
7454         direct.h \
7455         dirent.h \
7456         dlfcn.h \
7457         elf.h \
7458         float.h \
7459         fontconfig/fontconfig.h \
7460         getopt.h \
7461         grp.h \
7462         ieeefp.h \
7463         io.h \
7464         jack/jack.h \
7465         jpeglib.h \
7466         lber.h \
7467         lcms.h \
7468         lcms/lcms.h \
7469         ldap.h \
7470         libaudioio.h \
7471         link.h \
7472         linux/cdrom.h \
7473         linux/compiler.h \
7474         linux/hdreg.h \
7475         linux/input.h \
7476         linux/ioctl.h \
7477         linux/joystick.h \
7478         linux/major.h \
7479         linux/param.h \
7480         linux/serial.h \
7481         linux/ucdrom.h \
7482         mach/mach.h \
7483         mach/machine.h \
7484         machine/cpu.h \
7485         machine/limits.h \
7486         machine/soundcard.h \
7487         mntent.h \
7488         ncurses.h \
7489         netdb.h \
7490         netinet/in.h \
7491         netinet/in_systm.h \
7492         netinet/tcp.h \
7493         netinet/tcp_fsm.h \
7494         openssl/err.h \
7495         openssl/ssl.h \
7496         png.h \
7497         poll.h \
7498         process.h \
7499         pthread.h \
7500         pwd.h \
7501         regex.h \
7502         sched.h \
7503         scsi/scsi.h \
7504         scsi/scsi_ioctl.h \
7505         scsi/sg.h \
7506         soundcard.h \
7507         stdint.h \
7508         strings.h \
7509         sys/asoundlib.h \
7510         sys/cdio.h \
7511         sys/elf32.h \
7512         sys/epoll.h \
7513         sys/errno.h \
7514         sys/event.h \
7515         sys/exec_elf.h \
7516         sys/filio.h \
7517         sys/ioctl.h \
7518         sys/ipc.h \
7519         sys/limits.h \
7520         sys/link.h \
7521         sys/lwp.h \
7522         sys/mman.h \
7523         sys/modem.h \
7524         sys/msg.h \
7525         sys/mtio.h \
7526         sys/param.h \
7527         sys/poll.h \
7528         sys/prctl.h \
7529         sys/ptrace.h \
7530         sys/reg.h \
7531         sys/resource.h \
7532         sys/scsiio.h \
7533         sys/shm.h \
7534         sys/signal.h \
7535         sys/socket.h \
7536         sys/socketvar.h \
7537         sys/sockio.h \
7538         sys/soundcard.h \
7539         sys/statvfs.h \
7540         sys/strtio.h \
7541         sys/syscall.h \
7542         sys/sysctl.h \
7543         sys/time.h \
7544         sys/times.h \
7545         sys/uio.h \
7546         sys/un.h \
7547         sys/utsname.h \
7548         sys/vm86.h \
7549         sys/wait.h \
7550         syscall.h \
7551         termios.h \
7552         unistd.h \
7553         utime.h \
7554         valgrind/memcheck.h \
7555         valgrind/valgrind.h
7556
7557 do
7558 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7559 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7560   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7561 $as_echo_n "checking for $ac_header... " >&6; }
7562 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7563   $as_echo_n "(cached) " >&6
7564 fi
7565 ac_res=`eval 'as_val=${'$as_ac_Header'}
7566                  $as_echo "$as_val"'`
7567                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7568 $as_echo "$ac_res" >&6; }
7569 else
7570   # Is the header compilable?
7571 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
7572 $as_echo_n "checking $ac_header usability... " >&6; }
7573 cat >conftest.$ac_ext <<_ACEOF
7574 /* confdefs.h.  */
7575 _ACEOF
7576 cat confdefs.h >>conftest.$ac_ext
7577 cat >>conftest.$ac_ext <<_ACEOF
7578 /* end confdefs.h.  */
7579 $ac_includes_default
7580 #include <$ac_header>
7581 _ACEOF
7582 rm -f conftest.$ac_objext
7583 if { (ac_try="$ac_compile"
7584 case "(($ac_try" in
7585   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7586   *) ac_try_echo=$ac_try;;
7587 esac
7588 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7589 $as_echo "$ac_try_echo") >&5
7590   (eval "$ac_compile") 2>conftest.er1
7591   ac_status=$?
7592   grep -v '^ *+' conftest.er1 >conftest.err
7593   rm -f conftest.er1
7594   cat conftest.err >&5
7595   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7596   (exit $ac_status); } && {
7597          test -z "$ac_c_werror_flag" ||
7598          test ! -s conftest.err
7599        } && test -s conftest.$ac_objext; then
7600   ac_header_compiler=yes
7601 else
7602   $as_echo "$as_me: failed program was:" >&5
7603 sed 's/^/| /' conftest.$ac_ext >&5
7604
7605         ac_header_compiler=no
7606 fi
7607
7608 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7609 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7610 $as_echo "$ac_header_compiler" >&6; }
7611
7612 # Is the header present?
7613 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
7614 $as_echo_n "checking $ac_header presence... " >&6; }
7615 cat >conftest.$ac_ext <<_ACEOF
7616 /* confdefs.h.  */
7617 _ACEOF
7618 cat confdefs.h >>conftest.$ac_ext
7619 cat >>conftest.$ac_ext <<_ACEOF
7620 /* end confdefs.h.  */
7621 #include <$ac_header>
7622 _ACEOF
7623 if { (ac_try="$ac_cpp conftest.$ac_ext"
7624 case "(($ac_try" in
7625   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7626   *) ac_try_echo=$ac_try;;
7627 esac
7628 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7629 $as_echo "$ac_try_echo") >&5
7630   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7631   ac_status=$?
7632   grep -v '^ *+' conftest.er1 >conftest.err
7633   rm -f conftest.er1
7634   cat conftest.err >&5
7635   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7636   (exit $ac_status); } >/dev/null && {
7637          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7638          test ! -s conftest.err
7639        }; then
7640   ac_header_preproc=yes
7641 else
7642   $as_echo "$as_me: failed program was:" >&5
7643 sed 's/^/| /' conftest.$ac_ext >&5
7644
7645   ac_header_preproc=no
7646 fi
7647
7648 rm -f conftest.err conftest.$ac_ext
7649 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7650 $as_echo "$ac_header_preproc" >&6; }
7651
7652 # So?  What about this header?
7653 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7654   yes:no: )
7655     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7656 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7657     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7658 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7659     ac_header_preproc=yes
7660     ;;
7661   no:yes:* )
7662     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7663 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7664     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
7665 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
7666     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7667 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7668     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
7669 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
7670     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7671 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7672     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7673 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7674     ( cat <<\_ASBOX
7675 ## ------------------------------------ ##
7676 ## Report this to wine-devel@winehq.org ##
7677 ## ------------------------------------ ##
7678 _ASBOX
7679      ) | sed "s/^/$as_me: WARNING:     /" >&2
7680     ;;
7681 esac
7682 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7683 $as_echo_n "checking for $ac_header... " >&6; }
7684 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7685   $as_echo_n "(cached) " >&6
7686 else
7687   eval "$as_ac_Header=\$ac_header_preproc"
7688 fi
7689 ac_res=`eval 'as_val=${'$as_ac_Header'}
7690                  $as_echo "$as_val"'`
7691                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7692 $as_echo "$ac_res" >&6; }
7693
7694 fi
7695 as_val=`eval 'as_val=${'$as_ac_Header'}
7696                  $as_echo "$as_val"'`
7697    if test "x$as_val" = x""yes; then
7698   cat >>confdefs.h <<_ACEOF
7699 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7700 _ACEOF
7701
7702 fi
7703
7704 done
7705
7706 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7707 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7708 if test "${ac_cv_header_stat_broken+set}" = set; then
7709   $as_echo_n "(cached) " >&6
7710 else
7711   cat >conftest.$ac_ext <<_ACEOF
7712 /* confdefs.h.  */
7713 _ACEOF
7714 cat confdefs.h >>conftest.$ac_ext
7715 cat >>conftest.$ac_ext <<_ACEOF
7716 /* end confdefs.h.  */
7717 #include <sys/types.h>
7718 #include <sys/stat.h>
7719
7720 #if defined S_ISBLK && defined S_IFDIR
7721 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7722 #endif
7723
7724 #if defined S_ISBLK && defined S_IFCHR
7725 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7726 #endif
7727
7728 #if defined S_ISLNK && defined S_IFREG
7729 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7730 #endif
7731
7732 #if defined S_ISSOCK && defined S_IFREG
7733 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7734 #endif
7735
7736 _ACEOF
7737 rm -f conftest.$ac_objext
7738 if { (ac_try="$ac_compile"
7739 case "(($ac_try" in
7740   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7741   *) ac_try_echo=$ac_try;;
7742 esac
7743 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7744 $as_echo "$ac_try_echo") >&5
7745   (eval "$ac_compile") 2>conftest.er1
7746   ac_status=$?
7747   grep -v '^ *+' conftest.er1 >conftest.err
7748   rm -f conftest.er1
7749   cat conftest.err >&5
7750   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7751   (exit $ac_status); } && {
7752          test -z "$ac_c_werror_flag" ||
7753          test ! -s conftest.err
7754        } && test -s conftest.$ac_objext; then
7755   ac_cv_header_stat_broken=no
7756 else
7757   $as_echo "$as_me: failed program was:" >&5
7758 sed 's/^/| /' conftest.$ac_ext >&5
7759
7760         ac_cv_header_stat_broken=yes
7761 fi
7762
7763 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7764 fi
7765 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7766 $as_echo "$ac_cv_header_stat_broken" >&6; }
7767 if test $ac_cv_header_stat_broken = yes; then
7768
7769 cat >>confdefs.h <<\_ACEOF
7770 #define STAT_MACROS_BROKEN 1
7771 _ACEOF
7772
7773 fi
7774
7775
7776
7777
7778
7779
7780
7781 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7782 do
7783 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7784 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7785 $as_echo_n "checking for $ac_header... " >&6; }
7786 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7787   $as_echo_n "(cached) " >&6
7788 else
7789   cat >conftest.$ac_ext <<_ACEOF
7790 /* confdefs.h.  */
7791 _ACEOF
7792 cat confdefs.h >>conftest.$ac_ext
7793 cat >>conftest.$ac_ext <<_ACEOF
7794 /* end confdefs.h.  */
7795 #include <sys/types.h>
7796      #ifdef HAVE_SYS_PARAM_H
7797      # include <sys/param.h>
7798      #endif
7799
7800 #include <$ac_header>
7801 _ACEOF
7802 rm -f conftest.$ac_objext
7803 if { (ac_try="$ac_compile"
7804 case "(($ac_try" in
7805   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7806   *) ac_try_echo=$ac_try;;
7807 esac
7808 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7809 $as_echo "$ac_try_echo") >&5
7810   (eval "$ac_compile") 2>conftest.er1
7811   ac_status=$?
7812   grep -v '^ *+' conftest.er1 >conftest.err
7813   rm -f conftest.er1
7814   cat conftest.err >&5
7815   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7816   (exit $ac_status); } && {
7817          test -z "$ac_c_werror_flag" ||
7818          test ! -s conftest.err
7819        } && test -s conftest.$ac_objext; then
7820   eval "$as_ac_Header=yes"
7821 else
7822   $as_echo "$as_me: failed program was:" >&5
7823 sed 's/^/| /' conftest.$ac_ext >&5
7824
7825         eval "$as_ac_Header=no"
7826 fi
7827
7828 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7829 fi
7830 ac_res=`eval 'as_val=${'$as_ac_Header'}
7831                  $as_echo "$as_val"'`
7832                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7833 $as_echo "$ac_res" >&6; }
7834 as_val=`eval 'as_val=${'$as_ac_Header'}
7835                  $as_echo "$as_val"'`
7836    if test "x$as_val" = x""yes; then
7837   cat >>confdefs.h <<_ACEOF
7838 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7839 _ACEOF
7840
7841 fi
7842
7843 done
7844
7845
7846
7847
7848
7849
7850
7851
7852
7853
7854
7855
7856
7857
7858 for ac_header in \
7859         netinet/ip.h \
7860         net/if.h \
7861         net/if_arp.h \
7862         net/if_dl.h \
7863         net/if_types.h \
7864         net/route.h \
7865         netinet/if_ether.h \
7866         netinet/in_pcb.h \
7867         netinet/ip_icmp.h \
7868         netinet/ip_var.h \
7869         netinet/udp.h \
7870         netipx/ipx.h \
7871
7872 do
7873 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7874 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7875 $as_echo_n "checking for $ac_header... " >&6; }
7876 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7877   $as_echo_n "(cached) " >&6
7878 else
7879   cat >conftest.$ac_ext <<_ACEOF
7880 /* confdefs.h.  */
7881 _ACEOF
7882 cat confdefs.h >>conftest.$ac_ext
7883 cat >>conftest.$ac_ext <<_ACEOF
7884 /* end confdefs.h.  */
7885 #include <sys/types.h>
7886      #ifdef HAVE_SYS_SOCKET_H
7887      # include <sys/socket.h>
7888      #endif
7889      #ifdef HAVE_SYS_SOCKETVAR_H
7890      # include <sys/socketvar.h>
7891      #endif
7892      #ifdef HAVE_NETINET_IN_H
7893      # include <netinet/in.h>
7894      #endif
7895      #ifdef HAVE_NETINET_IP_H
7896      # include <netinet/ip.h>
7897      #endif
7898
7899 #include <$ac_header>
7900 _ACEOF
7901 rm -f conftest.$ac_objext
7902 if { (ac_try="$ac_compile"
7903 case "(($ac_try" in
7904   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7905   *) ac_try_echo=$ac_try;;
7906 esac
7907 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7908 $as_echo "$ac_try_echo") >&5
7909   (eval "$ac_compile") 2>conftest.er1
7910   ac_status=$?
7911   grep -v '^ *+' conftest.er1 >conftest.err
7912   rm -f conftest.er1
7913   cat conftest.err >&5
7914   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7915   (exit $ac_status); } && {
7916          test -z "$ac_c_werror_flag" ||
7917          test ! -s conftest.err
7918        } && test -s conftest.$ac_objext; then
7919   eval "$as_ac_Header=yes"
7920 else
7921   $as_echo "$as_me: failed program was:" >&5
7922 sed 's/^/| /' conftest.$ac_ext >&5
7923
7924         eval "$as_ac_Header=no"
7925 fi
7926
7927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7928 fi
7929 ac_res=`eval 'as_val=${'$as_ac_Header'}
7930                  $as_echo "$as_val"'`
7931                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7932 $as_echo "$ac_res" >&6; }
7933 as_val=`eval 'as_val=${'$as_ac_Header'}
7934                  $as_echo "$as_val"'`
7935    if test "x$as_val" = x""yes; then
7936   cat >>confdefs.h <<_ACEOF
7937 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7938 _ACEOF
7939
7940 fi
7941
7942 done
7943
7944
7945
7946
7947
7948
7949 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7950 do
7951 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7952 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7953 $as_echo_n "checking for $ac_header... " >&6; }
7954 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7955   $as_echo_n "(cached) " >&6
7956 else
7957   cat >conftest.$ac_ext <<_ACEOF
7958 /* confdefs.h.  */
7959 _ACEOF
7960 cat confdefs.h >>conftest.$ac_ext
7961 cat >>conftest.$ac_ext <<_ACEOF
7962 /* end confdefs.h.  */
7963 #include <sys/types.h>
7964      #ifdef HAVE_ALIAS_H
7965      # include <alias.h>
7966      #endif
7967      #ifdef HAVE_SYS_SOCKET_H
7968      # include <sys/socket.h>
7969      #endif
7970      #ifdef HAVE_SYS_SOCKETVAR_H
7971      # include <sys/socketvar.h>
7972      #endif
7973      #ifdef HAVE_NETINET_IN_H
7974      # include <netinet/in.h>
7975      #endif
7976      #ifdef HAVE_NETINET_IP_H
7977      # include <netinet/ip.h>
7978      #endif
7979      #ifdef HAVE_NETINET_IP_VAR_H
7980      # include <netinet/ip_var.h>
7981      #endif
7982      #ifdef HAVE_NETINET_IP_ICMP_H
7983      # include <netinet/ip_icmp.h>
7984      #endif
7985      #ifdef HAVE_NETINET_UDP_H
7986      # include <netinet/udp.h>
7987      #endif
7988      #ifdef HAVE_NETINET_TCP_H
7989      # include <netinet/tcp.h>
7990      #endif
7991
7992 #include <$ac_header>
7993 _ACEOF
7994 rm -f conftest.$ac_objext
7995 if { (ac_try="$ac_compile"
7996 case "(($ac_try" in
7997   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7998   *) ac_try_echo=$ac_try;;
7999 esac
8000 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8001 $as_echo "$ac_try_echo") >&5
8002   (eval "$ac_compile") 2>conftest.er1
8003   ac_status=$?
8004   grep -v '^ *+' conftest.er1 >conftest.err
8005   rm -f conftest.er1
8006   cat conftest.err >&5
8007   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8008   (exit $ac_status); } && {
8009          test -z "$ac_c_werror_flag" ||
8010          test ! -s conftest.err
8011        } && test -s conftest.$ac_objext; then
8012   eval "$as_ac_Header=yes"
8013 else
8014   $as_echo "$as_me: failed program was:" >&5
8015 sed 's/^/| /' conftest.$ac_ext >&5
8016
8017         eval "$as_ac_Header=no"
8018 fi
8019
8020 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8021 fi
8022 ac_res=`eval 'as_val=${'$as_ac_Header'}
8023                  $as_echo "$as_val"'`
8024                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8025 $as_echo "$ac_res" >&6; }
8026 as_val=`eval 'as_val=${'$as_ac_Header'}
8027                  $as_echo "$as_val"'`
8028    if test "x$as_val" = x""yes; then
8029   cat >>confdefs.h <<_ACEOF
8030 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8031 _ACEOF
8032
8033 fi
8034
8035 done
8036
8037
8038
8039 for ac_header in linux/ipx.h
8040 do
8041 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8042 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8043 $as_echo_n "checking for $ac_header... " >&6; }
8044 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8045   $as_echo_n "(cached) " >&6
8046 else
8047   cat >conftest.$ac_ext <<_ACEOF
8048 /* confdefs.h.  */
8049 _ACEOF
8050 cat confdefs.h >>conftest.$ac_ext
8051 cat >>conftest.$ac_ext <<_ACEOF
8052 /* end confdefs.h.  */
8053 #include <sys/types.h>
8054      #ifdef HAVE_ASM_TYPES_H
8055      # include <asm/types.h>
8056      #endif
8057      #ifdef HAVE_SYS_SOCKET_H
8058      # include <sys/socket.h>
8059      #endif
8060
8061 #include <$ac_header>
8062 _ACEOF
8063 rm -f conftest.$ac_objext
8064 if { (ac_try="$ac_compile"
8065 case "(($ac_try" in
8066   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8067   *) ac_try_echo=$ac_try;;
8068 esac
8069 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8070 $as_echo "$ac_try_echo") >&5
8071   (eval "$ac_compile") 2>conftest.er1
8072   ac_status=$?
8073   grep -v '^ *+' conftest.er1 >conftest.err
8074   rm -f conftest.er1
8075   cat conftest.err >&5
8076   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8077   (exit $ac_status); } && {
8078          test -z "$ac_c_werror_flag" ||
8079          test ! -s conftest.err
8080        } && test -s conftest.$ac_objext; then
8081   eval "$as_ac_Header=yes"
8082 else
8083   $as_echo "$as_me: failed program was:" >&5
8084 sed 's/^/| /' conftest.$ac_ext >&5
8085
8086         eval "$as_ac_Header=no"
8087 fi
8088
8089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8090 fi
8091 ac_res=`eval 'as_val=${'$as_ac_Header'}
8092                  $as_echo "$as_val"'`
8093                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8094 $as_echo "$ac_res" >&6; }
8095 as_val=`eval 'as_val=${'$as_ac_Header'}
8096                  $as_echo "$as_val"'`
8097    if test "x$as_val" = x""yes; then
8098   cat >>confdefs.h <<_ACEOF
8099 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8100 _ACEOF
8101
8102 fi
8103
8104 done
8105
8106
8107
8108 for ac_header in resolv.h
8109 do
8110 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8111 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8112 $as_echo_n "checking for $ac_header... " >&6; }
8113 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8114   $as_echo_n "(cached) " >&6
8115 else
8116   cat >conftest.$ac_ext <<_ACEOF
8117 /* confdefs.h.  */
8118 _ACEOF
8119 cat confdefs.h >>conftest.$ac_ext
8120 cat >>conftest.$ac_ext <<_ACEOF
8121 /* end confdefs.h.  */
8122 #include <sys/types.h>
8123      #ifdef HAVE_SYS_SOCKET_H
8124      # include <sys/socket.h>
8125      #endif
8126      #ifdef HAVE_NETINET_IN_H
8127      # include <netinet/in.h>
8128      #endif
8129      #ifdef HAVE_ARPA_NAMESER_H
8130      # include <arpa/nameser.h>
8131      #endif
8132
8133 #include <$ac_header>
8134 _ACEOF
8135 rm -f conftest.$ac_objext
8136 if { (ac_try="$ac_compile"
8137 case "(($ac_try" in
8138   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8139   *) ac_try_echo=$ac_try;;
8140 esac
8141 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8142 $as_echo "$ac_try_echo") >&5
8143   (eval "$ac_compile") 2>conftest.er1
8144   ac_status=$?
8145   grep -v '^ *+' conftest.er1 >conftest.err
8146   rm -f conftest.er1
8147   cat conftest.err >&5
8148   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8149   (exit $ac_status); } && {
8150          test -z "$ac_c_werror_flag" ||
8151          test ! -s conftest.err
8152        } && test -s conftest.$ac_objext; then
8153   eval "$as_ac_Header=yes"
8154 else
8155   $as_echo "$as_me: failed program was:" >&5
8156 sed 's/^/| /' conftest.$ac_ext >&5
8157
8158         eval "$as_ac_Header=no"
8159 fi
8160
8161 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8162 fi
8163 ac_res=`eval 'as_val=${'$as_ac_Header'}
8164                  $as_echo "$as_val"'`
8165                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8166 $as_echo "$ac_res" >&6; }
8167 as_val=`eval 'as_val=${'$as_ac_Header'}
8168                  $as_echo "$as_val"'`
8169    if test "x$as_val" = x""yes; then
8170   cat >>confdefs.h <<_ACEOF
8171 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8172 _ACEOF
8173
8174 fi
8175
8176 done
8177
8178
8179
8180 for ac_header in ucontext.h
8181 do
8182 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8183 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8184 $as_echo_n "checking for $ac_header... " >&6; }
8185 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8186   $as_echo_n "(cached) " >&6
8187 else
8188   cat >conftest.$ac_ext <<_ACEOF
8189 /* confdefs.h.  */
8190 _ACEOF
8191 cat confdefs.h >>conftest.$ac_ext
8192 cat >>conftest.$ac_ext <<_ACEOF
8193 /* end confdefs.h.  */
8194 #include <signal.h>
8195
8196 #include <$ac_header>
8197 _ACEOF
8198 rm -f conftest.$ac_objext
8199 if { (ac_try="$ac_compile"
8200 case "(($ac_try" in
8201   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8202   *) ac_try_echo=$ac_try;;
8203 esac
8204 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8205 $as_echo "$ac_try_echo") >&5
8206   (eval "$ac_compile") 2>conftest.er1
8207   ac_status=$?
8208   grep -v '^ *+' conftest.er1 >conftest.err
8209   rm -f conftest.er1
8210   cat conftest.err >&5
8211   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8212   (exit $ac_status); } && {
8213          test -z "$ac_c_werror_flag" ||
8214          test ! -s conftest.err
8215        } && test -s conftest.$ac_objext; then
8216   eval "$as_ac_Header=yes"
8217 else
8218   $as_echo "$as_me: failed program was:" >&5
8219 sed 's/^/| /' conftest.$ac_ext >&5
8220
8221         eval "$as_ac_Header=no"
8222 fi
8223
8224 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8225 fi
8226 ac_res=`eval 'as_val=${'$as_ac_Header'}
8227                  $as_echo "$as_val"'`
8228                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8229 $as_echo "$ac_res" >&6; }
8230 as_val=`eval 'as_val=${'$as_ac_Header'}
8231                  $as_echo "$as_val"'`
8232    if test "x$as_val" = x""yes; then
8233   cat >>confdefs.h <<_ACEOF
8234 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8235 _ACEOF
8236
8237 fi
8238
8239 done
8240
8241
8242
8243 for ac_header in sys/thr.h
8244 do
8245 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8246 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8247 $as_echo_n "checking for $ac_header... " >&6; }
8248 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8249   $as_echo_n "(cached) " >&6
8250 else
8251   cat >conftest.$ac_ext <<_ACEOF
8252 /* confdefs.h.  */
8253 _ACEOF
8254 cat confdefs.h >>conftest.$ac_ext
8255 cat >>conftest.$ac_ext <<_ACEOF
8256 /* end confdefs.h.  */
8257 #include <sys/types.h>
8258 #ifdef HAVE_UCONTEXT_H
8259 #include <ucontext.h>
8260 #endif
8261
8262 #include <$ac_header>
8263 _ACEOF
8264 rm -f conftest.$ac_objext
8265 if { (ac_try="$ac_compile"
8266 case "(($ac_try" in
8267   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8268   *) ac_try_echo=$ac_try;;
8269 esac
8270 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8271 $as_echo "$ac_try_echo") >&5
8272   (eval "$ac_compile") 2>conftest.er1
8273   ac_status=$?
8274   grep -v '^ *+' conftest.er1 >conftest.err
8275   rm -f conftest.er1
8276   cat conftest.err >&5
8277   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8278   (exit $ac_status); } && {
8279          test -z "$ac_c_werror_flag" ||
8280          test ! -s conftest.err
8281        } && test -s conftest.$ac_objext; then
8282   eval "$as_ac_Header=yes"
8283 else
8284   $as_echo "$as_me: failed program was:" >&5
8285 sed 's/^/| /' conftest.$ac_ext >&5
8286
8287         eval "$as_ac_Header=no"
8288 fi
8289
8290 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8291 fi
8292 ac_res=`eval 'as_val=${'$as_ac_Header'}
8293                  $as_echo "$as_val"'`
8294                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8295 $as_echo "$ac_res" >&6; }
8296 as_val=`eval 'as_val=${'$as_ac_Header'}
8297                  $as_echo "$as_val"'`
8298    if test "x$as_val" = x""yes; then
8299   cat >>confdefs.h <<_ACEOF
8300 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8301 _ACEOF
8302
8303 fi
8304
8305 done
8306
8307
8308
8309 for ac_header in pthread_np.h
8310 do
8311 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8312 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8313 $as_echo_n "checking for $ac_header... " >&6; }
8314 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8315   $as_echo_n "(cached) " >&6
8316 else
8317   cat >conftest.$ac_ext <<_ACEOF
8318 /* confdefs.h.  */
8319 _ACEOF
8320 cat confdefs.h >>conftest.$ac_ext
8321 cat >>conftest.$ac_ext <<_ACEOF
8322 /* end confdefs.h.  */
8323 #ifdef HAVE_PTHREAD_H
8324 #include <pthread.h>
8325 #endif
8326
8327 #include <$ac_header>
8328 _ACEOF
8329 rm -f conftest.$ac_objext
8330 if { (ac_try="$ac_compile"
8331 case "(($ac_try" in
8332   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8333   *) ac_try_echo=$ac_try;;
8334 esac
8335 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8336 $as_echo "$ac_try_echo") >&5
8337   (eval "$ac_compile") 2>conftest.er1
8338   ac_status=$?
8339   grep -v '^ *+' conftest.er1 >conftest.err
8340   rm -f conftest.er1
8341   cat conftest.err >&5
8342   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8343   (exit $ac_status); } && {
8344          test -z "$ac_c_werror_flag" ||
8345          test ! -s conftest.err
8346        } && test -s conftest.$ac_objext; then
8347   eval "$as_ac_Header=yes"
8348 else
8349   $as_echo "$as_me: failed program was:" >&5
8350 sed 's/^/| /' conftest.$ac_ext >&5
8351
8352         eval "$as_ac_Header=no"
8353 fi
8354
8355 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8356 fi
8357 ac_res=`eval 'as_val=${'$as_ac_Header'}
8358                  $as_echo "$as_val"'`
8359                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8360 $as_echo "$ac_res" >&6; }
8361 as_val=`eval 'as_val=${'$as_ac_Header'}
8362                  $as_echo "$as_val"'`
8363    if test "x$as_val" = x""yes; then
8364   cat >>confdefs.h <<_ACEOF
8365 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8366 _ACEOF
8367
8368 fi
8369
8370 done
8371
8372
8373
8374 for ac_header in linux/videodev.h
8375 do
8376 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8377 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8378 $as_echo_n "checking for $ac_header... " >&6; }
8379 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8380   $as_echo_n "(cached) " >&6
8381 else
8382   cat >conftest.$ac_ext <<_ACEOF
8383 /* confdefs.h.  */
8384 _ACEOF
8385 cat confdefs.h >>conftest.$ac_ext
8386 cat >>conftest.$ac_ext <<_ACEOF
8387 /* end confdefs.h.  */
8388 #ifdef HAVE_SYS_TIME_H
8389 #include <sys/time.h>
8390 #endif
8391 #include <sys/types.h>
8392 #ifdef HAVE_ASM_TYPES_H
8393 #include <asm/types.h>
8394 #endif
8395
8396 #include <$ac_header>
8397 _ACEOF
8398 rm -f conftest.$ac_objext
8399 if { (ac_try="$ac_compile"
8400 case "(($ac_try" in
8401   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8402   *) ac_try_echo=$ac_try;;
8403 esac
8404 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8405 $as_echo "$ac_try_echo") >&5
8406   (eval "$ac_compile") 2>conftest.er1
8407   ac_status=$?
8408   grep -v '^ *+' conftest.er1 >conftest.err
8409   rm -f conftest.er1
8410   cat conftest.err >&5
8411   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8412   (exit $ac_status); } && {
8413          test -z "$ac_c_werror_flag" ||
8414          test ! -s conftest.err
8415        } && test -s conftest.$ac_objext; then
8416   eval "$as_ac_Header=yes"
8417 else
8418   $as_echo "$as_me: failed program was:" >&5
8419 sed 's/^/| /' conftest.$ac_ext >&5
8420
8421         eval "$as_ac_Header=no"
8422 fi
8423
8424 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8425 fi
8426 ac_res=`eval 'as_val=${'$as_ac_Header'}
8427                  $as_echo "$as_val"'`
8428                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8429 $as_echo "$ac_res" >&6; }
8430 as_val=`eval 'as_val=${'$as_ac_Header'}
8431                  $as_echo "$as_val"'`
8432    if test "x$as_val" = x""yes; then
8433   cat >>confdefs.h <<_ACEOF
8434 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8435 _ACEOF
8436
8437 fi
8438
8439 done
8440
8441
8442
8443 for ac_header in linux/capi.h
8444 do
8445 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8446 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8447 $as_echo_n "checking for $ac_header... " >&6; }
8448 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8449   $as_echo_n "(cached) " >&6
8450 else
8451   cat >conftest.$ac_ext <<_ACEOF
8452 /* confdefs.h.  */
8453 _ACEOF
8454 cat confdefs.h >>conftest.$ac_ext
8455 cat >>conftest.$ac_ext <<_ACEOF
8456 /* end confdefs.h.  */
8457 #define __user
8458
8459 #include <$ac_header>
8460 _ACEOF
8461 rm -f conftest.$ac_objext
8462 if { (ac_try="$ac_compile"
8463 case "(($ac_try" in
8464   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8465   *) ac_try_echo=$ac_try;;
8466 esac
8467 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8468 $as_echo "$ac_try_echo") >&5
8469   (eval "$ac_compile") 2>conftest.er1
8470   ac_status=$?
8471   grep -v '^ *+' conftest.er1 >conftest.err
8472   rm -f conftest.er1
8473   cat conftest.err >&5
8474   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8475   (exit $ac_status); } && {
8476          test -z "$ac_c_werror_flag" ||
8477          test ! -s conftest.err
8478        } && test -s conftest.$ac_objext; then
8479   eval "$as_ac_Header=yes"
8480 else
8481   $as_echo "$as_me: failed program was:" >&5
8482 sed 's/^/| /' conftest.$ac_ext >&5
8483
8484         eval "$as_ac_Header=no"
8485 fi
8486
8487 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8488 fi
8489 ac_res=`eval 'as_val=${'$as_ac_Header'}
8490                  $as_echo "$as_val"'`
8491                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8492 $as_echo "$ac_res" >&6; }
8493 as_val=`eval 'as_val=${'$as_ac_Header'}
8494                  $as_echo "$as_val"'`
8495    if test "x$as_val" = x""yes; then
8496   cat >>confdefs.h <<_ACEOF
8497 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8498 _ACEOF
8499
8500 fi
8501
8502 done
8503
8504
8505
8506 DLLEXT=""
8507
8508 DLLFLAGS="-D_REENTRANT"
8509
8510 LDSHARED=""
8511
8512 LDDLLFLAGS=""
8513
8514 LIBEXT="so"
8515
8516 IMPLIBEXT="def"
8517
8518 LDRPATH_INSTALL=""
8519
8520 LDRPATH_LOCAL=""
8521
8522 # Extract the first word of "ldd", so it can be a program name with args.
8523 set dummy ldd; ac_word=$2
8524 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8525 $as_echo_n "checking for $ac_word... " >&6; }
8526 if test "${ac_cv_path_LDD+set}" = set; then
8527   $as_echo_n "(cached) " >&6
8528 else
8529   case $LDD in
8530   [\\/]* | ?:[\\/]*)
8531   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8532   ;;
8533   *)
8534   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8535 as_dummy="/sbin:/usr/sbin:$PATH"
8536 for as_dir in $as_dummy
8537 do
8538   IFS=$as_save_IFS
8539   test -z "$as_dir" && as_dir=.
8540   for ac_exec_ext in '' $ac_executable_extensions; do
8541   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8542     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8543     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8544     break 2
8545   fi
8546 done
8547 done
8548 IFS=$as_save_IFS
8549
8550   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8551   ;;
8552 esac
8553 fi
8554 LDD=$ac_cv_path_LDD
8555 if test -n "$LDD"; then
8556   { $as_echo "$as_me:$LINENO: result: $LDD" >&5
8557 $as_echo "$LDD" >&6; }
8558 else
8559   { $as_echo "$as_me:$LINENO: result: no" >&5
8560 $as_echo "no" >&6; }
8561 fi
8562
8563
8564
8565 case $host_os in
8566   cygwin*|mingw32*)
8567     if test -n "$ac_tool_prefix"; then
8568   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8569 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8570 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8571 $as_echo_n "checking for $ac_word... " >&6; }
8572 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8573   $as_echo_n "(cached) " >&6
8574 else
8575   if test -n "$DLLTOOL"; then
8576   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8577 else
8578 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8579 for as_dir in $PATH
8580 do
8581   IFS=$as_save_IFS
8582   test -z "$as_dir" && as_dir=.
8583   for ac_exec_ext in '' $ac_executable_extensions; do
8584   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8585     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8586     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8587     break 2
8588   fi
8589 done
8590 done
8591 IFS=$as_save_IFS
8592
8593 fi
8594 fi
8595 DLLTOOL=$ac_cv_prog_DLLTOOL
8596 if test -n "$DLLTOOL"; then
8597   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8598 $as_echo "$DLLTOOL" >&6; }
8599 else
8600   { $as_echo "$as_me:$LINENO: result: no" >&5
8601 $as_echo "no" >&6; }
8602 fi
8603
8604
8605 fi
8606 if test -z "$ac_cv_prog_DLLTOOL"; then
8607   ac_ct_DLLTOOL=$DLLTOOL
8608   # Extract the first word of "dlltool", so it can be a program name with args.
8609 set dummy dlltool; ac_word=$2
8610 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8611 $as_echo_n "checking for $ac_word... " >&6; }
8612 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8613   $as_echo_n "(cached) " >&6
8614 else
8615   if test -n "$ac_ct_DLLTOOL"; then
8616   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8617 else
8618 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8619 for as_dir in $PATH
8620 do
8621   IFS=$as_save_IFS
8622   test -z "$as_dir" && as_dir=.
8623   for ac_exec_ext in '' $ac_executable_extensions; do
8624   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8625     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8626     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8627     break 2
8628   fi
8629 done
8630 done
8631 IFS=$as_save_IFS
8632
8633 fi
8634 fi
8635 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8636 if test -n "$ac_ct_DLLTOOL"; then
8637   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8638 $as_echo "$ac_ct_DLLTOOL" >&6; }
8639 else
8640   { $as_echo "$as_me:$LINENO: result: no" >&5
8641 $as_echo "no" >&6; }
8642 fi
8643
8644   if test "x$ac_ct_DLLTOOL" = x; then
8645     DLLTOOL="false"
8646   else
8647     case $cross_compiling:$ac_tool_warned in
8648 yes:)
8649 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8650 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8651 ac_tool_warned=yes ;;
8652 esac
8653     DLLTOOL=$ac_ct_DLLTOOL
8654   fi
8655 else
8656   DLLTOOL="$ac_cv_prog_DLLTOOL"
8657 fi
8658
8659     if test -n "$ac_tool_prefix"; then
8660   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8661 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8662 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8663 $as_echo_n "checking for $ac_word... " >&6; }
8664 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8665   $as_echo_n "(cached) " >&6
8666 else
8667   if test -n "$DLLWRAP"; then
8668   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8669 else
8670 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8671 for as_dir in $PATH
8672 do
8673   IFS=$as_save_IFS
8674   test -z "$as_dir" && as_dir=.
8675   for ac_exec_ext in '' $ac_executable_extensions; do
8676   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8677     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8678     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8679     break 2
8680   fi
8681 done
8682 done
8683 IFS=$as_save_IFS
8684
8685 fi
8686 fi
8687 DLLWRAP=$ac_cv_prog_DLLWRAP
8688 if test -n "$DLLWRAP"; then
8689   { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8690 $as_echo "$DLLWRAP" >&6; }
8691 else
8692   { $as_echo "$as_me:$LINENO: result: no" >&5
8693 $as_echo "no" >&6; }
8694 fi
8695
8696
8697 fi
8698 if test -z "$ac_cv_prog_DLLWRAP"; then
8699   ac_ct_DLLWRAP=$DLLWRAP
8700   # Extract the first word of "dllwrap", so it can be a program name with args.
8701 set dummy dllwrap; ac_word=$2
8702 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8703 $as_echo_n "checking for $ac_word... " >&6; }
8704 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8705   $as_echo_n "(cached) " >&6
8706 else
8707   if test -n "$ac_ct_DLLWRAP"; then
8708   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8709 else
8710 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8711 for as_dir in $PATH
8712 do
8713   IFS=$as_save_IFS
8714   test -z "$as_dir" && as_dir=.
8715   for ac_exec_ext in '' $ac_executable_extensions; do
8716   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8717     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8718     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8719     break 2
8720   fi
8721 done
8722 done
8723 IFS=$as_save_IFS
8724
8725 fi
8726 fi
8727 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8728 if test -n "$ac_ct_DLLWRAP"; then
8729   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8730 $as_echo "$ac_ct_DLLWRAP" >&6; }
8731 else
8732   { $as_echo "$as_me:$LINENO: result: no" >&5
8733 $as_echo "no" >&6; }
8734 fi
8735
8736   if test "x$ac_ct_DLLWRAP" = x; then
8737     DLLWRAP="false"
8738   else
8739     case $cross_compiling:$ac_tool_warned in
8740 yes:)
8741 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8742 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8743 ac_tool_warned=yes ;;
8744 esac
8745     DLLWRAP=$ac_ct_DLLWRAP
8746   fi
8747 else
8748   DLLWRAP="$ac_cv_prog_DLLWRAP"
8749 fi
8750
8751     if test -n "$ac_tool_prefix"; then
8752   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8753 set dummy ${ac_tool_prefix}ar; ac_word=$2
8754 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8755 $as_echo_n "checking for $ac_word... " >&6; }
8756 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8757   $as_echo_n "(cached) " >&6
8758 else
8759   if test -n "$MINGWAR"; then
8760   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8761 else
8762 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8763 for as_dir in $PATH
8764 do
8765   IFS=$as_save_IFS
8766   test -z "$as_dir" && as_dir=.
8767   for ac_exec_ext in '' $ac_executable_extensions; do
8768   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8769     ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8770     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8771     break 2
8772   fi
8773 done
8774 done
8775 IFS=$as_save_IFS
8776
8777 fi
8778 fi
8779 MINGWAR=$ac_cv_prog_MINGWAR
8780 if test -n "$MINGWAR"; then
8781   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8782 $as_echo "$MINGWAR" >&6; }
8783 else
8784   { $as_echo "$as_me:$LINENO: result: no" >&5
8785 $as_echo "no" >&6; }
8786 fi
8787
8788
8789 fi
8790 if test -z "$ac_cv_prog_MINGWAR"; then
8791   ac_ct_MINGWAR=$MINGWAR
8792   # Extract the first word of "ar", so it can be a program name with args.
8793 set dummy ar; ac_word=$2
8794 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8795 $as_echo_n "checking for $ac_word... " >&6; }
8796 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8797   $as_echo_n "(cached) " >&6
8798 else
8799   if test -n "$ac_ct_MINGWAR"; then
8800   ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8801 else
8802 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8803 for as_dir in $PATH
8804 do
8805   IFS=$as_save_IFS
8806   test -z "$as_dir" && as_dir=.
8807   for ac_exec_ext in '' $ac_executable_extensions; do
8808   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8809     ac_cv_prog_ac_ct_MINGWAR="ar"
8810     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8811     break 2
8812   fi
8813 done
8814 done
8815 IFS=$as_save_IFS
8816
8817 fi
8818 fi
8819 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8820 if test -n "$ac_ct_MINGWAR"; then
8821   { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8822 $as_echo "$ac_ct_MINGWAR" >&6; }
8823 else
8824   { $as_echo "$as_me:$LINENO: result: no" >&5
8825 $as_echo "no" >&6; }
8826 fi
8827
8828   if test "x$ac_ct_MINGWAR" = x; then
8829     MINGWAR="false"
8830   else
8831     case $cross_compiling:$ac_tool_warned in
8832 yes:)
8833 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8834 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8835 ac_tool_warned=yes ;;
8836 esac
8837     MINGWAR=$ac_ct_MINGWAR
8838   fi
8839 else
8840   MINGWAR="$ac_cv_prog_MINGWAR"
8841 fi
8842
8843     if test "$DLLWRAP" = "false"; then
8844       LIBEXT="a"
8845     else
8846             LIBEXT="dll"
8847     fi
8848     IMPLIBEXT="a"
8849         WIN16_FILES=""
8850     WIN16_INSTALL=""
8851         enable_iphlpapi=${enable_iphlpapi:-no}
8852     enable_kernel32=${enable_kernel32:-no}
8853     enable_msvcrt=${enable_msvcrt:-no}
8854     enable_ntdll=${enable_ntdll:-no}
8855     enable_ws2_32=${enable_ws2_32:-no}
8856     enable_loader=${enable_loader:-no}
8857     enable_server=${enable_server:-no}
8858     ;;
8859   darwin*|macosx*)
8860     DLLEXT=".so"
8861     LIBEXT="dylib"
8862     DLLFLAGS="$DLLFLAGS -fPIC"
8863     LDDLLFLAGS="-bundle -multiply_defined suppress"
8864     LIBWINE_LDFLAGS="-multiply_defined suppress"
8865     LDSHARED="\$(CC) -dynamiclib"
8866     STRIP="$STRIP -x"
8867     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8868         SECURITYLIB="-framework Security -framework CoreFoundation"
8869
8870     COREFOUNDATIONLIB="-framework CoreFoundation"
8871
8872     IOKITLIB="-framework IOKit -framework CoreFoundation"
8873
8874     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8875
8876     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8877     then
8878                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8879
8880     fi
8881     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8882     then
8883                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8884
8885     fi
8886     case $host_cpu in
8887       *powerpc*)
8888         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
8889     esac
8890         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8891     then
8892         CARBONLIB="-framework Carbon"
8893
8894         enable_winequartz_drv=${enable_winequartz_drv:-yes}
8895     fi
8896     ;;
8897   *)
8898     DLLFLAGS="$DLLFLAGS -fPIC"
8899     DLLEXT=".so"
8900     { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8901 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8902 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8903   $as_echo_n "(cached) " >&6
8904 else
8905   ac_wine_try_cflags_saved=$CFLAGS
8906 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8907 cat >conftest.$ac_ext <<_ACEOF
8908 void myfunc() {}
8909 _ACEOF
8910 rm -f conftest.$ac_objext conftest$ac_exeext
8911 if { (ac_try="$ac_link"
8912 case "(($ac_try" in
8913   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8914   *) ac_try_echo=$ac_try;;
8915 esac
8916 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8917 $as_echo "$ac_try_echo") >&5
8918   (eval "$ac_link") 2>conftest.er1
8919   ac_status=$?
8920   grep -v '^ *+' conftest.er1 >conftest.err
8921   rm -f conftest.er1
8922   cat conftest.err >&5
8923   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8924   (exit $ac_status); } && {
8925          test -z "$ac_c_werror_flag" ||
8926          test ! -s conftest.err
8927        } && test -s conftest$ac_exeext && {
8928          test "$cross_compiling" = yes ||
8929          $as_test_x conftest$ac_exeext
8930        }; then
8931   ac_cv_c_dll_gnuelf="yes"
8932 else
8933   $as_echo "$as_me: failed program was:" >&5
8934 sed 's/^/| /' conftest.$ac_ext >&5
8935
8936         ac_cv_c_dll_gnuelf="no"
8937 fi
8938
8939 rm -rf conftest.dSYM
8940 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8941       conftest$ac_exeext conftest.$ac_ext
8942 CFLAGS=$ac_wine_try_cflags_saved
8943 fi
8944 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8945 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8946     if test "$ac_cv_c_dll_gnuelf" = "yes"
8947     then
8948       LDSHARED="\$(CC) -shared"
8949       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8950       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8951 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8952 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8953   $as_echo_n "(cached) " >&6
8954 else
8955   ac_wine_try_cflags_saved=$CFLAGS
8956 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8957 cat >conftest.$ac_ext <<_ACEOF
8958 /* confdefs.h.  */
8959 _ACEOF
8960 cat confdefs.h >>conftest.$ac_ext
8961 cat >>conftest.$ac_ext <<_ACEOF
8962 /* end confdefs.h.  */
8963
8964 int
8965 main ()
8966 {
8967
8968   ;
8969   return 0;
8970 }
8971 _ACEOF
8972 rm -f conftest.$ac_objext conftest$ac_exeext
8973 if { (ac_try="$ac_link"
8974 case "(($ac_try" in
8975   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8976   *) ac_try_echo=$ac_try;;
8977 esac
8978 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8979 $as_echo "$ac_try_echo") >&5
8980   (eval "$ac_link") 2>conftest.er1
8981   ac_status=$?
8982   grep -v '^ *+' conftest.er1 >conftest.err
8983   rm -f conftest.er1
8984   cat conftest.err >&5
8985   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8986   (exit $ac_status); } && {
8987          test -z "$ac_c_werror_flag" ||
8988          test ! -s conftest.err
8989        } && test -s conftest$ac_exeext && {
8990          test "$cross_compiling" = yes ||
8991          $as_test_x conftest$ac_exeext
8992        }; then
8993   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8994 else
8995   $as_echo "$as_me: failed program was:" >&5
8996 sed 's/^/| /' conftest.$ac_ext >&5
8997
8998         ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8999 fi
9000
9001 rm -rf conftest.dSYM
9002 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9003       conftest$ac_exeext conftest.$ac_ext
9004 CFLAGS=$ac_wine_try_cflags_saved
9005 fi
9006 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
9007 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
9008 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
9009   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
9010 else
9011   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
9012 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
9013 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
9014   $as_echo_n "(cached) " >&6
9015 else
9016   ac_wine_try_cflags_saved=$CFLAGS
9017 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
9018 cat >conftest.$ac_ext <<_ACEOF
9019 /* confdefs.h.  */
9020 _ACEOF
9021 cat confdefs.h >>conftest.$ac_ext
9022 cat >>conftest.$ac_ext <<_ACEOF
9023 /* end confdefs.h.  */
9024
9025 int
9026 main ()
9027 {
9028
9029   ;
9030   return 0;
9031 }
9032 _ACEOF
9033 rm -f conftest.$ac_objext conftest$ac_exeext
9034 if { (ac_try="$ac_link"
9035 case "(($ac_try" in
9036   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9037   *) ac_try_echo=$ac_try;;
9038 esac
9039 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9040 $as_echo "$ac_try_echo") >&5
9041   (eval "$ac_link") 2>conftest.er1
9042   ac_status=$?
9043   grep -v '^ *+' conftest.er1 >conftest.err
9044   rm -f conftest.er1
9045   cat conftest.err >&5
9046   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9047   (exit $ac_status); } && {
9048          test -z "$ac_c_werror_flag" ||
9049          test ! -s conftest.err
9050        } && test -s conftest$ac_exeext && {
9051          test "$cross_compiling" = yes ||
9052          $as_test_x conftest$ac_exeext
9053        }; then
9054   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
9055 else
9056   $as_echo "$as_me: failed program was:" >&5
9057 sed 's/^/| /' conftest.$ac_ext >&5
9058
9059         ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
9060 fi
9061
9062 rm -rf conftest.dSYM
9063 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9064       conftest$ac_exeext conftest.$ac_ext
9065 CFLAGS=$ac_wine_try_cflags_saved
9066 fi
9067 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
9068 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
9069 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
9070   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
9071 fi
9072
9073 fi
9074
9075
9076       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
9077 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
9078 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
9079   $as_echo_n "(cached) " >&6
9080 else
9081   ac_wine_try_cflags_saved=$CFLAGS
9082 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
9083 cat >conftest.$ac_ext <<_ACEOF
9084 /* confdefs.h.  */
9085 _ACEOF
9086 cat confdefs.h >>conftest.$ac_ext
9087 cat >>conftest.$ac_ext <<_ACEOF
9088 /* end confdefs.h.  */
9089
9090 int
9091 main ()
9092 {
9093
9094   ;
9095   return 0;
9096 }
9097 _ACEOF
9098 rm -f conftest.$ac_objext conftest$ac_exeext
9099 if { (ac_try="$ac_link"
9100 case "(($ac_try" in
9101   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9102   *) ac_try_echo=$ac_try;;
9103 esac
9104 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9105 $as_echo "$ac_try_echo") >&5
9106   (eval "$ac_link") 2>conftest.er1
9107   ac_status=$?
9108   grep -v '^ *+' conftest.er1 >conftest.err
9109   rm -f conftest.er1
9110   cat conftest.err >&5
9111   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9112   (exit $ac_status); } && {
9113          test -z "$ac_c_werror_flag" ||
9114          test ! -s conftest.err
9115        } && test -s conftest$ac_exeext && {
9116          test "$cross_compiling" = yes ||
9117          $as_test_x conftest$ac_exeext
9118        }; then
9119   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
9120 else
9121   $as_echo "$as_me: failed program was:" >&5
9122 sed 's/^/| /' conftest.$ac_ext >&5
9123
9124         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
9125 fi
9126
9127 rm -rf conftest.dSYM
9128 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9129       conftest$ac_exeext conftest.$ac_ext
9130 CFLAGS=$ac_wine_try_cflags_saved
9131 fi
9132 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
9133 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
9134 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
9135   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
9136 fi
9137
9138
9139       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
9140 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
9141 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
9142   $as_echo_n "(cached) " >&6
9143 else
9144   ac_wine_try_cflags_saved=$CFLAGS
9145 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
9146 cat >conftest.$ac_ext <<_ACEOF
9147 /* confdefs.h.  */
9148 _ACEOF
9149 cat confdefs.h >>conftest.$ac_ext
9150 cat >>conftest.$ac_ext <<_ACEOF
9151 /* end confdefs.h.  */
9152
9153 int
9154 main ()
9155 {
9156
9157   ;
9158   return 0;
9159 }
9160 _ACEOF
9161 rm -f conftest.$ac_objext conftest$ac_exeext
9162 if { (ac_try="$ac_link"
9163 case "(($ac_try" in
9164   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9165   *) ac_try_echo=$ac_try;;
9166 esac
9167 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9168 $as_echo "$ac_try_echo") >&5
9169   (eval "$ac_link") 2>conftest.er1
9170   ac_status=$?
9171   grep -v '^ *+' conftest.er1 >conftest.err
9172   rm -f conftest.er1
9173   cat conftest.err >&5
9174   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9175   (exit $ac_status); } && {
9176          test -z "$ac_c_werror_flag" ||
9177          test ! -s conftest.err
9178        } && test -s conftest$ac_exeext && {
9179          test "$cross_compiling" = yes ||
9180          $as_test_x conftest$ac_exeext
9181        }; then
9182   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
9183 else
9184   $as_echo "$as_me: failed program was:" >&5
9185 sed 's/^/| /' conftest.$ac_ext >&5
9186
9187         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
9188 fi
9189
9190 rm -rf conftest.dSYM
9191 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9192       conftest$ac_exeext conftest.$ac_ext
9193 CFLAGS=$ac_wine_try_cflags_saved
9194 fi
9195 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
9196 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
9197 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
9198   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
9199 fi
9200
9201
9202       echo '{ global: *; };' >conftest.map
9203       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
9204 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
9205 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
9206   $as_echo_n "(cached) " >&6
9207 else
9208   ac_wine_try_cflags_saved=$CFLAGS
9209 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
9210 cat >conftest.$ac_ext <<_ACEOF
9211 /* confdefs.h.  */
9212 _ACEOF
9213 cat confdefs.h >>conftest.$ac_ext
9214 cat >>conftest.$ac_ext <<_ACEOF
9215 /* end confdefs.h.  */
9216
9217 int
9218 main ()
9219 {
9220
9221   ;
9222   return 0;
9223 }
9224 _ACEOF
9225 rm -f conftest.$ac_objext conftest$ac_exeext
9226 if { (ac_try="$ac_link"
9227 case "(($ac_try" in
9228   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9229   *) ac_try_echo=$ac_try;;
9230 esac
9231 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9232 $as_echo "$ac_try_echo") >&5
9233   (eval "$ac_link") 2>conftest.er1
9234   ac_status=$?
9235   grep -v '^ *+' conftest.er1 >conftest.err
9236   rm -f conftest.er1
9237   cat conftest.err >&5
9238   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9239   (exit $ac_status); } && {
9240          test -z "$ac_c_werror_flag" ||
9241          test ! -s conftest.err
9242        } && test -s conftest$ac_exeext && {
9243          test "$cross_compiling" = yes ||
9244          $as_test_x conftest$ac_exeext
9245        }; then
9246   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
9247 else
9248   $as_echo "$as_me: failed program was:" >&5
9249 sed 's/^/| /' conftest.$ac_ext >&5
9250
9251         ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
9252 fi
9253
9254 rm -rf conftest.dSYM
9255 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9256       conftest$ac_exeext conftest.$ac_ext
9257 CFLAGS=$ac_wine_try_cflags_saved
9258 fi
9259 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
9260 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
9261 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
9262   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
9263 fi
9264
9265       rm -f conftest.map
9266
9267       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9268 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
9269 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
9270   $as_echo_n "(cached) " >&6
9271 else
9272   ac_wine_try_cflags_saved=$CFLAGS
9273 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
9274 cat >conftest.$ac_ext <<_ACEOF
9275 /* confdefs.h.  */
9276 _ACEOF
9277 cat confdefs.h >>conftest.$ac_ext
9278 cat >>conftest.$ac_ext <<_ACEOF
9279 /* end confdefs.h.  */
9280
9281 int
9282 main ()
9283 {
9284
9285   ;
9286   return 0;
9287 }
9288 _ACEOF
9289 rm -f conftest.$ac_objext conftest$ac_exeext
9290 if { (ac_try="$ac_link"
9291 case "(($ac_try" in
9292   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9293   *) ac_try_echo=$ac_try;;
9294 esac
9295 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9296 $as_echo "$ac_try_echo") >&5
9297   (eval "$ac_link") 2>conftest.er1
9298   ac_status=$?
9299   grep -v '^ *+' conftest.er1 >conftest.err
9300   rm -f conftest.er1
9301   cat conftest.err >&5
9302   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9303   (exit $ac_status); } && {
9304          test -z "$ac_c_werror_flag" ||
9305          test ! -s conftest.err
9306        } && test -s conftest$ac_exeext && {
9307          test "$cross_compiling" = yes ||
9308          $as_test_x conftest$ac_exeext
9309        }; then
9310   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9311 else
9312   $as_echo "$as_me: failed program was:" >&5
9313 sed 's/^/| /' conftest.$ac_ext >&5
9314
9315         ac_cv_cflags__fPIC__Wl___export_dynamic=no
9316 fi
9317
9318 rm -rf conftest.dSYM
9319 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9320       conftest$ac_exeext conftest.$ac_ext
9321 CFLAGS=$ac_wine_try_cflags_saved
9322 fi
9323 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9324 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9325 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9326   LDEXECFLAGS="-Wl,--export-dynamic"
9327
9328 fi
9329
9330
9331       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9332 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9333 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
9334 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9335   $as_echo_n "(cached) " >&6
9336 else
9337   ac_wine_try_cflags_saved=$CFLAGS
9338 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9339 cat >conftest.$ac_ext <<_ACEOF
9340 /* confdefs.h.  */
9341 _ACEOF
9342 cat confdefs.h >>conftest.$ac_ext
9343 cat >>conftest.$ac_ext <<_ACEOF
9344 /* end confdefs.h.  */
9345
9346 int
9347 main ()
9348 {
9349
9350   ;
9351   return 0;
9352 }
9353 _ACEOF
9354 rm -f conftest.$ac_objext conftest$ac_exeext
9355 if { (ac_try="$ac_link"
9356 case "(($ac_try" in
9357   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9358   *) ac_try_echo=$ac_try;;
9359 esac
9360 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9361 $as_echo "$ac_try_echo") >&5
9362   (eval "$ac_link") 2>conftest.er1
9363   ac_status=$?
9364   grep -v '^ *+' conftest.er1 >conftest.err
9365   rm -f conftest.er1
9366   cat conftest.err >&5
9367   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9368   (exit $ac_status); } && {
9369          test -z "$ac_c_werror_flag" ||
9370          test ! -s conftest.err
9371        } && test -s conftest$ac_exeext && {
9372          test "$cross_compiling" = yes ||
9373          $as_test_x conftest$ac_exeext
9374        }; then
9375   eval "$as_ac_var=yes"
9376 else
9377   $as_echo "$as_me: failed program was:" >&5
9378 sed 's/^/| /' conftest.$ac_ext >&5
9379
9380         eval "$as_ac_var=no"
9381 fi
9382
9383 rm -rf conftest.dSYM
9384 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9385       conftest$ac_exeext conftest.$ac_ext
9386 CFLAGS=$ac_wine_try_cflags_saved
9387 fi
9388 ac_res=`eval 'as_val=${'$as_ac_var'}
9389                  $as_echo "$as_val"'`
9390                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9391 $as_echo "$ac_res" >&6; }
9392 if test `eval 'as_val=${'$as_ac_var'}
9393                  $as_echo "$as_val"'` = yes; then
9394   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9395                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9396 else
9397   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9398 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9399 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
9400 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9401   $as_echo_n "(cached) " >&6
9402 else
9403   ac_wine_try_cflags_saved=$CFLAGS
9404 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9405 cat >conftest.$ac_ext <<_ACEOF
9406 /* confdefs.h.  */
9407 _ACEOF
9408 cat confdefs.h >>conftest.$ac_ext
9409 cat >>conftest.$ac_ext <<_ACEOF
9410 /* end confdefs.h.  */
9411
9412 int
9413 main ()
9414 {
9415
9416   ;
9417   return 0;
9418 }
9419 _ACEOF
9420 rm -f conftest.$ac_objext conftest$ac_exeext
9421 if { (ac_try="$ac_link"
9422 case "(($ac_try" in
9423   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9424   *) ac_try_echo=$ac_try;;
9425 esac
9426 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9427 $as_echo "$ac_try_echo") >&5
9428   (eval "$ac_link") 2>conftest.er1
9429   ac_status=$?
9430   grep -v '^ *+' conftest.er1 >conftest.err
9431   rm -f conftest.er1
9432   cat conftest.err >&5
9433   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9434   (exit $ac_status); } && {
9435          test -z "$ac_c_werror_flag" ||
9436          test ! -s conftest.err
9437        } && test -s conftest$ac_exeext && {
9438          test "$cross_compiling" = yes ||
9439          $as_test_x conftest$ac_exeext
9440        }; then
9441   eval "$as_ac_var=yes"
9442 else
9443   $as_echo "$as_me: failed program was:" >&5
9444 sed 's/^/| /' conftest.$ac_ext >&5
9445
9446         eval "$as_ac_var=no"
9447 fi
9448
9449 rm -rf conftest.dSYM
9450 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9451       conftest$ac_exeext conftest.$ac_ext
9452 CFLAGS=$ac_wine_try_cflags_saved
9453 fi
9454 ac_res=`eval 'as_val=${'$as_ac_var'}
9455                  $as_echo "$as_val"'`
9456                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9457 $as_echo "$ac_res" >&6; }
9458 if test `eval 'as_val=${'$as_ac_var'}
9459                  $as_echo "$as_val"'` = yes; then
9460   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9461                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9462 fi
9463
9464 fi
9465
9466
9467       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9468 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
9469 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9470   $as_echo_n "(cached) " >&6
9471 else
9472   ac_wine_try_cflags_saved=$CFLAGS
9473 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9474 cat >conftest.$ac_ext <<_ACEOF
9475 /* confdefs.h.  */
9476 _ACEOF
9477 cat confdefs.h >>conftest.$ac_ext
9478 cat >>conftest.$ac_ext <<_ACEOF
9479 /* end confdefs.h.  */
9480
9481 int
9482 main ()
9483 {
9484
9485   ;
9486   return 0;
9487 }
9488 _ACEOF
9489 rm -f conftest.$ac_objext conftest$ac_exeext
9490 if { (ac_try="$ac_link"
9491 case "(($ac_try" in
9492   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9493   *) ac_try_echo=$ac_try;;
9494 esac
9495 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9496 $as_echo "$ac_try_echo") >&5
9497   (eval "$ac_link") 2>conftest.er1
9498   ac_status=$?
9499   grep -v '^ *+' conftest.er1 >conftest.err
9500   rm -f conftest.er1
9501   cat conftest.err >&5
9502   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9503   (exit $ac_status); } && {
9504          test -z "$ac_c_werror_flag" ||
9505          test ! -s conftest.err
9506        } && test -s conftest$ac_exeext && {
9507          test "$cross_compiling" = yes ||
9508          $as_test_x conftest$ac_exeext
9509        }; then
9510   ac_cv_cflags__Wl___enable_new_dtags=yes
9511 else
9512   $as_echo "$as_me: failed program was:" >&5
9513 sed 's/^/| /' conftest.$ac_ext >&5
9514
9515         ac_cv_cflags__Wl___enable_new_dtags=no
9516 fi
9517
9518 rm -rf conftest.dSYM
9519 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9520       conftest$ac_exeext conftest.$ac_ext
9521 CFLAGS=$ac_wine_try_cflags_saved
9522 fi
9523 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9524 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9525 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9526   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9527 fi
9528
9529
9530       case $host_cpu in
9531         *i[3456789]86* | x86_64)
9532           { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9533 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
9534 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9535   $as_echo_n "(cached) " >&6
9536 else
9537   ac_wine_try_cflags_saved=$CFLAGS
9538 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9539 cat >conftest.$ac_ext <<_ACEOF
9540 /* confdefs.h.  */
9541 _ACEOF
9542 cat confdefs.h >>conftest.$ac_ext
9543 cat >>conftest.$ac_ext <<_ACEOF
9544 /* end confdefs.h.  */
9545
9546 int
9547 main ()
9548 {
9549
9550   ;
9551   return 0;
9552 }
9553 _ACEOF
9554 rm -f conftest.$ac_objext conftest$ac_exeext
9555 if { (ac_try="$ac_link"
9556 case "(($ac_try" in
9557   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9558   *) ac_try_echo=$ac_try;;
9559 esac
9560 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9561 $as_echo "$ac_try_echo") >&5
9562   (eval "$ac_link") 2>conftest.er1
9563   ac_status=$?
9564   grep -v '^ *+' conftest.er1 >conftest.err
9565   rm -f conftest.er1
9566   cat conftest.err >&5
9567   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9568   (exit $ac_status); } && {
9569          test -z "$ac_c_werror_flag" ||
9570          test ! -s conftest.err
9571        } && test -s conftest$ac_exeext && {
9572          test "$cross_compiling" = yes ||
9573          $as_test_x conftest$ac_exeext
9574        }; then
9575   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9576 else
9577   $as_echo "$as_me: failed program was:" >&5
9578 sed 's/^/| /' conftest.$ac_ext >&5
9579
9580         ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9581 fi
9582
9583 rm -rf conftest.dSYM
9584 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9585       conftest$ac_exeext conftest.$ac_ext
9586 CFLAGS=$ac_wine_try_cflags_saved
9587 fi
9588 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9589 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9590 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9591   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9592 fi
9593
9594           ;;
9595       esac
9596
9597     else
9598       { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9599 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
9600 if test "${ac_cv_c_dll_unixware+set}" = set; then
9601   $as_echo_n "(cached) " >&6
9602 else
9603   ac_wine_try_cflags_saved=$CFLAGS
9604 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9605 cat >conftest.$ac_ext <<_ACEOF
9606 void myfunc() {}
9607 _ACEOF
9608 rm -f conftest.$ac_objext conftest$ac_exeext
9609 if { (ac_try="$ac_link"
9610 case "(($ac_try" in
9611   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9612   *) ac_try_echo=$ac_try;;
9613 esac
9614 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9615 $as_echo "$ac_try_echo") >&5
9616   (eval "$ac_link") 2>conftest.er1
9617   ac_status=$?
9618   grep -v '^ *+' conftest.er1 >conftest.err
9619   rm -f conftest.er1
9620   cat conftest.err >&5
9621   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9622   (exit $ac_status); } && {
9623          test -z "$ac_c_werror_flag" ||
9624          test ! -s conftest.err
9625        } && test -s conftest$ac_exeext && {
9626          test "$cross_compiling" = yes ||
9627          $as_test_x conftest$ac_exeext
9628        }; then
9629   ac_cv_c_dll_unixware="yes"
9630 else
9631   $as_echo "$as_me: failed program was:" >&5
9632 sed 's/^/| /' conftest.$ac_ext >&5
9633
9634         ac_cv_c_dll_unixware="no"
9635 fi
9636
9637 rm -rf conftest.dSYM
9638 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9639       conftest$ac_exeext conftest.$ac_ext
9640 CFLAGS=$ac_wine_try_cflags_saved
9641 fi
9642 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9643 $as_echo "$ac_cv_c_dll_unixware" >&6; }
9644       if test "$ac_cv_c_dll_unixware" = "yes"
9645       then
9646         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9647         LDDLLFLAGS="-Wl,-G,-B,symbolic"
9648
9649       else
9650         { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9651 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
9652 if test "${ac_cv_c_dll_hpux+set}" = set; then
9653   $as_echo_n "(cached) " >&6
9654 else
9655   ac_wine_try_cflags_saved=$CFLAGS
9656 CFLAGS="$CFLAGS -shared"
9657 cat >conftest.$ac_ext <<_ACEOF
9658 void myfunc() {}
9659 _ACEOF
9660 rm -f conftest.$ac_objext conftest$ac_exeext
9661 if { (ac_try="$ac_link"
9662 case "(($ac_try" in
9663   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9664   *) ac_try_echo=$ac_try;;
9665 esac
9666 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9667 $as_echo "$ac_try_echo") >&5
9668   (eval "$ac_link") 2>conftest.er1
9669   ac_status=$?
9670   grep -v '^ *+' conftest.er1 >conftest.err
9671   rm -f conftest.er1
9672   cat conftest.err >&5
9673   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9674   (exit $ac_status); } && {
9675          test -z "$ac_c_werror_flag" ||
9676          test ! -s conftest.err
9677        } && test -s conftest$ac_exeext && {
9678          test "$cross_compiling" = yes ||
9679          $as_test_x conftest$ac_exeext
9680        }; then
9681   ac_cv_c_dll_hpux="yes"
9682 else
9683   $as_echo "$as_me: failed program was:" >&5
9684 sed 's/^/| /' conftest.$ac_ext >&5
9685
9686         ac_cv_c_dll_hpux="no"
9687 fi
9688
9689 rm -rf conftest.dSYM
9690 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9691       conftest$ac_exeext conftest.$ac_ext
9692 CFLAGS=$ac_wine_try_cflags_saved
9693 fi
9694 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9695 $as_echo "$ac_cv_c_dll_hpux" >&6; }
9696         if test "$ac_cv_c_dll_hpux" = "yes"
9697         then
9698           LIBEXT="sl"
9699           DLLEXT=".sl"
9700           LDDLLFLAGS="-shared -fPIC"
9701           LDSHARED="\$(CC) -shared"
9702         fi
9703       fi
9704     fi
9705     ;;
9706 esac
9707
9708 enable_winequartz_drv=${enable_winequartz_drv:-no}
9709
9710 if test "$LIBEXT" = "a"; then
9711   { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9712 It is currently not possible to build Wine without shared library
9713 (.so) support to allow transparent switch between .so and .dll files.
9714 If you are using Linux, you will need a newer binutils.
9715 " >&5
9716 $as_echo "$as_me: error: could not find a way to build shared libraries.
9717 It is currently not possible to build Wine without shared library
9718 (.so) support to allow transparent switch between .so and .dll files.
9719 If you are using Linux, you will need a newer binutils.
9720 " >&2;}
9721    { (exit 1); exit 1; }; }
9722 fi
9723
9724 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
9725 then
9726     for ac_prog in $host_cpu-pc-mingw32-gcc i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc i686-pc-mingw32-gcc mingw-gcc
9727 do
9728   # Extract the first word of "$ac_prog", so it can be a program name with args.
9729 set dummy $ac_prog; ac_word=$2
9730 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9731 $as_echo_n "checking for $ac_word... " >&6; }
9732 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9733   $as_echo_n "(cached) " >&6
9734 else
9735   if test -n "$CROSSCC"; then
9736   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9737 else
9738 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9739 for as_dir in $PATH
9740 do
9741   IFS=$as_save_IFS
9742   test -z "$as_dir" && as_dir=.
9743   for ac_exec_ext in '' $ac_executable_extensions; do
9744   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9745     ac_cv_prog_CROSSCC="$ac_prog"
9746     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9747     break 2
9748   fi
9749 done
9750 done
9751 IFS=$as_save_IFS
9752
9753 fi
9754 fi
9755 CROSSCC=$ac_cv_prog_CROSSCC
9756 if test -n "$CROSSCC"; then
9757   { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
9758 $as_echo "$CROSSCC" >&6; }
9759 else
9760   { $as_echo "$as_me:$LINENO: result: no" >&5
9761 $as_echo "no" >&6; }
9762 fi
9763
9764
9765   test -n "$CROSSCC" && break
9766 done
9767 test -n "$CROSSCC" || CROSSCC="false"
9768
9769     for ac_prog in $host_cpu-pc-mingw32-dlltool i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool i686-pc-mingw32-dlltool mingw-dlltool
9770 do
9771   # Extract the first word of "$ac_prog", so it can be a program name with args.
9772 set dummy $ac_prog; ac_word=$2
9773 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9774 $as_echo_n "checking for $ac_word... " >&6; }
9775 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9776   $as_echo_n "(cached) " >&6
9777 else
9778   if test -n "$DLLTOOL"; then
9779   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9780 else
9781 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9782 for as_dir in $PATH
9783 do
9784   IFS=$as_save_IFS
9785   test -z "$as_dir" && as_dir=.
9786   for ac_exec_ext in '' $ac_executable_extensions; do
9787   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9788     ac_cv_prog_DLLTOOL="$ac_prog"
9789     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9790     break 2
9791   fi
9792 done
9793 done
9794 IFS=$as_save_IFS
9795
9796 fi
9797 fi
9798 DLLTOOL=$ac_cv_prog_DLLTOOL
9799 if test -n "$DLLTOOL"; then
9800   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9801 $as_echo "$DLLTOOL" >&6; }
9802 else
9803   { $as_echo "$as_me:$LINENO: result: no" >&5
9804 $as_echo "no" >&6; }
9805 fi
9806
9807
9808   test -n "$DLLTOOL" && break
9809 done
9810 test -n "$DLLTOOL" || DLLTOOL="false"
9811
9812     for ac_prog in $host_cpu-pc-mingw32-windres i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres i686-pc-mingw32-windres mingw-windres
9813 do
9814   # Extract the first word of "$ac_prog", so it can be a program name with args.
9815 set dummy $ac_prog; ac_word=$2
9816 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9817 $as_echo_n "checking for $ac_word... " >&6; }
9818 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9819   $as_echo_n "(cached) " >&6
9820 else
9821   if test -n "$CROSSWINDRES"; then
9822   ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9823 else
9824 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9825 for as_dir in $PATH
9826 do
9827   IFS=$as_save_IFS
9828   test -z "$as_dir" && as_dir=.
9829   for ac_exec_ext in '' $ac_executable_extensions; do
9830   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9831     ac_cv_prog_CROSSWINDRES="$ac_prog"
9832     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9833     break 2
9834   fi
9835 done
9836 done
9837 IFS=$as_save_IFS
9838
9839 fi
9840 fi
9841 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9842 if test -n "$CROSSWINDRES"; then
9843   { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9844 $as_echo "$CROSSWINDRES" >&6; }
9845 else
9846   { $as_echo "$as_me:$LINENO: result: no" >&5
9847 $as_echo "no" >&6; }
9848 fi
9849
9850
9851   test -n "$CROSSWINDRES" && break
9852 done
9853 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9854
9855     for ac_prog in $host_cpu-pc-mingw32-ar i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar i686-pc-mingw32-ar mingw-ar
9856 do
9857   # Extract the first word of "$ac_prog", so it can be a program name with args.
9858 set dummy $ac_prog; ac_word=$2
9859 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9860 $as_echo_n "checking for $ac_word... " >&6; }
9861 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9862   $as_echo_n "(cached) " >&6
9863 else
9864   if test -n "$MINGWAR"; then
9865   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9866 else
9867 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9868 for as_dir in $PATH
9869 do
9870   IFS=$as_save_IFS
9871   test -z "$as_dir" && as_dir=.
9872   for ac_exec_ext in '' $ac_executable_extensions; do
9873   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9874     ac_cv_prog_MINGWAR="$ac_prog"
9875     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9876     break 2
9877   fi
9878 done
9879 done
9880 IFS=$as_save_IFS
9881
9882 fi
9883 fi
9884 MINGWAR=$ac_cv_prog_MINGWAR
9885 if test -n "$MINGWAR"; then
9886   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
9887 $as_echo "$MINGWAR" >&6; }
9888 else
9889   { $as_echo "$as_me:$LINENO: result: no" >&5
9890 $as_echo "no" >&6; }
9891 fi
9892
9893
9894   test -n "$MINGWAR" && break
9895 done
9896 test -n "$MINGWAR" || MINGWAR="false"
9897
9898     if test "$CROSSCC" != "false"
9899     then
9900         CROSSTEST="\$(CROSSTEST)"
9901
9902     fi
9903 fi
9904
9905
9906 if test "$have_x" = "yes"
9907 then
9908     XLIB="-lXext -lX11"
9909     ac_save_CPPFLAGS="$CPPFLAGS"
9910     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9911
9912     { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
9913 $as_echo_n "checking for -lX11... " >&6; }
9914 if test "${ac_cv_lib_soname_X11+set}" = set; then
9915   $as_echo_n "(cached) " >&6
9916 else
9917   ac_check_soname_save_LIBS=$LIBS
9918 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9919   cat >conftest.$ac_ext <<_ACEOF
9920 /* confdefs.h.  */
9921 _ACEOF
9922 cat confdefs.h >>conftest.$ac_ext
9923 cat >>conftest.$ac_ext <<_ACEOF
9924 /* end confdefs.h.  */
9925
9926 /* Override any GCC internal prototype to avoid an error.
9927    Use char because int might match the return type of a GCC
9928    builtin and then its argument prototype would still apply.  */
9929 #ifdef __cplusplus
9930 extern "C"
9931 #endif
9932 char XCreateWindow ();
9933 int
9934 main ()
9935 {
9936 return XCreateWindow ();
9937   ;
9938   return 0;
9939 }
9940 _ACEOF
9941 rm -f conftest.$ac_objext conftest$ac_exeext
9942 if { (ac_try="$ac_link"
9943 case "(($ac_try" in
9944   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9945   *) ac_try_echo=$ac_try;;
9946 esac
9947 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9948 $as_echo "$ac_try_echo") >&5
9949   (eval "$ac_link") 2>conftest.er1
9950   ac_status=$?
9951   grep -v '^ *+' conftest.er1 >conftest.err
9952   rm -f conftest.er1
9953   cat conftest.err >&5
9954   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9955   (exit $ac_status); } && {
9956          test -z "$ac_c_werror_flag" ||
9957          test ! -s conftest.err
9958        } && test -s conftest$ac_exeext && {
9959          test "$cross_compiling" = yes ||
9960          $as_test_x conftest$ac_exeext
9961        }; then
9962   case "$LIBEXT" in
9963     dll) ;;
9964     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'` ;;
9965     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
9966   esac
9967 else
9968   $as_echo "$as_me: failed program was:" >&5
9969 sed 's/^/| /' conftest.$ac_ext >&5
9970
9971
9972 fi
9973
9974 rm -rf conftest.dSYM
9975 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9976       conftest$ac_exeext conftest.$ac_ext
9977   LIBS=$ac_check_soname_save_LIBS
9978 fi
9979 if test "x$ac_cv_lib_soname_X11" = "x"; then
9980   { $as_echo "$as_me:$LINENO: result: not found" >&5
9981 $as_echo "not found" >&6; }
9982
9983 else
9984   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9985 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9986
9987 cat >>confdefs.h <<_ACEOF
9988 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9989 _ACEOF
9990
9991
9992 fi
9993
9994     { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
9995 $as_echo_n "checking for -lXext... " >&6; }
9996 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9997   $as_echo_n "(cached) " >&6
9998 else
9999   ac_check_soname_save_LIBS=$LIBS
10000 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10001   cat >conftest.$ac_ext <<_ACEOF
10002 /* confdefs.h.  */
10003 _ACEOF
10004 cat confdefs.h >>conftest.$ac_ext
10005 cat >>conftest.$ac_ext <<_ACEOF
10006 /* end confdefs.h.  */
10007
10008 /* Override any GCC internal prototype to avoid an error.
10009    Use char because int might match the return type of a GCC
10010    builtin and then its argument prototype would still apply.  */
10011 #ifdef __cplusplus
10012 extern "C"
10013 #endif
10014 char XextCreateExtension ();
10015 int
10016 main ()
10017 {
10018 return XextCreateExtension ();
10019   ;
10020   return 0;
10021 }
10022 _ACEOF
10023 rm -f conftest.$ac_objext conftest$ac_exeext
10024 if { (ac_try="$ac_link"
10025 case "(($ac_try" in
10026   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10027   *) ac_try_echo=$ac_try;;
10028 esac
10029 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10030 $as_echo "$ac_try_echo") >&5
10031   (eval "$ac_link") 2>conftest.er1
10032   ac_status=$?
10033   grep -v '^ *+' conftest.er1 >conftest.err
10034   rm -f conftest.er1
10035   cat conftest.err >&5
10036   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10037   (exit $ac_status); } && {
10038          test -z "$ac_c_werror_flag" ||
10039          test ! -s conftest.err
10040        } && test -s conftest$ac_exeext && {
10041          test "$cross_compiling" = yes ||
10042          $as_test_x conftest$ac_exeext
10043        }; then
10044   case "$LIBEXT" in
10045     dll) ;;
10046     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'` ;;
10047     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10048   esac
10049 else
10050   $as_echo "$as_me: failed program was:" >&5
10051 sed 's/^/| /' conftest.$ac_ext >&5
10052
10053
10054 fi
10055
10056 rm -rf conftest.dSYM
10057 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10058       conftest$ac_exeext conftest.$ac_ext
10059   LIBS=$ac_check_soname_save_LIBS
10060 fi
10061 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10062   { $as_echo "$as_me:$LINENO: result: not found" >&5
10063 $as_echo "not found" >&6; }
10064
10065 else
10066   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10067 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10068
10069 cat >>confdefs.h <<_ACEOF
10070 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10071 _ACEOF
10072
10073
10074 fi
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
10087
10088
10089 for ac_header in X11/Xlib.h \
10090                       X11/XKBlib.h \
10091                       X11/Xutil.h \
10092                       X11/Xcursor/Xcursor.h \
10093                       X11/extensions/shape.h \
10094                       X11/extensions/XInput.h \
10095                       X11/extensions/XShm.h \
10096                       X11/extensions/Xcomposite.h \
10097                       X11/extensions/Xinerama.h \
10098                       X11/extensions/Xrandr.h \
10099                       X11/extensions/Xrender.h \
10100                       X11/extensions/xf86vmode.h
10101 do
10102 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10103 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10104 $as_echo_n "checking for $ac_header... " >&6; }
10105 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10106   $as_echo_n "(cached) " >&6
10107 else
10108   cat >conftest.$ac_ext <<_ACEOF
10109 /* confdefs.h.  */
10110 _ACEOF
10111 cat confdefs.h >>conftest.$ac_ext
10112 cat >>conftest.$ac_ext <<_ACEOF
10113 /* end confdefs.h.  */
10114 #ifdef HAVE_X11_XLIB_H
10115 # include <X11/Xlib.h>
10116 #endif
10117 #ifdef HAVE_X11_XUTIL_H
10118 # include <X11/Xutil.h>
10119 #endif
10120
10121 #include <$ac_header>
10122 _ACEOF
10123 rm -f conftest.$ac_objext
10124 if { (ac_try="$ac_compile"
10125 case "(($ac_try" in
10126   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10127   *) ac_try_echo=$ac_try;;
10128 esac
10129 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10130 $as_echo "$ac_try_echo") >&5
10131   (eval "$ac_compile") 2>conftest.er1
10132   ac_status=$?
10133   grep -v '^ *+' conftest.er1 >conftest.err
10134   rm -f conftest.er1
10135   cat conftest.err >&5
10136   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10137   (exit $ac_status); } && {
10138          test -z "$ac_c_werror_flag" ||
10139          test ! -s conftest.err
10140        } && test -s conftest.$ac_objext; then
10141   eval "$as_ac_Header=yes"
10142 else
10143   $as_echo "$as_me: failed program was:" >&5
10144 sed 's/^/| /' conftest.$ac_ext >&5
10145
10146         eval "$as_ac_Header=no"
10147 fi
10148
10149 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10150 fi
10151 ac_res=`eval 'as_val=${'$as_ac_Header'}
10152                  $as_echo "$as_val"'`
10153                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10154 $as_echo "$ac_res" >&6; }
10155 as_val=`eval 'as_val=${'$as_ac_Header'}
10156                  $as_echo "$as_val"'`
10157    if test "x$as_val" = x""yes; then
10158   cat >>confdefs.h <<_ACEOF
10159 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10160 _ACEOF
10161
10162 fi
10163
10164 done
10165
10166
10167                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10168         then
10169               { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10170 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10171 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10172   $as_echo_n "(cached) " >&6
10173 else
10174   ac_check_lib_save_LIBS=$LIBS
10175 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10176 cat >conftest.$ac_ext <<_ACEOF
10177 /* confdefs.h.  */
10178 _ACEOF
10179 cat confdefs.h >>conftest.$ac_ext
10180 cat >>conftest.$ac_ext <<_ACEOF
10181 /* end confdefs.h.  */
10182
10183 /* Override any GCC internal prototype to avoid an error.
10184    Use char because int might match the return type of a GCC
10185    builtin and then its argument prototype would still apply.  */
10186 #ifdef __cplusplus
10187 extern "C"
10188 #endif
10189 char XkbQueryExtension ();
10190 int
10191 main ()
10192 {
10193 return XkbQueryExtension ();
10194   ;
10195   return 0;
10196 }
10197 _ACEOF
10198 rm -f conftest.$ac_objext conftest$ac_exeext
10199 if { (ac_try="$ac_link"
10200 case "(($ac_try" in
10201   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10202   *) ac_try_echo=$ac_try;;
10203 esac
10204 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10205 $as_echo "$ac_try_echo") >&5
10206   (eval "$ac_link") 2>conftest.er1
10207   ac_status=$?
10208   grep -v '^ *+' conftest.er1 >conftest.err
10209   rm -f conftest.er1
10210   cat conftest.err >&5
10211   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10212   (exit $ac_status); } && {
10213          test -z "$ac_c_werror_flag" ||
10214          test ! -s conftest.err
10215        } && test -s conftest$ac_exeext && {
10216          test "$cross_compiling" = yes ||
10217          $as_test_x conftest$ac_exeext
10218        }; then
10219   ac_cv_lib_X11_XkbQueryExtension=yes
10220 else
10221   $as_echo "$as_me: failed program was:" >&5
10222 sed 's/^/| /' conftest.$ac_ext >&5
10223
10224         ac_cv_lib_X11_XkbQueryExtension=no
10225 fi
10226
10227 rm -rf conftest.dSYM
10228 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10229       conftest$ac_exeext conftest.$ac_ext
10230 LIBS=$ac_check_lib_save_LIBS
10231 fi
10232 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10233 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10234 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10235
10236 cat >>confdefs.h <<\_ACEOF
10237 #define HAVE_XKB 1
10238 _ACEOF
10239
10240 fi
10241
10242         fi
10243
10244                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10245         then
10246             { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10247 $as_echo_n "checking for -lXcursor... " >&6; }
10248 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10249   $as_echo_n "(cached) " >&6
10250 else
10251   ac_check_soname_save_LIBS=$LIBS
10252 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10253   cat >conftest.$ac_ext <<_ACEOF
10254 /* confdefs.h.  */
10255 _ACEOF
10256 cat confdefs.h >>conftest.$ac_ext
10257 cat >>conftest.$ac_ext <<_ACEOF
10258 /* end confdefs.h.  */
10259
10260 /* Override any GCC internal prototype to avoid an error.
10261    Use char because int might match the return type of a GCC
10262    builtin and then its argument prototype would still apply.  */
10263 #ifdef __cplusplus
10264 extern "C"
10265 #endif
10266 char XcursorImageLoadCursor ();
10267 int
10268 main ()
10269 {
10270 return XcursorImageLoadCursor ();
10271   ;
10272   return 0;
10273 }
10274 _ACEOF
10275 rm -f conftest.$ac_objext conftest$ac_exeext
10276 if { (ac_try="$ac_link"
10277 case "(($ac_try" in
10278   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10279   *) ac_try_echo=$ac_try;;
10280 esac
10281 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10282 $as_echo "$ac_try_echo") >&5
10283   (eval "$ac_link") 2>conftest.er1
10284   ac_status=$?
10285   grep -v '^ *+' conftest.er1 >conftest.err
10286   rm -f conftest.er1
10287   cat conftest.err >&5
10288   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10289   (exit $ac_status); } && {
10290          test -z "$ac_c_werror_flag" ||
10291          test ! -s conftest.err
10292        } && test -s conftest$ac_exeext && {
10293          test "$cross_compiling" = yes ||
10294          $as_test_x conftest$ac_exeext
10295        }; then
10296   case "$LIBEXT" in
10297     dll) ;;
10298     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'` ;;
10299     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10300   esac
10301 else
10302   $as_echo "$as_me: failed program was:" >&5
10303 sed 's/^/| /' conftest.$ac_ext >&5
10304
10305
10306 fi
10307
10308 rm -rf conftest.dSYM
10309 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10310       conftest$ac_exeext conftest.$ac_ext
10311   LIBS=$ac_check_soname_save_LIBS
10312 fi
10313 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10314   { $as_echo "$as_me:$LINENO: result: not found" >&5
10315 $as_echo "not found" >&6; }
10316
10317 else
10318   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10319 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10320
10321 cat >>confdefs.h <<_ACEOF
10322 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10323 _ACEOF
10324
10325
10326 fi
10327
10328         fi
10329         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10330   case "x$with_xcursor" in
10331   x)   wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10332   xno) ;;
10333   *)   { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10334 This is an error since --with-xcursor was requested." >&5
10335 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10336 This is an error since --with-xcursor was requested." >&2;}
10337    { (exit 1); exit 1; }; } ;;
10338 esac
10339 fi
10340
10341
10342                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10343         then
10344             { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10345 $as_echo_n "checking for -lXi... " >&6; }
10346 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10347   $as_echo_n "(cached) " >&6
10348 else
10349   ac_check_soname_save_LIBS=$LIBS
10350 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10351   cat >conftest.$ac_ext <<_ACEOF
10352 /* confdefs.h.  */
10353 _ACEOF
10354 cat confdefs.h >>conftest.$ac_ext
10355 cat >>conftest.$ac_ext <<_ACEOF
10356 /* end confdefs.h.  */
10357
10358 /* Override any GCC internal prototype to avoid an error.
10359    Use char because int might match the return type of a GCC
10360    builtin and then its argument prototype would still apply.  */
10361 #ifdef __cplusplus
10362 extern "C"
10363 #endif
10364 char XOpenDevice ();
10365 int
10366 main ()
10367 {
10368 return XOpenDevice ();
10369   ;
10370   return 0;
10371 }
10372 _ACEOF
10373 rm -f conftest.$ac_objext conftest$ac_exeext
10374 if { (ac_try="$ac_link"
10375 case "(($ac_try" in
10376   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10377   *) ac_try_echo=$ac_try;;
10378 esac
10379 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10380 $as_echo "$ac_try_echo") >&5
10381   (eval "$ac_link") 2>conftest.er1
10382   ac_status=$?
10383   grep -v '^ *+' conftest.er1 >conftest.err
10384   rm -f conftest.er1
10385   cat conftest.err >&5
10386   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10387   (exit $ac_status); } && {
10388          test -z "$ac_c_werror_flag" ||
10389          test ! -s conftest.err
10390        } && test -s conftest$ac_exeext && {
10391          test "$cross_compiling" = yes ||
10392          $as_test_x conftest$ac_exeext
10393        }; then
10394   case "$LIBEXT" in
10395     dll) ;;
10396     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'` ;;
10397     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10398   esac
10399 else
10400   $as_echo "$as_me: failed program was:" >&5
10401 sed 's/^/| /' conftest.$ac_ext >&5
10402
10403
10404 fi
10405
10406 rm -rf conftest.dSYM
10407 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10408       conftest$ac_exeext conftest.$ac_ext
10409   LIBS=$ac_check_soname_save_LIBS
10410 fi
10411 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10412   { $as_echo "$as_me:$LINENO: result: not found" >&5
10413 $as_echo "not found" >&6; }
10414
10415 else
10416   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10417 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10418
10419 cat >>confdefs.h <<_ACEOF
10420 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10421 _ACEOF
10422
10423
10424 fi
10425
10426         fi
10427         if test "x$ac_cv_lib_soname_Xi" = "x"; then
10428   case "x$with_xinput" in
10429   x)   wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10430   xno) ;;
10431   *)   { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10432 This is an error since --with-xinput was requested." >&5
10433 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10434 This is an error since --with-xinput was requested." >&2;}
10435    { (exit 1); exit 1; }; } ;;
10436 esac
10437 fi
10438
10439
10440                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10441         then
10442               { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10443 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10444 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10445   $as_echo_n "(cached) " >&6
10446 else
10447   ac_check_lib_save_LIBS=$LIBS
10448 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10449 cat >conftest.$ac_ext <<_ACEOF
10450 /* confdefs.h.  */
10451 _ACEOF
10452 cat confdefs.h >>conftest.$ac_ext
10453 cat >>conftest.$ac_ext <<_ACEOF
10454 /* end confdefs.h.  */
10455
10456 /* Override any GCC internal prototype to avoid an error.
10457    Use char because int might match the return type of a GCC
10458    builtin and then its argument prototype would still apply.  */
10459 #ifdef __cplusplus
10460 extern "C"
10461 #endif
10462 char XShmQueryExtension ();
10463 int
10464 main ()
10465 {
10466 return XShmQueryExtension ();
10467   ;
10468   return 0;
10469 }
10470 _ACEOF
10471 rm -f conftest.$ac_objext conftest$ac_exeext
10472 if { (ac_try="$ac_link"
10473 case "(($ac_try" in
10474   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10475   *) ac_try_echo=$ac_try;;
10476 esac
10477 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10478 $as_echo "$ac_try_echo") >&5
10479   (eval "$ac_link") 2>conftest.er1
10480   ac_status=$?
10481   grep -v '^ *+' conftest.er1 >conftest.err
10482   rm -f conftest.er1
10483   cat conftest.err >&5
10484   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10485   (exit $ac_status); } && {
10486          test -z "$ac_c_werror_flag" ||
10487          test ! -s conftest.err
10488        } && test -s conftest$ac_exeext && {
10489          test "$cross_compiling" = yes ||
10490          $as_test_x conftest$ac_exeext
10491        }; then
10492   ac_cv_lib_Xext_XShmQueryExtension=yes
10493 else
10494   $as_echo "$as_me: failed program was:" >&5
10495 sed 's/^/| /' conftest.$ac_ext >&5
10496
10497         ac_cv_lib_Xext_XShmQueryExtension=no
10498 fi
10499
10500 rm -rf conftest.dSYM
10501 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10502       conftest$ac_exeext conftest.$ac_ext
10503 LIBS=$ac_check_lib_save_LIBS
10504 fi
10505 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10506 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10507 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10508
10509 cat >>confdefs.h <<\_ACEOF
10510 #define HAVE_LIBXXSHM 1
10511 _ACEOF
10512
10513 fi
10514
10515         fi
10516         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10517   case "x$with_xshm" in
10518   x)   wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10519   xno) ;;
10520   *)   { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10521 This is an error since --with-xshm was requested." >&5
10522 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10523 This is an error since --with-xshm was requested." >&2;}
10524    { (exit 1); exit 1; }; } ;;
10525 esac
10526 fi
10527
10528
10529                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10530         then
10531               { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10532 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10533 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10534   $as_echo_n "(cached) " >&6
10535 else
10536   ac_check_lib_save_LIBS=$LIBS
10537 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10538 cat >conftest.$ac_ext <<_ACEOF
10539 /* confdefs.h.  */
10540 _ACEOF
10541 cat confdefs.h >>conftest.$ac_ext
10542 cat >>conftest.$ac_ext <<_ACEOF
10543 /* end confdefs.h.  */
10544
10545 /* Override any GCC internal prototype to avoid an error.
10546    Use char because int might match the return type of a GCC
10547    builtin and then its argument prototype would still apply.  */
10548 #ifdef __cplusplus
10549 extern "C"
10550 #endif
10551 char XShapeQueryExtension ();
10552 int
10553 main ()
10554 {
10555 return XShapeQueryExtension ();
10556   ;
10557   return 0;
10558 }
10559 _ACEOF
10560 rm -f conftest.$ac_objext conftest$ac_exeext
10561 if { (ac_try="$ac_link"
10562 case "(($ac_try" in
10563   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10564   *) ac_try_echo=$ac_try;;
10565 esac
10566 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10567 $as_echo "$ac_try_echo") >&5
10568   (eval "$ac_link") 2>conftest.er1
10569   ac_status=$?
10570   grep -v '^ *+' conftest.er1 >conftest.err
10571   rm -f conftest.er1
10572   cat conftest.err >&5
10573   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10574   (exit $ac_status); } && {
10575          test -z "$ac_c_werror_flag" ||
10576          test ! -s conftest.err
10577        } && test -s conftest$ac_exeext && {
10578          test "$cross_compiling" = yes ||
10579          $as_test_x conftest$ac_exeext
10580        }; then
10581   ac_cv_lib_Xext_XShapeQueryExtension=yes
10582 else
10583   $as_echo "$as_me: failed program was:" >&5
10584 sed 's/^/| /' conftest.$ac_ext >&5
10585
10586         ac_cv_lib_Xext_XShapeQueryExtension=no
10587 fi
10588
10589 rm -rf conftest.dSYM
10590 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10591       conftest$ac_exeext conftest.$ac_ext
10592 LIBS=$ac_check_lib_save_LIBS
10593 fi
10594 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10595 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10596 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10597
10598 cat >>confdefs.h <<\_ACEOF
10599 #define HAVE_LIBXSHAPE 1
10600 _ACEOF
10601
10602 fi
10603
10604         fi
10605         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10606   case "x$with_xshape" in
10607   x)   wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10608   xno) ;;
10609   *)   { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10610 This is an error since --with-xshape was requested." >&5
10611 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10612 This is an error since --with-xshape was requested." >&2;}
10613    { (exit 1); exit 1; }; } ;;
10614 esac
10615 fi
10616
10617
10618                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10619         then
10620             { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10621 $as_echo_n "checking for -lXxf86vm... " >&6; }
10622 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10623   $as_echo_n "(cached) " >&6
10624 else
10625   ac_check_soname_save_LIBS=$LIBS
10626 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10627   cat >conftest.$ac_ext <<_ACEOF
10628 /* confdefs.h.  */
10629 _ACEOF
10630 cat confdefs.h >>conftest.$ac_ext
10631 cat >>conftest.$ac_ext <<_ACEOF
10632 /* end confdefs.h.  */
10633
10634 /* Override any GCC internal prototype to avoid an error.
10635    Use char because int might match the return type of a GCC
10636    builtin and then its argument prototype would still apply.  */
10637 #ifdef __cplusplus
10638 extern "C"
10639 #endif
10640 char XF86VidModeQueryExtension ();
10641 int
10642 main ()
10643 {
10644 return XF86VidModeQueryExtension ();
10645   ;
10646   return 0;
10647 }
10648 _ACEOF
10649 rm -f conftest.$ac_objext conftest$ac_exeext
10650 if { (ac_try="$ac_link"
10651 case "(($ac_try" in
10652   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10653   *) ac_try_echo=$ac_try;;
10654 esac
10655 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10656 $as_echo "$ac_try_echo") >&5
10657   (eval "$ac_link") 2>conftest.er1
10658   ac_status=$?
10659   grep -v '^ *+' conftest.er1 >conftest.err
10660   rm -f conftest.er1
10661   cat conftest.err >&5
10662   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10663   (exit $ac_status); } && {
10664          test -z "$ac_c_werror_flag" ||
10665          test ! -s conftest.err
10666        } && test -s conftest$ac_exeext && {
10667          test "$cross_compiling" = yes ||
10668          $as_test_x conftest$ac_exeext
10669        }; then
10670   case "$LIBEXT" in
10671     dll) ;;
10672     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'` ;;
10673     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10674   esac
10675 else
10676   $as_echo "$as_me: failed program was:" >&5
10677 sed 's/^/| /' conftest.$ac_ext >&5
10678
10679
10680 fi
10681
10682 rm -rf conftest.dSYM
10683 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10684       conftest$ac_exeext conftest.$ac_ext
10685   LIBS=$ac_check_soname_save_LIBS
10686 fi
10687 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10688   { $as_echo "$as_me:$LINENO: result: not found" >&5
10689 $as_echo "not found" >&6; }
10690
10691 else
10692   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10693 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10694
10695 cat >>confdefs.h <<_ACEOF
10696 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10697 _ACEOF
10698
10699
10700 fi
10701
10702         fi
10703         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10704   case "x$with_xxf86vm" in
10705   x)   wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10706   xno) ;;
10707   *)   { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10708 This is an error since --with-xxf86vm was requested." >&5
10709 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10710 This is an error since --with-xxf86vm was requested." >&2;}
10711    { (exit 1); exit 1; }; } ;;
10712 esac
10713 fi
10714
10715
10716                 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"
10717         then
10718             { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10719 $as_echo_n "checking for -lXrender... " >&6; }
10720 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10721   $as_echo_n "(cached) " >&6
10722 else
10723   ac_check_soname_save_LIBS=$LIBS
10724 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10725   cat >conftest.$ac_ext <<_ACEOF
10726 /* confdefs.h.  */
10727 _ACEOF
10728 cat confdefs.h >>conftest.$ac_ext
10729 cat >>conftest.$ac_ext <<_ACEOF
10730 /* end confdefs.h.  */
10731
10732 /* Override any GCC internal prototype to avoid an error.
10733    Use char because int might match the return type of a GCC
10734    builtin and then its argument prototype would still apply.  */
10735 #ifdef __cplusplus
10736 extern "C"
10737 #endif
10738 char XRenderQueryExtension ();
10739 int
10740 main ()
10741 {
10742 return XRenderQueryExtension ();
10743   ;
10744   return 0;
10745 }
10746 _ACEOF
10747 rm -f conftest.$ac_objext conftest$ac_exeext
10748 if { (ac_try="$ac_link"
10749 case "(($ac_try" in
10750   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10751   *) ac_try_echo=$ac_try;;
10752 esac
10753 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10754 $as_echo "$ac_try_echo") >&5
10755   (eval "$ac_link") 2>conftest.er1
10756   ac_status=$?
10757   grep -v '^ *+' conftest.er1 >conftest.err
10758   rm -f conftest.er1
10759   cat conftest.err >&5
10760   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10761   (exit $ac_status); } && {
10762          test -z "$ac_c_werror_flag" ||
10763          test ! -s conftest.err
10764        } && test -s conftest$ac_exeext && {
10765          test "$cross_compiling" = yes ||
10766          $as_test_x conftest$ac_exeext
10767        }; then
10768   case "$LIBEXT" in
10769     dll) ;;
10770     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'` ;;
10771     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10772   esac
10773 else
10774   $as_echo "$as_me: failed program was:" >&5
10775 sed 's/^/| /' conftest.$ac_ext >&5
10776
10777
10778 fi
10779
10780 rm -rf conftest.dSYM
10781 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10782       conftest$ac_exeext conftest.$ac_ext
10783   LIBS=$ac_check_soname_save_LIBS
10784 fi
10785 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10786   { $as_echo "$as_me:$LINENO: result: not found" >&5
10787 $as_echo "not found" >&6; }
10788
10789 else
10790   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10791 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10792
10793 cat >>confdefs.h <<_ACEOF
10794 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10795 _ACEOF
10796
10797        { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10798 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10799 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10800   $as_echo_n "(cached) " >&6
10801 else
10802   ac_check_lib_save_LIBS=$LIBS
10803 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10804 cat >conftest.$ac_ext <<_ACEOF
10805 /* confdefs.h.  */
10806 _ACEOF
10807 cat confdefs.h >>conftest.$ac_ext
10808 cat >>conftest.$ac_ext <<_ACEOF
10809 /* end confdefs.h.  */
10810
10811 /* Override any GCC internal prototype to avoid an error.
10812    Use char because int might match the return type of a GCC
10813    builtin and then its argument prototype would still apply.  */
10814 #ifdef __cplusplus
10815 extern "C"
10816 #endif
10817 char XRenderSetPictureTransform ();
10818 int
10819 main ()
10820 {
10821 return XRenderSetPictureTransform ();
10822   ;
10823   return 0;
10824 }
10825 _ACEOF
10826 rm -f conftest.$ac_objext conftest$ac_exeext
10827 if { (ac_try="$ac_link"
10828 case "(($ac_try" in
10829   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10830   *) ac_try_echo=$ac_try;;
10831 esac
10832 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10833 $as_echo "$ac_try_echo") >&5
10834   (eval "$ac_link") 2>conftest.er1
10835   ac_status=$?
10836   grep -v '^ *+' conftest.er1 >conftest.err
10837   rm -f conftest.er1
10838   cat conftest.err >&5
10839   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10840   (exit $ac_status); } && {
10841          test -z "$ac_c_werror_flag" ||
10842          test ! -s conftest.err
10843        } && test -s conftest$ac_exeext && {
10844          test "$cross_compiling" = yes ||
10845          $as_test_x conftest$ac_exeext
10846        }; then
10847   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10848 else
10849   $as_echo "$as_me: failed program was:" >&5
10850 sed 's/^/| /' conftest.$ac_ext >&5
10851
10852         ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10853 fi
10854
10855 rm -rf conftest.dSYM
10856 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10857       conftest$ac_exeext conftest.$ac_ext
10858 LIBS=$ac_check_lib_save_LIBS
10859 fi
10860 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10861 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10862 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10863
10864 cat >>confdefs.h <<\_ACEOF
10865 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10866 _ACEOF
10867
10868 fi
10869
10870 fi
10871
10872
10873         fi
10874         if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10875   case "x$with_xrender" in
10876   x)   wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10877   xno) ;;
10878   *)   { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10879 This is an error since --with-xrender was requested." >&5
10880 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10881 This is an error since --with-xrender was requested." >&2;}
10882    { (exit 1); exit 1; }; } ;;
10883 esac
10884 fi
10885
10886
10887                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10888         then
10889                 cat >conftest.$ac_ext <<_ACEOF
10890 /* confdefs.h.  */
10891 _ACEOF
10892 cat confdefs.h >>conftest.$ac_ext
10893 cat >>conftest.$ac_ext <<_ACEOF
10894 /* end confdefs.h.  */
10895 #include <X11/Xlib.h>
10896 #include <X11/extensions/Xrandr.h>
10897 int
10898 main ()
10899 {
10900 static typeof(XRRSetScreenConfigAndRate) * func;
10901   ;
10902   return 0;
10903 }
10904 _ACEOF
10905 rm -f conftest.$ac_objext
10906 if { (ac_try="$ac_compile"
10907 case "(($ac_try" in
10908   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10909   *) ac_try_echo=$ac_try;;
10910 esac
10911 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10912 $as_echo "$ac_try_echo") >&5
10913   (eval "$ac_compile") 2>conftest.er1
10914   ac_status=$?
10915   grep -v '^ *+' conftest.er1 >conftest.err
10916   rm -f conftest.er1
10917   cat conftest.err >&5
10918   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10919   (exit $ac_status); } && {
10920          test -z "$ac_c_werror_flag" ||
10921          test ! -s conftest.err
10922        } && test -s conftest.$ac_objext; then
10923   { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
10924 $as_echo_n "checking for -lXrandr... " >&6; }
10925 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10926   $as_echo_n "(cached) " >&6
10927 else
10928   ac_check_soname_save_LIBS=$LIBS
10929 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10930   cat >conftest.$ac_ext <<_ACEOF
10931 /* confdefs.h.  */
10932 _ACEOF
10933 cat confdefs.h >>conftest.$ac_ext
10934 cat >>conftest.$ac_ext <<_ACEOF
10935 /* end confdefs.h.  */
10936
10937 /* Override any GCC internal prototype to avoid an error.
10938    Use char because int might match the return type of a GCC
10939    builtin and then its argument prototype would still apply.  */
10940 #ifdef __cplusplus
10941 extern "C"
10942 #endif
10943 char XRRQueryExtension ();
10944 int
10945 main ()
10946 {
10947 return XRRQueryExtension ();
10948   ;
10949   return 0;
10950 }
10951 _ACEOF
10952 rm -f conftest.$ac_objext conftest$ac_exeext
10953 if { (ac_try="$ac_link"
10954 case "(($ac_try" in
10955   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10956   *) ac_try_echo=$ac_try;;
10957 esac
10958 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10959 $as_echo "$ac_try_echo") >&5
10960   (eval "$ac_link") 2>conftest.er1
10961   ac_status=$?
10962   grep -v '^ *+' conftest.er1 >conftest.err
10963   rm -f conftest.er1
10964   cat conftest.err >&5
10965   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10966   (exit $ac_status); } && {
10967          test -z "$ac_c_werror_flag" ||
10968          test ! -s conftest.err
10969        } && test -s conftest$ac_exeext && {
10970          test "$cross_compiling" = yes ||
10971          $as_test_x conftest$ac_exeext
10972        }; then
10973   case "$LIBEXT" in
10974     dll) ;;
10975     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'` ;;
10976     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10977   esac
10978 else
10979   $as_echo "$as_me: failed program was:" >&5
10980 sed 's/^/| /' conftest.$ac_ext >&5
10981
10982
10983 fi
10984
10985 rm -rf conftest.dSYM
10986 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10987       conftest$ac_exeext conftest.$ac_ext
10988   LIBS=$ac_check_soname_save_LIBS
10989 fi
10990 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10991   { $as_echo "$as_me:$LINENO: result: not found" >&5
10992 $as_echo "not found" >&6; }
10993
10994 else
10995   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10996 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10997
10998 cat >>confdefs.h <<_ACEOF
10999 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11000 _ACEOF
11001
11002
11003 fi
11004
11005 else
11006   $as_echo "$as_me: failed program was:" >&5
11007 sed 's/^/| /' conftest.$ac_ext >&5
11008
11009
11010 fi
11011
11012 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11013         fi
11014         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11015   case "x$with_xrandr" in
11016   x)   wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11017   xno) ;;
11018   *)   { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11019 This is an error since --with-xrandr was requested." >&5
11020 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11021 This is an error since --with-xrandr was requested." >&2;}
11022    { (exit 1); exit 1; }; } ;;
11023 esac
11024 fi
11025
11026
11027                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11028         then
11029                 cat >conftest.$ac_ext <<_ACEOF
11030 /* confdefs.h.  */
11031 _ACEOF
11032 cat confdefs.h >>conftest.$ac_ext
11033 cat >>conftest.$ac_ext <<_ACEOF
11034 /* end confdefs.h.  */
11035 #include <X11/Xlib.h>
11036 #include <X11/extensions/Xinerama.h>
11037 int
11038 main ()
11039 {
11040 static typeof(XineramaQueryScreens) * func;
11041   ;
11042   return 0;
11043 }
11044 _ACEOF
11045 rm -f conftest.$ac_objext
11046 if { (ac_try="$ac_compile"
11047 case "(($ac_try" in
11048   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11049   *) ac_try_echo=$ac_try;;
11050 esac
11051 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11052 $as_echo "$ac_try_echo") >&5
11053   (eval "$ac_compile") 2>conftest.er1
11054   ac_status=$?
11055   grep -v '^ *+' conftest.er1 >conftest.err
11056   rm -f conftest.er1
11057   cat conftest.err >&5
11058   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11059   (exit $ac_status); } && {
11060          test -z "$ac_c_werror_flag" ||
11061          test ! -s conftest.err
11062        } && test -s conftest.$ac_objext; then
11063   { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11064 $as_echo_n "checking for -lXinerama... " >&6; }
11065 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11066   $as_echo_n "(cached) " >&6
11067 else
11068   ac_check_soname_save_LIBS=$LIBS
11069 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11070   cat >conftest.$ac_ext <<_ACEOF
11071 /* confdefs.h.  */
11072 _ACEOF
11073 cat confdefs.h >>conftest.$ac_ext
11074 cat >>conftest.$ac_ext <<_ACEOF
11075 /* end confdefs.h.  */
11076
11077 /* Override any GCC internal prototype to avoid an error.
11078    Use char because int might match the return type of a GCC
11079    builtin and then its argument prototype would still apply.  */
11080 #ifdef __cplusplus
11081 extern "C"
11082 #endif
11083 char XineramaQueryScreens ();
11084 int
11085 main ()
11086 {
11087 return XineramaQueryScreens ();
11088   ;
11089   return 0;
11090 }
11091 _ACEOF
11092 rm -f conftest.$ac_objext conftest$ac_exeext
11093 if { (ac_try="$ac_link"
11094 case "(($ac_try" in
11095   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11096   *) ac_try_echo=$ac_try;;
11097 esac
11098 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11099 $as_echo "$ac_try_echo") >&5
11100   (eval "$ac_link") 2>conftest.er1
11101   ac_status=$?
11102   grep -v '^ *+' conftest.er1 >conftest.err
11103   rm -f conftest.er1
11104   cat conftest.err >&5
11105   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11106   (exit $ac_status); } && {
11107          test -z "$ac_c_werror_flag" ||
11108          test ! -s conftest.err
11109        } && test -s conftest$ac_exeext && {
11110          test "$cross_compiling" = yes ||
11111          $as_test_x conftest$ac_exeext
11112        }; then
11113   case "$LIBEXT" in
11114     dll) ;;
11115     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'` ;;
11116     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
11117   esac
11118 else
11119   $as_echo "$as_me: failed program was:" >&5
11120 sed 's/^/| /' conftest.$ac_ext >&5
11121
11122
11123 fi
11124
11125 rm -rf conftest.dSYM
11126 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11127       conftest$ac_exeext conftest.$ac_ext
11128   LIBS=$ac_check_soname_save_LIBS
11129 fi
11130 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11131   { $as_echo "$as_me:$LINENO: result: not found" >&5
11132 $as_echo "not found" >&6; }
11133
11134 else
11135   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11136 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11137
11138 cat >>confdefs.h <<_ACEOF
11139 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11140 _ACEOF
11141
11142
11143 fi
11144
11145 else
11146   $as_echo "$as_me: failed program was:" >&5
11147 sed 's/^/| /' conftest.$ac_ext >&5
11148
11149
11150 fi
11151
11152 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11153         fi
11154         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11155   case "x$with_xinerama" in
11156   x)   wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11157   xno) ;;
11158   *)   { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11159 This is an error since --with-xinerama was requested." >&5
11160 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11161 This is an error since --with-xinerama was requested." >&2;}
11162    { (exit 1); exit 1; }; } ;;
11163 esac
11164 fi
11165
11166
11167                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11168         then
11169             { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11170 $as_echo_n "checking for -lXcomposite... " >&6; }
11171 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11172   $as_echo_n "(cached) " >&6
11173 else
11174   ac_check_soname_save_LIBS=$LIBS
11175 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11176   cat >conftest.$ac_ext <<_ACEOF
11177 /* confdefs.h.  */
11178 _ACEOF
11179 cat confdefs.h >>conftest.$ac_ext
11180 cat >>conftest.$ac_ext <<_ACEOF
11181 /* end confdefs.h.  */
11182
11183 /* Override any GCC internal prototype to avoid an error.
11184    Use char because int might match the return type of a GCC
11185    builtin and then its argument prototype would still apply.  */
11186 #ifdef __cplusplus
11187 extern "C"
11188 #endif
11189 char XCompositeRedirectWindow ();
11190 int
11191 main ()
11192 {
11193 return XCompositeRedirectWindow ();
11194   ;
11195   return 0;
11196 }
11197 _ACEOF
11198 rm -f conftest.$ac_objext conftest$ac_exeext
11199 if { (ac_try="$ac_link"
11200 case "(($ac_try" in
11201   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11202   *) ac_try_echo=$ac_try;;
11203 esac
11204 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11205 $as_echo "$ac_try_echo") >&5
11206   (eval "$ac_link") 2>conftest.er1
11207   ac_status=$?
11208   grep -v '^ *+' conftest.er1 >conftest.err
11209   rm -f conftest.er1
11210   cat conftest.err >&5
11211   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11212   (exit $ac_status); } && {
11213          test -z "$ac_c_werror_flag" ||
11214          test ! -s conftest.err
11215        } && test -s conftest$ac_exeext && {
11216          test "$cross_compiling" = yes ||
11217          $as_test_x conftest$ac_exeext
11218        }; then
11219   case "$LIBEXT" in
11220     dll) ;;
11221     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'` ;;
11222     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11223   esac
11224 else
11225   $as_echo "$as_me: failed program was:" >&5
11226 sed 's/^/| /' conftest.$ac_ext >&5
11227
11228
11229 fi
11230
11231 rm -rf conftest.dSYM
11232 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11233       conftest$ac_exeext conftest.$ac_ext
11234   LIBS=$ac_check_soname_save_LIBS
11235 fi
11236 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11237   { $as_echo "$as_me:$LINENO: result: not found" >&5
11238 $as_echo "not found" >&6; }
11239
11240 else
11241   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11242 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11243
11244 cat >>confdefs.h <<_ACEOF
11245 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11246 _ACEOF
11247
11248
11249 fi
11250
11251         fi
11252         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11253   case "x$with_xcomposite" in
11254   x)   wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11255   xno) ;;
11256   *)   { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11257 This is an error since --with-xcomposite was requested." >&5
11258 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11259 This is an error since --with-xcomposite was requested." >&2;}
11260    { (exit 1); exit 1; }; } ;;
11261 esac
11262 fi
11263
11264
11265                 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11266 $as_echo_n "checking for XICCallback.callback... " >&6; }
11267 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11268   $as_echo_n "(cached) " >&6
11269 else
11270   cat >conftest.$ac_ext <<_ACEOF
11271 /* confdefs.h.  */
11272 _ACEOF
11273 cat confdefs.h >>conftest.$ac_ext
11274 cat >>conftest.$ac_ext <<_ACEOF
11275 /* end confdefs.h.  */
11276 #ifdef HAVE_X11_XLIB_H
11277 #include <X11/Xlib.h>
11278 #endif
11279
11280 int
11281 main ()
11282 {
11283 static XICCallback ac_aggr;
11284 if (ac_aggr.callback)
11285 return 0;
11286   ;
11287   return 0;
11288 }
11289 _ACEOF
11290 rm -f conftest.$ac_objext
11291 if { (ac_try="$ac_compile"
11292 case "(($ac_try" in
11293   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11294   *) ac_try_echo=$ac_try;;
11295 esac
11296 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11297 $as_echo "$ac_try_echo") >&5
11298   (eval "$ac_compile") 2>conftest.er1
11299   ac_status=$?
11300   grep -v '^ *+' conftest.er1 >conftest.err
11301   rm -f conftest.er1
11302   cat conftest.err >&5
11303   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11304   (exit $ac_status); } && {
11305          test -z "$ac_c_werror_flag" ||
11306          test ! -s conftest.err
11307        } && test -s conftest.$ac_objext; then
11308   ac_cv_member_XICCallback_callback=yes
11309 else
11310   $as_echo "$as_me: failed program was:" >&5
11311 sed 's/^/| /' conftest.$ac_ext >&5
11312
11313         cat >conftest.$ac_ext <<_ACEOF
11314 /* confdefs.h.  */
11315 _ACEOF
11316 cat confdefs.h >>conftest.$ac_ext
11317 cat >>conftest.$ac_ext <<_ACEOF
11318 /* end confdefs.h.  */
11319 #ifdef HAVE_X11_XLIB_H
11320 #include <X11/Xlib.h>
11321 #endif
11322
11323 int
11324 main ()
11325 {
11326 static XICCallback ac_aggr;
11327 if (sizeof ac_aggr.callback)
11328 return 0;
11329   ;
11330   return 0;
11331 }
11332 _ACEOF
11333 rm -f conftest.$ac_objext
11334 if { (ac_try="$ac_compile"
11335 case "(($ac_try" in
11336   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11337   *) ac_try_echo=$ac_try;;
11338 esac
11339 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11340 $as_echo "$ac_try_echo") >&5
11341   (eval "$ac_compile") 2>conftest.er1
11342   ac_status=$?
11343   grep -v '^ *+' conftest.er1 >conftest.err
11344   rm -f conftest.er1
11345   cat conftest.err >&5
11346   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11347   (exit $ac_status); } && {
11348          test -z "$ac_c_werror_flag" ||
11349          test ! -s conftest.err
11350        } && test -s conftest.$ac_objext; then
11351   ac_cv_member_XICCallback_callback=yes
11352 else
11353   $as_echo "$as_me: failed program was:" >&5
11354 sed 's/^/| /' conftest.$ac_ext >&5
11355
11356         ac_cv_member_XICCallback_callback=no
11357 fi
11358
11359 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11360 fi
11361
11362 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11363 fi
11364 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11365 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11366 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11367
11368 cat >>confdefs.h <<_ACEOF
11369 #define HAVE_XICCALLBACK_CALLBACK 1
11370 _ACEOF
11371
11372
11373 fi
11374
11375
11376
11377         opengl_msg=""
11378     if test "x$with_opengl" != "xno"
11379     then
11380
11381
11382
11383
11384 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11385 do
11386 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11387 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11388 $as_echo_n "checking for $ac_header... " >&6; }
11389 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11390   $as_echo_n "(cached) " >&6
11391 else
11392   cat >conftest.$ac_ext <<_ACEOF
11393 /* confdefs.h.  */
11394 _ACEOF
11395 cat confdefs.h >>conftest.$ac_ext
11396 cat >>conftest.$ac_ext <<_ACEOF
11397 /* end confdefs.h.  */
11398 #ifdef HAVE_GL_GLX_H
11399 # include <GL/glx.h>
11400 #endif
11401
11402 #include <$ac_header>
11403 _ACEOF
11404 rm -f conftest.$ac_objext
11405 if { (ac_try="$ac_compile"
11406 case "(($ac_try" in
11407   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11408   *) ac_try_echo=$ac_try;;
11409 esac
11410 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11411 $as_echo "$ac_try_echo") >&5
11412   (eval "$ac_compile") 2>conftest.er1
11413   ac_status=$?
11414   grep -v '^ *+' conftest.er1 >conftest.err
11415   rm -f conftest.er1
11416   cat conftest.err >&5
11417   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11418   (exit $ac_status); } && {
11419          test -z "$ac_c_werror_flag" ||
11420          test ! -s conftest.err
11421        } && test -s conftest.$ac_objext; then
11422   eval "$as_ac_Header=yes"
11423 else
11424   $as_echo "$as_me: failed program was:" >&5
11425 sed 's/^/| /' conftest.$ac_ext >&5
11426
11427         eval "$as_ac_Header=no"
11428 fi
11429
11430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11431 fi
11432 ac_res=`eval 'as_val=${'$as_ac_Header'}
11433                  $as_echo "$as_val"'`
11434                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11435 $as_echo "$ac_res" >&6; }
11436 as_val=`eval 'as_val=${'$as_ac_Header'}
11437                  $as_echo "$as_val"'`
11438    if test "x$as_val" = x""yes; then
11439   cat >>confdefs.h <<_ACEOF
11440 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11441 _ACEOF
11442
11443 fi
11444
11445 done
11446
11447         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11448         then
11449                     { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11450 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11451 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11452   $as_echo_n "(cached) " >&6
11453 else
11454   cat >conftest.$ac_ext <<_ACEOF
11455 /* confdefs.h.  */
11456 _ACEOF
11457 cat confdefs.h >>conftest.$ac_ext
11458 cat >>conftest.$ac_ext <<_ACEOF
11459 /* end confdefs.h.  */
11460 #include <GL/gl.h>
11461 int
11462 main ()
11463 {
11464 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11465   ;
11466   return 0;
11467 }
11468 _ACEOF
11469 rm -f conftest.$ac_objext
11470 if { (ac_try="$ac_compile"
11471 case "(($ac_try" in
11472   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11473   *) ac_try_echo=$ac_try;;
11474 esac
11475 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11476 $as_echo "$ac_try_echo") >&5
11477   (eval "$ac_compile") 2>conftest.er1
11478   ac_status=$?
11479   grep -v '^ *+' conftest.er1 >conftest.err
11480   rm -f conftest.er1
11481   cat conftest.err >&5
11482   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11483   (exit $ac_status); } && {
11484          test -z "$ac_c_werror_flag" ||
11485          test ! -s conftest.err
11486        } && test -s conftest.$ac_objext; then
11487   wine_cv_opengl_header_version_OK="yes"
11488 else
11489   $as_echo "$as_me: failed program was:" >&5
11490 sed 's/^/| /' conftest.$ac_ext >&5
11491
11492         wine_cv_opengl_header_version_OK="no"
11493 fi
11494
11495 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11496 fi
11497 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11498 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11499
11500             if test "$wine_cv_opengl_header_version_OK" = "yes"
11501             then
11502                                 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11503 $as_echo_n "checking for -lGL... " >&6; }
11504 if test "${ac_cv_lib_soname_GL+set}" = set; then
11505   $as_echo_n "(cached) " >&6
11506 else
11507   ac_check_soname_save_LIBS=$LIBS
11508 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11509   cat >conftest.$ac_ext <<_ACEOF
11510 /* confdefs.h.  */
11511 _ACEOF
11512 cat confdefs.h >>conftest.$ac_ext
11513 cat >>conftest.$ac_ext <<_ACEOF
11514 /* end confdefs.h.  */
11515
11516 /* Override any GCC internal prototype to avoid an error.
11517    Use char because int might match the return type of a GCC
11518    builtin and then its argument prototype would still apply.  */
11519 #ifdef __cplusplus
11520 extern "C"
11521 #endif
11522 char glXCreateContext ();
11523 int
11524 main ()
11525 {
11526 return glXCreateContext ();
11527   ;
11528   return 0;
11529 }
11530 _ACEOF
11531 rm -f conftest.$ac_objext conftest$ac_exeext
11532 if { (ac_try="$ac_link"
11533 case "(($ac_try" in
11534   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11535   *) ac_try_echo=$ac_try;;
11536 esac
11537 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11538 $as_echo "$ac_try_echo") >&5
11539   (eval "$ac_link") 2>conftest.er1
11540   ac_status=$?
11541   grep -v '^ *+' conftest.er1 >conftest.err
11542   rm -f conftest.er1
11543   cat conftest.err >&5
11544   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11545   (exit $ac_status); } && {
11546          test -z "$ac_c_werror_flag" ||
11547          test ! -s conftest.err
11548        } && test -s conftest$ac_exeext && {
11549          test "$cross_compiling" = yes ||
11550          $as_test_x conftest$ac_exeext
11551        }; then
11552   case "$LIBEXT" in
11553     dll) ;;
11554     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'` ;;
11555     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11556   esac
11557 else
11558   $as_echo "$as_me: failed program was:" >&5
11559 sed 's/^/| /' conftest.$ac_ext >&5
11560
11561
11562 fi
11563
11564 rm -rf conftest.dSYM
11565 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11566       conftest$ac_exeext conftest.$ac_ext
11567   LIBS=$ac_check_soname_save_LIBS
11568 fi
11569 if test "x$ac_cv_lib_soname_GL" = "x"; then
11570   { $as_echo "$as_me:$LINENO: result: not found" >&5
11571 $as_echo "not found" >&6; }
11572        { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11573 $as_echo_n "checking for -lGL... " >&6; }
11574 if test "${ac_cv_lib_soname_GL+set}" = set; then
11575   $as_echo_n "(cached) " >&6
11576 else
11577   ac_check_soname_save_LIBS=$LIBS
11578 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib $LIBS"
11579   cat >conftest.$ac_ext <<_ACEOF
11580 /* confdefs.h.  */
11581 _ACEOF
11582 cat confdefs.h >>conftest.$ac_ext
11583 cat >>conftest.$ac_ext <<_ACEOF
11584 /* end confdefs.h.  */
11585
11586 /* Override any GCC internal prototype to avoid an error.
11587    Use char because int might match the return type of a GCC
11588    builtin and then its argument prototype would still apply.  */
11589 #ifdef __cplusplus
11590 extern "C"
11591 #endif
11592 char glXCreateContext ();
11593 int
11594 main ()
11595 {
11596 return glXCreateContext ();
11597   ;
11598   return 0;
11599 }
11600 _ACEOF
11601 rm -f conftest.$ac_objext conftest$ac_exeext
11602 if { (ac_try="$ac_link"
11603 case "(($ac_try" in
11604   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11605   *) ac_try_echo=$ac_try;;
11606 esac
11607 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11608 $as_echo "$ac_try_echo") >&5
11609   (eval "$ac_link") 2>conftest.er1
11610   ac_status=$?
11611   grep -v '^ *+' conftest.er1 >conftest.err
11612   rm -f conftest.er1
11613   cat conftest.err >&5
11614   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11615   (exit $ac_status); } && {
11616          test -z "$ac_c_werror_flag" ||
11617          test ! -s conftest.err
11618        } && test -s conftest$ac_exeext && {
11619          test "$cross_compiling" = yes ||
11620          $as_test_x conftest$ac_exeext
11621        }; then
11622   case "$LIBEXT" in
11623     dll) ;;
11624     dylib) ac_cv_lib_soname_GL=`otool -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11625     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11626   esac
11627 else
11628   $as_echo "$as_me: failed program was:" >&5
11629 sed 's/^/| /' conftest.$ac_ext >&5
11630
11631
11632 fi
11633
11634 rm -rf conftest.dSYM
11635 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11636       conftest$ac_exeext conftest.$ac_ext
11637   LIBS=$ac_check_soname_save_LIBS
11638 fi
11639 if test "x$ac_cv_lib_soname_GL" = "x"; then
11640   { $as_echo "$as_me:$LINENO: result: not found" >&5
11641 $as_echo "not found" >&6; }
11642        if test -f /usr/X11R6/lib/libGL.a
11643                                     then
11644                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11645 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11646                                     else
11647                                         opengl_msg="No OpenGL library found on this system."
11648                                     fi
11649 else
11650   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11651 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11652
11653 cat >>confdefs.h <<_ACEOF
11654 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11655 _ACEOF
11656
11657        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"
11658
11659 cat >>confdefs.h <<\_ACEOF
11660 #define HAVE_OPENGL 1
11661 _ACEOF
11662
11663 fi
11664
11665 else
11666   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11667 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11668
11669 cat >>confdefs.h <<_ACEOF
11670 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11671 _ACEOF
11672
11673        OPENGL_LIBS="-lGL"
11674
11675 cat >>confdefs.h <<\_ACEOF
11676 #define HAVE_OPENGL 1
11677 _ACEOF
11678
11679 fi
11680
11681                  if test "$ac_cv_header_GL_glu_h" = "yes"
11682                  then
11683                     { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11684 $as_echo_n "checking for -lGLU... " >&6; }
11685 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11686   $as_echo_n "(cached) " >&6
11687 else
11688   ac_check_soname_save_LIBS=$LIBS
11689 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11690   cat >conftest.$ac_ext <<_ACEOF
11691 /* confdefs.h.  */
11692 _ACEOF
11693 cat confdefs.h >>conftest.$ac_ext
11694 cat >>conftest.$ac_ext <<_ACEOF
11695 /* end confdefs.h.  */
11696
11697 /* Override any GCC internal prototype to avoid an error.
11698    Use char because int might match the return type of a GCC
11699    builtin and then its argument prototype would still apply.  */
11700 #ifdef __cplusplus
11701 extern "C"
11702 #endif
11703 char gluLookAt ();
11704 int
11705 main ()
11706 {
11707 return gluLookAt ();
11708   ;
11709   return 0;
11710 }
11711 _ACEOF
11712 rm -f conftest.$ac_objext conftest$ac_exeext
11713 if { (ac_try="$ac_link"
11714 case "(($ac_try" in
11715   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11716   *) ac_try_echo=$ac_try;;
11717 esac
11718 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11719 $as_echo "$ac_try_echo") >&5
11720   (eval "$ac_link") 2>conftest.er1
11721   ac_status=$?
11722   grep -v '^ *+' conftest.er1 >conftest.err
11723   rm -f conftest.er1
11724   cat conftest.err >&5
11725   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11726   (exit $ac_status); } && {
11727          test -z "$ac_c_werror_flag" ||
11728          test ! -s conftest.err
11729        } && test -s conftest$ac_exeext && {
11730          test "$cross_compiling" = yes ||
11731          $as_test_x conftest$ac_exeext
11732        }; then
11733   case "$LIBEXT" in
11734     dll) ;;
11735     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'` ;;
11736     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
11737   esac
11738 else
11739   $as_echo "$as_me: failed program was:" >&5
11740 sed 's/^/| /' conftest.$ac_ext >&5
11741
11742
11743 fi
11744
11745 rm -rf conftest.dSYM
11746 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11747       conftest$ac_exeext conftest.$ac_ext
11748   LIBS=$ac_check_soname_save_LIBS
11749 fi
11750 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11751   { $as_echo "$as_me:$LINENO: result: not found" >&5
11752 $as_echo "not found" >&6; }
11753
11754 else
11755   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11756 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11757
11758 cat >>confdefs.h <<_ACEOF
11759 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11760 _ACEOF
11761
11762
11763 fi
11764
11765                  fi
11766                  if test "x$ac_cv_lib_soname_GLU" = "x"; then
11767   case "x$with_glu" in
11768   x)   wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11769   xno) ;;
11770   *)   { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11771 This is an error since --with-glu was requested." >&5
11772 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11773 This is an error since --with-glu was requested." >&2;}
11774    { (exit 1); exit 1; }; } ;;
11775 esac
11776 fi
11777
11778              else
11779                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11780              fi
11781          else
11782              opengl_msg="OpenGL development headers not found."
11783          fi
11784          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11785          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11786     else
11787          enable_opengl32=${enable_opengl32:-no}
11788          enable_glu32=${enable_glu32:-no}
11789     fi
11790     if test -n "$opengl_msg"; then
11791   case "x$with_opengl" in
11792   x)   wine_warnings="$wine_warnings|$opengl_msg
11793 OpenGL and Direct3D won't be supported." ;;
11794   xno) ;;
11795   *)   { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11796 OpenGL and Direct3D won't be supported.
11797 This is an error since --with-opengl was requested." >&5
11798 $as_echo "$as_me: error: $opengl_msg
11799 OpenGL and Direct3D won't be supported.
11800 This is an error since --with-opengl was requested." >&2;}
11801    { (exit 1); exit 1; }; } ;;
11802 esac
11803 fi
11804
11805
11806         NASLIBS=""
11807
11808
11809 for ac_header in audio/audiolib.h
11810 do
11811 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11812 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11813   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11814 $as_echo_n "checking for $ac_header... " >&6; }
11815 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11816   $as_echo_n "(cached) " >&6
11817 fi
11818 ac_res=`eval 'as_val=${'$as_ac_Header'}
11819                  $as_echo "$as_val"'`
11820                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11821 $as_echo "$ac_res" >&6; }
11822 else
11823   # Is the header compilable?
11824 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11825 $as_echo_n "checking $ac_header usability... " >&6; }
11826 cat >conftest.$ac_ext <<_ACEOF
11827 /* confdefs.h.  */
11828 _ACEOF
11829 cat confdefs.h >>conftest.$ac_ext
11830 cat >>conftest.$ac_ext <<_ACEOF
11831 /* end confdefs.h.  */
11832 $ac_includes_default
11833 #include <$ac_header>
11834 _ACEOF
11835 rm -f conftest.$ac_objext
11836 if { (ac_try="$ac_compile"
11837 case "(($ac_try" in
11838   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11839   *) ac_try_echo=$ac_try;;
11840 esac
11841 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11842 $as_echo "$ac_try_echo") >&5
11843   (eval "$ac_compile") 2>conftest.er1
11844   ac_status=$?
11845   grep -v '^ *+' conftest.er1 >conftest.err
11846   rm -f conftest.er1
11847   cat conftest.err >&5
11848   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11849   (exit $ac_status); } && {
11850          test -z "$ac_c_werror_flag" ||
11851          test ! -s conftest.err
11852        } && test -s conftest.$ac_objext; then
11853   ac_header_compiler=yes
11854 else
11855   $as_echo "$as_me: failed program was:" >&5
11856 sed 's/^/| /' conftest.$ac_ext >&5
11857
11858         ac_header_compiler=no
11859 fi
11860
11861 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11862 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11863 $as_echo "$ac_header_compiler" >&6; }
11864
11865 # Is the header present?
11866 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11867 $as_echo_n "checking $ac_header presence... " >&6; }
11868 cat >conftest.$ac_ext <<_ACEOF
11869 /* confdefs.h.  */
11870 _ACEOF
11871 cat confdefs.h >>conftest.$ac_ext
11872 cat >>conftest.$ac_ext <<_ACEOF
11873 /* end confdefs.h.  */
11874 #include <$ac_header>
11875 _ACEOF
11876 if { (ac_try="$ac_cpp conftest.$ac_ext"
11877 case "(($ac_try" in
11878   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11879   *) ac_try_echo=$ac_try;;
11880 esac
11881 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11882 $as_echo "$ac_try_echo") >&5
11883   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11884   ac_status=$?
11885   grep -v '^ *+' conftest.er1 >conftest.err
11886   rm -f conftest.er1
11887   cat conftest.err >&5
11888   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11889   (exit $ac_status); } >/dev/null && {
11890          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11891          test ! -s conftest.err
11892        }; then
11893   ac_header_preproc=yes
11894 else
11895   $as_echo "$as_me: failed program was:" >&5
11896 sed 's/^/| /' conftest.$ac_ext >&5
11897
11898   ac_header_preproc=no
11899 fi
11900
11901 rm -f conftest.err conftest.$ac_ext
11902 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11903 $as_echo "$ac_header_preproc" >&6; }
11904
11905 # So?  What about this header?
11906 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11907   yes:no: )
11908     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11909 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11910     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11911 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11912     ac_header_preproc=yes
11913     ;;
11914   no:yes:* )
11915     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11916 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11917     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
11918 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
11919     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11920 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11921     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
11922 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
11923     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11924 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11925     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11926 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11927     ( cat <<\_ASBOX
11928 ## ------------------------------------ ##
11929 ## Report this to wine-devel@winehq.org ##
11930 ## ------------------------------------ ##
11931 _ASBOX
11932      ) | sed "s/^/$as_me: WARNING:     /" >&2
11933     ;;
11934 esac
11935 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11936 $as_echo_n "checking for $ac_header... " >&6; }
11937 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11938   $as_echo_n "(cached) " >&6
11939 else
11940   eval "$as_ac_Header=\$ac_header_preproc"
11941 fi
11942 ac_res=`eval 'as_val=${'$as_ac_Header'}
11943                  $as_echo "$as_val"'`
11944                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11945 $as_echo "$ac_res" >&6; }
11946
11947 fi
11948 as_val=`eval 'as_val=${'$as_ac_Header'}
11949                  $as_echo "$as_val"'`
11950    if test "x$as_val" = x""yes; then
11951   cat >>confdefs.h <<_ACEOF
11952 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11953 _ACEOF
11954
11955 for ac_header in audio/soundlib.h
11956 do
11957 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11958 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11959 $as_echo_n "checking for $ac_header... " >&6; }
11960 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11961   $as_echo_n "(cached) " >&6
11962 else
11963   cat >conftest.$ac_ext <<_ACEOF
11964 /* confdefs.h.  */
11965 _ACEOF
11966 cat confdefs.h >>conftest.$ac_ext
11967 cat >>conftest.$ac_ext <<_ACEOF
11968 /* end confdefs.h.  */
11969 #include <audio/audiolib.h>
11970
11971 #include <$ac_header>
11972 _ACEOF
11973 rm -f conftest.$ac_objext
11974 if { (ac_try="$ac_compile"
11975 case "(($ac_try" in
11976   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11977   *) ac_try_echo=$ac_try;;
11978 esac
11979 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11980 $as_echo "$ac_try_echo") >&5
11981   (eval "$ac_compile") 2>conftest.er1
11982   ac_status=$?
11983   grep -v '^ *+' conftest.er1 >conftest.err
11984   rm -f conftest.er1
11985   cat conftest.err >&5
11986   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11987   (exit $ac_status); } && {
11988          test -z "$ac_c_werror_flag" ||
11989          test ! -s conftest.err
11990        } && test -s conftest.$ac_objext; then
11991   eval "$as_ac_Header=yes"
11992 else
11993   $as_echo "$as_me: failed program was:" >&5
11994 sed 's/^/| /' conftest.$ac_ext >&5
11995
11996         eval "$as_ac_Header=no"
11997 fi
11998
11999 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12000 fi
12001 ac_res=`eval 'as_val=${'$as_ac_Header'}
12002                  $as_echo "$as_val"'`
12003                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12004 $as_echo "$ac_res" >&6; }
12005 as_val=`eval 'as_val=${'$as_ac_Header'}
12006                  $as_echo "$as_val"'`
12007    if test "x$as_val" = x""yes; then
12008   cat >>confdefs.h <<_ACEOF
12009 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12010 _ACEOF
12011
12012 fi
12013
12014 done
12015
12016           { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12017 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12018 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12019   $as_echo_n "(cached) " >&6
12020 else
12021   ac_check_lib_save_LIBS=$LIBS
12022 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12023 cat >conftest.$ac_ext <<_ACEOF
12024 /* confdefs.h.  */
12025 _ACEOF
12026 cat confdefs.h >>conftest.$ac_ext
12027 cat >>conftest.$ac_ext <<_ACEOF
12028 /* end confdefs.h.  */
12029
12030 /* Override any GCC internal prototype to avoid an error.
12031    Use char because int might match the return type of a GCC
12032    builtin and then its argument prototype would still apply.  */
12033 #ifdef __cplusplus
12034 extern "C"
12035 #endif
12036 char AuCreateFlow ();
12037 int
12038 main ()
12039 {
12040 return AuCreateFlow ();
12041   ;
12042   return 0;
12043 }
12044 _ACEOF
12045 rm -f conftest.$ac_objext conftest$ac_exeext
12046 if { (ac_try="$ac_link"
12047 case "(($ac_try" in
12048   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12049   *) ac_try_echo=$ac_try;;
12050 esac
12051 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12052 $as_echo "$ac_try_echo") >&5
12053   (eval "$ac_link") 2>conftest.er1
12054   ac_status=$?
12055   grep -v '^ *+' conftest.er1 >conftest.err
12056   rm -f conftest.er1
12057   cat conftest.err >&5
12058   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12059   (exit $ac_status); } && {
12060          test -z "$ac_c_werror_flag" ||
12061          test ! -s conftest.err
12062        } && test -s conftest$ac_exeext && {
12063          test "$cross_compiling" = yes ||
12064          $as_test_x conftest$ac_exeext
12065        }; then
12066   ac_cv_lib_audio_AuCreateFlow=yes
12067 else
12068   $as_echo "$as_me: failed program was:" >&5
12069 sed 's/^/| /' conftest.$ac_ext >&5
12070
12071         ac_cv_lib_audio_AuCreateFlow=no
12072 fi
12073
12074 rm -rf conftest.dSYM
12075 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12076       conftest$ac_exeext conftest.$ac_ext
12077 LIBS=$ac_check_lib_save_LIBS
12078 fi
12079 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12080 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12081 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12082
12083 cat >>confdefs.h <<\_ACEOF
12084 #define HAVE_NAS 1
12085 _ACEOF
12086
12087                         { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12088 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12089 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12090   $as_echo_n "(cached) " >&6
12091 else
12092   ac_check_lib_save_LIBS=$LIBS
12093 LIBS="-lXau $X_LIBS $LIBS"
12094 cat >conftest.$ac_ext <<_ACEOF
12095 /* confdefs.h.  */
12096 _ACEOF
12097 cat confdefs.h >>conftest.$ac_ext
12098 cat >>conftest.$ac_ext <<_ACEOF
12099 /* end confdefs.h.  */
12100
12101 /* Override any GCC internal prototype to avoid an error.
12102    Use char because int might match the return type of a GCC
12103    builtin and then its argument prototype would still apply.  */
12104 #ifdef __cplusplus
12105 extern "C"
12106 #endif
12107 char XauGetBestAuthByAddr ();
12108 int
12109 main ()
12110 {
12111 return XauGetBestAuthByAddr ();
12112   ;
12113   return 0;
12114 }
12115 _ACEOF
12116 rm -f conftest.$ac_objext conftest$ac_exeext
12117 if { (ac_try="$ac_link"
12118 case "(($ac_try" in
12119   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12120   *) ac_try_echo=$ac_try;;
12121 esac
12122 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12123 $as_echo "$ac_try_echo") >&5
12124   (eval "$ac_link") 2>conftest.er1
12125   ac_status=$?
12126   grep -v '^ *+' conftest.er1 >conftest.err
12127   rm -f conftest.er1
12128   cat conftest.err >&5
12129   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12130   (exit $ac_status); } && {
12131          test -z "$ac_c_werror_flag" ||
12132          test ! -s conftest.err
12133        } && test -s conftest$ac_exeext && {
12134          test "$cross_compiling" = yes ||
12135          $as_test_x conftest$ac_exeext
12136        }; then
12137   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12138 else
12139   $as_echo "$as_me: failed program was:" >&5
12140 sed 's/^/| /' conftest.$ac_ext >&5
12141
12142         ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12143 fi
12144
12145 rm -rf conftest.dSYM
12146 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12147       conftest$ac_exeext conftest.$ac_ext
12148 LIBS=$ac_check_lib_save_LIBS
12149 fi
12150 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12151 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12152 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12153   NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12154 else
12155   NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12156 fi
12157
12158
12159 fi
12160
12161 fi
12162
12163 done
12164
12165
12166     CPPFLAGS="$ac_save_CPPFLAGS"
12167 else
12168     XLIB=""
12169     X_CFLAGS=""
12170     X_LIBS=""
12171     enable_winex11_drv=${enable_winex11_drv:-no}
12172     enable_opengl32=${enable_opengl32:-no}
12173     enable_glu32=${enable_glu32:-no}
12174 fi
12175 if test "x$XLIB" = "x"; then
12176   case "x$with_x" in
12177   xno) ;;
12178   *)   { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12179 without X support, which probably isn't what you want. You will need to install
12180 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12181 Use the --without-x option if you really want this." >&5
12182 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12183 without X support, which probably isn't what you want. You will need to install
12184 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12185 Use the --without-x option if you really want this." >&2;}
12186    { (exit 1); exit 1; }; } ;;
12187 esac
12188 fi
12189
12190
12191
12192 XML2LIBS=""
12193
12194 XML2INCL=""
12195
12196 XSLTINCL=""
12197
12198 if test "x$with_xml" != "xno"
12199 then
12200     ac_save_CPPFLAGS="$CPPFLAGS"
12201     if test "$PKG_CONFIG" != "false"
12202     then
12203         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12204         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12205     else
12206         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12207         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
12208     fi
12209     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12210
12211 for ac_header in libxml/parser.h
12212 do
12213 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12214 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12215   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12216 $as_echo_n "checking for $ac_header... " >&6; }
12217 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12218   $as_echo_n "(cached) " >&6
12219 fi
12220 ac_res=`eval 'as_val=${'$as_ac_Header'}
12221                  $as_echo "$as_val"'`
12222                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12223 $as_echo "$ac_res" >&6; }
12224 else
12225   # Is the header compilable?
12226 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12227 $as_echo_n "checking $ac_header usability... " >&6; }
12228 cat >conftest.$ac_ext <<_ACEOF
12229 /* confdefs.h.  */
12230 _ACEOF
12231 cat confdefs.h >>conftest.$ac_ext
12232 cat >>conftest.$ac_ext <<_ACEOF
12233 /* end confdefs.h.  */
12234 $ac_includes_default
12235 #include <$ac_header>
12236 _ACEOF
12237 rm -f conftest.$ac_objext
12238 if { (ac_try="$ac_compile"
12239 case "(($ac_try" in
12240   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12241   *) ac_try_echo=$ac_try;;
12242 esac
12243 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12244 $as_echo "$ac_try_echo") >&5
12245   (eval "$ac_compile") 2>conftest.er1
12246   ac_status=$?
12247   grep -v '^ *+' conftest.er1 >conftest.err
12248   rm -f conftest.er1
12249   cat conftest.err >&5
12250   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12251   (exit $ac_status); } && {
12252          test -z "$ac_c_werror_flag" ||
12253          test ! -s conftest.err
12254        } && test -s conftest.$ac_objext; then
12255   ac_header_compiler=yes
12256 else
12257   $as_echo "$as_me: failed program was:" >&5
12258 sed 's/^/| /' conftest.$ac_ext >&5
12259
12260         ac_header_compiler=no
12261 fi
12262
12263 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12264 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12265 $as_echo "$ac_header_compiler" >&6; }
12266
12267 # Is the header present?
12268 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12269 $as_echo_n "checking $ac_header presence... " >&6; }
12270 cat >conftest.$ac_ext <<_ACEOF
12271 /* confdefs.h.  */
12272 _ACEOF
12273 cat confdefs.h >>conftest.$ac_ext
12274 cat >>conftest.$ac_ext <<_ACEOF
12275 /* end confdefs.h.  */
12276 #include <$ac_header>
12277 _ACEOF
12278 if { (ac_try="$ac_cpp conftest.$ac_ext"
12279 case "(($ac_try" in
12280   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12281   *) ac_try_echo=$ac_try;;
12282 esac
12283 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12284 $as_echo "$ac_try_echo") >&5
12285   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12286   ac_status=$?
12287   grep -v '^ *+' conftest.er1 >conftest.err
12288   rm -f conftest.er1
12289   cat conftest.err >&5
12290   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12291   (exit $ac_status); } >/dev/null && {
12292          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12293          test ! -s conftest.err
12294        }; then
12295   ac_header_preproc=yes
12296 else
12297   $as_echo "$as_me: failed program was:" >&5
12298 sed 's/^/| /' conftest.$ac_ext >&5
12299
12300   ac_header_preproc=no
12301 fi
12302
12303 rm -f conftest.err conftest.$ac_ext
12304 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12305 $as_echo "$ac_header_preproc" >&6; }
12306
12307 # So?  What about this header?
12308 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12309   yes:no: )
12310     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12311 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12312     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12313 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12314     ac_header_preproc=yes
12315     ;;
12316   no:yes:* )
12317     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12318 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12319     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12320 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12321     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12322 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12323     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12324 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12325     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12326 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12327     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12328 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12329     ( cat <<\_ASBOX
12330 ## ------------------------------------ ##
12331 ## Report this to wine-devel@winehq.org ##
12332 ## ------------------------------------ ##
12333 _ASBOX
12334      ) | sed "s/^/$as_me: WARNING:     /" >&2
12335     ;;
12336 esac
12337 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12338 $as_echo_n "checking for $ac_header... " >&6; }
12339 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12340   $as_echo_n "(cached) " >&6
12341 else
12342   eval "$as_ac_Header=\$ac_header_preproc"
12343 fi
12344 ac_res=`eval 'as_val=${'$as_ac_Header'}
12345                  $as_echo "$as_val"'`
12346                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12347 $as_echo "$ac_res" >&6; }
12348
12349 fi
12350 as_val=`eval 'as_val=${'$as_ac_Header'}
12351                  $as_echo "$as_val"'`
12352    if test "x$as_val" = x""yes; then
12353   cat >>confdefs.h <<_ACEOF
12354 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12355 _ACEOF
12356  { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12357 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12358 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12359   $as_echo_n "(cached) " >&6
12360 else
12361   ac_check_lib_save_LIBS=$LIBS
12362 LIBS="-lxml2 $ac_xml_libs $LIBS"
12363 cat >conftest.$ac_ext <<_ACEOF
12364 /* confdefs.h.  */
12365 _ACEOF
12366 cat confdefs.h >>conftest.$ac_ext
12367 cat >>conftest.$ac_ext <<_ACEOF
12368 /* end confdefs.h.  */
12369
12370 /* Override any GCC internal prototype to avoid an error.
12371    Use char because int might match the return type of a GCC
12372    builtin and then its argument prototype would still apply.  */
12373 #ifdef __cplusplus
12374 extern "C"
12375 #endif
12376 char xmlParseMemory ();
12377 int
12378 main ()
12379 {
12380 return xmlParseMemory ();
12381   ;
12382   return 0;
12383 }
12384 _ACEOF
12385 rm -f conftest.$ac_objext conftest$ac_exeext
12386 if { (ac_try="$ac_link"
12387 case "(($ac_try" in
12388   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12389   *) ac_try_echo=$ac_try;;
12390 esac
12391 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12392 $as_echo "$ac_try_echo") >&5
12393   (eval "$ac_link") 2>conftest.er1
12394   ac_status=$?
12395   grep -v '^ *+' conftest.er1 >conftest.err
12396   rm -f conftest.er1
12397   cat conftest.err >&5
12398   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12399   (exit $ac_status); } && {
12400          test -z "$ac_c_werror_flag" ||
12401          test ! -s conftest.err
12402        } && test -s conftest$ac_exeext && {
12403          test "$cross_compiling" = yes ||
12404          $as_test_x conftest$ac_exeext
12405        }; then
12406   ac_cv_lib_xml2_xmlParseMemory=yes
12407 else
12408   $as_echo "$as_me: failed program was:" >&5
12409 sed 's/^/| /' conftest.$ac_ext >&5
12410
12411         ac_cv_lib_xml2_xmlParseMemory=no
12412 fi
12413
12414 rm -rf conftest.dSYM
12415 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12416       conftest$ac_exeext conftest.$ac_ext
12417 LIBS=$ac_check_lib_save_LIBS
12418 fi
12419 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12420 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12421 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12422
12423 cat >>confdefs.h <<\_ACEOF
12424 #define HAVE_LIBXML2 1
12425 _ACEOF
12426
12427                  XML2LIBS="$ac_xml_libs"
12428                  XML2INCL="$ac_xml_cflags"
12429 fi
12430
12431              { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12432 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12433 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12434   $as_echo_n "(cached) " >&6
12435 else
12436   ac_check_lib_save_LIBS=$LIBS
12437 LIBS="-lxml2 $ac_xml_libs $LIBS"
12438 cat >conftest.$ac_ext <<_ACEOF
12439 /* confdefs.h.  */
12440 _ACEOF
12441 cat confdefs.h >>conftest.$ac_ext
12442 cat >>conftest.$ac_ext <<_ACEOF
12443 /* end confdefs.h.  */
12444
12445 /* Override any GCC internal prototype to avoid an error.
12446    Use char because int might match the return type of a GCC
12447    builtin and then its argument prototype would still apply.  */
12448 #ifdef __cplusplus
12449 extern "C"
12450 #endif
12451 char xmlReadMemory ();
12452 int
12453 main ()
12454 {
12455 return xmlReadMemory ();
12456   ;
12457   return 0;
12458 }
12459 _ACEOF
12460 rm -f conftest.$ac_objext conftest$ac_exeext
12461 if { (ac_try="$ac_link"
12462 case "(($ac_try" in
12463   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12464   *) ac_try_echo=$ac_try;;
12465 esac
12466 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12467 $as_echo "$ac_try_echo") >&5
12468   (eval "$ac_link") 2>conftest.er1
12469   ac_status=$?
12470   grep -v '^ *+' conftest.er1 >conftest.err
12471   rm -f conftest.er1
12472   cat conftest.err >&5
12473   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12474   (exit $ac_status); } && {
12475          test -z "$ac_c_werror_flag" ||
12476          test ! -s conftest.err
12477        } && test -s conftest$ac_exeext && {
12478          test "$cross_compiling" = yes ||
12479          $as_test_x conftest$ac_exeext
12480        }; then
12481   ac_cv_lib_xml2_xmlReadMemory=yes
12482 else
12483   $as_echo "$as_me: failed program was:" >&5
12484 sed 's/^/| /' conftest.$ac_ext >&5
12485
12486         ac_cv_lib_xml2_xmlReadMemory=no
12487 fi
12488
12489 rm -rf conftest.dSYM
12490 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12491       conftest$ac_exeext conftest.$ac_ext
12492 LIBS=$ac_check_lib_save_LIBS
12493 fi
12494 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12495 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12496 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12497
12498 cat >>confdefs.h <<\_ACEOF
12499 #define HAVE_XMLREADMEMORY 1
12500 _ACEOF
12501
12502 fi
12503
12504              { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12505 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12506 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12507   $as_echo_n "(cached) " >&6
12508 else
12509   ac_check_lib_save_LIBS=$LIBS
12510 LIBS="-lxml2 $ac_xml_libs $LIBS"
12511 cat >conftest.$ac_ext <<_ACEOF
12512 /* confdefs.h.  */
12513 _ACEOF
12514 cat confdefs.h >>conftest.$ac_ext
12515 cat >>conftest.$ac_ext <<_ACEOF
12516 /* end confdefs.h.  */
12517
12518 /* Override any GCC internal prototype to avoid an error.
12519    Use char because int might match the return type of a GCC
12520    builtin and then its argument prototype would still apply.  */
12521 #ifdef __cplusplus
12522 extern "C"
12523 #endif
12524 char xmlNewDocPI ();
12525 int
12526 main ()
12527 {
12528 return xmlNewDocPI ();
12529   ;
12530   return 0;
12531 }
12532 _ACEOF
12533 rm -f conftest.$ac_objext conftest$ac_exeext
12534 if { (ac_try="$ac_link"
12535 case "(($ac_try" in
12536   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12537   *) ac_try_echo=$ac_try;;
12538 esac
12539 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12540 $as_echo "$ac_try_echo") >&5
12541   (eval "$ac_link") 2>conftest.er1
12542   ac_status=$?
12543   grep -v '^ *+' conftest.er1 >conftest.err
12544   rm -f conftest.er1
12545   cat conftest.err >&5
12546   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12547   (exit $ac_status); } && {
12548          test -z "$ac_c_werror_flag" ||
12549          test ! -s conftest.err
12550        } && test -s conftest$ac_exeext && {
12551          test "$cross_compiling" = yes ||
12552          $as_test_x conftest$ac_exeext
12553        }; then
12554   ac_cv_lib_xml2_xmlNewDocPI=yes
12555 else
12556   $as_echo "$as_me: failed program was:" >&5
12557 sed 's/^/| /' conftest.$ac_ext >&5
12558
12559         ac_cv_lib_xml2_xmlNewDocPI=no
12560 fi
12561
12562 rm -rf conftest.dSYM
12563 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12564       conftest$ac_exeext conftest.$ac_ext
12565 LIBS=$ac_check_lib_save_LIBS
12566 fi
12567 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12568 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12569 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12570
12571 cat >>confdefs.h <<\_ACEOF
12572 #define HAVE_XMLNEWDOCPI 1
12573 _ACEOF
12574
12575 fi
12576
12577
12578 fi
12579
12580 done
12581
12582     CPPFLAGS="$ac_save_CPPFLAGS"
12583 fi
12584 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12585   case "x$with_xml" in
12586   x)   wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12587   xno) ;;
12588   *)   { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12589 This is an error since --with-xml was requested." >&5
12590 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12591 This is an error since --with-xml was requested." >&2;}
12592    { (exit 1); exit 1; }; } ;;
12593 esac
12594 fi
12595
12596
12597 if test "x$with_xslt" != "xno"
12598 then
12599     if test "$PKG_CONFIG" != "false"
12600     then
12601         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12602         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12603     else
12604         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12605         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12606     fi
12607     ac_save_CPPFLAGS="$CPPFLAGS"
12608     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12609
12610
12611 for ac_header in libxslt/pattern.h libxslt/transform.h
12612 do
12613 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12614 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12615 $as_echo_n "checking for $ac_header... " >&6; }
12616 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12617   $as_echo_n "(cached) " >&6
12618 else
12619   cat >conftest.$ac_ext <<_ACEOF
12620 /* confdefs.h.  */
12621 _ACEOF
12622 cat confdefs.h >>conftest.$ac_ext
12623 cat >>conftest.$ac_ext <<_ACEOF
12624 /* end confdefs.h.  */
12625 #ifdef HAVE_LIBXSLT_PATTERN_H
12626 # include <libxslt/pattern.h>
12627 #endif
12628
12629 #include <$ac_header>
12630 _ACEOF
12631 rm -f conftest.$ac_objext
12632 if { (ac_try="$ac_compile"
12633 case "(($ac_try" in
12634   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12635   *) ac_try_echo=$ac_try;;
12636 esac
12637 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12638 $as_echo "$ac_try_echo") >&5
12639   (eval "$ac_compile") 2>conftest.er1
12640   ac_status=$?
12641   grep -v '^ *+' conftest.er1 >conftest.err
12642   rm -f conftest.er1
12643   cat conftest.err >&5
12644   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12645   (exit $ac_status); } && {
12646          test -z "$ac_c_werror_flag" ||
12647          test ! -s conftest.err
12648        } && test -s conftest.$ac_objext; then
12649   eval "$as_ac_Header=yes"
12650 else
12651   $as_echo "$as_me: failed program was:" >&5
12652 sed 's/^/| /' conftest.$ac_ext >&5
12653
12654         eval "$as_ac_Header=no"
12655 fi
12656
12657 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12658 fi
12659 ac_res=`eval 'as_val=${'$as_ac_Header'}
12660                  $as_echo "$as_val"'`
12661                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12662 $as_echo "$ac_res" >&6; }
12663 as_val=`eval 'as_val=${'$as_ac_Header'}
12664                  $as_echo "$as_val"'`
12665    if test "x$as_val" = x""yes; then
12666   cat >>confdefs.h <<_ACEOF
12667 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12668 _ACEOF
12669
12670 fi
12671
12672 done
12673
12674     CPPFLAGS="$ac_save_CPPFLAGS"
12675     if test "$ac_cv_header_libxslt_transform_h" = "yes"
12676     then
12677         { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12678 $as_echo_n "checking for -lxslt... " >&6; }
12679 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12680   $as_echo_n "(cached) " >&6
12681 else
12682   ac_check_soname_save_LIBS=$LIBS
12683 LIBS="-lxslt $ac_xslt_libs $LIBS"
12684   cat >conftest.$ac_ext <<_ACEOF
12685 /* confdefs.h.  */
12686 _ACEOF
12687 cat confdefs.h >>conftest.$ac_ext
12688 cat >>conftest.$ac_ext <<_ACEOF
12689 /* end confdefs.h.  */
12690
12691 /* Override any GCC internal prototype to avoid an error.
12692    Use char because int might match the return type of a GCC
12693    builtin and then its argument prototype would still apply.  */
12694 #ifdef __cplusplus
12695 extern "C"
12696 #endif
12697 char xsltCompilePattern ();
12698 int
12699 main ()
12700 {
12701 return xsltCompilePattern ();
12702   ;
12703   return 0;
12704 }
12705 _ACEOF
12706 rm -f conftest.$ac_objext conftest$ac_exeext
12707 if { (ac_try="$ac_link"
12708 case "(($ac_try" in
12709   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12710   *) ac_try_echo=$ac_try;;
12711 esac
12712 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12713 $as_echo "$ac_try_echo") >&5
12714   (eval "$ac_link") 2>conftest.er1
12715   ac_status=$?
12716   grep -v '^ *+' conftest.er1 >conftest.err
12717   rm -f conftest.er1
12718   cat conftest.err >&5
12719   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12720   (exit $ac_status); } && {
12721          test -z "$ac_c_werror_flag" ||
12722          test ! -s conftest.err
12723        } && test -s conftest$ac_exeext && {
12724          test "$cross_compiling" = yes ||
12725          $as_test_x conftest$ac_exeext
12726        }; then
12727   case "$LIBEXT" in
12728     dll) ;;
12729     dylib) ac_cv_lib_soname_xslt=`otool -L conftest$ac_exeext | grep "libxslt\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libxslt\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12730     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
12731   esac
12732 else
12733   $as_echo "$as_me: failed program was:" >&5
12734 sed 's/^/| /' conftest.$ac_ext >&5
12735
12736
12737 fi
12738
12739 rm -rf conftest.dSYM
12740 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12741       conftest$ac_exeext conftest.$ac_ext
12742   LIBS=$ac_check_soname_save_LIBS
12743 fi
12744 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12745   { $as_echo "$as_me:$LINENO: result: not found" >&5
12746 $as_echo "not found" >&6; }
12747
12748 else
12749   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12750 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12751
12752 cat >>confdefs.h <<_ACEOF
12753 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12754 _ACEOF
12755
12756        XSLTINCL="$ac_xslt_cflags"
12757 fi
12758
12759     fi
12760 fi
12761 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12762   case "x$with_xslt" in
12763   x)   wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12764   xno) ;;
12765   *)   { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12766 This is an error since --with-xslt was requested." >&5
12767 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12768 This is an error since --with-xslt was requested." >&2;}
12769    { (exit 1); exit 1; }; } ;;
12770 esac
12771 fi
12772
12773
12774 HALINCL=""
12775
12776 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12777 then
12778     ac_save_CPPFLAGS="$CPPFLAGS"
12779     ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12780     ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12781     CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12782
12783
12784 for ac_header in dbus/dbus.h hal/libhal.h
12785 do
12786 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12787 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12788   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12789 $as_echo_n "checking for $ac_header... " >&6; }
12790 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12791   $as_echo_n "(cached) " >&6
12792 fi
12793 ac_res=`eval 'as_val=${'$as_ac_Header'}
12794                  $as_echo "$as_val"'`
12795                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12796 $as_echo "$ac_res" >&6; }
12797 else
12798   # Is the header compilable?
12799 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12800 $as_echo_n "checking $ac_header usability... " >&6; }
12801 cat >conftest.$ac_ext <<_ACEOF
12802 /* confdefs.h.  */
12803 _ACEOF
12804 cat confdefs.h >>conftest.$ac_ext
12805 cat >>conftest.$ac_ext <<_ACEOF
12806 /* end confdefs.h.  */
12807 $ac_includes_default
12808 #include <$ac_header>
12809 _ACEOF
12810 rm -f conftest.$ac_objext
12811 if { (ac_try="$ac_compile"
12812 case "(($ac_try" in
12813   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12814   *) ac_try_echo=$ac_try;;
12815 esac
12816 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12817 $as_echo "$ac_try_echo") >&5
12818   (eval "$ac_compile") 2>conftest.er1
12819   ac_status=$?
12820   grep -v '^ *+' conftest.er1 >conftest.err
12821   rm -f conftest.er1
12822   cat conftest.err >&5
12823   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12824   (exit $ac_status); } && {
12825          test -z "$ac_c_werror_flag" ||
12826          test ! -s conftest.err
12827        } && test -s conftest.$ac_objext; then
12828   ac_header_compiler=yes
12829 else
12830   $as_echo "$as_me: failed program was:" >&5
12831 sed 's/^/| /' conftest.$ac_ext >&5
12832
12833         ac_header_compiler=no
12834 fi
12835
12836 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12837 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12838 $as_echo "$ac_header_compiler" >&6; }
12839
12840 # Is the header present?
12841 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12842 $as_echo_n "checking $ac_header presence... " >&6; }
12843 cat >conftest.$ac_ext <<_ACEOF
12844 /* confdefs.h.  */
12845 _ACEOF
12846 cat confdefs.h >>conftest.$ac_ext
12847 cat >>conftest.$ac_ext <<_ACEOF
12848 /* end confdefs.h.  */
12849 #include <$ac_header>
12850 _ACEOF
12851 if { (ac_try="$ac_cpp conftest.$ac_ext"
12852 case "(($ac_try" in
12853   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12854   *) ac_try_echo=$ac_try;;
12855 esac
12856 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12857 $as_echo "$ac_try_echo") >&5
12858   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12859   ac_status=$?
12860   grep -v '^ *+' conftest.er1 >conftest.err
12861   rm -f conftest.er1
12862   cat conftest.err >&5
12863   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12864   (exit $ac_status); } >/dev/null && {
12865          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12866          test ! -s conftest.err
12867        }; then
12868   ac_header_preproc=yes
12869 else
12870   $as_echo "$as_me: failed program was:" >&5
12871 sed 's/^/| /' conftest.$ac_ext >&5
12872
12873   ac_header_preproc=no
12874 fi
12875
12876 rm -f conftest.err conftest.$ac_ext
12877 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12878 $as_echo "$ac_header_preproc" >&6; }
12879
12880 # So?  What about this header?
12881 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12882   yes:no: )
12883     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12884 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12885     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12886 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12887     ac_header_preproc=yes
12888     ;;
12889   no:yes:* )
12890     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12891 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12892     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12893 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12894     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12895 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12896     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12897 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12898     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12899 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12900     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12901 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12902     ( cat <<\_ASBOX
12903 ## ------------------------------------ ##
12904 ## Report this to wine-devel@winehq.org ##
12905 ## ------------------------------------ ##
12906 _ASBOX
12907      ) | sed "s/^/$as_me: WARNING:     /" >&2
12908     ;;
12909 esac
12910 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12911 $as_echo_n "checking for $ac_header... " >&6; }
12912 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12913   $as_echo_n "(cached) " >&6
12914 else
12915   eval "$as_ac_Header=\$ac_header_preproc"
12916 fi
12917 ac_res=`eval 'as_val=${'$as_ac_Header'}
12918                  $as_echo "$as_val"'`
12919                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12920 $as_echo "$ac_res" >&6; }
12921
12922 fi
12923 as_val=`eval 'as_val=${'$as_ac_Header'}
12924                  $as_echo "$as_val"'`
12925    if test "x$as_val" = x""yes; then
12926   cat >>confdefs.h <<_ACEOF
12927 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12928 _ACEOF
12929
12930 fi
12931
12932 done
12933
12934     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12935     then
12936         { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12937 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
12938 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12939   $as_echo_n "(cached) " >&6
12940 else
12941   ac_check_lib_save_LIBS=$LIBS
12942 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12943 cat >conftest.$ac_ext <<_ACEOF
12944 /* confdefs.h.  */
12945 _ACEOF
12946 cat confdefs.h >>conftest.$ac_ext
12947 cat >>conftest.$ac_ext <<_ACEOF
12948 /* end confdefs.h.  */
12949
12950 /* Override any GCC internal prototype to avoid an error.
12951    Use char because int might match the return type of a GCC
12952    builtin and then its argument prototype would still apply.  */
12953 #ifdef __cplusplus
12954 extern "C"
12955 #endif
12956 char dbus_connection_close ();
12957 int
12958 main ()
12959 {
12960 return dbus_connection_close ();
12961   ;
12962   return 0;
12963 }
12964 _ACEOF
12965 rm -f conftest.$ac_objext conftest$ac_exeext
12966 if { (ac_try="$ac_link"
12967 case "(($ac_try" in
12968   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12969   *) ac_try_echo=$ac_try;;
12970 esac
12971 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12972 $as_echo "$ac_try_echo") >&5
12973   (eval "$ac_link") 2>conftest.er1
12974   ac_status=$?
12975   grep -v '^ *+' conftest.er1 >conftest.err
12976   rm -f conftest.er1
12977   cat conftest.err >&5
12978   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12979   (exit $ac_status); } && {
12980          test -z "$ac_c_werror_flag" ||
12981          test ! -s conftest.err
12982        } && test -s conftest$ac_exeext && {
12983          test "$cross_compiling" = yes ||
12984          $as_test_x conftest$ac_exeext
12985        }; then
12986   ac_cv_lib_dbus_1_dbus_connection_close=yes
12987 else
12988   $as_echo "$as_me: failed program was:" >&5
12989 sed 's/^/| /' conftest.$ac_ext >&5
12990
12991         ac_cv_lib_dbus_1_dbus_connection_close=no
12992 fi
12993
12994 rm -rf conftest.dSYM
12995 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12996       conftest$ac_exeext conftest.$ac_ext
12997 LIBS=$ac_check_lib_save_LIBS
12998 fi
12999 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13000 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13001 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13002   { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13003 $as_echo_n "checking for -lhal... " >&6; }
13004 if test "${ac_cv_lib_soname_hal+set}" = set; then
13005   $as_echo_n "(cached) " >&6
13006 else
13007   ac_check_soname_save_LIBS=$LIBS
13008 LIBS="-lhal $ac_hal_libs $LIBS"
13009   cat >conftest.$ac_ext <<_ACEOF
13010 /* confdefs.h.  */
13011 _ACEOF
13012 cat confdefs.h >>conftest.$ac_ext
13013 cat >>conftest.$ac_ext <<_ACEOF
13014 /* end confdefs.h.  */
13015
13016 /* Override any GCC internal prototype to avoid an error.
13017    Use char because int might match the return type of a GCC
13018    builtin and then its argument prototype would still apply.  */
13019 #ifdef __cplusplus
13020 extern "C"
13021 #endif
13022 char libhal_ctx_new ();
13023 int
13024 main ()
13025 {
13026 return libhal_ctx_new ();
13027   ;
13028   return 0;
13029 }
13030 _ACEOF
13031 rm -f conftest.$ac_objext conftest$ac_exeext
13032 if { (ac_try="$ac_link"
13033 case "(($ac_try" in
13034   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13035   *) ac_try_echo=$ac_try;;
13036 esac
13037 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13038 $as_echo "$ac_try_echo") >&5
13039   (eval "$ac_link") 2>conftest.er1
13040   ac_status=$?
13041   grep -v '^ *+' conftest.er1 >conftest.err
13042   rm -f conftest.er1
13043   cat conftest.err >&5
13044   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13045   (exit $ac_status); } && {
13046          test -z "$ac_c_werror_flag" ||
13047          test ! -s conftest.err
13048        } && test -s conftest$ac_exeext && {
13049          test "$cross_compiling" = yes ||
13050          $as_test_x conftest$ac_exeext
13051        }; then
13052   case "$LIBEXT" in
13053     dll) ;;
13054     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'` ;;
13055     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
13056   esac
13057 else
13058   $as_echo "$as_me: failed program was:" >&5
13059 sed 's/^/| /' conftest.$ac_ext >&5
13060
13061
13062 fi
13063
13064 rm -rf conftest.dSYM
13065 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13066       conftest$ac_exeext conftest.$ac_ext
13067   LIBS=$ac_check_soname_save_LIBS
13068 fi
13069 if test "x$ac_cv_lib_soname_hal" = "x"; then
13070   { $as_echo "$as_me:$LINENO: result: not found" >&5
13071 $as_echo "not found" >&6; }
13072
13073 else
13074   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13075 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13076
13077 cat >>confdefs.h <<_ACEOF
13078 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13079 _ACEOF
13080
13081        HALINCL="$ac_hal_cflags"
13082 fi
13083
13084 fi
13085
13086     fi
13087     CPPFLAGS="$ac_save_CPPFLAGS"
13088 fi
13089 if test "x$ac_cv_lib_soname_hal" = "x"; then
13090   case "x$with_hal" in
13091   x)   wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13092   xno) ;;
13093   *)   { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13094 This is an error since --with-hal was requested." >&5
13095 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13096 This is an error since --with-hal was requested." >&2;}
13097    { (exit 1); exit 1; }; } ;;
13098 esac
13099 fi
13100
13101
13102 if test "x$with_gnutls" != "xno" -a "$PKG_CONFIG" != "false"
13103 then
13104     ac_save_CPPFLAGS="$CPPFLAGS"
13105     ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13106     ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13107     CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13108     if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13109   { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13110 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13111 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13112   $as_echo_n "(cached) " >&6
13113 fi
13114 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13115 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13116 else
13117   # Is the header compilable?
13118 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13119 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13120 cat >conftest.$ac_ext <<_ACEOF
13121 /* confdefs.h.  */
13122 _ACEOF
13123 cat confdefs.h >>conftest.$ac_ext
13124 cat >>conftest.$ac_ext <<_ACEOF
13125 /* end confdefs.h.  */
13126 $ac_includes_default
13127 #include <gnutls/gnutls.h>
13128 _ACEOF
13129 rm -f conftest.$ac_objext
13130 if { (ac_try="$ac_compile"
13131 case "(($ac_try" in
13132   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13133   *) ac_try_echo=$ac_try;;
13134 esac
13135 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13136 $as_echo "$ac_try_echo") >&5
13137   (eval "$ac_compile") 2>conftest.er1
13138   ac_status=$?
13139   grep -v '^ *+' conftest.er1 >conftest.err
13140   rm -f conftest.er1
13141   cat conftest.err >&5
13142   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13143   (exit $ac_status); } && {
13144          test -z "$ac_c_werror_flag" ||
13145          test ! -s conftest.err
13146        } && test -s conftest.$ac_objext; then
13147   ac_header_compiler=yes
13148 else
13149   $as_echo "$as_me: failed program was:" >&5
13150 sed 's/^/| /' conftest.$ac_ext >&5
13151
13152         ac_header_compiler=no
13153 fi
13154
13155 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13156 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13157 $as_echo "$ac_header_compiler" >&6; }
13158
13159 # Is the header present?
13160 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13161 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13162 cat >conftest.$ac_ext <<_ACEOF
13163 /* confdefs.h.  */
13164 _ACEOF
13165 cat confdefs.h >>conftest.$ac_ext
13166 cat >>conftest.$ac_ext <<_ACEOF
13167 /* end confdefs.h.  */
13168 #include <gnutls/gnutls.h>
13169 _ACEOF
13170 if { (ac_try="$ac_cpp conftest.$ac_ext"
13171 case "(($ac_try" in
13172   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13173   *) ac_try_echo=$ac_try;;
13174 esac
13175 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13176 $as_echo "$ac_try_echo") >&5
13177   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13178   ac_status=$?
13179   grep -v '^ *+' conftest.er1 >conftest.err
13180   rm -f conftest.er1
13181   cat conftest.err >&5
13182   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13183   (exit $ac_status); } >/dev/null && {
13184          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13185          test ! -s conftest.err
13186        }; then
13187   ac_header_preproc=yes
13188 else
13189   $as_echo "$as_me: failed program was:" >&5
13190 sed 's/^/| /' conftest.$ac_ext >&5
13191
13192   ac_header_preproc=no
13193 fi
13194
13195 rm -f conftest.err conftest.$ac_ext
13196 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13197 $as_echo "$ac_header_preproc" >&6; }
13198
13199 # So?  What about this header?
13200 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13201   yes:no: )
13202     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13203 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13204     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13205 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13206     ac_header_preproc=yes
13207     ;;
13208   no:yes:* )
13209     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13210 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13211     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&5
13212 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&2;}
13213     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13214 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13215     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&5
13216 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13217     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13218 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13219     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13220 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13221     ( cat <<\_ASBOX
13222 ## ------------------------------------ ##
13223 ## Report this to wine-devel@winehq.org ##
13224 ## ------------------------------------ ##
13225 _ASBOX
13226      ) | sed "s/^/$as_me: WARNING:     /" >&2
13227     ;;
13228 esac
13229 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13230 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13231 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13232   $as_echo_n "(cached) " >&6
13233 else
13234   ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13235 fi
13236 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13237 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13238
13239 fi
13240 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13241   cat >conftest.$ac_ext <<_ACEOF
13242 /* confdefs.h.  */
13243 _ACEOF
13244 cat confdefs.h >>conftest.$ac_ext
13245 cat >>conftest.$ac_ext <<_ACEOF
13246 /* end confdefs.h.  */
13247 #include <gnutls/gnutls.h>
13248 int
13249 main ()
13250 {
13251 typeof(gnutls_transport_set_errno) *pfunc;
13252   ;
13253   return 0;
13254 }
13255 _ACEOF
13256 rm -f conftest.$ac_objext
13257 if { (ac_try="$ac_compile"
13258 case "(($ac_try" in
13259   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13260   *) ac_try_echo=$ac_try;;
13261 esac
13262 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13263 $as_echo "$ac_try_echo") >&5
13264   (eval "$ac_compile") 2>conftest.er1
13265   ac_status=$?
13266   grep -v '^ *+' conftest.er1 >conftest.err
13267   rm -f conftest.er1
13268   cat conftest.err >&5
13269   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13270   (exit $ac_status); } && {
13271          test -z "$ac_c_werror_flag" ||
13272          test ! -s conftest.err
13273        } && test -s conftest.$ac_objext; then
13274   { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13275 $as_echo_n "checking for -lgnutls... " >&6; }
13276 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13277   $as_echo_n "(cached) " >&6
13278 else
13279   ac_check_soname_save_LIBS=$LIBS
13280 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13281   cat >conftest.$ac_ext <<_ACEOF
13282 /* confdefs.h.  */
13283 _ACEOF
13284 cat confdefs.h >>conftest.$ac_ext
13285 cat >>conftest.$ac_ext <<_ACEOF
13286 /* end confdefs.h.  */
13287
13288 /* Override any GCC internal prototype to avoid an error.
13289    Use char because int might match the return type of a GCC
13290    builtin and then its argument prototype would still apply.  */
13291 #ifdef __cplusplus
13292 extern "C"
13293 #endif
13294 char gnutls_global_init ();
13295 int
13296 main ()
13297 {
13298 return gnutls_global_init ();
13299   ;
13300   return 0;
13301 }
13302 _ACEOF
13303 rm -f conftest.$ac_objext conftest$ac_exeext
13304 if { (ac_try="$ac_link"
13305 case "(($ac_try" in
13306   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13307   *) ac_try_echo=$ac_try;;
13308 esac
13309 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13310 $as_echo "$ac_try_echo") >&5
13311   (eval "$ac_link") 2>conftest.er1
13312   ac_status=$?
13313   grep -v '^ *+' conftest.er1 >conftest.err
13314   rm -f conftest.er1
13315   cat conftest.err >&5
13316   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13317   (exit $ac_status); } && {
13318          test -z "$ac_c_werror_flag" ||
13319          test ! -s conftest.err
13320        } && test -s conftest$ac_exeext && {
13321          test "$cross_compiling" = yes ||
13322          $as_test_x conftest$ac_exeext
13323        }; then
13324   case "$LIBEXT" in
13325     dll) ;;
13326     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'` ;;
13327     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13328   esac
13329 else
13330   $as_echo "$as_me: failed program was:" >&5
13331 sed 's/^/| /' conftest.$ac_ext >&5
13332
13333
13334 fi
13335
13336 rm -rf conftest.dSYM
13337 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13338       conftest$ac_exeext conftest.$ac_ext
13339   LIBS=$ac_check_soname_save_LIBS
13340 fi
13341 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13342   { $as_echo "$as_me:$LINENO: result: not found" >&5
13343 $as_echo "not found" >&6; }
13344
13345 else
13346   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13347 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13348
13349 cat >>confdefs.h <<_ACEOF
13350 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13351 _ACEOF
13352
13353        GNUTLSINCL="$ac_gnutls_cflags"
13354
13355 fi
13356
13357 else
13358   $as_echo "$as_me: failed program was:" >&5
13359 sed 's/^/| /' conftest.$ac_ext >&5
13360
13361
13362 fi
13363
13364 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13365 fi
13366
13367
13368     CPPFLAGS="$ac_save_CPPFLAGS"
13369 fi
13370 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13371   case "x$with_gnutls" in
13372   x)   wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13373   xno) ;;
13374   *)   { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13375 This is an error since --with-gnutls was requested." >&5
13376 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13377 This is an error since --with-gnutls was requested." >&2;}
13378    { (exit 1); exit 1; }; } ;;
13379 esac
13380 fi
13381
13382
13383 CURSESLIBS=""
13384 if test "$ac_cv_header_ncurses_h" = "yes"
13385 then
13386     { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13387 $as_echo_n "checking for -lncurses... " >&6; }
13388 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13389   $as_echo_n "(cached) " >&6
13390 else
13391   ac_check_soname_save_LIBS=$LIBS
13392 LIBS="-lncurses  $LIBS"
13393   cat >conftest.$ac_ext <<_ACEOF
13394 /* confdefs.h.  */
13395 _ACEOF
13396 cat confdefs.h >>conftest.$ac_ext
13397 cat >>conftest.$ac_ext <<_ACEOF
13398 /* end confdefs.h.  */
13399
13400 /* Override any GCC internal prototype to avoid an error.
13401    Use char because int might match the return type of a GCC
13402    builtin and then its argument prototype would still apply.  */
13403 #ifdef __cplusplus
13404 extern "C"
13405 #endif
13406 char waddch ();
13407 int
13408 main ()
13409 {
13410 return waddch ();
13411   ;
13412   return 0;
13413 }
13414 _ACEOF
13415 rm -f conftest.$ac_objext conftest$ac_exeext
13416 if { (ac_try="$ac_link"
13417 case "(($ac_try" in
13418   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13419   *) ac_try_echo=$ac_try;;
13420 esac
13421 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13422 $as_echo "$ac_try_echo") >&5
13423   (eval "$ac_link") 2>conftest.er1
13424   ac_status=$?
13425   grep -v '^ *+' conftest.er1 >conftest.err
13426   rm -f conftest.er1
13427   cat conftest.err >&5
13428   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13429   (exit $ac_status); } && {
13430          test -z "$ac_c_werror_flag" ||
13431          test ! -s conftest.err
13432        } && test -s conftest$ac_exeext && {
13433          test "$cross_compiling" = yes ||
13434          $as_test_x conftest$ac_exeext
13435        }; then
13436   case "$LIBEXT" in
13437     dll) ;;
13438     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'` ;;
13439     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
13440   esac
13441 else
13442   $as_echo "$as_me: failed program was:" >&5
13443 sed 's/^/| /' conftest.$ac_ext >&5
13444
13445
13446 fi
13447
13448 rm -rf conftest.dSYM
13449 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13450       conftest$ac_exeext conftest.$ac_ext
13451   LIBS=$ac_check_soname_save_LIBS
13452 fi
13453 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13454   { $as_echo "$as_me:$LINENO: result: not found" >&5
13455 $as_echo "not found" >&6; }
13456
13457 else
13458   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13459 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13460
13461 cat >>confdefs.h <<_ACEOF
13462 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13463 _ACEOF
13464
13465        CURSESLIBS="-lncurses"
13466 fi
13467
13468 elif test "$ac_cv_header_curses_h" = "yes"
13469 then
13470     { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13471 $as_echo_n "checking for -lcurses... " >&6; }
13472 if test "${ac_cv_lib_soname_curses+set}" = set; then
13473   $as_echo_n "(cached) " >&6
13474 else
13475   ac_check_soname_save_LIBS=$LIBS
13476 LIBS="-lcurses  $LIBS"
13477   cat >conftest.$ac_ext <<_ACEOF
13478 /* confdefs.h.  */
13479 _ACEOF
13480 cat confdefs.h >>conftest.$ac_ext
13481 cat >>conftest.$ac_ext <<_ACEOF
13482 /* end confdefs.h.  */
13483
13484 /* Override any GCC internal prototype to avoid an error.
13485    Use char because int might match the return type of a GCC
13486    builtin and then its argument prototype would still apply.  */
13487 #ifdef __cplusplus
13488 extern "C"
13489 #endif
13490 char waddch ();
13491 int
13492 main ()
13493 {
13494 return waddch ();
13495   ;
13496   return 0;
13497 }
13498 _ACEOF
13499 rm -f conftest.$ac_objext conftest$ac_exeext
13500 if { (ac_try="$ac_link"
13501 case "(($ac_try" in
13502   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13503   *) ac_try_echo=$ac_try;;
13504 esac
13505 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13506 $as_echo "$ac_try_echo") >&5
13507   (eval "$ac_link") 2>conftest.er1
13508   ac_status=$?
13509   grep -v '^ *+' conftest.er1 >conftest.err
13510   rm -f conftest.er1
13511   cat conftest.err >&5
13512   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13513   (exit $ac_status); } && {
13514          test -z "$ac_c_werror_flag" ||
13515          test ! -s conftest.err
13516        } && test -s conftest$ac_exeext && {
13517          test "$cross_compiling" = yes ||
13518          $as_test_x conftest$ac_exeext
13519        }; then
13520   case "$LIBEXT" in
13521     dll) ;;
13522     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'` ;;
13523     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13524   esac
13525 else
13526   $as_echo "$as_me: failed program was:" >&5
13527 sed 's/^/| /' conftest.$ac_ext >&5
13528
13529
13530 fi
13531
13532 rm -rf conftest.dSYM
13533 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13534       conftest$ac_exeext conftest.$ac_ext
13535   LIBS=$ac_check_soname_save_LIBS
13536 fi
13537 if test "x$ac_cv_lib_soname_curses" = "x"; then
13538   { $as_echo "$as_me:$LINENO: result: not found" >&5
13539 $as_echo "not found" >&6; }
13540
13541 else
13542   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13543 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13544
13545 cat >>confdefs.h <<_ACEOF
13546 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13547 _ACEOF
13548
13549        CURSESLIBS="-lcurses"
13550 fi
13551
13552 fi
13553 ac_save_LIBS="$LIBS"
13554 LIBS="$LIBS $CURSESLIBS"
13555
13556 for ac_func in mousemask
13557 do
13558 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13559 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13560 $as_echo_n "checking for $ac_func... " >&6; }
13561 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13562   $as_echo_n "(cached) " >&6
13563 else
13564   cat >conftest.$ac_ext <<_ACEOF
13565 /* confdefs.h.  */
13566 _ACEOF
13567 cat confdefs.h >>conftest.$ac_ext
13568 cat >>conftest.$ac_ext <<_ACEOF
13569 /* end confdefs.h.  */
13570 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13571    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13572 #define $ac_func innocuous_$ac_func
13573
13574 /* System header to define __stub macros and hopefully few prototypes,
13575     which can conflict with char $ac_func (); below.
13576     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13577     <limits.h> exists even on freestanding compilers.  */
13578
13579 #ifdef __STDC__
13580 # include <limits.h>
13581 #else
13582 # include <assert.h>
13583 #endif
13584
13585 #undef $ac_func
13586
13587 /* Override any GCC internal prototype to avoid an error.
13588    Use char because int might match the return type of a GCC
13589    builtin and then its argument prototype would still apply.  */
13590 #ifdef __cplusplus
13591 extern "C"
13592 #endif
13593 char $ac_func ();
13594 /* The GNU C library defines this for functions which it implements
13595     to always fail with ENOSYS.  Some functions are actually named
13596     something starting with __ and the normal name is an alias.  */
13597 #if defined __stub_$ac_func || defined __stub___$ac_func
13598 choke me
13599 #endif
13600
13601 int
13602 main ()
13603 {
13604 return $ac_func ();
13605   ;
13606   return 0;
13607 }
13608 _ACEOF
13609 rm -f conftest.$ac_objext conftest$ac_exeext
13610 if { (ac_try="$ac_link"
13611 case "(($ac_try" in
13612   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13613   *) ac_try_echo=$ac_try;;
13614 esac
13615 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13616 $as_echo "$ac_try_echo") >&5
13617   (eval "$ac_link") 2>conftest.er1
13618   ac_status=$?
13619   grep -v '^ *+' conftest.er1 >conftest.err
13620   rm -f conftest.er1
13621   cat conftest.err >&5
13622   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13623   (exit $ac_status); } && {
13624          test -z "$ac_c_werror_flag" ||
13625          test ! -s conftest.err
13626        } && test -s conftest$ac_exeext && {
13627          test "$cross_compiling" = yes ||
13628          $as_test_x conftest$ac_exeext
13629        }; then
13630   eval "$as_ac_var=yes"
13631 else
13632   $as_echo "$as_me: failed program was:" >&5
13633 sed 's/^/| /' conftest.$ac_ext >&5
13634
13635         eval "$as_ac_var=no"
13636 fi
13637
13638 rm -rf conftest.dSYM
13639 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13640       conftest$ac_exeext conftest.$ac_ext
13641 fi
13642 ac_res=`eval 'as_val=${'$as_ac_var'}
13643                  $as_echo "$as_val"'`
13644                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13645 $as_echo "$ac_res" >&6; }
13646 as_val=`eval 'as_val=${'$as_ac_var'}
13647                  $as_echo "$as_val"'`
13648    if test "x$as_val" = x""yes; then
13649   cat >>confdefs.h <<_ACEOF
13650 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13651 _ACEOF
13652
13653 fi
13654 done
13655
13656 LIBS="$ac_save_LIBS"
13657 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13658   case "x$with_curses" in
13659   x)   wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13660   xno) ;;
13661   *)   { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13662 This is an error since --with-curses was requested." >&5
13663 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13664 This is an error since --with-curses was requested." >&2;}
13665    { (exit 1); exit 1; }; } ;;
13666 esac
13667 fi
13668
13669
13670 # Extract the first word of "sane-config", so it can be a program name with args.
13671 set dummy sane-config; ac_word=$2
13672 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13673 $as_echo_n "checking for $ac_word... " >&6; }
13674 if test "${ac_cv_prog_sane_devel+set}" = set; then
13675   $as_echo_n "(cached) " >&6
13676 else
13677   if test -n "$sane_devel"; then
13678   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13679 else
13680 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13681 for as_dir in $PATH
13682 do
13683   IFS=$as_save_IFS
13684   test -z "$as_dir" && as_dir=.
13685   for ac_exec_ext in '' $ac_executable_extensions; do
13686   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13687     ac_cv_prog_sane_devel="sane-config"
13688     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13689     break 2
13690   fi
13691 done
13692 done
13693 IFS=$as_save_IFS
13694
13695   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13696 fi
13697 fi
13698 sane_devel=$ac_cv_prog_sane_devel
13699 if test -n "$sane_devel"; then
13700   { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13701 $as_echo "$sane_devel" >&6; }
13702 else
13703   { $as_echo "$as_me:$LINENO: result: no" >&5
13704 $as_echo "no" >&6; }
13705 fi
13706
13707
13708 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13709 then
13710     ac_sane_incl="`$sane_devel --cflags`"
13711     ac_sane_libs="`$sane_devel --ldflags`"
13712     ac_save_CPPFLAGS="$CPPFLAGS"
13713     CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13714     if test "${ac_cv_header_sane_sane_h+set}" = set; then
13715   { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13716 $as_echo_n "checking for sane/sane.h... " >&6; }
13717 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13718   $as_echo_n "(cached) " >&6
13719 fi
13720 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13721 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13722 else
13723   # Is the header compilable?
13724 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13725 $as_echo_n "checking sane/sane.h usability... " >&6; }
13726 cat >conftest.$ac_ext <<_ACEOF
13727 /* confdefs.h.  */
13728 _ACEOF
13729 cat confdefs.h >>conftest.$ac_ext
13730 cat >>conftest.$ac_ext <<_ACEOF
13731 /* end confdefs.h.  */
13732 $ac_includes_default
13733 #include <sane/sane.h>
13734 _ACEOF
13735 rm -f conftest.$ac_objext
13736 if { (ac_try="$ac_compile"
13737 case "(($ac_try" in
13738   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13739   *) ac_try_echo=$ac_try;;
13740 esac
13741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13742 $as_echo "$ac_try_echo") >&5
13743   (eval "$ac_compile") 2>conftest.er1
13744   ac_status=$?
13745   grep -v '^ *+' conftest.er1 >conftest.err
13746   rm -f conftest.er1
13747   cat conftest.err >&5
13748   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13749   (exit $ac_status); } && {
13750          test -z "$ac_c_werror_flag" ||
13751          test ! -s conftest.err
13752        } && test -s conftest.$ac_objext; then
13753   ac_header_compiler=yes
13754 else
13755   $as_echo "$as_me: failed program was:" >&5
13756 sed 's/^/| /' conftest.$ac_ext >&5
13757
13758         ac_header_compiler=no
13759 fi
13760
13761 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13762 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13763 $as_echo "$ac_header_compiler" >&6; }
13764
13765 # Is the header present?
13766 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13767 $as_echo_n "checking sane/sane.h presence... " >&6; }
13768 cat >conftest.$ac_ext <<_ACEOF
13769 /* confdefs.h.  */
13770 _ACEOF
13771 cat confdefs.h >>conftest.$ac_ext
13772 cat >>conftest.$ac_ext <<_ACEOF
13773 /* end confdefs.h.  */
13774 #include <sane/sane.h>
13775 _ACEOF
13776 if { (ac_try="$ac_cpp conftest.$ac_ext"
13777 case "(($ac_try" in
13778   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13779   *) ac_try_echo=$ac_try;;
13780 esac
13781 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13782 $as_echo "$ac_try_echo") >&5
13783   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13784   ac_status=$?
13785   grep -v '^ *+' conftest.er1 >conftest.err
13786   rm -f conftest.er1
13787   cat conftest.err >&5
13788   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13789   (exit $ac_status); } >/dev/null && {
13790          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13791          test ! -s conftest.err
13792        }; then
13793   ac_header_preproc=yes
13794 else
13795   $as_echo "$as_me: failed program was:" >&5
13796 sed 's/^/| /' conftest.$ac_ext >&5
13797
13798   ac_header_preproc=no
13799 fi
13800
13801 rm -f conftest.err conftest.$ac_ext
13802 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13803 $as_echo "$ac_header_preproc" >&6; }
13804
13805 # So?  What about this header?
13806 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13807   yes:no: )
13808     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13809 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13810     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13811 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13812     ac_header_preproc=yes
13813     ;;
13814   no:yes:* )
13815     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13816 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13817     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&5
13818 $as_echo "$as_me: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&2;}
13819     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13820 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13821     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&5
13822 $as_echo "$as_me: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13823     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13824 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13825     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13826 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13827     ( cat <<\_ASBOX
13828 ## ------------------------------------ ##
13829 ## Report this to wine-devel@winehq.org ##
13830 ## ------------------------------------ ##
13831 _ASBOX
13832      ) | sed "s/^/$as_me: WARNING:     /" >&2
13833     ;;
13834 esac
13835 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13836 $as_echo_n "checking for sane/sane.h... " >&6; }
13837 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13838   $as_echo_n "(cached) " >&6
13839 else
13840   ac_cv_header_sane_sane_h=$ac_header_preproc
13841 fi
13842 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13843 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13844
13845 fi
13846 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13847   { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13848 $as_echo_n "checking for -lsane... " >&6; }
13849 if test "${ac_cv_lib_soname_sane+set}" = set; then
13850   $as_echo_n "(cached) " >&6
13851 else
13852   ac_check_soname_save_LIBS=$LIBS
13853 LIBS="-lsane $ac_sane_libs $LIBS"
13854   cat >conftest.$ac_ext <<_ACEOF
13855 /* confdefs.h.  */
13856 _ACEOF
13857 cat confdefs.h >>conftest.$ac_ext
13858 cat >>conftest.$ac_ext <<_ACEOF
13859 /* end confdefs.h.  */
13860
13861 /* Override any GCC internal prototype to avoid an error.
13862    Use char because int might match the return type of a GCC
13863    builtin and then its argument prototype would still apply.  */
13864 #ifdef __cplusplus
13865 extern "C"
13866 #endif
13867 char sane_init ();
13868 int
13869 main ()
13870 {
13871 return sane_init ();
13872   ;
13873   return 0;
13874 }
13875 _ACEOF
13876 rm -f conftest.$ac_objext conftest$ac_exeext
13877 if { (ac_try="$ac_link"
13878 case "(($ac_try" in
13879   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13880   *) ac_try_echo=$ac_try;;
13881 esac
13882 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13883 $as_echo "$ac_try_echo") >&5
13884   (eval "$ac_link") 2>conftest.er1
13885   ac_status=$?
13886   grep -v '^ *+' conftest.er1 >conftest.err
13887   rm -f conftest.er1
13888   cat conftest.err >&5
13889   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13890   (exit $ac_status); } && {
13891          test -z "$ac_c_werror_flag" ||
13892          test ! -s conftest.err
13893        } && test -s conftest$ac_exeext && {
13894          test "$cross_compiling" = yes ||
13895          $as_test_x conftest$ac_exeext
13896        }; then
13897   case "$LIBEXT" in
13898     dll) ;;
13899     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'` ;;
13900     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
13901   esac
13902 else
13903   $as_echo "$as_me: failed program was:" >&5
13904 sed 's/^/| /' conftest.$ac_ext >&5
13905
13906
13907 fi
13908
13909 rm -rf conftest.dSYM
13910 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13911       conftest$ac_exeext conftest.$ac_ext
13912   LIBS=$ac_check_soname_save_LIBS
13913 fi
13914 if test "x$ac_cv_lib_soname_sane" = "x"; then
13915   { $as_echo "$as_me:$LINENO: result: not found" >&5
13916 $as_echo "not found" >&6; }
13917
13918 else
13919   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13920 $as_echo "$ac_cv_lib_soname_sane" >&6; }
13921
13922 cat >>confdefs.h <<_ACEOF
13923 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13924 _ACEOF
13925
13926        SANEINCL="$ac_sane_incl"
13927
13928 fi
13929
13930 fi
13931
13932
13933     CPPFLAGS="$ac_save_CPPFLAGS"
13934 fi
13935 if test "x$ac_cv_lib_soname_sane" = "x"; then
13936   case "x$with_sane" in
13937   x)   wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13938   xno) ;;
13939   *)   { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13940 This is an error since --with-sane was requested." >&5
13941 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13942 This is an error since --with-sane was requested." >&2;}
13943    { (exit 1); exit 1; }; } ;;
13944 esac
13945 fi
13946
13947
13948 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13949 set dummy gphoto2-config; ac_word=$2
13950 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13951 $as_echo_n "checking for $ac_word... " >&6; }
13952 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13953   $as_echo_n "(cached) " >&6
13954 else
13955   if test -n "$gphoto2_devel"; then
13956   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13957 else
13958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13959 for as_dir in $PATH
13960 do
13961   IFS=$as_save_IFS
13962   test -z "$as_dir" && as_dir=.
13963   for ac_exec_ext in '' $ac_executable_extensions; do
13964   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13965     ac_cv_prog_gphoto2_devel="gphoto2-config"
13966     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13967     break 2
13968   fi
13969 done
13970 done
13971 IFS=$as_save_IFS
13972
13973   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13974 fi
13975 fi
13976 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13977 if test -n "$gphoto2_devel"; then
13978   { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13979 $as_echo "$gphoto2_devel" >&6; }
13980 else
13981   { $as_echo "$as_me:$LINENO: result: no" >&5
13982 $as_echo "no" >&6; }
13983 fi
13984
13985
13986 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13987 set dummy gphoto2-port-config; ac_word=$2
13988 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13989 $as_echo_n "checking for $ac_word... " >&6; }
13990 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13991   $as_echo_n "(cached) " >&6
13992 else
13993   if test -n "$gphoto2port_devel"; then
13994   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13995 else
13996 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13997 for as_dir in $PATH
13998 do
13999   IFS=$as_save_IFS
14000   test -z "$as_dir" && as_dir=.
14001   for ac_exec_ext in '' $ac_executable_extensions; do
14002   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14003     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14004     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14005     break 2
14006   fi
14007 done
14008 done
14009 IFS=$as_save_IFS
14010
14011   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14012 fi
14013 fi
14014 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14015 if test -n "$gphoto2port_devel"; then
14016   { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14017 $as_echo "$gphoto2port_devel" >&6; }
14018 else
14019   { $as_echo "$as_me:$LINENO: result: no" >&5
14020 $as_echo "no" >&6; }
14021 fi
14022
14023
14024 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
14025 then
14026     ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14027     ac_gphoto2_libs=""
14028     for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14029     do
14030       case "$i" in
14031         -L/usr/lib|-L/usr/lib64) ;;
14032         -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14033       esac
14034     done
14035     ac_save_CPPFLAGS="$CPPFLAGS"
14036     CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14037     if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14038   { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14039 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14040 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14041   $as_echo_n "(cached) " >&6
14042 fi
14043 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14044 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14045 else
14046   # Is the header compilable?
14047 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14048 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14049 cat >conftest.$ac_ext <<_ACEOF
14050 /* confdefs.h.  */
14051 _ACEOF
14052 cat confdefs.h >>conftest.$ac_ext
14053 cat >>conftest.$ac_ext <<_ACEOF
14054 /* end confdefs.h.  */
14055 $ac_includes_default
14056 #include <gphoto2-camera.h>
14057 _ACEOF
14058 rm -f conftest.$ac_objext
14059 if { (ac_try="$ac_compile"
14060 case "(($ac_try" in
14061   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14062   *) ac_try_echo=$ac_try;;
14063 esac
14064 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14065 $as_echo "$ac_try_echo") >&5
14066   (eval "$ac_compile") 2>conftest.er1
14067   ac_status=$?
14068   grep -v '^ *+' conftest.er1 >conftest.err
14069   rm -f conftest.er1
14070   cat conftest.err >&5
14071   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14072   (exit $ac_status); } && {
14073          test -z "$ac_c_werror_flag" ||
14074          test ! -s conftest.err
14075        } && test -s conftest.$ac_objext; then
14076   ac_header_compiler=yes
14077 else
14078   $as_echo "$as_me: failed program was:" >&5
14079 sed 's/^/| /' conftest.$ac_ext >&5
14080
14081         ac_header_compiler=no
14082 fi
14083
14084 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14085 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14086 $as_echo "$ac_header_compiler" >&6; }
14087
14088 # Is the header present?
14089 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14090 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14091 cat >conftest.$ac_ext <<_ACEOF
14092 /* confdefs.h.  */
14093 _ACEOF
14094 cat confdefs.h >>conftest.$ac_ext
14095 cat >>conftest.$ac_ext <<_ACEOF
14096 /* end confdefs.h.  */
14097 #include <gphoto2-camera.h>
14098 _ACEOF
14099 if { (ac_try="$ac_cpp conftest.$ac_ext"
14100 case "(($ac_try" in
14101   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14102   *) ac_try_echo=$ac_try;;
14103 esac
14104 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14105 $as_echo "$ac_try_echo") >&5
14106   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14107   ac_status=$?
14108   grep -v '^ *+' conftest.er1 >conftest.err
14109   rm -f conftest.er1
14110   cat conftest.err >&5
14111   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14112   (exit $ac_status); } >/dev/null && {
14113          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14114          test ! -s conftest.err
14115        }; then
14116   ac_header_preproc=yes
14117 else
14118   $as_echo "$as_me: failed program was:" >&5
14119 sed 's/^/| /' conftest.$ac_ext >&5
14120
14121   ac_header_preproc=no
14122 fi
14123
14124 rm -f conftest.err conftest.$ac_ext
14125 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14126 $as_echo "$ac_header_preproc" >&6; }
14127
14128 # So?  What about this header?
14129 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14130   yes:no: )
14131     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14132 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14133     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14134 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14135     ac_header_preproc=yes
14136     ;;
14137   no:yes:* )
14138     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14139 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14140     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&5
14141 $as_echo "$as_me: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&2;}
14142     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14143 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14144     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&5
14145 $as_echo "$as_me: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&2;}
14146     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14147 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14148     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14149 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14150     ( cat <<\_ASBOX
14151 ## ------------------------------------ ##
14152 ## Report this to wine-devel@winehq.org ##
14153 ## ------------------------------------ ##
14154 _ASBOX
14155      ) | sed "s/^/$as_me: WARNING:     /" >&2
14156     ;;
14157 esac
14158 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14159 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14160 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14161   $as_echo_n "(cached) " >&6
14162 else
14163   ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14164 fi
14165 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14166 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14167
14168 fi
14169 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14170   { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14171 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14172 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14173   $as_echo_n "(cached) " >&6
14174 else
14175   ac_check_lib_save_LIBS=$LIBS
14176 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14177 cat >conftest.$ac_ext <<_ACEOF
14178 /* confdefs.h.  */
14179 _ACEOF
14180 cat confdefs.h >>conftest.$ac_ext
14181 cat >>conftest.$ac_ext <<_ACEOF
14182 /* end confdefs.h.  */
14183
14184 /* Override any GCC internal prototype to avoid an error.
14185    Use char because int might match the return type of a GCC
14186    builtin and then its argument prototype would still apply.  */
14187 #ifdef __cplusplus
14188 extern "C"
14189 #endif
14190 char gp_camera_new ();
14191 int
14192 main ()
14193 {
14194 return gp_camera_new ();
14195   ;
14196   return 0;
14197 }
14198 _ACEOF
14199 rm -f conftest.$ac_objext conftest$ac_exeext
14200 if { (ac_try="$ac_link"
14201 case "(($ac_try" in
14202   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14203   *) ac_try_echo=$ac_try;;
14204 esac
14205 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14206 $as_echo "$ac_try_echo") >&5
14207   (eval "$ac_link") 2>conftest.er1
14208   ac_status=$?
14209   grep -v '^ *+' conftest.er1 >conftest.err
14210   rm -f conftest.er1
14211   cat conftest.err >&5
14212   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14213   (exit $ac_status); } && {
14214          test -z "$ac_c_werror_flag" ||
14215          test ! -s conftest.err
14216        } && test -s conftest$ac_exeext && {
14217          test "$cross_compiling" = yes ||
14218          $as_test_x conftest$ac_exeext
14219        }; then
14220   ac_cv_lib_gphoto2_gp_camera_new=yes
14221 else
14222   $as_echo "$as_me: failed program was:" >&5
14223 sed 's/^/| /' conftest.$ac_ext >&5
14224
14225         ac_cv_lib_gphoto2_gp_camera_new=no
14226 fi
14227
14228 rm -rf conftest.dSYM
14229 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14230       conftest$ac_exeext conftest.$ac_ext
14231 LIBS=$ac_check_lib_save_LIBS
14232 fi
14233 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14234 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14235 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14236
14237 cat >>confdefs.h <<\_ACEOF
14238 #define HAVE_GPHOTO2 1
14239 _ACEOF
14240
14241                                    GPHOTO2LIBS="$ac_gphoto2_libs"
14242
14243                                    GPHOTO2INCL="$ac_gphoto2_incl"
14244
14245 fi
14246
14247 fi
14248
14249
14250     CPPFLAGS="$ac_save_CPPFLAGS"
14251 fi
14252 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14253   case "x$with_gphoto" in
14254   x)   wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14255   xno) ;;
14256   *)   { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14257 This is an error since --with-gphoto was requested." >&5
14258 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14259 This is an error since --with-gphoto was requested." >&2;}
14260    { (exit 1); exit 1; }; } ;;
14261 esac
14262 fi
14263
14264
14265
14266 RESOLVLIBS=""
14267
14268 if test "$ac_cv_header_resolv_h" = "yes"
14269 then
14270     { $as_echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
14271 $as_echo_n "checking for res_query in -lresolv... " >&6; }
14272 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
14273   $as_echo_n "(cached) " >&6
14274 else
14275   ac_check_lib_save_LIBS=$LIBS
14276 LIBS="-lresolv  $LIBS"
14277 cat >conftest.$ac_ext <<_ACEOF
14278 /* confdefs.h.  */
14279 _ACEOF
14280 cat confdefs.h >>conftest.$ac_ext
14281 cat >>conftest.$ac_ext <<_ACEOF
14282 /* end confdefs.h.  */
14283
14284 /* Override any GCC internal prototype to avoid an error.
14285    Use char because int might match the return type of a GCC
14286    builtin and then its argument prototype would still apply.  */
14287 #ifdef __cplusplus
14288 extern "C"
14289 #endif
14290 char res_query ();
14291 int
14292 main ()
14293 {
14294 return res_query ();
14295   ;
14296   return 0;
14297 }
14298 _ACEOF
14299 rm -f conftest.$ac_objext conftest$ac_exeext
14300 if { (ac_try="$ac_link"
14301 case "(($ac_try" in
14302   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14303   *) ac_try_echo=$ac_try;;
14304 esac
14305 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14306 $as_echo "$ac_try_echo") >&5
14307   (eval "$ac_link") 2>conftest.er1
14308   ac_status=$?
14309   grep -v '^ *+' conftest.er1 >conftest.err
14310   rm -f conftest.er1
14311   cat conftest.err >&5
14312   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14313   (exit $ac_status); } && {
14314          test -z "$ac_c_werror_flag" ||
14315          test ! -s conftest.err
14316        } && test -s conftest$ac_exeext && {
14317          test "$cross_compiling" = yes ||
14318          $as_test_x conftest$ac_exeext
14319        }; then
14320   ac_cv_lib_resolv_res_query=yes
14321 else
14322   $as_echo "$as_me: failed program was:" >&5
14323 sed 's/^/| /' conftest.$ac_ext >&5
14324
14325         ac_cv_lib_resolv_res_query=no
14326 fi
14327
14328 rm -rf conftest.dSYM
14329 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14330       conftest$ac_exeext conftest.$ac_ext
14331 LIBS=$ac_check_lib_save_LIBS
14332 fi
14333 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
14334 $as_echo "$ac_cv_lib_resolv_res_query" >&6; }
14335 if test "x$ac_cv_lib_resolv_res_query" = x""yes; then
14336
14337 cat >>confdefs.h <<\_ACEOF
14338 #define HAVE_RESOLV 1
14339 _ACEOF
14340
14341          RESOLVLIBS="-lresolv"
14342 fi
14343
14344 fi
14345
14346 LCMSLIBS=""
14347
14348 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14349 then
14350     { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14351 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14352 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14353   $as_echo_n "(cached) " >&6
14354 else
14355   ac_check_lib_save_LIBS=$LIBS
14356 LIBS="-llcms  $LIBS"
14357 cat >conftest.$ac_ext <<_ACEOF
14358 /* confdefs.h.  */
14359 _ACEOF
14360 cat confdefs.h >>conftest.$ac_ext
14361 cat >>conftest.$ac_ext <<_ACEOF
14362 /* end confdefs.h.  */
14363
14364 /* Override any GCC internal prototype to avoid an error.
14365    Use char because int might match the return type of a GCC
14366    builtin and then its argument prototype would still apply.  */
14367 #ifdef __cplusplus
14368 extern "C"
14369 #endif
14370 char cmsOpenProfileFromFile ();
14371 int
14372 main ()
14373 {
14374 return cmsOpenProfileFromFile ();
14375   ;
14376   return 0;
14377 }
14378 _ACEOF
14379 rm -f conftest.$ac_objext conftest$ac_exeext
14380 if { (ac_try="$ac_link"
14381 case "(($ac_try" in
14382   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14383   *) ac_try_echo=$ac_try;;
14384 esac
14385 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14386 $as_echo "$ac_try_echo") >&5
14387   (eval "$ac_link") 2>conftest.er1
14388   ac_status=$?
14389   grep -v '^ *+' conftest.er1 >conftest.err
14390   rm -f conftest.er1
14391   cat conftest.err >&5
14392   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14393   (exit $ac_status); } && {
14394          test -z "$ac_c_werror_flag" ||
14395          test ! -s conftest.err
14396        } && test -s conftest$ac_exeext && {
14397          test "$cross_compiling" = yes ||
14398          $as_test_x conftest$ac_exeext
14399        }; then
14400   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14401 else
14402   $as_echo "$as_me: failed program was:" >&5
14403 sed 's/^/| /' conftest.$ac_ext >&5
14404
14405         ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14406 fi
14407
14408 rm -rf conftest.dSYM
14409 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14410       conftest$ac_exeext conftest.$ac_ext
14411 LIBS=$ac_check_lib_save_LIBS
14412 fi
14413 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14414 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14415 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14416
14417 cat >>confdefs.h <<\_ACEOF
14418 #define HAVE_LCMS 1
14419 _ACEOF
14420
14421          LCMSLIBS="-llcms"
14422 fi
14423
14424 fi
14425 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14426   case "x$with_cms" in
14427   x)   wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14428   xno) ;;
14429   *)   { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14430 This is an error since --with-cms was requested." >&5
14431 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14432 This is an error since --with-cms was requested." >&2;}
14433    { (exit 1); exit 1; }; } ;;
14434 esac
14435 fi
14436
14437
14438 for ac_prog in freetype-config freetype2-config
14439 do
14440   # Extract the first word of "$ac_prog", so it can be a program name with args.
14441 set dummy $ac_prog; ac_word=$2
14442 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14443 $as_echo_n "checking for $ac_word... " >&6; }
14444 if test "${ac_cv_prog_ft_devel+set}" = set; then
14445   $as_echo_n "(cached) " >&6
14446 else
14447   if test -n "$ft_devel"; then
14448   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14449 else
14450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14451 for as_dir in $PATH
14452 do
14453   IFS=$as_save_IFS
14454   test -z "$as_dir" && as_dir=.
14455   for ac_exec_ext in '' $ac_executable_extensions; do
14456   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14457     ac_cv_prog_ft_devel="$ac_prog"
14458     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14459     break 2
14460   fi
14461 done
14462 done
14463 IFS=$as_save_IFS
14464
14465 fi
14466 fi
14467 ft_devel=$ac_cv_prog_ft_devel
14468 if test -n "$ft_devel"; then
14469   { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14470 $as_echo "$ft_devel" >&6; }
14471 else
14472   { $as_echo "$as_me:$LINENO: result: no" >&5
14473 $as_echo "no" >&6; }
14474 fi
14475
14476
14477   test -n "$ft_devel" && break
14478 done
14479 test -n "$ft_devel" || ft_devel="false"
14480
14481 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
14482 then
14483     ac_freetype_libs=`$ft_devel --libs`
14484     ac_freetype_incl=`$ft_devel --cflags`
14485     { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14486 $as_echo_n "checking for -lfreetype... " >&6; }
14487 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14488   $as_echo_n "(cached) " >&6
14489 else
14490   ac_check_soname_save_LIBS=$LIBS
14491 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14492   cat >conftest.$ac_ext <<_ACEOF
14493 /* confdefs.h.  */
14494 _ACEOF
14495 cat confdefs.h >>conftest.$ac_ext
14496 cat >>conftest.$ac_ext <<_ACEOF
14497 /* end confdefs.h.  */
14498
14499 /* Override any GCC internal prototype to avoid an error.
14500    Use char because int might match the return type of a GCC
14501    builtin and then its argument prototype would still apply.  */
14502 #ifdef __cplusplus
14503 extern "C"
14504 #endif
14505 char FT_Init_FreeType ();
14506 int
14507 main ()
14508 {
14509 return FT_Init_FreeType ();
14510   ;
14511   return 0;
14512 }
14513 _ACEOF
14514 rm -f conftest.$ac_objext conftest$ac_exeext
14515 if { (ac_try="$ac_link"
14516 case "(($ac_try" in
14517   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14518   *) ac_try_echo=$ac_try;;
14519 esac
14520 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14521 $as_echo "$ac_try_echo") >&5
14522   (eval "$ac_link") 2>conftest.er1
14523   ac_status=$?
14524   grep -v '^ *+' conftest.er1 >conftest.err
14525   rm -f conftest.er1
14526   cat conftest.err >&5
14527   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14528   (exit $ac_status); } && {
14529          test -z "$ac_c_werror_flag" ||
14530          test ! -s conftest.err
14531        } && test -s conftest$ac_exeext && {
14532          test "$cross_compiling" = yes ||
14533          $as_test_x conftest$ac_exeext
14534        }; then
14535   case "$LIBEXT" in
14536     dll) ;;
14537     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'` ;;
14538     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
14539   esac
14540 else
14541   $as_echo "$as_me: failed program was:" >&5
14542 sed 's/^/| /' conftest.$ac_ext >&5
14543
14544
14545 fi
14546
14547 rm -rf conftest.dSYM
14548 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14549       conftest$ac_exeext conftest.$ac_ext
14550   LIBS=$ac_check_soname_save_LIBS
14551 fi
14552 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14553   { $as_echo "$as_me:$LINENO: result: not found" >&5
14554 $as_echo "not found" >&6; }
14555        ft_lib=no
14556 else
14557   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14558 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14559
14560 cat >>confdefs.h <<_ACEOF
14561 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14562 _ACEOF
14563
14564        ft_lib=yes
14565 fi
14566
14567     if test "$ft_lib" = "yes"
14568     then
14569         ac_save_CPPFLAGS="$CPPFLAGS"
14570         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14571
14572
14573
14574
14575
14576
14577
14578
14579
14580
14581
14582
14583 for ac_header in ft2build.h \
14584                          freetype/freetype.h \
14585                          freetype/ftglyph.h \
14586                          freetype/fttypes.h \
14587                          freetype/tttables.h \
14588                          freetype/ftnames.h \
14589                          freetype/ftsnames.h \
14590                          freetype/ttnameid.h \
14591                          freetype/ftoutln.h \
14592                          freetype/ftwinfnt.h \
14593                          freetype/ftmodapi.h \
14594                          freetype/internal/sfnt.h
14595 do
14596 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14597 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14598 $as_echo_n "checking for $ac_header... " >&6; }
14599 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14600   $as_echo_n "(cached) " >&6
14601 else
14602   cat >conftest.$ac_ext <<_ACEOF
14603 /* confdefs.h.  */
14604 _ACEOF
14605 cat confdefs.h >>conftest.$ac_ext
14606 cat >>conftest.$ac_ext <<_ACEOF
14607 /* end confdefs.h.  */
14608 #ifdef HAVE_FT2BUILD_H
14609                           # include <ft2build.h>
14610                           #endif
14611
14612 #include <$ac_header>
14613 _ACEOF
14614 rm -f conftest.$ac_objext
14615 if { (ac_try="$ac_compile"
14616 case "(($ac_try" in
14617   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14618   *) ac_try_echo=$ac_try;;
14619 esac
14620 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14621 $as_echo "$ac_try_echo") >&5
14622   (eval "$ac_compile") 2>conftest.er1
14623   ac_status=$?
14624   grep -v '^ *+' conftest.er1 >conftest.err
14625   rm -f conftest.er1
14626   cat conftest.err >&5
14627   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14628   (exit $ac_status); } && {
14629          test -z "$ac_c_werror_flag" ||
14630          test ! -s conftest.err
14631        } && test -s conftest.$ac_objext; then
14632   eval "$as_ac_Header=yes"
14633 else
14634   $as_echo "$as_me: failed program was:" >&5
14635 sed 's/^/| /' conftest.$ac_ext >&5
14636
14637         eval "$as_ac_Header=no"
14638 fi
14639
14640 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14641 fi
14642 ac_res=`eval 'as_val=${'$as_ac_Header'}
14643                  $as_echo "$as_val"'`
14644                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14645 $as_echo "$ac_res" >&6; }
14646 as_val=`eval 'as_val=${'$as_ac_Header'}
14647                  $as_echo "$as_val"'`
14648    if test "x$as_val" = x""yes; then
14649   cat >>confdefs.h <<_ACEOF
14650 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14651 _ACEOF
14652
14653 fi
14654
14655 done
14656
14657         cat >conftest.$ac_ext <<_ACEOF
14658 /* confdefs.h.  */
14659 _ACEOF
14660 cat confdefs.h >>conftest.$ac_ext
14661 cat >>conftest.$ac_ext <<_ACEOF
14662 /* end confdefs.h.  */
14663 #include <ft2build.h>
14664                     #include <freetype/fttrigon.h>
14665 _ACEOF
14666 if { (ac_try="$ac_cpp conftest.$ac_ext"
14667 case "(($ac_try" in
14668   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14669   *) ac_try_echo=$ac_try;;
14670 esac
14671 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14672 $as_echo "$ac_try_echo") >&5
14673   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14674   ac_status=$?
14675   grep -v '^ *+' conftest.er1 >conftest.err
14676   rm -f conftest.er1
14677   cat conftest.err >&5
14678   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14679   (exit $ac_status); } >/dev/null && {
14680          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14681          test ! -s conftest.err
14682        }; then
14683
14684 cat >>confdefs.h <<\_ACEOF
14685 #define HAVE_FREETYPE_FTTRIGON_H 1
14686 _ACEOF
14687
14688                     wine_cv_fttrigon=yes
14689 else
14690   $as_echo "$as_me: failed program was:" >&5
14691 sed 's/^/| /' conftest.$ac_ext >&5
14692
14693   wine_cv_fttrigon=no
14694 fi
14695
14696 rm -f conftest.err conftest.$ac_ext
14697         { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14698 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14699 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14700   $as_echo_n "(cached) " >&6
14701 else
14702   ac_cv_type_FT_TrueTypeEngineType=no
14703 cat >conftest.$ac_ext <<_ACEOF
14704 /* confdefs.h.  */
14705 _ACEOF
14706 cat confdefs.h >>conftest.$ac_ext
14707 cat >>conftest.$ac_ext <<_ACEOF
14708 /* end confdefs.h.  */
14709 #include <freetype/ftmodapi.h>
14710
14711 int
14712 main ()
14713 {
14714 if (sizeof (FT_TrueTypeEngineType))
14715        return 0;
14716   ;
14717   return 0;
14718 }
14719 _ACEOF
14720 rm -f conftest.$ac_objext
14721 if { (ac_try="$ac_compile"
14722 case "(($ac_try" in
14723   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14724   *) ac_try_echo=$ac_try;;
14725 esac
14726 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14727 $as_echo "$ac_try_echo") >&5
14728   (eval "$ac_compile") 2>conftest.er1
14729   ac_status=$?
14730   grep -v '^ *+' conftest.er1 >conftest.err
14731   rm -f conftest.er1
14732   cat conftest.err >&5
14733   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14734   (exit $ac_status); } && {
14735          test -z "$ac_c_werror_flag" ||
14736          test ! -s conftest.err
14737        } && test -s conftest.$ac_objext; then
14738   cat >conftest.$ac_ext <<_ACEOF
14739 /* confdefs.h.  */
14740 _ACEOF
14741 cat confdefs.h >>conftest.$ac_ext
14742 cat >>conftest.$ac_ext <<_ACEOF
14743 /* end confdefs.h.  */
14744 #include <freetype/ftmodapi.h>
14745
14746 int
14747 main ()
14748 {
14749 if (sizeof ((FT_TrueTypeEngineType)))
14750           return 0;
14751   ;
14752   return 0;
14753 }
14754 _ACEOF
14755 rm -f conftest.$ac_objext
14756 if { (ac_try="$ac_compile"
14757 case "(($ac_try" in
14758   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14759   *) ac_try_echo=$ac_try;;
14760 esac
14761 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14762 $as_echo "$ac_try_echo") >&5
14763   (eval "$ac_compile") 2>conftest.er1
14764   ac_status=$?
14765   grep -v '^ *+' conftest.er1 >conftest.err
14766   rm -f conftest.er1
14767   cat conftest.err >&5
14768   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14769   (exit $ac_status); } && {
14770          test -z "$ac_c_werror_flag" ||
14771          test ! -s conftest.err
14772        } && test -s conftest.$ac_objext; then
14773   :
14774 else
14775   $as_echo "$as_me: failed program was:" >&5
14776 sed 's/^/| /' conftest.$ac_ext >&5
14777
14778         ac_cv_type_FT_TrueTypeEngineType=yes
14779 fi
14780
14781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14782 else
14783   $as_echo "$as_me: failed program was:" >&5
14784 sed 's/^/| /' conftest.$ac_ext >&5
14785
14786
14787 fi
14788
14789 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14790 fi
14791 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14792 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14793 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14794
14795 cat >>confdefs.h <<_ACEOF
14796 #define HAVE_FT_TRUETYPEENGINETYPE 1
14797 _ACEOF
14798
14799
14800 fi
14801
14802         ac_save_CFLAGS="$CFLAGS"
14803         CFLAGS="$CFLAGS $ac_freetype_libs"
14804
14805 for ac_func in FT_Load_Sfnt_Table
14806 do
14807 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14808 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14809 $as_echo_n "checking for $ac_func... " >&6; }
14810 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14811   $as_echo_n "(cached) " >&6
14812 else
14813   cat >conftest.$ac_ext <<_ACEOF
14814 /* confdefs.h.  */
14815 _ACEOF
14816 cat confdefs.h >>conftest.$ac_ext
14817 cat >>conftest.$ac_ext <<_ACEOF
14818 /* end confdefs.h.  */
14819 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14820    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14821 #define $ac_func innocuous_$ac_func
14822
14823 /* System header to define __stub macros and hopefully few prototypes,
14824     which can conflict with char $ac_func (); below.
14825     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14826     <limits.h> exists even on freestanding compilers.  */
14827
14828 #ifdef __STDC__
14829 # include <limits.h>
14830 #else
14831 # include <assert.h>
14832 #endif
14833
14834 #undef $ac_func
14835
14836 /* Override any GCC internal prototype to avoid an error.
14837    Use char because int might match the return type of a GCC
14838    builtin and then its argument prototype would still apply.  */
14839 #ifdef __cplusplus
14840 extern "C"
14841 #endif
14842 char $ac_func ();
14843 /* The GNU C library defines this for functions which it implements
14844     to always fail with ENOSYS.  Some functions are actually named
14845     something starting with __ and the normal name is an alias.  */
14846 #if defined __stub_$ac_func || defined __stub___$ac_func
14847 choke me
14848 #endif
14849
14850 int
14851 main ()
14852 {
14853 return $ac_func ();
14854   ;
14855   return 0;
14856 }
14857 _ACEOF
14858 rm -f conftest.$ac_objext conftest$ac_exeext
14859 if { (ac_try="$ac_link"
14860 case "(($ac_try" in
14861   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14862   *) ac_try_echo=$ac_try;;
14863 esac
14864 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14865 $as_echo "$ac_try_echo") >&5
14866   (eval "$ac_link") 2>conftest.er1
14867   ac_status=$?
14868   grep -v '^ *+' conftest.er1 >conftest.err
14869   rm -f conftest.er1
14870   cat conftest.err >&5
14871   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14872   (exit $ac_status); } && {
14873          test -z "$ac_c_werror_flag" ||
14874          test ! -s conftest.err
14875        } && test -s conftest$ac_exeext && {
14876          test "$cross_compiling" = yes ||
14877          $as_test_x conftest$ac_exeext
14878        }; then
14879   eval "$as_ac_var=yes"
14880 else
14881   $as_echo "$as_me: failed program was:" >&5
14882 sed 's/^/| /' conftest.$ac_ext >&5
14883
14884         eval "$as_ac_var=no"
14885 fi
14886
14887 rm -rf conftest.dSYM
14888 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14889       conftest$ac_exeext conftest.$ac_ext
14890 fi
14891 ac_res=`eval 'as_val=${'$as_ac_var'}
14892                  $as_echo "$as_val"'`
14893                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14894 $as_echo "$ac_res" >&6; }
14895 as_val=`eval 'as_val=${'$as_ac_var'}
14896                  $as_echo "$as_val"'`
14897    if test "x$as_val" = x""yes; then
14898   cat >>confdefs.h <<_ACEOF
14899 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14900 _ACEOF
14901
14902 fi
14903 done
14904
14905         CFLAGS="$ac_save_CFLAGS"
14906         CPPFLAGS="$ac_save_CPPFLAGS"
14907                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14908         then
14909
14910 cat >>confdefs.h <<\_ACEOF
14911 #define HAVE_FREETYPE 1
14912 _ACEOF
14913
14914             FREETYPELIBS="$ac_freetype_libs"
14915
14916             FREETYPEINCL="$ac_freetype_incl"
14917
14918         fi
14919     fi
14920 fi
14921 if test "x$FREETYPELIBS" = "x"; then
14922   case "x$with_freetype" in
14923   xno) ;;
14924   *)   { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14925 Use the --without-freetype option if you really want this." >&5
14926 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14927 Use the --without-freetype option if you really want this." >&2;}
14928    { (exit 1); exit 1; }; } ;;
14929 esac
14930 fi
14931
14932 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14933
14934 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14935 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
14936 if test "${ac_cv_c_ppdev+set}" = set; then
14937   $as_echo_n "(cached) " >&6
14938 else
14939   cat >conftest.$ac_ext <<_ACEOF
14940 /* confdefs.h.  */
14941 _ACEOF
14942 cat confdefs.h >>conftest.$ac_ext
14943 cat >>conftest.$ac_ext <<_ACEOF
14944 /* end confdefs.h.  */
14945 #include <linux/ppdev.h>
14946 int
14947 main ()
14948 {
14949 ioctl (1,PPCLAIM,0)
14950   ;
14951   return 0;
14952 }
14953 _ACEOF
14954 rm -f conftest.$ac_objext
14955 if { (ac_try="$ac_compile"
14956 case "(($ac_try" in
14957   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14958   *) ac_try_echo=$ac_try;;
14959 esac
14960 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14961 $as_echo "$ac_try_echo") >&5
14962   (eval "$ac_compile") 2>conftest.er1
14963   ac_status=$?
14964   grep -v '^ *+' conftest.er1 >conftest.err
14965   rm -f conftest.er1
14966   cat conftest.err >&5
14967   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14968   (exit $ac_status); } && {
14969          test -z "$ac_c_werror_flag" ||
14970          test ! -s conftest.err
14971        } && test -s conftest.$ac_objext; then
14972   ac_cv_c_ppdev="yes"
14973 else
14974   $as_echo "$as_me: failed program was:" >&5
14975 sed 's/^/| /' conftest.$ac_ext >&5
14976
14977         ac_cv_c_ppdev="no"
14978 fi
14979
14980 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14981 fi
14982 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14983 $as_echo "$ac_cv_c_ppdev" >&6; }
14984 if test "$ac_cv_c_ppdev" = "yes"
14985 then
14986
14987 cat >>confdefs.h <<\_ACEOF
14988 #define HAVE_PPDEV 1
14989 _ACEOF
14990
14991 fi
14992
14993 { $as_echo "$as_me:$LINENO: checking for va_copy" >&5
14994 $as_echo_n "checking for va_copy... " >&6; }
14995 if test "${ac_cv_c_va_copy+set}" = set; then
14996   $as_echo_n "(cached) " >&6
14997 else
14998   cat >conftest.$ac_ext <<_ACEOF
14999 /* confdefs.h.  */
15000 _ACEOF
15001 cat confdefs.h >>conftest.$ac_ext
15002 cat >>conftest.$ac_ext <<_ACEOF
15003 /* end confdefs.h.  */
15004 #include <stdarg.h>
15005 int
15006 main ()
15007 {
15008 va_list ap1, ap2; va_copy(ap1,ap2);
15009   ;
15010   return 0;
15011 }
15012 _ACEOF
15013 rm -f conftest.$ac_objext conftest$ac_exeext
15014 if { (ac_try="$ac_link"
15015 case "(($ac_try" in
15016   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15017   *) ac_try_echo=$ac_try;;
15018 esac
15019 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15020 $as_echo "$ac_try_echo") >&5
15021   (eval "$ac_link") 2>conftest.er1
15022   ac_status=$?
15023   grep -v '^ *+' conftest.er1 >conftest.err
15024   rm -f conftest.er1
15025   cat conftest.err >&5
15026   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15027   (exit $ac_status); } && {
15028          test -z "$ac_c_werror_flag" ||
15029          test ! -s conftest.err
15030        } && test -s conftest$ac_exeext && {
15031          test "$cross_compiling" = yes ||
15032          $as_test_x conftest$ac_exeext
15033        }; then
15034   ac_cv_c_va_copy="yes"
15035 else
15036   $as_echo "$as_me: failed program was:" >&5
15037 sed 's/^/| /' conftest.$ac_ext >&5
15038
15039         ac_cv_c_va_copy="no"
15040 fi
15041
15042 rm -rf conftest.dSYM
15043 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15044       conftest$ac_exeext conftest.$ac_ext
15045
15046 fi
15047 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
15048 $as_echo "$ac_cv_c_va_copy" >&6; }
15049 if test "$ac_cv_c_va_copy" = "yes"
15050 then
15051
15052 cat >>confdefs.h <<\_ACEOF
15053 #define HAVE_VA_COPY 1
15054 _ACEOF
15055
15056 fi
15057 { $as_echo "$as_me:$LINENO: checking for __va_copy" >&5
15058 $as_echo_n "checking for __va_copy... " >&6; }
15059 if test "${ac_cv_c___va_copy+set}" = set; then
15060   $as_echo_n "(cached) " >&6
15061 else
15062   cat >conftest.$ac_ext <<_ACEOF
15063 /* confdefs.h.  */
15064 _ACEOF
15065 cat confdefs.h >>conftest.$ac_ext
15066 cat >>conftest.$ac_ext <<_ACEOF
15067 /* end confdefs.h.  */
15068 #include <stdarg.h>
15069 int
15070 main ()
15071 {
15072 va_list ap1, ap2; __va_copy(ap1,ap2);
15073   ;
15074   return 0;
15075 }
15076 _ACEOF
15077 rm -f conftest.$ac_objext conftest$ac_exeext
15078 if { (ac_try="$ac_link"
15079 case "(($ac_try" in
15080   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15081   *) ac_try_echo=$ac_try;;
15082 esac
15083 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15084 $as_echo "$ac_try_echo") >&5
15085   (eval "$ac_link") 2>conftest.er1
15086   ac_status=$?
15087   grep -v '^ *+' conftest.er1 >conftest.err
15088   rm -f conftest.er1
15089   cat conftest.err >&5
15090   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15091   (exit $ac_status); } && {
15092          test -z "$ac_c_werror_flag" ||
15093          test ! -s conftest.err
15094        } && test -s conftest$ac_exeext && {
15095          test "$cross_compiling" = yes ||
15096          $as_test_x conftest$ac_exeext
15097        }; then
15098   ac_cv_c___va_copy="yes"
15099 else
15100   $as_echo "$as_me: failed program was:" >&5
15101 sed 's/^/| /' conftest.$ac_ext >&5
15102
15103         ac_cv_c___va_copy="no"
15104 fi
15105
15106 rm -rf conftest.dSYM
15107 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15108       conftest$ac_exeext conftest.$ac_ext
15109
15110 fi
15111 { $as_echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
15112 $as_echo "$ac_cv_c___va_copy" >&6; }
15113 if test "$ac_cv_c___va_copy" = "yes"
15114 then
15115
15116 cat >>confdefs.h <<\_ACEOF
15117 #define HAVE___VA_COPY 1
15118 _ACEOF
15119
15120 fi
15121
15122 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
15123 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
15124 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15125   $as_echo_n "(cached) " >&6
15126 else
15127   ac_cv_type_pthread_rwlock_t=no
15128 cat >conftest.$ac_ext <<_ACEOF
15129 /* confdefs.h.  */
15130 _ACEOF
15131 cat confdefs.h >>conftest.$ac_ext
15132 cat >>conftest.$ac_ext <<_ACEOF
15133 /* end confdefs.h.  */
15134 #define _GNU_SOURCE
15135 #include <pthread.h>
15136
15137 int
15138 main ()
15139 {
15140 if (sizeof (pthread_rwlock_t))
15141        return 0;
15142   ;
15143   return 0;
15144 }
15145 _ACEOF
15146 rm -f conftest.$ac_objext
15147 if { (ac_try="$ac_compile"
15148 case "(($ac_try" in
15149   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15150   *) ac_try_echo=$ac_try;;
15151 esac
15152 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15153 $as_echo "$ac_try_echo") >&5
15154   (eval "$ac_compile") 2>conftest.er1
15155   ac_status=$?
15156   grep -v '^ *+' conftest.er1 >conftest.err
15157   rm -f conftest.er1
15158   cat conftest.err >&5
15159   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15160   (exit $ac_status); } && {
15161          test -z "$ac_c_werror_flag" ||
15162          test ! -s conftest.err
15163        } && test -s conftest.$ac_objext; then
15164   cat >conftest.$ac_ext <<_ACEOF
15165 /* confdefs.h.  */
15166 _ACEOF
15167 cat confdefs.h >>conftest.$ac_ext
15168 cat >>conftest.$ac_ext <<_ACEOF
15169 /* end confdefs.h.  */
15170 #define _GNU_SOURCE
15171 #include <pthread.h>
15172
15173 int
15174 main ()
15175 {
15176 if (sizeof ((pthread_rwlock_t)))
15177           return 0;
15178   ;
15179   return 0;
15180 }
15181 _ACEOF
15182 rm -f conftest.$ac_objext
15183 if { (ac_try="$ac_compile"
15184 case "(($ac_try" in
15185   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15186   *) ac_try_echo=$ac_try;;
15187 esac
15188 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15189 $as_echo "$ac_try_echo") >&5
15190   (eval "$ac_compile") 2>conftest.er1
15191   ac_status=$?
15192   grep -v '^ *+' conftest.er1 >conftest.err
15193   rm -f conftest.er1
15194   cat conftest.err >&5
15195   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15196   (exit $ac_status); } && {
15197          test -z "$ac_c_werror_flag" ||
15198          test ! -s conftest.err
15199        } && test -s conftest.$ac_objext; then
15200   :
15201 else
15202   $as_echo "$as_me: failed program was:" >&5
15203 sed 's/^/| /' conftest.$ac_ext >&5
15204
15205         ac_cv_type_pthread_rwlock_t=yes
15206 fi
15207
15208 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15209 else
15210   $as_echo "$as_me: failed program was:" >&5
15211 sed 's/^/| /' conftest.$ac_ext >&5
15212
15213
15214 fi
15215
15216 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15217 fi
15218 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15219 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15220 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15221
15222 cat >>confdefs.h <<_ACEOF
15223 #define HAVE_PTHREAD_RWLOCK_T 1
15224 _ACEOF
15225
15226
15227 fi
15228 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15229 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15230 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15231   $as_echo_n "(cached) " >&6
15232 else
15233   ac_cv_type_pthread_rwlockattr_t=no
15234 cat >conftest.$ac_ext <<_ACEOF
15235 /* confdefs.h.  */
15236 _ACEOF
15237 cat confdefs.h >>conftest.$ac_ext
15238 cat >>conftest.$ac_ext <<_ACEOF
15239 /* end confdefs.h.  */
15240 #define _GNU_SOURCE
15241 #include <pthread.h>
15242
15243 int
15244 main ()
15245 {
15246 if (sizeof (pthread_rwlockattr_t))
15247        return 0;
15248   ;
15249   return 0;
15250 }
15251 _ACEOF
15252 rm -f conftest.$ac_objext
15253 if { (ac_try="$ac_compile"
15254 case "(($ac_try" in
15255   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15256   *) ac_try_echo=$ac_try;;
15257 esac
15258 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15259 $as_echo "$ac_try_echo") >&5
15260   (eval "$ac_compile") 2>conftest.er1
15261   ac_status=$?
15262   grep -v '^ *+' conftest.er1 >conftest.err
15263   rm -f conftest.er1
15264   cat conftest.err >&5
15265   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15266   (exit $ac_status); } && {
15267          test -z "$ac_c_werror_flag" ||
15268          test ! -s conftest.err
15269        } && test -s conftest.$ac_objext; then
15270   cat >conftest.$ac_ext <<_ACEOF
15271 /* confdefs.h.  */
15272 _ACEOF
15273 cat confdefs.h >>conftest.$ac_ext
15274 cat >>conftest.$ac_ext <<_ACEOF
15275 /* end confdefs.h.  */
15276 #define _GNU_SOURCE
15277 #include <pthread.h>
15278
15279 int
15280 main ()
15281 {
15282 if (sizeof ((pthread_rwlockattr_t)))
15283           return 0;
15284   ;
15285   return 0;
15286 }
15287 _ACEOF
15288 rm -f conftest.$ac_objext
15289 if { (ac_try="$ac_compile"
15290 case "(($ac_try" in
15291   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15292   *) ac_try_echo=$ac_try;;
15293 esac
15294 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15295 $as_echo "$ac_try_echo") >&5
15296   (eval "$ac_compile") 2>conftest.er1
15297   ac_status=$?
15298   grep -v '^ *+' conftest.er1 >conftest.err
15299   rm -f conftest.er1
15300   cat conftest.err >&5
15301   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15302   (exit $ac_status); } && {
15303          test -z "$ac_c_werror_flag" ||
15304          test ! -s conftest.err
15305        } && test -s conftest.$ac_objext; then
15306   :
15307 else
15308   $as_echo "$as_me: failed program was:" >&5
15309 sed 's/^/| /' conftest.$ac_ext >&5
15310
15311         ac_cv_type_pthread_rwlockattr_t=yes
15312 fi
15313
15314 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15315 else
15316   $as_echo "$as_me: failed program was:" >&5
15317 sed 's/^/| /' conftest.$ac_ext >&5
15318
15319
15320 fi
15321
15322 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15323 fi
15324 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15325 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15326 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15327
15328 cat >>confdefs.h <<_ACEOF
15329 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15330 _ACEOF
15331
15332
15333 fi
15334
15335
15336 ac_wine_check_funcs_save_LIBS="$LIBS"
15337 LIBS="$LIBS $LIBPTHREAD"
15338
15339
15340
15341
15342 for ac_func in \
15343         pthread_attr_get_np \
15344         pthread_getattr_np \
15345         pthread_get_stackaddr_np \
15346         pthread_get_stacksize_np
15347 do
15348 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15349 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15350 $as_echo_n "checking for $ac_func... " >&6; }
15351 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15352   $as_echo_n "(cached) " >&6
15353 else
15354   cat >conftest.$ac_ext <<_ACEOF
15355 /* confdefs.h.  */
15356 _ACEOF
15357 cat confdefs.h >>conftest.$ac_ext
15358 cat >>conftest.$ac_ext <<_ACEOF
15359 /* end confdefs.h.  */
15360 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15361    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15362 #define $ac_func innocuous_$ac_func
15363
15364 /* System header to define __stub macros and hopefully few prototypes,
15365     which can conflict with char $ac_func (); below.
15366     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15367     <limits.h> exists even on freestanding compilers.  */
15368
15369 #ifdef __STDC__
15370 # include <limits.h>
15371 #else
15372 # include <assert.h>
15373 #endif
15374
15375 #undef $ac_func
15376
15377 /* Override any GCC internal prototype to avoid an error.
15378    Use char because int might match the return type of a GCC
15379    builtin and then its argument prototype would still apply.  */
15380 #ifdef __cplusplus
15381 extern "C"
15382 #endif
15383 char $ac_func ();
15384 /* The GNU C library defines this for functions which it implements
15385     to always fail with ENOSYS.  Some functions are actually named
15386     something starting with __ and the normal name is an alias.  */
15387 #if defined __stub_$ac_func || defined __stub___$ac_func
15388 choke me
15389 #endif
15390
15391 int
15392 main ()
15393 {
15394 return $ac_func ();
15395   ;
15396   return 0;
15397 }
15398 _ACEOF
15399 rm -f conftest.$ac_objext conftest$ac_exeext
15400 if { (ac_try="$ac_link"
15401 case "(($ac_try" in
15402   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15403   *) ac_try_echo=$ac_try;;
15404 esac
15405 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15406 $as_echo "$ac_try_echo") >&5
15407   (eval "$ac_link") 2>conftest.er1
15408   ac_status=$?
15409   grep -v '^ *+' conftest.er1 >conftest.err
15410   rm -f conftest.er1
15411   cat conftest.err >&5
15412   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15413   (exit $ac_status); } && {
15414          test -z "$ac_c_werror_flag" ||
15415          test ! -s conftest.err
15416        } && test -s conftest$ac_exeext && {
15417          test "$cross_compiling" = yes ||
15418          $as_test_x conftest$ac_exeext
15419        }; then
15420   eval "$as_ac_var=yes"
15421 else
15422   $as_echo "$as_me: failed program was:" >&5
15423 sed 's/^/| /' conftest.$ac_ext >&5
15424
15425         eval "$as_ac_var=no"
15426 fi
15427
15428 rm -rf conftest.dSYM
15429 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15430       conftest$ac_exeext conftest.$ac_ext
15431 fi
15432 ac_res=`eval 'as_val=${'$as_ac_var'}
15433                  $as_echo "$as_val"'`
15434                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15435 $as_echo "$ac_res" >&6; }
15436 as_val=`eval 'as_val=${'$as_ac_var'}
15437                  $as_echo "$as_val"'`
15438    if test "x$as_val" = x""yes; then
15439   cat >>confdefs.h <<_ACEOF
15440 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15441 _ACEOF
15442
15443 fi
15444 done
15445
15446 LIBS="$ac_wine_check_funcs_save_LIBS"
15447
15448 # Extract the first word of "esd-config", so it can be a program name with args.
15449 set dummy esd-config; ac_word=$2
15450 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15451 $as_echo_n "checking for $ac_word... " >&6; }
15452 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15453   $as_echo_n "(cached) " >&6
15454 else
15455   case $ESDCONFIG in
15456   [\\/]* | ?:[\\/]*)
15457   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15458   ;;
15459   *)
15460   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15461 for as_dir in $PATH
15462 do
15463   IFS=$as_save_IFS
15464   test -z "$as_dir" && as_dir=.
15465   for ac_exec_ext in '' $ac_executable_extensions; do
15466   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15467     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15468     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15469     break 2
15470   fi
15471 done
15472 done
15473 IFS=$as_save_IFS
15474
15475   ;;
15476 esac
15477 fi
15478 ESDCONFIG=$ac_cv_path_ESDCONFIG
15479 if test -n "$ESDCONFIG"; then
15480   { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15481 $as_echo "$ESDCONFIG" >&6; }
15482 else
15483   { $as_echo "$as_me:$LINENO: result: no" >&5
15484 $as_echo "no" >&6; }
15485 fi
15486
15487
15488 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
15489 then
15490     ac_esd_incl=""
15491     for i in `$ESDCONFIG --cflags`
15492     do
15493       case "$i" in
15494         -I*) ac_esd_incl="$ac_esd_incl $i";;
15495       esac
15496     done
15497     ac_esd_libs=`$ESDCONFIG --libs`
15498     save_CFLAGS="$CFLAGS"
15499     CFLAGS="$CFLAGS $ac_esd_incl"
15500     { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15501 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15502 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15503   $as_echo_n "(cached) " >&6
15504 else
15505   ac_check_lib_save_LIBS=$LIBS
15506 LIBS="-lesd $ac_esd_libs $LIBS"
15507 cat >conftest.$ac_ext <<_ACEOF
15508 /* confdefs.h.  */
15509 _ACEOF
15510 cat confdefs.h >>conftest.$ac_ext
15511 cat >>conftest.$ac_ext <<_ACEOF
15512 /* end confdefs.h.  */
15513
15514 /* Override any GCC internal prototype to avoid an error.
15515    Use char because int might match the return type of a GCC
15516    builtin and then its argument prototype would still apply.  */
15517 #ifdef __cplusplus
15518 extern "C"
15519 #endif
15520 char esd_open_sound ();
15521 int
15522 main ()
15523 {
15524 return esd_open_sound ();
15525   ;
15526   return 0;
15527 }
15528 _ACEOF
15529 rm -f conftest.$ac_objext conftest$ac_exeext
15530 if { (ac_try="$ac_link"
15531 case "(($ac_try" in
15532   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15533   *) ac_try_echo=$ac_try;;
15534 esac
15535 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15536 $as_echo "$ac_try_echo") >&5
15537   (eval "$ac_link") 2>conftest.er1
15538   ac_status=$?
15539   grep -v '^ *+' conftest.er1 >conftest.err
15540   rm -f conftest.er1
15541   cat conftest.err >&5
15542   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15543   (exit $ac_status); } && {
15544          test -z "$ac_c_werror_flag" ||
15545          test ! -s conftest.err
15546        } && test -s conftest$ac_exeext && {
15547          test "$cross_compiling" = yes ||
15548          $as_test_x conftest$ac_exeext
15549        }; then
15550   ac_cv_lib_esd_esd_open_sound=yes
15551 else
15552   $as_echo "$as_me: failed program was:" >&5
15553 sed 's/^/| /' conftest.$ac_ext >&5
15554
15555         ac_cv_lib_esd_esd_open_sound=no
15556 fi
15557
15558 rm -rf conftest.dSYM
15559 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15560       conftest$ac_exeext conftest.$ac_ext
15561 LIBS=$ac_check_lib_save_LIBS
15562 fi
15563 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15564 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15565 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15566   ESDINCL="$ac_esd_incl"
15567
15568          ESDLIBS="$ac_esd_libs"
15569
15570
15571 cat >>confdefs.h <<\_ACEOF
15572 #define HAVE_ESD 1
15573 _ACEOF
15574
15575 fi
15576
15577     CFLAGS="$save_CFLAGS"
15578 fi
15579
15580 ALSALIBS=""
15581
15582 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15583 then
15584     { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15585 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15586 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15587   $as_echo_n "(cached) " >&6
15588 else
15589   ac_check_lib_save_LIBS=$LIBS
15590 LIBS="-lasound  $LIBS"
15591 cat >conftest.$ac_ext <<_ACEOF
15592 /* confdefs.h.  */
15593 _ACEOF
15594 cat confdefs.h >>conftest.$ac_ext
15595 cat >>conftest.$ac_ext <<_ACEOF
15596 /* end confdefs.h.  */
15597
15598 /* Override any GCC internal prototype to avoid an error.
15599    Use char because int might match the return type of a GCC
15600    builtin and then its argument prototype would still apply.  */
15601 #ifdef __cplusplus
15602 extern "C"
15603 #endif
15604 char snd_pcm_hw_params_get_access ();
15605 int
15606 main ()
15607 {
15608 return snd_pcm_hw_params_get_access ();
15609   ;
15610   return 0;
15611 }
15612 _ACEOF
15613 rm -f conftest.$ac_objext conftest$ac_exeext
15614 if { (ac_try="$ac_link"
15615 case "(($ac_try" in
15616   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15617   *) ac_try_echo=$ac_try;;
15618 esac
15619 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15620 $as_echo "$ac_try_echo") >&5
15621   (eval "$ac_link") 2>conftest.er1
15622   ac_status=$?
15623   grep -v '^ *+' conftest.er1 >conftest.err
15624   rm -f conftest.er1
15625   cat conftest.err >&5
15626   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15627   (exit $ac_status); } && {
15628          test -z "$ac_c_werror_flag" ||
15629          test ! -s conftest.err
15630        } && test -s conftest$ac_exeext && {
15631          test "$cross_compiling" = yes ||
15632          $as_test_x conftest$ac_exeext
15633        }; then
15634   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15635 else
15636   $as_echo "$as_me: failed program was:" >&5
15637 sed 's/^/| /' conftest.$ac_ext >&5
15638
15639         ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15640 fi
15641
15642 rm -rf conftest.dSYM
15643 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15644       conftest$ac_exeext conftest.$ac_ext
15645 LIBS=$ac_check_lib_save_LIBS
15646 fi
15647 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15648 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15649 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15650   cat >conftest.$ac_ext <<_ACEOF
15651 /* confdefs.h.  */
15652 _ACEOF
15653 cat confdefs.h >>conftest.$ac_ext
15654 cat >>conftest.$ac_ext <<_ACEOF
15655 /* end confdefs.h.  */
15656 #ifdef HAVE_ALSA_ASOUNDLIB_H
15657 #include <alsa/asoundlib.h>
15658 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15659 #include <sys/asoundlib.h>
15660 #endif
15661 int
15662 main ()
15663 {
15664 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15665   ;
15666   return 0;
15667 }
15668 _ACEOF
15669 rm -f conftest.$ac_objext
15670 if { (ac_try="$ac_compile"
15671 case "(($ac_try" in
15672   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15673   *) ac_try_echo=$ac_try;;
15674 esac
15675 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15676 $as_echo "$ac_try_echo") >&5
15677   (eval "$ac_compile") 2>conftest.er1
15678   ac_status=$?
15679   grep -v '^ *+' conftest.er1 >conftest.err
15680   rm -f conftest.er1
15681   cat conftest.err >&5
15682   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15683   (exit $ac_status); } && {
15684          test -z "$ac_c_werror_flag" ||
15685          test ! -s conftest.err
15686        } && test -s conftest.$ac_objext; then
15687
15688 cat >>confdefs.h <<\_ACEOF
15689 #define HAVE_ALSA 1
15690 _ACEOF
15691
15692                          ALSALIBS="-lasound"
15693 else
15694   $as_echo "$as_me: failed program was:" >&5
15695 sed 's/^/| /' conftest.$ac_ext >&5
15696
15697
15698 fi
15699
15700 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15701 fi
15702
15703 fi
15704
15705 AUDIOIOLIBS=""
15706
15707 if test "$ac_cv_header_libaudioio_h" = "yes"
15708 then
15709     { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15710 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15711 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15712   $as_echo_n "(cached) " >&6
15713 else
15714   ac_check_lib_save_LIBS=$LIBS
15715 LIBS="-laudioio  $LIBS"
15716 cat >conftest.$ac_ext <<_ACEOF
15717 /* confdefs.h.  */
15718 _ACEOF
15719 cat confdefs.h >>conftest.$ac_ext
15720 cat >>conftest.$ac_ext <<_ACEOF
15721 /* end confdefs.h.  */
15722
15723 /* Override any GCC internal prototype to avoid an error.
15724    Use char because int might match the return type of a GCC
15725    builtin and then its argument prototype would still apply.  */
15726 #ifdef __cplusplus
15727 extern "C"
15728 #endif
15729 char AudioIOGetVersion ();
15730 int
15731 main ()
15732 {
15733 return AudioIOGetVersion ();
15734   ;
15735   return 0;
15736 }
15737 _ACEOF
15738 rm -f conftest.$ac_objext conftest$ac_exeext
15739 if { (ac_try="$ac_link"
15740 case "(($ac_try" in
15741   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15742   *) ac_try_echo=$ac_try;;
15743 esac
15744 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15745 $as_echo "$ac_try_echo") >&5
15746   (eval "$ac_link") 2>conftest.er1
15747   ac_status=$?
15748   grep -v '^ *+' conftest.er1 >conftest.err
15749   rm -f conftest.er1
15750   cat conftest.err >&5
15751   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15752   (exit $ac_status); } && {
15753          test -z "$ac_c_werror_flag" ||
15754          test ! -s conftest.err
15755        } && test -s conftest$ac_exeext && {
15756          test "$cross_compiling" = yes ||
15757          $as_test_x conftest$ac_exeext
15758        }; then
15759   ac_cv_lib_audioio_AudioIOGetVersion=yes
15760 else
15761   $as_echo "$as_me: failed program was:" >&5
15762 sed 's/^/| /' conftest.$ac_ext >&5
15763
15764         ac_cv_lib_audioio_AudioIOGetVersion=no
15765 fi
15766
15767 rm -rf conftest.dSYM
15768 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15769       conftest$ac_exeext conftest.$ac_ext
15770 LIBS=$ac_check_lib_save_LIBS
15771 fi
15772 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15773 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15774 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15775   AUDIOIOLIBS="-laudioio"
15776
15777 cat >>confdefs.h <<\_ACEOF
15778 #define HAVE_LIBAUDIOIO 1
15779 _ACEOF
15780
15781 fi
15782
15783 fi
15784
15785
15786 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15787 then
15788     { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15789 $as_echo_n "checking for -lcapi20... " >&6; }
15790 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15791   $as_echo_n "(cached) " >&6
15792 else
15793   ac_check_soname_save_LIBS=$LIBS
15794 LIBS="-lcapi20  $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 capi20_register ();
15809 int
15810 main ()
15811 {
15812 return capi20_register ();
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   case "$LIBEXT" in
15839     dll) ;;
15840     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'` ;;
15841     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
15842   esac
15843 else
15844   $as_echo "$as_me: failed program was:" >&5
15845 sed 's/^/| /' conftest.$ac_ext >&5
15846
15847
15848 fi
15849
15850 rm -rf conftest.dSYM
15851 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15852       conftest$ac_exeext conftest.$ac_ext
15853   LIBS=$ac_check_soname_save_LIBS
15854 fi
15855 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15856   { $as_echo "$as_me:$LINENO: result: not found" >&5
15857 $as_echo "not found" >&6; }
15858
15859 else
15860   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15861 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15862
15863 cat >>confdefs.h <<_ACEOF
15864 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15865 _ACEOF
15866
15867
15868 fi
15869
15870 fi
15871 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15872   case "x$with_capi" in
15873   x)   wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15874   xno) ;;
15875   *)   { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15876 This is an error since --with-capi was requested." >&5
15877 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15878 This is an error since --with-capi was requested." >&2;}
15879    { (exit 1); exit 1; }; } ;;
15880 esac
15881 fi
15882
15883
15884 CUPSINCL=""
15885
15886 if test "x$with_cups" != "xno"
15887 then
15888     ac_save_CPPFLAGS="$CPPFLAGS"
15889     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15890     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15891     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15892
15893 for ac_header in cups/cups.h
15894 do
15895 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15896 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15897   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15898 $as_echo_n "checking for $ac_header... " >&6; }
15899 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15900   $as_echo_n "(cached) " >&6
15901 fi
15902 ac_res=`eval 'as_val=${'$as_ac_Header'}
15903                  $as_echo "$as_val"'`
15904                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15905 $as_echo "$ac_res" >&6; }
15906 else
15907   # Is the header compilable?
15908 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
15909 $as_echo_n "checking $ac_header usability... " >&6; }
15910 cat >conftest.$ac_ext <<_ACEOF
15911 /* confdefs.h.  */
15912 _ACEOF
15913 cat confdefs.h >>conftest.$ac_ext
15914 cat >>conftest.$ac_ext <<_ACEOF
15915 /* end confdefs.h.  */
15916 $ac_includes_default
15917 #include <$ac_header>
15918 _ACEOF
15919 rm -f conftest.$ac_objext
15920 if { (ac_try="$ac_compile"
15921 case "(($ac_try" in
15922   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15923   *) ac_try_echo=$ac_try;;
15924 esac
15925 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15926 $as_echo "$ac_try_echo") >&5
15927   (eval "$ac_compile") 2>conftest.er1
15928   ac_status=$?
15929   grep -v '^ *+' conftest.er1 >conftest.err
15930   rm -f conftest.er1
15931   cat conftest.err >&5
15932   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15933   (exit $ac_status); } && {
15934          test -z "$ac_c_werror_flag" ||
15935          test ! -s conftest.err
15936        } && test -s conftest.$ac_objext; then
15937   ac_header_compiler=yes
15938 else
15939   $as_echo "$as_me: failed program was:" >&5
15940 sed 's/^/| /' conftest.$ac_ext >&5
15941
15942         ac_header_compiler=no
15943 fi
15944
15945 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15946 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15947 $as_echo "$ac_header_compiler" >&6; }
15948
15949 # Is the header present?
15950 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
15951 $as_echo_n "checking $ac_header presence... " >&6; }
15952 cat >conftest.$ac_ext <<_ACEOF
15953 /* confdefs.h.  */
15954 _ACEOF
15955 cat confdefs.h >>conftest.$ac_ext
15956 cat >>conftest.$ac_ext <<_ACEOF
15957 /* end confdefs.h.  */
15958 #include <$ac_header>
15959 _ACEOF
15960 if { (ac_try="$ac_cpp conftest.$ac_ext"
15961 case "(($ac_try" in
15962   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15963   *) ac_try_echo=$ac_try;;
15964 esac
15965 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15966 $as_echo "$ac_try_echo") >&5
15967   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15968   ac_status=$?
15969   grep -v '^ *+' conftest.er1 >conftest.err
15970   rm -f conftest.er1
15971   cat conftest.err >&5
15972   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15973   (exit $ac_status); } >/dev/null && {
15974          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15975          test ! -s conftest.err
15976        }; then
15977   ac_header_preproc=yes
15978 else
15979   $as_echo "$as_me: failed program was:" >&5
15980 sed 's/^/| /' conftest.$ac_ext >&5
15981
15982   ac_header_preproc=no
15983 fi
15984
15985 rm -f conftest.err conftest.$ac_ext
15986 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15987 $as_echo "$ac_header_preproc" >&6; }
15988
15989 # So?  What about this header?
15990 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15991   yes:no: )
15992     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15993 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15994     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15995 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15996     ac_header_preproc=yes
15997     ;;
15998   no:yes:* )
15999     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16000 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16001     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16002 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16003     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16004 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16005     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16006 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16007     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16008 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16009     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16010 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16011     ( cat <<\_ASBOX
16012 ## ------------------------------------ ##
16013 ## Report this to wine-devel@winehq.org ##
16014 ## ------------------------------------ ##
16015 _ASBOX
16016      ) | sed "s/^/$as_me: WARNING:     /" >&2
16017     ;;
16018 esac
16019 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16020 $as_echo_n "checking for $ac_header... " >&6; }
16021 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16022   $as_echo_n "(cached) " >&6
16023 else
16024   eval "$as_ac_Header=\$ac_header_preproc"
16025 fi
16026 ac_res=`eval 'as_val=${'$as_ac_Header'}
16027                  $as_echo "$as_val"'`
16028                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16029 $as_echo "$ac_res" >&6; }
16030
16031 fi
16032 as_val=`eval 'as_val=${'$as_ac_Header'}
16033                  $as_echo "$as_val"'`
16034    if test "x$as_val" = x""yes; then
16035   cat >>confdefs.h <<_ACEOF
16036 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16037 _ACEOF
16038  { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16039 $as_echo_n "checking for -lcups... " >&6; }
16040 if test "${ac_cv_lib_soname_cups+set}" = set; then
16041   $as_echo_n "(cached) " >&6
16042 else
16043   ac_check_soname_save_LIBS=$LIBS
16044 LIBS="-lcups $ac_cups_libs $LIBS"
16045   cat >conftest.$ac_ext <<_ACEOF
16046 /* confdefs.h.  */
16047 _ACEOF
16048 cat confdefs.h >>conftest.$ac_ext
16049 cat >>conftest.$ac_ext <<_ACEOF
16050 /* end confdefs.h.  */
16051
16052 /* Override any GCC internal prototype to avoid an error.
16053    Use char because int might match the return type of a GCC
16054    builtin and then its argument prototype would still apply.  */
16055 #ifdef __cplusplus
16056 extern "C"
16057 #endif
16058 char cupsGetDefault ();
16059 int
16060 main ()
16061 {
16062 return cupsGetDefault ();
16063   ;
16064   return 0;
16065 }
16066 _ACEOF
16067 rm -f conftest.$ac_objext conftest$ac_exeext
16068 if { (ac_try="$ac_link"
16069 case "(($ac_try" in
16070   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16071   *) ac_try_echo=$ac_try;;
16072 esac
16073 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16074 $as_echo "$ac_try_echo") >&5
16075   (eval "$ac_link") 2>conftest.er1
16076   ac_status=$?
16077   grep -v '^ *+' conftest.er1 >conftest.err
16078   rm -f conftest.er1
16079   cat conftest.err >&5
16080   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16081   (exit $ac_status); } && {
16082          test -z "$ac_c_werror_flag" ||
16083          test ! -s conftest.err
16084        } && test -s conftest$ac_exeext && {
16085          test "$cross_compiling" = yes ||
16086          $as_test_x conftest$ac_exeext
16087        }; then
16088   case "$LIBEXT" in
16089     dll) ;;
16090     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'` ;;
16091     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16092   esac
16093 else
16094   $as_echo "$as_me: failed program was:" >&5
16095 sed 's/^/| /' conftest.$ac_ext >&5
16096
16097
16098 fi
16099
16100 rm -rf conftest.dSYM
16101 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16102       conftest$ac_exeext conftest.$ac_ext
16103   LIBS=$ac_check_soname_save_LIBS
16104 fi
16105 if test "x$ac_cv_lib_soname_cups" = "x"; then
16106   { $as_echo "$as_me:$LINENO: result: not found" >&5
16107 $as_echo "not found" >&6; }
16108
16109 else
16110   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16111 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16112
16113 cat >>confdefs.h <<_ACEOF
16114 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16115 _ACEOF
16116
16117        CUPSINCL="$ac_cups_cflags"
16118 fi
16119
16120 fi
16121
16122 done
16123
16124     CPPFLAGS="$ac_save_CPPFLAGS"
16125 fi
16126 if test "x$ac_cv_lib_soname_cups" = "x"; then
16127   case "x$with_cups" in
16128   x)   wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16129   xno) ;;
16130   *)   { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16131 This is an error since --with-cups was requested." >&5
16132 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16133 This is an error since --with-cups was requested." >&2;}
16134    { (exit 1); exit 1; }; } ;;
16135 esac
16136 fi
16137
16138
16139 if test "$ac_cv_header_jack_jack_h" = "yes"
16140 then
16141     { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16142 $as_echo_n "checking for -ljack... " >&6; }
16143 if test "${ac_cv_lib_soname_jack+set}" = set; then
16144   $as_echo_n "(cached) " >&6
16145 else
16146   ac_check_soname_save_LIBS=$LIBS
16147 LIBS="-ljack  $LIBS"
16148   cat >conftest.$ac_ext <<_ACEOF
16149 /* confdefs.h.  */
16150 _ACEOF
16151 cat confdefs.h >>conftest.$ac_ext
16152 cat >>conftest.$ac_ext <<_ACEOF
16153 /* end confdefs.h.  */
16154
16155 /* Override any GCC internal prototype to avoid an error.
16156    Use char because int might match the return type of a GCC
16157    builtin and then its argument prototype would still apply.  */
16158 #ifdef __cplusplus
16159 extern "C"
16160 #endif
16161 char jack_client_new ();
16162 int
16163 main ()
16164 {
16165 return jack_client_new ();
16166   ;
16167   return 0;
16168 }
16169 _ACEOF
16170 rm -f conftest.$ac_objext conftest$ac_exeext
16171 if { (ac_try="$ac_link"
16172 case "(($ac_try" in
16173   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16174   *) ac_try_echo=$ac_try;;
16175 esac
16176 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16177 $as_echo "$ac_try_echo") >&5
16178   (eval "$ac_link") 2>conftest.er1
16179   ac_status=$?
16180   grep -v '^ *+' conftest.er1 >conftest.err
16181   rm -f conftest.er1
16182   cat conftest.err >&5
16183   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16184   (exit $ac_status); } && {
16185          test -z "$ac_c_werror_flag" ||
16186          test ! -s conftest.err
16187        } && test -s conftest$ac_exeext && {
16188          test "$cross_compiling" = yes ||
16189          $as_test_x conftest$ac_exeext
16190        }; then
16191   case "$LIBEXT" in
16192     dll) ;;
16193     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'` ;;
16194     *) 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'` ;;
16195   esac
16196 else
16197   $as_echo "$as_me: failed program was:" >&5
16198 sed 's/^/| /' conftest.$ac_ext >&5
16199
16200
16201 fi
16202
16203 rm -rf conftest.dSYM
16204 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16205       conftest$ac_exeext conftest.$ac_ext
16206   LIBS=$ac_check_soname_save_LIBS
16207 fi
16208 if test "x$ac_cv_lib_soname_jack" = "x"; then
16209   { $as_echo "$as_me:$LINENO: result: not found" >&5
16210 $as_echo "not found" >&6; }
16211
16212 else
16213   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16214 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16215
16216 cat >>confdefs.h <<_ACEOF
16217 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16218 _ACEOF
16219
16220
16221 fi
16222
16223 fi
16224
16225 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16226 then
16227     { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16228 $as_echo_n "checking for -lfontconfig... " >&6; }
16229 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16230   $as_echo_n "(cached) " >&6
16231 else
16232   ac_check_soname_save_LIBS=$LIBS
16233 LIBS="-lfontconfig  $LIBS"
16234   cat >conftest.$ac_ext <<_ACEOF
16235 /* confdefs.h.  */
16236 _ACEOF
16237 cat confdefs.h >>conftest.$ac_ext
16238 cat >>conftest.$ac_ext <<_ACEOF
16239 /* end confdefs.h.  */
16240
16241 /* Override any GCC internal prototype to avoid an error.
16242    Use char because int might match the return type of a GCC
16243    builtin and then its argument prototype would still apply.  */
16244 #ifdef __cplusplus
16245 extern "C"
16246 #endif
16247 char FcInit ();
16248 int
16249 main ()
16250 {
16251 return FcInit ();
16252   ;
16253   return 0;
16254 }
16255 _ACEOF
16256 rm -f conftest.$ac_objext conftest$ac_exeext
16257 if { (ac_try="$ac_link"
16258 case "(($ac_try" in
16259   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16260   *) ac_try_echo=$ac_try;;
16261 esac
16262 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16263 $as_echo "$ac_try_echo") >&5
16264   (eval "$ac_link") 2>conftest.er1
16265   ac_status=$?
16266   grep -v '^ *+' conftest.er1 >conftest.err
16267   rm -f conftest.er1
16268   cat conftest.err >&5
16269   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16270   (exit $ac_status); } && {
16271          test -z "$ac_c_werror_flag" ||
16272          test ! -s conftest.err
16273        } && test -s conftest$ac_exeext && {
16274          test "$cross_compiling" = yes ||
16275          $as_test_x conftest$ac_exeext
16276        }; then
16277   case "$LIBEXT" in
16278     dll) ;;
16279     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'` ;;
16280     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16281   esac
16282 else
16283   $as_echo "$as_me: failed program was:" >&5
16284 sed 's/^/| /' conftest.$ac_ext >&5
16285
16286
16287 fi
16288
16289 rm -rf conftest.dSYM
16290 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16291       conftest$ac_exeext conftest.$ac_ext
16292   LIBS=$ac_check_soname_save_LIBS
16293 fi
16294 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16295   { $as_echo "$as_me:$LINENO: result: not found" >&5
16296 $as_echo "not found" >&6; }
16297
16298 else
16299   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16300 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16301
16302 cat >>confdefs.h <<_ACEOF
16303 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16304 _ACEOF
16305
16306
16307 fi
16308
16309 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16310 then
16311         ac_save_CPPFLAGS="$CPPFLAGS"
16312     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16313     $as_unset ac_cv_header_fontconfig_fontconfig_h
16314
16315 for ac_header in fontconfig/fontconfig.h
16316 do
16317 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16318 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16319   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16320 $as_echo_n "checking for $ac_header... " >&6; }
16321 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16322   $as_echo_n "(cached) " >&6
16323 fi
16324 ac_res=`eval 'as_val=${'$as_ac_Header'}
16325                  $as_echo "$as_val"'`
16326                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16327 $as_echo "$ac_res" >&6; }
16328 else
16329   # Is the header compilable?
16330 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16331 $as_echo_n "checking $ac_header usability... " >&6; }
16332 cat >conftest.$ac_ext <<_ACEOF
16333 /* confdefs.h.  */
16334 _ACEOF
16335 cat confdefs.h >>conftest.$ac_ext
16336 cat >>conftest.$ac_ext <<_ACEOF
16337 /* end confdefs.h.  */
16338 $ac_includes_default
16339 #include <$ac_header>
16340 _ACEOF
16341 rm -f conftest.$ac_objext
16342 if { (ac_try="$ac_compile"
16343 case "(($ac_try" in
16344   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16345   *) ac_try_echo=$ac_try;;
16346 esac
16347 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16348 $as_echo "$ac_try_echo") >&5
16349   (eval "$ac_compile") 2>conftest.er1
16350   ac_status=$?
16351   grep -v '^ *+' conftest.er1 >conftest.err
16352   rm -f conftest.er1
16353   cat conftest.err >&5
16354   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16355   (exit $ac_status); } && {
16356          test -z "$ac_c_werror_flag" ||
16357          test ! -s conftest.err
16358        } && test -s conftest.$ac_objext; then
16359   ac_header_compiler=yes
16360 else
16361   $as_echo "$as_me: failed program was:" >&5
16362 sed 's/^/| /' conftest.$ac_ext >&5
16363
16364         ac_header_compiler=no
16365 fi
16366
16367 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16368 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16369 $as_echo "$ac_header_compiler" >&6; }
16370
16371 # Is the header present?
16372 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16373 $as_echo_n "checking $ac_header presence... " >&6; }
16374 cat >conftest.$ac_ext <<_ACEOF
16375 /* confdefs.h.  */
16376 _ACEOF
16377 cat confdefs.h >>conftest.$ac_ext
16378 cat >>conftest.$ac_ext <<_ACEOF
16379 /* end confdefs.h.  */
16380 #include <$ac_header>
16381 _ACEOF
16382 if { (ac_try="$ac_cpp conftest.$ac_ext"
16383 case "(($ac_try" in
16384   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16385   *) ac_try_echo=$ac_try;;
16386 esac
16387 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16388 $as_echo "$ac_try_echo") >&5
16389   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16390   ac_status=$?
16391   grep -v '^ *+' conftest.er1 >conftest.err
16392   rm -f conftest.er1
16393   cat conftest.err >&5
16394   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16395   (exit $ac_status); } >/dev/null && {
16396          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16397          test ! -s conftest.err
16398        }; then
16399   ac_header_preproc=yes
16400 else
16401   $as_echo "$as_me: failed program was:" >&5
16402 sed 's/^/| /' conftest.$ac_ext >&5
16403
16404   ac_header_preproc=no
16405 fi
16406
16407 rm -f conftest.err conftest.$ac_ext
16408 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16409 $as_echo "$ac_header_preproc" >&6; }
16410
16411 # So?  What about this header?
16412 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16413   yes:no: )
16414     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16415 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16416     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16417 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16418     ac_header_preproc=yes
16419     ;;
16420   no:yes:* )
16421     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16422 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16423     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16424 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16425     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16426 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16427     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16428 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16429     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16430 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16431     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16432 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16433     ( cat <<\_ASBOX
16434 ## ------------------------------------ ##
16435 ## Report this to wine-devel@winehq.org ##
16436 ## ------------------------------------ ##
16437 _ASBOX
16438      ) | sed "s/^/$as_me: WARNING:     /" >&2
16439     ;;
16440 esac
16441 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16442 $as_echo_n "checking for $ac_header... " >&6; }
16443 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16444   $as_echo_n "(cached) " >&6
16445 else
16446   eval "$as_ac_Header=\$ac_header_preproc"
16447 fi
16448 ac_res=`eval 'as_val=${'$as_ac_Header'}
16449                  $as_echo "$as_val"'`
16450                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16451 $as_echo "$ac_res" >&6; }
16452
16453 fi
16454 as_val=`eval 'as_val=${'$as_ac_Header'}
16455                  $as_echo "$as_val"'`
16456    if test "x$as_val" = x""yes; then
16457   cat >>confdefs.h <<_ACEOF
16458 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16459 _ACEOF
16460
16461 fi
16462
16463 done
16464
16465     CPPFLAGS="$ac_save_CPPFLAGS"
16466     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16467     then
16468         FONTCONFIGINCL="$X_CFLAGS"
16469
16470         { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16471 $as_echo_n "checking for -lfontconfig... " >&6; }
16472 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16473   $as_echo_n "(cached) " >&6
16474 else
16475   ac_check_soname_save_LIBS=$LIBS
16476 LIBS="-lfontconfig $X_LIBS $LIBS"
16477   cat >conftest.$ac_ext <<_ACEOF
16478 /* confdefs.h.  */
16479 _ACEOF
16480 cat confdefs.h >>conftest.$ac_ext
16481 cat >>conftest.$ac_ext <<_ACEOF
16482 /* end confdefs.h.  */
16483
16484 /* Override any GCC internal prototype to avoid an error.
16485    Use char because int might match the return type of a GCC
16486    builtin and then its argument prototype would still apply.  */
16487 #ifdef __cplusplus
16488 extern "C"
16489 #endif
16490 char FcInit ();
16491 int
16492 main ()
16493 {
16494 return FcInit ();
16495   ;
16496   return 0;
16497 }
16498 _ACEOF
16499 rm -f conftest.$ac_objext conftest$ac_exeext
16500 if { (ac_try="$ac_link"
16501 case "(($ac_try" in
16502   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16503   *) ac_try_echo=$ac_try;;
16504 esac
16505 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16506 $as_echo "$ac_try_echo") >&5
16507   (eval "$ac_link") 2>conftest.er1
16508   ac_status=$?
16509   grep -v '^ *+' conftest.er1 >conftest.err
16510   rm -f conftest.er1
16511   cat conftest.err >&5
16512   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16513   (exit $ac_status); } && {
16514          test -z "$ac_c_werror_flag" ||
16515          test ! -s conftest.err
16516        } && test -s conftest$ac_exeext && {
16517          test "$cross_compiling" = yes ||
16518          $as_test_x conftest$ac_exeext
16519        }; then
16520   case "$LIBEXT" in
16521     dll) ;;
16522     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'` ;;
16523     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16524   esac
16525 else
16526   $as_echo "$as_me: failed program was:" >&5
16527 sed 's/^/| /' conftest.$ac_ext >&5
16528
16529
16530 fi
16531
16532 rm -rf conftest.dSYM
16533 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16534       conftest$ac_exeext conftest.$ac_ext
16535   LIBS=$ac_check_soname_save_LIBS
16536 fi
16537 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16538   { $as_echo "$as_me:$LINENO: result: not found" >&5
16539 $as_echo "not found" >&6; }
16540
16541 else
16542   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16543 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16544
16545 cat >>confdefs.h <<_ACEOF
16546 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16547 _ACEOF
16548
16549
16550 fi
16551
16552     fi
16553 fi
16554 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16555   case "x$with_fontconfig" in
16556   x)   wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16557   xno) ;;
16558   *)   { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16559 This is an error since --with-fontconfig was requested." >&5
16560 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16561 This is an error since --with-fontconfig was requested." >&2;}
16562    { (exit 1); exit 1; }; } ;;
16563 esac
16564 fi
16565
16566
16567 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16568 then
16569     { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16570 $as_echo_n "checking for -lssl... " >&6; }
16571 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16572   $as_echo_n "(cached) " >&6
16573 else
16574   ac_check_soname_save_LIBS=$LIBS
16575 LIBS="-lssl  $LIBS"
16576   cat >conftest.$ac_ext <<_ACEOF
16577 /* confdefs.h.  */
16578 _ACEOF
16579 cat confdefs.h >>conftest.$ac_ext
16580 cat >>conftest.$ac_ext <<_ACEOF
16581 /* end confdefs.h.  */
16582
16583 /* Override any GCC internal prototype to avoid an error.
16584    Use char because int might match the return type of a GCC
16585    builtin and then its argument prototype would still apply.  */
16586 #ifdef __cplusplus
16587 extern "C"
16588 #endif
16589 char SSL_library_init ();
16590 int
16591 main ()
16592 {
16593 return SSL_library_init ();
16594   ;
16595   return 0;
16596 }
16597 _ACEOF
16598 rm -f conftest.$ac_objext conftest$ac_exeext
16599 if { (ac_try="$ac_link"
16600 case "(($ac_try" in
16601   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16602   *) ac_try_echo=$ac_try;;
16603 esac
16604 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16605 $as_echo "$ac_try_echo") >&5
16606   (eval "$ac_link") 2>conftest.er1
16607   ac_status=$?
16608   grep -v '^ *+' conftest.er1 >conftest.err
16609   rm -f conftest.er1
16610   cat conftest.err >&5
16611   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16612   (exit $ac_status); } && {
16613          test -z "$ac_c_werror_flag" ||
16614          test ! -s conftest.err
16615        } && test -s conftest$ac_exeext && {
16616          test "$cross_compiling" = yes ||
16617          $as_test_x conftest$ac_exeext
16618        }; then
16619   case "$LIBEXT" in
16620     dll) ;;
16621     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'` ;;
16622     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
16623   esac
16624 else
16625   $as_echo "$as_me: failed program was:" >&5
16626 sed 's/^/| /' conftest.$ac_ext >&5
16627
16628
16629 fi
16630
16631 rm -rf conftest.dSYM
16632 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16633       conftest$ac_exeext conftest.$ac_ext
16634   LIBS=$ac_check_soname_save_LIBS
16635 fi
16636 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16637   { $as_echo "$as_me:$LINENO: result: not found" >&5
16638 $as_echo "not found" >&6; }
16639
16640 else
16641   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16642 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16643
16644 cat >>confdefs.h <<_ACEOF
16645 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16646 _ACEOF
16647
16648
16649 fi
16650
16651     { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16652 $as_echo_n "checking for -lcrypto... " >&6; }
16653 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16654   $as_echo_n "(cached) " >&6
16655 else
16656   ac_check_soname_save_LIBS=$LIBS
16657 LIBS="-lcrypto  $LIBS"
16658   cat >conftest.$ac_ext <<_ACEOF
16659 /* confdefs.h.  */
16660 _ACEOF
16661 cat confdefs.h >>conftest.$ac_ext
16662 cat >>conftest.$ac_ext <<_ACEOF
16663 /* end confdefs.h.  */
16664
16665 /* Override any GCC internal prototype to avoid an error.
16666    Use char because int might match the return type of a GCC
16667    builtin and then its argument prototype would still apply.  */
16668 #ifdef __cplusplus
16669 extern "C"
16670 #endif
16671 char BIO_new_socket ();
16672 int
16673 main ()
16674 {
16675 return BIO_new_socket ();
16676   ;
16677   return 0;
16678 }
16679 _ACEOF
16680 rm -f conftest.$ac_objext conftest$ac_exeext
16681 if { (ac_try="$ac_link"
16682 case "(($ac_try" in
16683   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16684   *) ac_try_echo=$ac_try;;
16685 esac
16686 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16687 $as_echo "$ac_try_echo") >&5
16688   (eval "$ac_link") 2>conftest.er1
16689   ac_status=$?
16690   grep -v '^ *+' conftest.er1 >conftest.err
16691   rm -f conftest.er1
16692   cat conftest.err >&5
16693   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16694   (exit $ac_status); } && {
16695          test -z "$ac_c_werror_flag" ||
16696          test ! -s conftest.err
16697        } && test -s conftest$ac_exeext && {
16698          test "$cross_compiling" = yes ||
16699          $as_test_x conftest$ac_exeext
16700        }; then
16701   case "$LIBEXT" in
16702     dll) ;;
16703     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'` ;;
16704     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
16705   esac
16706 else
16707   $as_echo "$as_me: failed program was:" >&5
16708 sed 's/^/| /' conftest.$ac_ext >&5
16709
16710
16711 fi
16712
16713 rm -rf conftest.dSYM
16714 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16715       conftest$ac_exeext conftest.$ac_ext
16716   LIBS=$ac_check_soname_save_LIBS
16717 fi
16718 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16719   { $as_echo "$as_me:$LINENO: result: not found" >&5
16720 $as_echo "not found" >&6; }
16721
16722 else
16723   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16724 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16725
16726 cat >>confdefs.h <<_ACEOF
16727 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16728 _ACEOF
16729
16730
16731 fi
16732
16733 fi
16734 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16735   case "x$with_openssl" in
16736   x)   wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16737   xno) ;;
16738   *)   { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16739 This is an error since --with-openssl was requested." >&5
16740 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16741 This is an error since --with-openssl was requested." >&2;}
16742    { (exit 1); exit 1; }; } ;;
16743 esac
16744 fi
16745
16746
16747 if test "$ac_cv_header_jpeglib_h" = "yes"
16748 then
16749     { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16750 $as_echo_n "checking for -ljpeg... " >&6; }
16751 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16752   $as_echo_n "(cached) " >&6
16753 else
16754   ac_check_soname_save_LIBS=$LIBS
16755 LIBS="-ljpeg  $LIBS"
16756   cat >conftest.$ac_ext <<_ACEOF
16757 /* confdefs.h.  */
16758 _ACEOF
16759 cat confdefs.h >>conftest.$ac_ext
16760 cat >>conftest.$ac_ext <<_ACEOF
16761 /* end confdefs.h.  */
16762
16763 /* Override any GCC internal prototype to avoid an error.
16764    Use char because int might match the return type of a GCC
16765    builtin and then its argument prototype would still apply.  */
16766 #ifdef __cplusplus
16767 extern "C"
16768 #endif
16769 char jpeg_start_decompress ();
16770 int
16771 main ()
16772 {
16773 return jpeg_start_decompress ();
16774   ;
16775   return 0;
16776 }
16777 _ACEOF
16778 rm -f conftest.$ac_objext conftest$ac_exeext
16779 if { (ac_try="$ac_link"
16780 case "(($ac_try" in
16781   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16782   *) ac_try_echo=$ac_try;;
16783 esac
16784 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16785 $as_echo "$ac_try_echo") >&5
16786   (eval "$ac_link") 2>conftest.er1
16787   ac_status=$?
16788   grep -v '^ *+' conftest.er1 >conftest.err
16789   rm -f conftest.er1
16790   cat conftest.err >&5
16791   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16792   (exit $ac_status); } && {
16793          test -z "$ac_c_werror_flag" ||
16794          test ! -s conftest.err
16795        } && test -s conftest$ac_exeext && {
16796          test "$cross_compiling" = yes ||
16797          $as_test_x conftest$ac_exeext
16798        }; then
16799   case "$LIBEXT" in
16800     dll) ;;
16801     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'` ;;
16802     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16803   esac
16804 else
16805   $as_echo "$as_me: failed program was:" >&5
16806 sed 's/^/| /' conftest.$ac_ext >&5
16807
16808
16809 fi
16810
16811 rm -rf conftest.dSYM
16812 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16813       conftest$ac_exeext conftest.$ac_ext
16814   LIBS=$ac_check_soname_save_LIBS
16815 fi
16816 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16817   { $as_echo "$as_me:$LINENO: result: not found" >&5
16818 $as_echo "not found" >&6; }
16819
16820 else
16821   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16822 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16823
16824 cat >>confdefs.h <<_ACEOF
16825 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16826 _ACEOF
16827
16828
16829 fi
16830
16831 fi
16832 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16833   case "x$with_jpeg" in
16834   x)   wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16835   xno) ;;
16836   *)   { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16837 This is an error since --with-jpeg was requested." >&5
16838 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16839 This is an error since --with-jpeg was requested." >&2;}
16840    { (exit 1); exit 1; }; } ;;
16841 esac
16842 fi
16843
16844
16845 if test "$ac_cv_header_png_h" = "yes"
16846 then
16847     { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16848 $as_echo_n "checking for -lpng... " >&6; }
16849 if test "${ac_cv_lib_soname_png+set}" = set; then
16850   $as_echo_n "(cached) " >&6
16851 else
16852   ac_check_soname_save_LIBS=$LIBS
16853 LIBS="-lpng -lm $LIBS"
16854   cat >conftest.$ac_ext <<_ACEOF
16855 /* confdefs.h.  */
16856 _ACEOF
16857 cat confdefs.h >>conftest.$ac_ext
16858 cat >>conftest.$ac_ext <<_ACEOF
16859 /* end confdefs.h.  */
16860
16861 /* Override any GCC internal prototype to avoid an error.
16862    Use char because int might match the return type of a GCC
16863    builtin and then its argument prototype would still apply.  */
16864 #ifdef __cplusplus
16865 extern "C"
16866 #endif
16867 char png_create_read_struct ();
16868 int
16869 main ()
16870 {
16871 return png_create_read_struct ();
16872   ;
16873   return 0;
16874 }
16875 _ACEOF
16876 rm -f conftest.$ac_objext conftest$ac_exeext
16877 if { (ac_try="$ac_link"
16878 case "(($ac_try" in
16879   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16880   *) ac_try_echo=$ac_try;;
16881 esac
16882 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16883 $as_echo "$ac_try_echo") >&5
16884   (eval "$ac_link") 2>conftest.er1
16885   ac_status=$?
16886   grep -v '^ *+' conftest.er1 >conftest.err
16887   rm -f conftest.er1
16888   cat conftest.err >&5
16889   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16890   (exit $ac_status); } && {
16891          test -z "$ac_c_werror_flag" ||
16892          test ! -s conftest.err
16893        } && test -s conftest$ac_exeext && {
16894          test "$cross_compiling" = yes ||
16895          $as_test_x conftest$ac_exeext
16896        }; then
16897   case "$LIBEXT" in
16898     dll) ;;
16899     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'` ;;
16900     *) 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'` ;;
16901   esac
16902 else
16903   $as_echo "$as_me: failed program was:" >&5
16904 sed 's/^/| /' conftest.$ac_ext >&5
16905
16906
16907 fi
16908
16909 rm -rf conftest.dSYM
16910 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16911       conftest$ac_exeext conftest.$ac_ext
16912   LIBS=$ac_check_soname_save_LIBS
16913 fi
16914 if test "x$ac_cv_lib_soname_png" = "x"; then
16915   { $as_echo "$as_me:$LINENO: result: not found" >&5
16916 $as_echo "not found" >&6; }
16917
16918 else
16919   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16920 $as_echo "$ac_cv_lib_soname_png" >&6; }
16921
16922 cat >>confdefs.h <<_ACEOF
16923 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16924 _ACEOF
16925
16926
16927 fi
16928
16929 fi
16930 if test "x$ac_cv_lib_soname_png" = "x"; then
16931   case "x$with_png" in
16932   x)   wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16933   xno) ;;
16934   *)   { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16935 This is an error since --with-png was requested." >&5
16936 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16937 This is an error since --with-png was requested." >&2;}
16938    { (exit 1); exit 1; }; } ;;
16939 esac
16940 fi
16941
16942
16943 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
16944 $as_echo_n "checking for -lodbc... " >&6; }
16945 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16946   $as_echo_n "(cached) " >&6
16947 else
16948   ac_check_soname_save_LIBS=$LIBS
16949 LIBS="-lodbc  $LIBS"
16950   cat >conftest.$ac_ext <<_ACEOF
16951 /* confdefs.h.  */
16952 _ACEOF
16953 cat confdefs.h >>conftest.$ac_ext
16954 cat >>conftest.$ac_ext <<_ACEOF
16955 /* end confdefs.h.  */
16956
16957 /* Override any GCC internal prototype to avoid an error.
16958    Use char because int might match the return type of a GCC
16959    builtin and then its argument prototype would still apply.  */
16960 #ifdef __cplusplus
16961 extern "C"
16962 #endif
16963 char SQLConnect ();
16964 int
16965 main ()
16966 {
16967 return SQLConnect ();
16968   ;
16969   return 0;
16970 }
16971 _ACEOF
16972 rm -f conftest.$ac_objext conftest$ac_exeext
16973 if { (ac_try="$ac_link"
16974 case "(($ac_try" in
16975   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16976   *) ac_try_echo=$ac_try;;
16977 esac
16978 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16979 $as_echo "$ac_try_echo") >&5
16980   (eval "$ac_link") 2>conftest.er1
16981   ac_status=$?
16982   grep -v '^ *+' conftest.er1 >conftest.err
16983   rm -f conftest.er1
16984   cat conftest.err >&5
16985   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16986   (exit $ac_status); } && {
16987          test -z "$ac_c_werror_flag" ||
16988          test ! -s conftest.err
16989        } && test -s conftest$ac_exeext && {
16990          test "$cross_compiling" = yes ||
16991          $as_test_x conftest$ac_exeext
16992        }; then
16993   case "$LIBEXT" in
16994     dll) ;;
16995     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'` ;;
16996     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16997   esac
16998 else
16999   $as_echo "$as_me: failed program was:" >&5
17000 sed 's/^/| /' conftest.$ac_ext >&5
17001
17002
17003 fi
17004
17005 rm -rf conftest.dSYM
17006 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17007       conftest$ac_exeext conftest.$ac_ext
17008   LIBS=$ac_check_soname_save_LIBS
17009 fi
17010 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17011   { $as_echo "$as_me:$LINENO: result: not found" >&5
17012 $as_echo "not found" >&6; }
17013        cat >>confdefs.h <<_ACEOF
17014 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17015 _ACEOF
17016
17017 else
17018   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17019 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17020
17021 cat >>confdefs.h <<_ACEOF
17022 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17023 _ACEOF
17024
17025
17026 fi
17027
17028
17029 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17030         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17031         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17032         "$ac_cv_header_soundcard_h" != "yes" -a \
17033         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17034 then
17035     wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17036 fi
17037
17038
17039 EXTRACFLAGS=""
17040
17041 if test "x${GCC}" = "xyes"
17042 then
17043   EXTRACFLAGS="-Wall -pipe"
17044
17045     { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17046 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17047 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17048   $as_echo_n "(cached) " >&6
17049 else
17050   if test "$cross_compiling" = yes; then
17051   ac_cv_c_gcc_strength_bug="yes"
17052 else
17053   cat >conftest.$ac_ext <<_ACEOF
17054 /* confdefs.h.  */
17055 _ACEOF
17056 cat confdefs.h >>conftest.$ac_ext
17057 cat >>conftest.$ac_ext <<_ACEOF
17058 /* end confdefs.h.  */
17059 int L[4] = {0,1,2,3};
17060 int
17061 main ()
17062 {
17063 static int Array[3];
17064   unsigned int B = 3;
17065   int i;
17066   for(i=0; i<B; i++) Array[i] = i - 3;
17067   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17068   L[i] = 4;
17069   exit( Array[1] != -2 || L[2] != 3)
17070   ;
17071   return 0;
17072 }
17073 _ACEOF
17074 rm -f conftest$ac_exeext
17075 if { (ac_try="$ac_link"
17076 case "(($ac_try" in
17077   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17078   *) ac_try_echo=$ac_try;;
17079 esac
17080 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17081 $as_echo "$ac_try_echo") >&5
17082   (eval "$ac_link") 2>&5
17083   ac_status=$?
17084   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17085   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17086   { (case "(($ac_try" in
17087   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17088   *) ac_try_echo=$ac_try;;
17089 esac
17090 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17091 $as_echo "$ac_try_echo") >&5
17092   (eval "$ac_try") 2>&5
17093   ac_status=$?
17094   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17095   (exit $ac_status); }; }; then
17096   ac_cv_c_gcc_strength_bug="no"
17097 else
17098   $as_echo "$as_me: program exited with status $ac_status" >&5
17099 $as_echo "$as_me: failed program was:" >&5
17100 sed 's/^/| /' conftest.$ac_ext >&5
17101
17102 ( exit $ac_status )
17103 ac_cv_c_gcc_strength_bug="yes"
17104 fi
17105 rm -rf conftest.dSYM
17106 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17107 fi
17108
17109
17110 fi
17111 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17112 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17113   if test "$ac_cv_c_gcc_strength_bug" = "yes"
17114   then
17115     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17116   fi
17117
17118
17119   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
17120 $as_echo_n "checking whether the compiler supports -fshort-wchar... " >&6; }
17121 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
17122   $as_echo_n "(cached) " >&6
17123 else
17124   ac_wine_try_cflags_saved=$CFLAGS
17125 CFLAGS="$CFLAGS -fshort-wchar"
17126 cat >conftest.$ac_ext <<_ACEOF
17127 /* confdefs.h.  */
17128 _ACEOF
17129 cat confdefs.h >>conftest.$ac_ext
17130 cat >>conftest.$ac_ext <<_ACEOF
17131 /* end confdefs.h.  */
17132
17133 int
17134 main ()
17135 {
17136
17137   ;
17138   return 0;
17139 }
17140 _ACEOF
17141 rm -f conftest.$ac_objext conftest$ac_exeext
17142 if { (ac_try="$ac_link"
17143 case "(($ac_try" in
17144   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17145   *) ac_try_echo=$ac_try;;
17146 esac
17147 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17148 $as_echo "$ac_try_echo") >&5
17149   (eval "$ac_link") 2>conftest.er1
17150   ac_status=$?
17151   grep -v '^ *+' conftest.er1 >conftest.err
17152   rm -f conftest.er1
17153   cat conftest.err >&5
17154   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17155   (exit $ac_status); } && {
17156          test -z "$ac_c_werror_flag" ||
17157          test ! -s conftest.err
17158        } && test -s conftest$ac_exeext && {
17159          test "$cross_compiling" = yes ||
17160          $as_test_x conftest$ac_exeext
17161        }; then
17162   ac_cv_cflags__fshort_wchar=yes
17163 else
17164   $as_echo "$as_me: failed program was:" >&5
17165 sed 's/^/| /' conftest.$ac_ext >&5
17166
17167         ac_cv_cflags__fshort_wchar=no
17168 fi
17169
17170 rm -rf conftest.dSYM
17171 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17172       conftest$ac_exeext conftest.$ac_ext
17173 CFLAGS=$ac_wine_try_cflags_saved
17174 fi
17175 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
17176 $as_echo "$ac_cv_cflags__fshort_wchar" >&6; }
17177 if test $ac_cv_cflags__fshort_wchar = yes; then
17178
17179 cat >>confdefs.h <<\_ACEOF
17180 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
17181 _ACEOF
17182
17183 fi
17184
17185   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17186 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17187 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17188   $as_echo_n "(cached) " >&6
17189 else
17190   ac_wine_try_cflags_saved=$CFLAGS
17191 CFLAGS="$CFLAGS -fno-builtin"
17192 cat >conftest.$ac_ext <<_ACEOF
17193 /* confdefs.h.  */
17194 _ACEOF
17195 cat confdefs.h >>conftest.$ac_ext
17196 cat >>conftest.$ac_ext <<_ACEOF
17197 /* end confdefs.h.  */
17198
17199 int
17200 main ()
17201 {
17202
17203   ;
17204   return 0;
17205 }
17206 _ACEOF
17207 rm -f conftest.$ac_objext conftest$ac_exeext
17208 if { (ac_try="$ac_link"
17209 case "(($ac_try" in
17210   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17211   *) ac_try_echo=$ac_try;;
17212 esac
17213 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17214 $as_echo "$ac_try_echo") >&5
17215   (eval "$ac_link") 2>conftest.er1
17216   ac_status=$?
17217   grep -v '^ *+' conftest.er1 >conftest.err
17218   rm -f conftest.er1
17219   cat conftest.err >&5
17220   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17221   (exit $ac_status); } && {
17222          test -z "$ac_c_werror_flag" ||
17223          test ! -s conftest.err
17224        } && test -s conftest$ac_exeext && {
17225          test "$cross_compiling" = yes ||
17226          $as_test_x conftest$ac_exeext
17227        }; then
17228   ac_cv_cflags__fno_builtin=yes
17229 else
17230   $as_echo "$as_me: failed program was:" >&5
17231 sed 's/^/| /' conftest.$ac_ext >&5
17232
17233         ac_cv_cflags__fno_builtin=no
17234 fi
17235
17236 rm -rf conftest.dSYM
17237 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17238       conftest$ac_exeext conftest.$ac_ext
17239 CFLAGS=$ac_wine_try_cflags_saved
17240 fi
17241 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17242 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17243 if test $ac_cv_cflags__fno_builtin = yes; then
17244   BUILTINFLAG="-fno-builtin"
17245
17246 fi
17247
17248   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17249 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17250 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17251   $as_echo_n "(cached) " >&6
17252 else
17253   ac_wine_try_cflags_saved=$CFLAGS
17254 CFLAGS="$CFLAGS -fno-strict-aliasing"
17255 cat >conftest.$ac_ext <<_ACEOF
17256 /* confdefs.h.  */
17257 _ACEOF
17258 cat confdefs.h >>conftest.$ac_ext
17259 cat >>conftest.$ac_ext <<_ACEOF
17260 /* end confdefs.h.  */
17261
17262 int
17263 main ()
17264 {
17265
17266   ;
17267   return 0;
17268 }
17269 _ACEOF
17270 rm -f conftest.$ac_objext conftest$ac_exeext
17271 if { (ac_try="$ac_link"
17272 case "(($ac_try" in
17273   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17274   *) ac_try_echo=$ac_try;;
17275 esac
17276 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17277 $as_echo "$ac_try_echo") >&5
17278   (eval "$ac_link") 2>conftest.er1
17279   ac_status=$?
17280   grep -v '^ *+' conftest.er1 >conftest.err
17281   rm -f conftest.er1
17282   cat conftest.err >&5
17283   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17284   (exit $ac_status); } && {
17285          test -z "$ac_c_werror_flag" ||
17286          test ! -s conftest.err
17287        } && test -s conftest$ac_exeext && {
17288          test "$cross_compiling" = yes ||
17289          $as_test_x conftest$ac_exeext
17290        }; then
17291   ac_cv_cflags__fno_strict_aliasing=yes
17292 else
17293   $as_echo "$as_me: failed program was:" >&5
17294 sed 's/^/| /' conftest.$ac_ext >&5
17295
17296         ac_cv_cflags__fno_strict_aliasing=no
17297 fi
17298
17299 rm -rf conftest.dSYM
17300 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17301       conftest$ac_exeext conftest.$ac_ext
17302 CFLAGS=$ac_wine_try_cflags_saved
17303 fi
17304 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17305 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17306 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17307   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17308 fi
17309
17310   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17311 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17312 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17313   $as_echo_n "(cached) " >&6
17314 else
17315   ac_wine_try_cflags_saved=$CFLAGS
17316 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17317 cat >conftest.$ac_ext <<_ACEOF
17318 /* confdefs.h.  */
17319 _ACEOF
17320 cat confdefs.h >>conftest.$ac_ext
17321 cat >>conftest.$ac_ext <<_ACEOF
17322 /* end confdefs.h.  */
17323
17324 int
17325 main ()
17326 {
17327
17328   ;
17329   return 0;
17330 }
17331 _ACEOF
17332 rm -f conftest.$ac_objext conftest$ac_exeext
17333 if { (ac_try="$ac_link"
17334 case "(($ac_try" in
17335   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17336   *) ac_try_echo=$ac_try;;
17337 esac
17338 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17339 $as_echo "$ac_try_echo") >&5
17340   (eval "$ac_link") 2>conftest.er1
17341   ac_status=$?
17342   grep -v '^ *+' conftest.er1 >conftest.err
17343   rm -f conftest.er1
17344   cat conftest.err >&5
17345   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17346   (exit $ac_status); } && {
17347          test -z "$ac_c_werror_flag" ||
17348          test ! -s conftest.err
17349        } && test -s conftest$ac_exeext && {
17350          test "$cross_compiling" = yes ||
17351          $as_test_x conftest$ac_exeext
17352        }; then
17353   ac_cv_cflags__Wdeclaration_after_statement=yes
17354 else
17355   $as_echo "$as_me: failed program was:" >&5
17356 sed 's/^/| /' conftest.$ac_ext >&5
17357
17358         ac_cv_cflags__Wdeclaration_after_statement=no
17359 fi
17360
17361 rm -rf conftest.dSYM
17362 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17363       conftest$ac_exeext conftest.$ac_ext
17364 CFLAGS=$ac_wine_try_cflags_saved
17365 fi
17366 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17367 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17368 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17369   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17370 fi
17371
17372   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17373 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17374 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17375   $as_echo_n "(cached) " >&6
17376 else
17377   ac_wine_try_cflags_saved=$CFLAGS
17378 CFLAGS="$CFLAGS -Wwrite-strings"
17379 cat >conftest.$ac_ext <<_ACEOF
17380 /* confdefs.h.  */
17381 _ACEOF
17382 cat confdefs.h >>conftest.$ac_ext
17383 cat >>conftest.$ac_ext <<_ACEOF
17384 /* end confdefs.h.  */
17385
17386 int
17387 main ()
17388 {
17389
17390   ;
17391   return 0;
17392 }
17393 _ACEOF
17394 rm -f conftest.$ac_objext conftest$ac_exeext
17395 if { (ac_try="$ac_link"
17396 case "(($ac_try" in
17397   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17398   *) ac_try_echo=$ac_try;;
17399 esac
17400 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17401 $as_echo "$ac_try_echo") >&5
17402   (eval "$ac_link") 2>conftest.er1
17403   ac_status=$?
17404   grep -v '^ *+' conftest.er1 >conftest.err
17405   rm -f conftest.er1
17406   cat conftest.err >&5
17407   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17408   (exit $ac_status); } && {
17409          test -z "$ac_c_werror_flag" ||
17410          test ! -s conftest.err
17411        } && test -s conftest$ac_exeext && {
17412          test "$cross_compiling" = yes ||
17413          $as_test_x conftest$ac_exeext
17414        }; then
17415   ac_cv_cflags__Wwrite_strings=yes
17416 else
17417   $as_echo "$as_me: failed program was:" >&5
17418 sed 's/^/| /' conftest.$ac_ext >&5
17419
17420         ac_cv_cflags__Wwrite_strings=no
17421 fi
17422
17423 rm -rf conftest.dSYM
17424 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17425       conftest$ac_exeext conftest.$ac_ext
17426 CFLAGS=$ac_wine_try_cflags_saved
17427 fi
17428 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17429 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17430 if test $ac_cv_cflags__Wwrite_strings = yes; then
17431   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17432 fi
17433
17434   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17435 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17436 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17437   $as_echo_n "(cached) " >&6
17438 else
17439   ac_wine_try_cflags_saved=$CFLAGS
17440 CFLAGS="$CFLAGS -Wtype-limits"
17441 cat >conftest.$ac_ext <<_ACEOF
17442 /* confdefs.h.  */
17443 _ACEOF
17444 cat confdefs.h >>conftest.$ac_ext
17445 cat >>conftest.$ac_ext <<_ACEOF
17446 /* end confdefs.h.  */
17447
17448 int
17449 main ()
17450 {
17451
17452   ;
17453   return 0;
17454 }
17455 _ACEOF
17456 rm -f conftest.$ac_objext conftest$ac_exeext
17457 if { (ac_try="$ac_link"
17458 case "(($ac_try" in
17459   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17460   *) ac_try_echo=$ac_try;;
17461 esac
17462 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17463 $as_echo "$ac_try_echo") >&5
17464   (eval "$ac_link") 2>conftest.er1
17465   ac_status=$?
17466   grep -v '^ *+' conftest.er1 >conftest.err
17467   rm -f conftest.er1
17468   cat conftest.err >&5
17469   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17470   (exit $ac_status); } && {
17471          test -z "$ac_c_werror_flag" ||
17472          test ! -s conftest.err
17473        } && test -s conftest$ac_exeext && {
17474          test "$cross_compiling" = yes ||
17475          $as_test_x conftest$ac_exeext
17476        }; then
17477   ac_cv_cflags__Wtype_limits=yes
17478 else
17479   $as_echo "$as_me: failed program was:" >&5
17480 sed 's/^/| /' conftest.$ac_ext >&5
17481
17482         ac_cv_cflags__Wtype_limits=no
17483 fi
17484
17485 rm -rf conftest.dSYM
17486 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17487       conftest$ac_exeext conftest.$ac_ext
17488 CFLAGS=$ac_wine_try_cflags_saved
17489 fi
17490 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17491 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17492 if test $ac_cv_cflags__Wtype_limits = yes; then
17493   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17494 fi
17495
17496
17497     saved_CFLAGS="$CFLAGS"
17498   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17499   { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17500 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17501 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17502   $as_echo_n "(cached) " >&6
17503 else
17504   cat >conftest.$ac_ext <<_ACEOF
17505 /* confdefs.h.  */
17506 _ACEOF
17507 cat confdefs.h >>conftest.$ac_ext
17508 cat >>conftest.$ac_ext <<_ACEOF
17509 /* end confdefs.h.  */
17510 #include <string.h>
17511 int
17512 main ()
17513 {
17514
17515   ;
17516   return 0;
17517 }
17518 _ACEOF
17519 rm -f conftest.$ac_objext
17520 if { (ac_try="$ac_compile"
17521 case "(($ac_try" in
17522   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17523   *) ac_try_echo=$ac_try;;
17524 esac
17525 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17526 $as_echo "$ac_try_echo") >&5
17527   (eval "$ac_compile") 2>conftest.er1
17528   ac_status=$?
17529   grep -v '^ *+' conftest.er1 >conftest.err
17530   rm -f conftest.er1
17531   cat conftest.err >&5
17532   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17533   (exit $ac_status); } && {
17534          test -z "$ac_c_werror_flag" ||
17535          test ! -s conftest.err
17536        } && test -s conftest.$ac_objext; then
17537   ac_cv_c_string_h_warnings=no
17538 else
17539   $as_echo "$as_me: failed program was:" >&5
17540 sed 's/^/| /' conftest.$ac_ext >&5
17541
17542         ac_cv_c_string_h_warnings=yes
17543 fi
17544
17545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17546 fi
17547 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17548 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17549   CFLAGS="$saved_CFLAGS"
17550   if test "$ac_cv_c_string_h_warnings" = "no"
17551   then
17552     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17553   fi
17554 fi
17555
17556
17557 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17558 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17559 if test "${ac_cv_asm_func_def+set}" = set; then
17560   $as_echo_n "(cached) " >&6
17561 else
17562   cat >conftest.$ac_ext <<_ACEOF
17563 /* confdefs.h.  */
17564 _ACEOF
17565 cat confdefs.h >>conftest.$ac_ext
17566 cat >>conftest.$ac_ext <<_ACEOF
17567 /* end confdefs.h.  */
17568
17569 int
17570 main ()
17571 {
17572 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17573   ;
17574   return 0;
17575 }
17576 _ACEOF
17577 rm -f conftest.$ac_objext conftest$ac_exeext
17578 if { (ac_try="$ac_link"
17579 case "(($ac_try" in
17580   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17581   *) ac_try_echo=$ac_try;;
17582 esac
17583 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17584 $as_echo "$ac_try_echo") >&5
17585   (eval "$ac_link") 2>conftest.er1
17586   ac_status=$?
17587   grep -v '^ *+' conftest.er1 >conftest.err
17588   rm -f conftest.er1
17589   cat conftest.err >&5
17590   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17591   (exit $ac_status); } && {
17592          test -z "$ac_c_werror_flag" ||
17593          test ! -s conftest.err
17594        } && test -s conftest$ac_exeext && {
17595          test "$cross_compiling" = yes ||
17596          $as_test_x conftest$ac_exeext
17597        }; then
17598   ac_cv_asm_func_def=".def"
17599 else
17600   $as_echo "$as_me: failed program was:" >&5
17601 sed 's/^/| /' conftest.$ac_ext >&5
17602
17603         cat >conftest.$ac_ext <<_ACEOF
17604 /* confdefs.h.  */
17605 _ACEOF
17606 cat confdefs.h >>conftest.$ac_ext
17607 cat >>conftest.$ac_ext <<_ACEOF
17608 /* end confdefs.h.  */
17609
17610 int
17611 main ()
17612 {
17613 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17614   ;
17615   return 0;
17616 }
17617 _ACEOF
17618 rm -f conftest.$ac_objext conftest$ac_exeext
17619 if { (ac_try="$ac_link"
17620 case "(($ac_try" in
17621   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17622   *) ac_try_echo=$ac_try;;
17623 esac
17624 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17625 $as_echo "$ac_try_echo") >&5
17626   (eval "$ac_link") 2>conftest.er1
17627   ac_status=$?
17628   grep -v '^ *+' conftest.er1 >conftest.err
17629   rm -f conftest.er1
17630   cat conftest.err >&5
17631   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17632   (exit $ac_status); } && {
17633          test -z "$ac_c_werror_flag" ||
17634          test ! -s conftest.err
17635        } && test -s conftest$ac_exeext && {
17636          test "$cross_compiling" = yes ||
17637          $as_test_x conftest$ac_exeext
17638        }; then
17639   ac_cv_asm_func_def=".type @function"
17640 else
17641   $as_echo "$as_me: failed program was:" >&5
17642 sed 's/^/| /' conftest.$ac_ext >&5
17643
17644         cat >conftest.$ac_ext <<_ACEOF
17645 /* confdefs.h.  */
17646 _ACEOF
17647 cat confdefs.h >>conftest.$ac_ext
17648 cat >>conftest.$ac_ext <<_ACEOF
17649 /* end confdefs.h.  */
17650
17651 int
17652 main ()
17653 {
17654 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17655   ;
17656   return 0;
17657 }
17658 _ACEOF
17659 rm -f conftest.$ac_objext conftest$ac_exeext
17660 if { (ac_try="$ac_link"
17661 case "(($ac_try" in
17662   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17663   *) ac_try_echo=$ac_try;;
17664 esac
17665 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17666 $as_echo "$ac_try_echo") >&5
17667   (eval "$ac_link") 2>conftest.er1
17668   ac_status=$?
17669   grep -v '^ *+' conftest.er1 >conftest.err
17670   rm -f conftest.er1
17671   cat conftest.err >&5
17672   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17673   (exit $ac_status); } && {
17674          test -z "$ac_c_werror_flag" ||
17675          test ! -s conftest.err
17676        } && test -s conftest$ac_exeext && {
17677          test "$cross_compiling" = yes ||
17678          $as_test_x conftest$ac_exeext
17679        }; then
17680   ac_cv_asm_func_def=".type 2"
17681 else
17682   $as_echo "$as_me: failed program was:" >&5
17683 sed 's/^/| /' conftest.$ac_ext >&5
17684
17685         ac_cv_asm_func_def="unknown"
17686 fi
17687
17688 rm -rf conftest.dSYM
17689 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17690       conftest$ac_exeext conftest.$ac_ext
17691 fi
17692
17693 rm -rf conftest.dSYM
17694 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17695       conftest$ac_exeext conftest.$ac_ext
17696 fi
17697
17698 rm -rf conftest.dSYM
17699 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17700       conftest$ac_exeext conftest.$ac_ext
17701 fi
17702 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17703 $as_echo "$ac_cv_asm_func_def" >&6; }
17704
17705
17706
17707 case "$ac_cv_asm_func_def" in
17708   ".def")
17709      cat >>confdefs.h <<\_ACEOF
17710 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17711 _ACEOF
17712  ;;
17713   ".type @function")
17714      cat >>confdefs.h <<\_ACEOF
17715 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17716 _ACEOF
17717  ;;
17718   ".type 2")
17719      cat >>confdefs.h <<\_ACEOF
17720 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17721 _ACEOF
17722  ;;
17723   *)
17724      cat >>confdefs.h <<\_ACEOF
17725 #define __ASM_FUNC(name) ""
17726 _ACEOF
17727  ;;
17728 esac
17729
17730
17731 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17732 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17733 if test "${ac_cv_c_extern_prefix+set}" = set; then
17734   $as_echo_n "(cached) " >&6
17735 else
17736   cat >conftest.$ac_ext <<_ACEOF
17737 /* confdefs.h.  */
17738 _ACEOF
17739 cat confdefs.h >>conftest.$ac_ext
17740 cat >>conftest.$ac_ext <<_ACEOF
17741 /* end confdefs.h.  */
17742 extern int ac_test;
17743 int
17744 main ()
17745 {
17746 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17747   ;
17748   return 0;
17749 }
17750 _ACEOF
17751 rm -f conftest.$ac_objext conftest$ac_exeext
17752 if { (ac_try="$ac_link"
17753 case "(($ac_try" in
17754   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17755   *) ac_try_echo=$ac_try;;
17756 esac
17757 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17758 $as_echo "$ac_try_echo") >&5
17759   (eval "$ac_link") 2>conftest.er1
17760   ac_status=$?
17761   grep -v '^ *+' conftest.er1 >conftest.err
17762   rm -f conftest.er1
17763   cat conftest.err >&5
17764   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17765   (exit $ac_status); } && {
17766          test -z "$ac_c_werror_flag" ||
17767          test ! -s conftest.err
17768        } && test -s conftest$ac_exeext && {
17769          test "$cross_compiling" = yes ||
17770          $as_test_x conftest$ac_exeext
17771        }; then
17772   ac_cv_c_extern_prefix="yes"
17773 else
17774   $as_echo "$as_me: failed program was:" >&5
17775 sed 's/^/| /' conftest.$ac_ext >&5
17776
17777         ac_cv_c_extern_prefix="no"
17778 fi
17779
17780 rm -rf conftest.dSYM
17781 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17782       conftest$ac_exeext conftest.$ac_ext
17783 fi
17784 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17785 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17786
17787
17788
17789 if test "$ac_cv_c_extern_prefix" = "yes"
17790 then
17791   cat >>confdefs.h <<\_ACEOF
17792 #define __ASM_NAME(name) "_" name
17793 _ACEOF
17794
17795 else
17796   cat >>confdefs.h <<\_ACEOF
17797 #define __ASM_NAME(name) name
17798 _ACEOF
17799
17800 fi
17801
17802
17803 LDPATH=""
17804
17805 case $build_os in
17806   cygwin*|mingw32*)
17807     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17808     ;;
17809   darwin*|macosx*)
17810     ;;
17811   linux*|solaris*)      if test -z "$LDRPATH_LOCAL"
17812     then
17813       LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17814     fi
17815     ;;
17816   *)
17817     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17818     ;;
17819 esac
17820
17821 case $host_os in
17822   mingw32*)
17823     CRTLIBS="-lmsvcrt"
17824
17825     SOCKETLIBS="-lws2_32"
17826
17827     ;;
17828 esac
17829
17830 MAIN_BINARY="wine-pthread"
17831   case $host_cpu in
17832   *i[3456789]86*)
17833     case $host_os in
17834       linux* | k*bsd*-gnu)
17835         MAIN_BINARY="wine-glibc"
17836
17837         EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17838  ;;
17839       freebsd*)
17840         MAIN_BINARY="wine-freebsd"
17841
17842         EXTRA_BINARIES="wine-pthread"
17843  ;;
17844     esac
17845     ;;
17846 esac
17847
17848
17849
17850
17851
17852
17853
17854
17855
17856
17857
17858
17859
17860
17861
17862
17863
17864
17865
17866
17867
17868
17869
17870
17871
17872
17873
17874
17875
17876
17877
17878
17879
17880
17881
17882
17883
17884
17885
17886
17887
17888
17889
17890
17891
17892
17893
17894
17895
17896
17897
17898
17899
17900
17901
17902
17903
17904
17905
17906
17907
17908
17909
17910
17911
17912
17913
17914
17915
17916
17917
17918
17919
17920 for ac_func in \
17921         _mkdir \
17922         _pclose \
17923         _popen \
17924         _snprintf \
17925         _spawnvp \
17926         _strdup \
17927         _stricmp \
17928         _strnicmp \
17929         _strtoi64 \
17930         _strtoui64 \
17931         _vsnprintf \
17932         asctime_r \
17933         chsize \
17934         clone \
17935         dlopen \
17936         epoll_create \
17937         ffs \
17938         finite \
17939         fork \
17940         fpclass \
17941         fstatfs \
17942         fstatvfs \
17943         ftruncate \
17944         futimes \
17945         futimesat \
17946         getdirentries \
17947         getopt_long \
17948         getpagesize \
17949         getpwuid \
17950         gettid \
17951         gettimeofday \
17952         getuid \
17953         inet_pton \
17954         kqueue \
17955         lstat \
17956         memmove \
17957         mmap \
17958         pclose \
17959         poll \
17960         popen \
17961         prctl \
17962         pread \
17963         pwrite \
17964         readdir \
17965         readlink \
17966         rfork \
17967         sched_yield \
17968         select \
17969         setproctitle \
17970         setrlimit \
17971         settimeofday \
17972         sigaltstack \
17973         sigprocmask \
17974         snprintf \
17975         spawnvp \
17976         statfs \
17977         statvfs \
17978         strcasecmp \
17979         strdup \
17980         strerror \
17981         strncasecmp \
17982         strtold \
17983         strtoll \
17984         strtoull \
17985         tcgetattr \
17986         thr_kill2 \
17987         timegm \
17988         usleep \
17989         vsnprintf \
17990         wait4 \
17991         waitpid \
17992
17993 do
17994 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17995 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
17996 $as_echo_n "checking for $ac_func... " >&6; }
17997 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17998   $as_echo_n "(cached) " >&6
17999 else
18000   cat >conftest.$ac_ext <<_ACEOF
18001 /* confdefs.h.  */
18002 _ACEOF
18003 cat confdefs.h >>conftest.$ac_ext
18004 cat >>conftest.$ac_ext <<_ACEOF
18005 /* end confdefs.h.  */
18006 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18007    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18008 #define $ac_func innocuous_$ac_func
18009
18010 /* System header to define __stub macros and hopefully few prototypes,
18011     which can conflict with char $ac_func (); below.
18012     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18013     <limits.h> exists even on freestanding compilers.  */
18014
18015 #ifdef __STDC__
18016 # include <limits.h>
18017 #else
18018 # include <assert.h>
18019 #endif
18020
18021 #undef $ac_func
18022
18023 /* Override any GCC internal prototype to avoid an error.
18024    Use char because int might match the return type of a GCC
18025    builtin and then its argument prototype would still apply.  */
18026 #ifdef __cplusplus
18027 extern "C"
18028 #endif
18029 char $ac_func ();
18030 /* The GNU C library defines this for functions which it implements
18031     to always fail with ENOSYS.  Some functions are actually named
18032     something starting with __ and the normal name is an alias.  */
18033 #if defined __stub_$ac_func || defined __stub___$ac_func
18034 choke me
18035 #endif
18036
18037 int
18038 main ()
18039 {
18040 return $ac_func ();
18041   ;
18042   return 0;
18043 }
18044 _ACEOF
18045 rm -f conftest.$ac_objext conftest$ac_exeext
18046 if { (ac_try="$ac_link"
18047 case "(($ac_try" in
18048   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18049   *) ac_try_echo=$ac_try;;
18050 esac
18051 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18052 $as_echo "$ac_try_echo") >&5
18053   (eval "$ac_link") 2>conftest.er1
18054   ac_status=$?
18055   grep -v '^ *+' conftest.er1 >conftest.err
18056   rm -f conftest.er1
18057   cat conftest.err >&5
18058   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18059   (exit $ac_status); } && {
18060          test -z "$ac_c_werror_flag" ||
18061          test ! -s conftest.err
18062        } && test -s conftest$ac_exeext && {
18063          test "$cross_compiling" = yes ||
18064          $as_test_x conftest$ac_exeext
18065        }; then
18066   eval "$as_ac_var=yes"
18067 else
18068   $as_echo "$as_me: failed program was:" >&5
18069 sed 's/^/| /' conftest.$ac_ext >&5
18070
18071         eval "$as_ac_var=no"
18072 fi
18073
18074 rm -rf conftest.dSYM
18075 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18076       conftest$ac_exeext conftest.$ac_ext
18077 fi
18078 ac_res=`eval 'as_val=${'$as_ac_var'}
18079                  $as_echo "$as_val"'`
18080                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18081 $as_echo "$ac_res" >&6; }
18082 as_val=`eval 'as_val=${'$as_ac_var'}
18083                  $as_echo "$as_val"'`
18084    if test "x$as_val" = x""yes; then
18085   cat >>confdefs.h <<_ACEOF
18086 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18087 _ACEOF
18088
18089 fi
18090 done
18091
18092
18093 if test "$ac_cv_func_dlopen" = no
18094 then
18095     { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18096 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18097 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18098   $as_echo_n "(cached) " >&6
18099 else
18100   ac_check_lib_save_LIBS=$LIBS
18101 LIBS="-ldl  $LIBS"
18102 cat >conftest.$ac_ext <<_ACEOF
18103 /* confdefs.h.  */
18104 _ACEOF
18105 cat confdefs.h >>conftest.$ac_ext
18106 cat >>conftest.$ac_ext <<_ACEOF
18107 /* end confdefs.h.  */
18108
18109 /* Override any GCC internal prototype to avoid an error.
18110    Use char because int might match the return type of a GCC
18111    builtin and then its argument prototype would still apply.  */
18112 #ifdef __cplusplus
18113 extern "C"
18114 #endif
18115 char dlopen ();
18116 int
18117 main ()
18118 {
18119 return dlopen ();
18120   ;
18121   return 0;
18122 }
18123 _ACEOF
18124 rm -f conftest.$ac_objext conftest$ac_exeext
18125 if { (ac_try="$ac_link"
18126 case "(($ac_try" in
18127   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18128   *) ac_try_echo=$ac_try;;
18129 esac
18130 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18131 $as_echo "$ac_try_echo") >&5
18132   (eval "$ac_link") 2>conftest.er1
18133   ac_status=$?
18134   grep -v '^ *+' conftest.er1 >conftest.err
18135   rm -f conftest.er1
18136   cat conftest.err >&5
18137   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18138   (exit $ac_status); } && {
18139          test -z "$ac_c_werror_flag" ||
18140          test ! -s conftest.err
18141        } && test -s conftest$ac_exeext && {
18142          test "$cross_compiling" = yes ||
18143          $as_test_x conftest$ac_exeext
18144        }; then
18145   ac_cv_lib_dl_dlopen=yes
18146 else
18147   $as_echo "$as_me: failed program was:" >&5
18148 sed 's/^/| /' conftest.$ac_ext >&5
18149
18150         ac_cv_lib_dl_dlopen=no
18151 fi
18152
18153 rm -rf conftest.dSYM
18154 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18155       conftest$ac_exeext conftest.$ac_ext
18156 LIBS=$ac_check_lib_save_LIBS
18157 fi
18158 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18159 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18160 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18161   cat >>confdefs.h <<\_ACEOF
18162 #define HAVE_DLOPEN 1
18163 _ACEOF
18164  LIBDL="-ldl"
18165
18166 fi
18167
18168 fi
18169 ac_wine_check_funcs_save_LIBS="$LIBS"
18170 LIBS="$LIBS $LIBDL"
18171
18172 for ac_func in dladdr
18173 do
18174 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18175 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18176 $as_echo_n "checking for $ac_func... " >&6; }
18177 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18178   $as_echo_n "(cached) " >&6
18179 else
18180   cat >conftest.$ac_ext <<_ACEOF
18181 /* confdefs.h.  */
18182 _ACEOF
18183 cat confdefs.h >>conftest.$ac_ext
18184 cat >>conftest.$ac_ext <<_ACEOF
18185 /* end confdefs.h.  */
18186 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18187    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18188 #define $ac_func innocuous_$ac_func
18189
18190 /* System header to define __stub macros and hopefully few prototypes,
18191     which can conflict with char $ac_func (); below.
18192     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18193     <limits.h> exists even on freestanding compilers.  */
18194
18195 #ifdef __STDC__
18196 # include <limits.h>
18197 #else
18198 # include <assert.h>
18199 #endif
18200
18201 #undef $ac_func
18202
18203 /* Override any GCC internal prototype to avoid an error.
18204    Use char because int might match the return type of a GCC
18205    builtin and then its argument prototype would still apply.  */
18206 #ifdef __cplusplus
18207 extern "C"
18208 #endif
18209 char $ac_func ();
18210 /* The GNU C library defines this for functions which it implements
18211     to always fail with ENOSYS.  Some functions are actually named
18212     something starting with __ and the normal name is an alias.  */
18213 #if defined __stub_$ac_func || defined __stub___$ac_func
18214 choke me
18215 #endif
18216
18217 int
18218 main ()
18219 {
18220 return $ac_func ();
18221   ;
18222   return 0;
18223 }
18224 _ACEOF
18225 rm -f conftest.$ac_objext conftest$ac_exeext
18226 if { (ac_try="$ac_link"
18227 case "(($ac_try" in
18228   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18229   *) ac_try_echo=$ac_try;;
18230 esac
18231 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18232 $as_echo "$ac_try_echo") >&5
18233   (eval "$ac_link") 2>conftest.er1
18234   ac_status=$?
18235   grep -v '^ *+' conftest.er1 >conftest.err
18236   rm -f conftest.er1
18237   cat conftest.err >&5
18238   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18239   (exit $ac_status); } && {
18240          test -z "$ac_c_werror_flag" ||
18241          test ! -s conftest.err
18242        } && test -s conftest$ac_exeext && {
18243          test "$cross_compiling" = yes ||
18244          $as_test_x conftest$ac_exeext
18245        }; then
18246   eval "$as_ac_var=yes"
18247 else
18248   $as_echo "$as_me: failed program was:" >&5
18249 sed 's/^/| /' conftest.$ac_ext >&5
18250
18251         eval "$as_ac_var=no"
18252 fi
18253
18254 rm -rf conftest.dSYM
18255 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18256       conftest$ac_exeext conftest.$ac_ext
18257 fi
18258 ac_res=`eval 'as_val=${'$as_ac_var'}
18259                  $as_echo "$as_val"'`
18260                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18261 $as_echo "$ac_res" >&6; }
18262 as_val=`eval 'as_val=${'$as_ac_var'}
18263                  $as_echo "$as_val"'`
18264    if test "x$as_val" = x""yes; then
18265   cat >>confdefs.h <<_ACEOF
18266 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18267 _ACEOF
18268
18269 fi
18270 done
18271
18272 LIBS="$ac_wine_check_funcs_save_LIBS"
18273
18274 if test "$ac_cv_func_poll" = no
18275 then
18276     { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18277 $as_echo_n "checking for poll in -lpoll... " >&6; }
18278 if test "${ac_cv_lib_poll_poll+set}" = set; then
18279   $as_echo_n "(cached) " >&6
18280 else
18281   ac_check_lib_save_LIBS=$LIBS
18282 LIBS="-lpoll  $LIBS"
18283 cat >conftest.$ac_ext <<_ACEOF
18284 /* confdefs.h.  */
18285 _ACEOF
18286 cat confdefs.h >>conftest.$ac_ext
18287 cat >>conftest.$ac_ext <<_ACEOF
18288 /* end confdefs.h.  */
18289
18290 /* Override any GCC internal prototype to avoid an error.
18291    Use char because int might match the return type of a GCC
18292    builtin and then its argument prototype would still apply.  */
18293 #ifdef __cplusplus
18294 extern "C"
18295 #endif
18296 char poll ();
18297 int
18298 main ()
18299 {
18300 return poll ();
18301   ;
18302   return 0;
18303 }
18304 _ACEOF
18305 rm -f conftest.$ac_objext conftest$ac_exeext
18306 if { (ac_try="$ac_link"
18307 case "(($ac_try" in
18308   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18309   *) ac_try_echo=$ac_try;;
18310 esac
18311 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18312 $as_echo "$ac_try_echo") >&5
18313   (eval "$ac_link") 2>conftest.er1
18314   ac_status=$?
18315   grep -v '^ *+' conftest.er1 >conftest.err
18316   rm -f conftest.er1
18317   cat conftest.err >&5
18318   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18319   (exit $ac_status); } && {
18320          test -z "$ac_c_werror_flag" ||
18321          test ! -s conftest.err
18322        } && test -s conftest$ac_exeext && {
18323          test "$cross_compiling" = yes ||
18324          $as_test_x conftest$ac_exeext
18325        }; then
18326   ac_cv_lib_poll_poll=yes
18327 else
18328   $as_echo "$as_me: failed program was:" >&5
18329 sed 's/^/| /' conftest.$ac_ext >&5
18330
18331         ac_cv_lib_poll_poll=no
18332 fi
18333
18334 rm -rf conftest.dSYM
18335 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18336       conftest$ac_exeext conftest.$ac_ext
18337 LIBS=$ac_check_lib_save_LIBS
18338 fi
18339 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18340 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18341 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18342   cat >>confdefs.h <<\_ACEOF
18343 #define HAVE_POLL 1
18344 _ACEOF
18345  LIBPOLL="-lpoll"
18346
18347 fi
18348
18349 fi
18350
18351 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18352 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18353 if test "${ac_cv_search_gethostbyname+set}" = set; then
18354   $as_echo_n "(cached) " >&6
18355 else
18356   ac_func_search_save_LIBS=$LIBS
18357 cat >conftest.$ac_ext <<_ACEOF
18358 /* confdefs.h.  */
18359 _ACEOF
18360 cat confdefs.h >>conftest.$ac_ext
18361 cat >>conftest.$ac_ext <<_ACEOF
18362 /* end confdefs.h.  */
18363
18364 /* Override any GCC internal prototype to avoid an error.
18365    Use char because int might match the return type of a GCC
18366    builtin and then its argument prototype would still apply.  */
18367 #ifdef __cplusplus
18368 extern "C"
18369 #endif
18370 char gethostbyname ();
18371 int
18372 main ()
18373 {
18374 return gethostbyname ();
18375   ;
18376   return 0;
18377 }
18378 _ACEOF
18379 for ac_lib in '' nsl; do
18380   if test -z "$ac_lib"; then
18381     ac_res="none required"
18382   else
18383     ac_res=-l$ac_lib
18384     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18385   fi
18386   rm -f conftest.$ac_objext conftest$ac_exeext
18387 if { (ac_try="$ac_link"
18388 case "(($ac_try" in
18389   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18390   *) ac_try_echo=$ac_try;;
18391 esac
18392 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18393 $as_echo "$ac_try_echo") >&5
18394   (eval "$ac_link") 2>conftest.er1
18395   ac_status=$?
18396   grep -v '^ *+' conftest.er1 >conftest.err
18397   rm -f conftest.er1
18398   cat conftest.err >&5
18399   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18400   (exit $ac_status); } && {
18401          test -z "$ac_c_werror_flag" ||
18402          test ! -s conftest.err
18403        } && test -s conftest$ac_exeext && {
18404          test "$cross_compiling" = yes ||
18405          $as_test_x conftest$ac_exeext
18406        }; then
18407   ac_cv_search_gethostbyname=$ac_res
18408 else
18409   $as_echo "$as_me: failed program was:" >&5
18410 sed 's/^/| /' conftest.$ac_ext >&5
18411
18412
18413 fi
18414
18415 rm -rf conftest.dSYM
18416 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18417       conftest$ac_exeext
18418   if test "${ac_cv_search_gethostbyname+set}" = set; then
18419   break
18420 fi
18421 done
18422 if test "${ac_cv_search_gethostbyname+set}" = set; then
18423   :
18424 else
18425   ac_cv_search_gethostbyname=no
18426 fi
18427 rm conftest.$ac_ext
18428 LIBS=$ac_func_search_save_LIBS
18429 fi
18430 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18431 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18432 ac_res=$ac_cv_search_gethostbyname
18433 if test "$ac_res" != no; then
18434   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18435
18436 fi
18437
18438
18439 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18440 $as_echo_n "checking for library containing connect... " >&6; }
18441 if test "${ac_cv_search_connect+set}" = set; then
18442   $as_echo_n "(cached) " >&6
18443 else
18444   ac_func_search_save_LIBS=$LIBS
18445 cat >conftest.$ac_ext <<_ACEOF
18446 /* confdefs.h.  */
18447 _ACEOF
18448 cat confdefs.h >>conftest.$ac_ext
18449 cat >>conftest.$ac_ext <<_ACEOF
18450 /* end confdefs.h.  */
18451
18452 /* Override any GCC internal prototype to avoid an error.
18453    Use char because int might match the return type of a GCC
18454    builtin and then its argument prototype would still apply.  */
18455 #ifdef __cplusplus
18456 extern "C"
18457 #endif
18458 char connect ();
18459 int
18460 main ()
18461 {
18462 return connect ();
18463   ;
18464   return 0;
18465 }
18466 _ACEOF
18467 for ac_lib in '' socket; do
18468   if test -z "$ac_lib"; then
18469     ac_res="none required"
18470   else
18471     ac_res=-l$ac_lib
18472     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18473   fi
18474   rm -f conftest.$ac_objext conftest$ac_exeext
18475 if { (ac_try="$ac_link"
18476 case "(($ac_try" in
18477   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18478   *) ac_try_echo=$ac_try;;
18479 esac
18480 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18481 $as_echo "$ac_try_echo") >&5
18482   (eval "$ac_link") 2>conftest.er1
18483   ac_status=$?
18484   grep -v '^ *+' conftest.er1 >conftest.err
18485   rm -f conftest.er1
18486   cat conftest.err >&5
18487   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18488   (exit $ac_status); } && {
18489          test -z "$ac_c_werror_flag" ||
18490          test ! -s conftest.err
18491        } && test -s conftest$ac_exeext && {
18492          test "$cross_compiling" = yes ||
18493          $as_test_x conftest$ac_exeext
18494        }; then
18495   ac_cv_search_connect=$ac_res
18496 else
18497   $as_echo "$as_me: failed program was:" >&5
18498 sed 's/^/| /' conftest.$ac_ext >&5
18499
18500
18501 fi
18502
18503 rm -rf conftest.dSYM
18504 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18505       conftest$ac_exeext
18506   if test "${ac_cv_search_connect+set}" = set; then
18507   break
18508 fi
18509 done
18510 if test "${ac_cv_search_connect+set}" = set; then
18511   :
18512 else
18513   ac_cv_search_connect=no
18514 fi
18515 rm conftest.$ac_ext
18516 LIBS=$ac_func_search_save_LIBS
18517 fi
18518 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18519 $as_echo "$ac_cv_search_connect" >&6; }
18520 ac_res=$ac_cv_search_connect
18521 if test "$ac_res" != no; then
18522   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18523
18524 fi
18525
18526
18527 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18528 $as_echo_n "checking for library containing inet_aton... " >&6; }
18529 if test "${ac_cv_search_inet_aton+set}" = set; then
18530   $as_echo_n "(cached) " >&6
18531 else
18532   ac_func_search_save_LIBS=$LIBS
18533 cat >conftest.$ac_ext <<_ACEOF
18534 /* confdefs.h.  */
18535 _ACEOF
18536 cat confdefs.h >>conftest.$ac_ext
18537 cat >>conftest.$ac_ext <<_ACEOF
18538 /* end confdefs.h.  */
18539
18540 /* Override any GCC internal prototype to avoid an error.
18541    Use char because int might match the return type of a GCC
18542    builtin and then its argument prototype would still apply.  */
18543 #ifdef __cplusplus
18544 extern "C"
18545 #endif
18546 char inet_aton ();
18547 int
18548 main ()
18549 {
18550 return inet_aton ();
18551   ;
18552   return 0;
18553 }
18554 _ACEOF
18555 for ac_lib in '' resolv; do
18556   if test -z "$ac_lib"; then
18557     ac_res="none required"
18558   else
18559     ac_res=-l$ac_lib
18560     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18561   fi
18562   rm -f conftest.$ac_objext conftest$ac_exeext
18563 if { (ac_try="$ac_link"
18564 case "(($ac_try" in
18565   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18566   *) ac_try_echo=$ac_try;;
18567 esac
18568 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18569 $as_echo "$ac_try_echo") >&5
18570   (eval "$ac_link") 2>conftest.er1
18571   ac_status=$?
18572   grep -v '^ *+' conftest.er1 >conftest.err
18573   rm -f conftest.er1
18574   cat conftest.err >&5
18575   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18576   (exit $ac_status); } && {
18577          test -z "$ac_c_werror_flag" ||
18578          test ! -s conftest.err
18579        } && test -s conftest$ac_exeext && {
18580          test "$cross_compiling" = yes ||
18581          $as_test_x conftest$ac_exeext
18582        }; then
18583   ac_cv_search_inet_aton=$ac_res
18584 else
18585   $as_echo "$as_me: failed program was:" >&5
18586 sed 's/^/| /' conftest.$ac_ext >&5
18587
18588
18589 fi
18590
18591 rm -rf conftest.dSYM
18592 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18593       conftest$ac_exeext
18594   if test "${ac_cv_search_inet_aton+set}" = set; then
18595   break
18596 fi
18597 done
18598 if test "${ac_cv_search_inet_aton+set}" = set; then
18599   :
18600 else
18601   ac_cv_search_inet_aton=no
18602 fi
18603 rm conftest.$ac_ext
18604 LIBS=$ac_func_search_save_LIBS
18605 fi
18606 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18607 $as_echo "$ac_cv_search_inet_aton" >&6; }
18608 ac_res=$ac_cv_search_inet_aton
18609 if test "$ac_res" != no; then
18610   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18611
18612 fi
18613
18614
18615
18616
18617
18618
18619
18620
18621
18622
18623 for ac_func in \
18624         getaddrinfo \
18625         getnameinfo \
18626         getnetbyname \
18627         getprotobyname \
18628         getprotobynumber \
18629         getservbyport \
18630         inet_network \
18631         sendmsg \
18632
18633 do
18634 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18635 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18636 $as_echo_n "checking for $ac_func... " >&6; }
18637 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18638   $as_echo_n "(cached) " >&6
18639 else
18640   cat >conftest.$ac_ext <<_ACEOF
18641 /* confdefs.h.  */
18642 _ACEOF
18643 cat confdefs.h >>conftest.$ac_ext
18644 cat >>conftest.$ac_ext <<_ACEOF
18645 /* end confdefs.h.  */
18646 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18647    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18648 #define $ac_func innocuous_$ac_func
18649
18650 /* System header to define __stub macros and hopefully few prototypes,
18651     which can conflict with char $ac_func (); below.
18652     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18653     <limits.h> exists even on freestanding compilers.  */
18654
18655 #ifdef __STDC__
18656 # include <limits.h>
18657 #else
18658 # include <assert.h>
18659 #endif
18660
18661 #undef $ac_func
18662
18663 /* Override any GCC internal prototype to avoid an error.
18664    Use char because int might match the return type of a GCC
18665    builtin and then its argument prototype would still apply.  */
18666 #ifdef __cplusplus
18667 extern "C"
18668 #endif
18669 char $ac_func ();
18670 /* The GNU C library defines this for functions which it implements
18671     to always fail with ENOSYS.  Some functions are actually named
18672     something starting with __ and the normal name is an alias.  */
18673 #if defined __stub_$ac_func || defined __stub___$ac_func
18674 choke me
18675 #endif
18676
18677 int
18678 main ()
18679 {
18680 return $ac_func ();
18681   ;
18682   return 0;
18683 }
18684 _ACEOF
18685 rm -f conftest.$ac_objext conftest$ac_exeext
18686 if { (ac_try="$ac_link"
18687 case "(($ac_try" in
18688   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18689   *) ac_try_echo=$ac_try;;
18690 esac
18691 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18692 $as_echo "$ac_try_echo") >&5
18693   (eval "$ac_link") 2>conftest.er1
18694   ac_status=$?
18695   grep -v '^ *+' conftest.er1 >conftest.err
18696   rm -f conftest.er1
18697   cat conftest.err >&5
18698   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18699   (exit $ac_status); } && {
18700          test -z "$ac_c_werror_flag" ||
18701          test ! -s conftest.err
18702        } && test -s conftest$ac_exeext && {
18703          test "$cross_compiling" = yes ||
18704          $as_test_x conftest$ac_exeext
18705        }; then
18706   eval "$as_ac_var=yes"
18707 else
18708   $as_echo "$as_me: failed program was:" >&5
18709 sed 's/^/| /' conftest.$ac_ext >&5
18710
18711         eval "$as_ac_var=no"
18712 fi
18713
18714 rm -rf conftest.dSYM
18715 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18716       conftest$ac_exeext conftest.$ac_ext
18717 fi
18718 ac_res=`eval 'as_val=${'$as_ac_var'}
18719                  $as_echo "$as_val"'`
18720                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18721 $as_echo "$ac_res" >&6; }
18722 as_val=`eval 'as_val=${'$as_ac_var'}
18723                  $as_echo "$as_val"'`
18724    if test "x$as_val" = x""yes; then
18725   cat >>confdefs.h <<_ACEOF
18726 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18727 _ACEOF
18728
18729 fi
18730 done
18731
18732
18733 LDAPLIBS=""
18734
18735 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18736 then
18737     { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18738 $as_echo_n "checking for LDAPSortKey... " >&6; }
18739 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18740   $as_echo_n "(cached) " >&6
18741 else
18742   ac_cv_type_LDAPSortKey=no
18743 cat >conftest.$ac_ext <<_ACEOF
18744 /* confdefs.h.  */
18745 _ACEOF
18746 cat confdefs.h >>conftest.$ac_ext
18747 cat >>conftest.$ac_ext <<_ACEOF
18748 /* end confdefs.h.  */
18749 #include <ldap.h>
18750
18751 int
18752 main ()
18753 {
18754 if (sizeof (LDAPSortKey))
18755        return 0;
18756   ;
18757   return 0;
18758 }
18759 _ACEOF
18760 rm -f conftest.$ac_objext
18761 if { (ac_try="$ac_compile"
18762 case "(($ac_try" in
18763   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18764   *) ac_try_echo=$ac_try;;
18765 esac
18766 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18767 $as_echo "$ac_try_echo") >&5
18768   (eval "$ac_compile") 2>conftest.er1
18769   ac_status=$?
18770   grep -v '^ *+' conftest.er1 >conftest.err
18771   rm -f conftest.er1
18772   cat conftest.err >&5
18773   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18774   (exit $ac_status); } && {
18775          test -z "$ac_c_werror_flag" ||
18776          test ! -s conftest.err
18777        } && test -s conftest.$ac_objext; then
18778   cat >conftest.$ac_ext <<_ACEOF
18779 /* confdefs.h.  */
18780 _ACEOF
18781 cat confdefs.h >>conftest.$ac_ext
18782 cat >>conftest.$ac_ext <<_ACEOF
18783 /* end confdefs.h.  */
18784 #include <ldap.h>
18785
18786 int
18787 main ()
18788 {
18789 if (sizeof ((LDAPSortKey)))
18790           return 0;
18791   ;
18792   return 0;
18793 }
18794 _ACEOF
18795 rm -f conftest.$ac_objext
18796 if { (ac_try="$ac_compile"
18797 case "(($ac_try" in
18798   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18799   *) ac_try_echo=$ac_try;;
18800 esac
18801 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18802 $as_echo "$ac_try_echo") >&5
18803   (eval "$ac_compile") 2>conftest.er1
18804   ac_status=$?
18805   grep -v '^ *+' conftest.er1 >conftest.err
18806   rm -f conftest.er1
18807   cat conftest.err >&5
18808   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18809   (exit $ac_status); } && {
18810          test -z "$ac_c_werror_flag" ||
18811          test ! -s conftest.err
18812        } && test -s conftest.$ac_objext; then
18813   :
18814 else
18815   $as_echo "$as_me: failed program was:" >&5
18816 sed 's/^/| /' conftest.$ac_ext >&5
18817
18818         ac_cv_type_LDAPSortKey=yes
18819 fi
18820
18821 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18822 else
18823   $as_echo "$as_me: failed program was:" >&5
18824 sed 's/^/| /' conftest.$ac_ext >&5
18825
18826
18827 fi
18828
18829 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18830 fi
18831 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18832 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18833 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18834   { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18835 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18836 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18837   $as_echo_n "(cached) " >&6
18838 else
18839   ac_check_lib_save_LIBS=$LIBS
18840 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18841 cat >conftest.$ac_ext <<_ACEOF
18842 /* confdefs.h.  */
18843 _ACEOF
18844 cat confdefs.h >>conftest.$ac_ext
18845 cat >>conftest.$ac_ext <<_ACEOF
18846 /* end confdefs.h.  */
18847
18848 /* Override any GCC internal prototype to avoid an error.
18849    Use char because int might match the return type of a GCC
18850    builtin and then its argument prototype would still apply.  */
18851 #ifdef __cplusplus
18852 extern "C"
18853 #endif
18854 char ldap_initialize ();
18855 int
18856 main ()
18857 {
18858 return ldap_initialize ();
18859   ;
18860   return 0;
18861 }
18862 _ACEOF
18863 rm -f conftest.$ac_objext conftest$ac_exeext
18864 if { (ac_try="$ac_link"
18865 case "(($ac_try" in
18866   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18867   *) ac_try_echo=$ac_try;;
18868 esac
18869 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18870 $as_echo "$ac_try_echo") >&5
18871   (eval "$ac_link") 2>conftest.er1
18872   ac_status=$?
18873   grep -v '^ *+' conftest.er1 >conftest.err
18874   rm -f conftest.er1
18875   cat conftest.err >&5
18876   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18877   (exit $ac_status); } && {
18878          test -z "$ac_c_werror_flag" ||
18879          test ! -s conftest.err
18880        } && test -s conftest$ac_exeext && {
18881          test "$cross_compiling" = yes ||
18882          $as_test_x conftest$ac_exeext
18883        }; then
18884   ac_cv_lib_ldap_r_ldap_initialize=yes
18885 else
18886   $as_echo "$as_me: failed program was:" >&5
18887 sed 's/^/| /' conftest.$ac_ext >&5
18888
18889         ac_cv_lib_ldap_r_ldap_initialize=no
18890 fi
18891
18892 rm -rf conftest.dSYM
18893 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18894       conftest$ac_exeext conftest.$ac_ext
18895 LIBS=$ac_check_lib_save_LIBS
18896 fi
18897 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18898 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18899 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18900   { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18901 $as_echo_n "checking for ber_init in -llber... " >&6; }
18902 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18903   $as_echo_n "(cached) " >&6
18904 else
18905   ac_check_lib_save_LIBS=$LIBS
18906 LIBS="-llber $LIBPTHREAD $LIBS"
18907 cat >conftest.$ac_ext <<_ACEOF
18908 /* confdefs.h.  */
18909 _ACEOF
18910 cat confdefs.h >>conftest.$ac_ext
18911 cat >>conftest.$ac_ext <<_ACEOF
18912 /* end confdefs.h.  */
18913
18914 /* Override any GCC internal prototype to avoid an error.
18915    Use char because int might match the return type of a GCC
18916    builtin and then its argument prototype would still apply.  */
18917 #ifdef __cplusplus
18918 extern "C"
18919 #endif
18920 char ber_init ();
18921 int
18922 main ()
18923 {
18924 return ber_init ();
18925   ;
18926   return 0;
18927 }
18928 _ACEOF
18929 rm -f conftest.$ac_objext conftest$ac_exeext
18930 if { (ac_try="$ac_link"
18931 case "(($ac_try" in
18932   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18933   *) ac_try_echo=$ac_try;;
18934 esac
18935 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18936 $as_echo "$ac_try_echo") >&5
18937   (eval "$ac_link") 2>conftest.er1
18938   ac_status=$?
18939   grep -v '^ *+' conftest.er1 >conftest.err
18940   rm -f conftest.er1
18941   cat conftest.err >&5
18942   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18943   (exit $ac_status); } && {
18944          test -z "$ac_c_werror_flag" ||
18945          test ! -s conftest.err
18946        } && test -s conftest$ac_exeext && {
18947          test "$cross_compiling" = yes ||
18948          $as_test_x conftest$ac_exeext
18949        }; then
18950   ac_cv_lib_lber_ber_init=yes
18951 else
18952   $as_echo "$as_me: failed program was:" >&5
18953 sed 's/^/| /' conftest.$ac_ext >&5
18954
18955         ac_cv_lib_lber_ber_init=no
18956 fi
18957
18958 rm -rf conftest.dSYM
18959 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18960       conftest$ac_exeext conftest.$ac_ext
18961 LIBS=$ac_check_lib_save_LIBS
18962 fi
18963 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18964 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
18965 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
18966
18967 cat >>confdefs.h <<\_ACEOF
18968 #define HAVE_LDAP 1
18969 _ACEOF
18970
18971                  LDAPLIBS="-lldap_r -llber"
18972 fi
18973
18974 fi
18975
18976 fi
18977
18978     ac_wine_check_funcs_save_LIBS="$LIBS"
18979 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18980
18981
18982
18983
18984
18985
18986
18987
18988 for ac_func in \
18989         ldap_count_references \
18990         ldap_first_reference \
18991         ldap_next_reference \
18992         ldap_parse_reference \
18993         ldap_parse_sort_control \
18994         ldap_parse_sortresponse_control \
18995         ldap_parse_vlv_control \
18996         ldap_parse_vlvresponse_control
18997 do
18998 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18999 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19000 $as_echo_n "checking for $ac_func... " >&6; }
19001 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19002   $as_echo_n "(cached) " >&6
19003 else
19004   cat >conftest.$ac_ext <<_ACEOF
19005 /* confdefs.h.  */
19006 _ACEOF
19007 cat confdefs.h >>conftest.$ac_ext
19008 cat >>conftest.$ac_ext <<_ACEOF
19009 /* end confdefs.h.  */
19010 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19011    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
19012 #define $ac_func innocuous_$ac_func
19013
19014 /* System header to define __stub macros and hopefully few prototypes,
19015     which can conflict with char $ac_func (); below.
19016     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19017     <limits.h> exists even on freestanding compilers.  */
19018
19019 #ifdef __STDC__
19020 # include <limits.h>
19021 #else
19022 # include <assert.h>
19023 #endif
19024
19025 #undef $ac_func
19026
19027 /* Override any GCC internal prototype to avoid an error.
19028    Use char because int might match the return type of a GCC
19029    builtin and then its argument prototype would still apply.  */
19030 #ifdef __cplusplus
19031 extern "C"
19032 #endif
19033 char $ac_func ();
19034 /* The GNU C library defines this for functions which it implements
19035     to always fail with ENOSYS.  Some functions are actually named
19036     something starting with __ and the normal name is an alias.  */
19037 #if defined __stub_$ac_func || defined __stub___$ac_func
19038 choke me
19039 #endif
19040
19041 int
19042 main ()
19043 {
19044 return $ac_func ();
19045   ;
19046   return 0;
19047 }
19048 _ACEOF
19049 rm -f conftest.$ac_objext conftest$ac_exeext
19050 if { (ac_try="$ac_link"
19051 case "(($ac_try" in
19052   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19053   *) ac_try_echo=$ac_try;;
19054 esac
19055 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19056 $as_echo "$ac_try_echo") >&5
19057   (eval "$ac_link") 2>conftest.er1
19058   ac_status=$?
19059   grep -v '^ *+' conftest.er1 >conftest.err
19060   rm -f conftest.er1
19061   cat conftest.err >&5
19062   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19063   (exit $ac_status); } && {
19064          test -z "$ac_c_werror_flag" ||
19065          test ! -s conftest.err
19066        } && test -s conftest$ac_exeext && {
19067          test "$cross_compiling" = yes ||
19068          $as_test_x conftest$ac_exeext
19069        }; then
19070   eval "$as_ac_var=yes"
19071 else
19072   $as_echo "$as_me: failed program was:" >&5
19073 sed 's/^/| /' conftest.$ac_ext >&5
19074
19075         eval "$as_ac_var=no"
19076 fi
19077
19078 rm -rf conftest.dSYM
19079 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19080       conftest$ac_exeext conftest.$ac_ext
19081 fi
19082 ac_res=`eval 'as_val=${'$as_ac_var'}
19083                  $as_echo "$as_val"'`
19084                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19085 $as_echo "$ac_res" >&6; }
19086 as_val=`eval 'as_val=${'$as_ac_var'}
19087                  $as_echo "$as_val"'`
19088    if test "x$as_val" = x""yes; then
19089   cat >>confdefs.h <<_ACEOF
19090 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19091 _ACEOF
19092
19093 fi
19094 done
19095
19096 LIBS="$ac_wine_check_funcs_save_LIBS"
19097 fi
19098 if test "x$LDAPLIBS" = "x"; then
19099   case "x$with_ldap" in
19100   x)   wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19101   xno) ;;
19102   *)   { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19103 This is an error since --with-ldap was requested." >&5
19104 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19105 This is an error since --with-ldap was requested." >&2;}
19106    { (exit 1); exit 1; }; } ;;
19107 esac
19108 fi
19109
19110
19111
19112 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19113 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19114 if test "${ac_cv_c_const+set}" = set; then
19115   $as_echo_n "(cached) " >&6
19116 else
19117   cat >conftest.$ac_ext <<_ACEOF
19118 /* confdefs.h.  */
19119 _ACEOF
19120 cat confdefs.h >>conftest.$ac_ext
19121 cat >>conftest.$ac_ext <<_ACEOF
19122 /* end confdefs.h.  */
19123
19124 int
19125 main ()
19126 {
19127 /* FIXME: Include the comments suggested by Paul. */
19128 #ifndef __cplusplus
19129   /* Ultrix mips cc rejects this.  */
19130   typedef int charset[2];
19131   const charset cs;
19132   /* SunOS 4.1.1 cc rejects this.  */
19133   char const *const *pcpcc;
19134   char **ppc;
19135   /* NEC SVR4.0.2 mips cc rejects this.  */
19136   struct point {int x, y;};
19137   static struct point const zero = {0,0};
19138   /* AIX XL C 1.02.0.0 rejects this.
19139      It does not let you subtract one const X* pointer from another in
19140      an arm of an if-expression whose if-part is not a constant
19141      expression */
19142   const char *g = "string";
19143   pcpcc = &g + (g ? g-g : 0);
19144   /* HPUX 7.0 cc rejects these. */
19145   ++pcpcc;
19146   ppc = (char**) pcpcc;
19147   pcpcc = (char const *const *) ppc;
19148   { /* SCO 3.2v4 cc rejects this.  */
19149     char *t;
19150     char const *s = 0 ? (char *) 0 : (char const *) 0;
19151
19152     *t++ = 0;
19153     if (s) return 0;
19154   }
19155   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
19156     int x[] = {25, 17};
19157     const int *foo = &x[0];
19158     ++foo;
19159   }
19160   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19161     typedef const int *iptr;
19162     iptr p = 0;
19163     ++p;
19164   }
19165   { /* AIX XL C 1.02.0.0 rejects this saying
19166        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19167     struct s { int j; const int *ap[3]; };
19168     struct s *b; b->j = 5;
19169   }
19170   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19171     const int foo = 10;
19172     if (!foo) return 0;
19173   }
19174   return !cs[0] && !zero.x;
19175 #endif
19176
19177   ;
19178   return 0;
19179 }
19180 _ACEOF
19181 rm -f conftest.$ac_objext
19182 if { (ac_try="$ac_compile"
19183 case "(($ac_try" in
19184   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19185   *) ac_try_echo=$ac_try;;
19186 esac
19187 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19188 $as_echo "$ac_try_echo") >&5
19189   (eval "$ac_compile") 2>conftest.er1
19190   ac_status=$?
19191   grep -v '^ *+' conftest.er1 >conftest.err
19192   rm -f conftest.er1
19193   cat conftest.err >&5
19194   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19195   (exit $ac_status); } && {
19196          test -z "$ac_c_werror_flag" ||
19197          test ! -s conftest.err
19198        } && test -s conftest.$ac_objext; then
19199   ac_cv_c_const=yes
19200 else
19201   $as_echo "$as_me: failed program was:" >&5
19202 sed 's/^/| /' conftest.$ac_ext >&5
19203
19204         ac_cv_c_const=no
19205 fi
19206
19207 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19208 fi
19209 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19210 $as_echo "$ac_cv_c_const" >&6; }
19211 if test $ac_cv_c_const = no; then
19212
19213 cat >>confdefs.h <<\_ACEOF
19214 #define const /**/
19215 _ACEOF
19216
19217 fi
19218
19219 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19220 $as_echo_n "checking for inline... " >&6; }
19221 if test "${ac_cv_c_inline+set}" = set; then
19222   $as_echo_n "(cached) " >&6
19223 else
19224   ac_cv_c_inline=no
19225 for ac_kw in inline __inline__ __inline; do
19226   cat >conftest.$ac_ext <<_ACEOF
19227 /* confdefs.h.  */
19228 _ACEOF
19229 cat confdefs.h >>conftest.$ac_ext
19230 cat >>conftest.$ac_ext <<_ACEOF
19231 /* end confdefs.h.  */
19232 #ifndef __cplusplus
19233 typedef int foo_t;
19234 static $ac_kw foo_t static_foo () {return 0; }
19235 $ac_kw foo_t foo () {return 0; }
19236 #endif
19237
19238 _ACEOF
19239 rm -f conftest.$ac_objext
19240 if { (ac_try="$ac_compile"
19241 case "(($ac_try" in
19242   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19243   *) ac_try_echo=$ac_try;;
19244 esac
19245 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19246 $as_echo "$ac_try_echo") >&5
19247   (eval "$ac_compile") 2>conftest.er1
19248   ac_status=$?
19249   grep -v '^ *+' conftest.er1 >conftest.err
19250   rm -f conftest.er1
19251   cat conftest.err >&5
19252   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19253   (exit $ac_status); } && {
19254          test -z "$ac_c_werror_flag" ||
19255          test ! -s conftest.err
19256        } && test -s conftest.$ac_objext; then
19257   ac_cv_c_inline=$ac_kw
19258 else
19259   $as_echo "$as_me: failed program was:" >&5
19260 sed 's/^/| /' conftest.$ac_ext >&5
19261
19262
19263 fi
19264
19265 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19266   test "$ac_cv_c_inline" != no && break
19267 done
19268
19269 fi
19270 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19271 $as_echo "$ac_cv_c_inline" >&6; }
19272
19273
19274 case $ac_cv_c_inline in
19275   inline | yes) ;;
19276   *)
19277     case $ac_cv_c_inline in
19278       no) ac_val=;;
19279       *) ac_val=$ac_cv_c_inline;;
19280     esac
19281     cat >>confdefs.h <<_ACEOF
19282 #ifndef __cplusplus
19283 #define inline $ac_val
19284 #endif
19285 _ACEOF
19286     ;;
19287 esac
19288
19289 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19290 $as_echo_n "checking for mode_t... " >&6; }
19291 if test "${ac_cv_type_mode_t+set}" = set; then
19292   $as_echo_n "(cached) " >&6
19293 else
19294   ac_cv_type_mode_t=no
19295 cat >conftest.$ac_ext <<_ACEOF
19296 /* confdefs.h.  */
19297 _ACEOF
19298 cat confdefs.h >>conftest.$ac_ext
19299 cat >>conftest.$ac_ext <<_ACEOF
19300 /* end confdefs.h.  */
19301 $ac_includes_default
19302 int
19303 main ()
19304 {
19305 if (sizeof (mode_t))
19306        return 0;
19307   ;
19308   return 0;
19309 }
19310 _ACEOF
19311 rm -f conftest.$ac_objext
19312 if { (ac_try="$ac_compile"
19313 case "(($ac_try" in
19314   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19315   *) ac_try_echo=$ac_try;;
19316 esac
19317 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19318 $as_echo "$ac_try_echo") >&5
19319   (eval "$ac_compile") 2>conftest.er1
19320   ac_status=$?
19321   grep -v '^ *+' conftest.er1 >conftest.err
19322   rm -f conftest.er1
19323   cat conftest.err >&5
19324   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19325   (exit $ac_status); } && {
19326          test -z "$ac_c_werror_flag" ||
19327          test ! -s conftest.err
19328        } && test -s conftest.$ac_objext; then
19329   cat >conftest.$ac_ext <<_ACEOF
19330 /* confdefs.h.  */
19331 _ACEOF
19332 cat confdefs.h >>conftest.$ac_ext
19333 cat >>conftest.$ac_ext <<_ACEOF
19334 /* end confdefs.h.  */
19335 $ac_includes_default
19336 int
19337 main ()
19338 {
19339 if (sizeof ((mode_t)))
19340           return 0;
19341   ;
19342   return 0;
19343 }
19344 _ACEOF
19345 rm -f conftest.$ac_objext
19346 if { (ac_try="$ac_compile"
19347 case "(($ac_try" in
19348   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19349   *) ac_try_echo=$ac_try;;
19350 esac
19351 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19352 $as_echo "$ac_try_echo") >&5
19353   (eval "$ac_compile") 2>conftest.er1
19354   ac_status=$?
19355   grep -v '^ *+' conftest.er1 >conftest.err
19356   rm -f conftest.er1
19357   cat conftest.err >&5
19358   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19359   (exit $ac_status); } && {
19360          test -z "$ac_c_werror_flag" ||
19361          test ! -s conftest.err
19362        } && test -s conftest.$ac_objext; then
19363   :
19364 else
19365   $as_echo "$as_me: failed program was:" >&5
19366 sed 's/^/| /' conftest.$ac_ext >&5
19367
19368         ac_cv_type_mode_t=yes
19369 fi
19370
19371 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19372 else
19373   $as_echo "$as_me: failed program was:" >&5
19374 sed 's/^/| /' conftest.$ac_ext >&5
19375
19376
19377 fi
19378
19379 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19380 fi
19381 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19382 $as_echo "$ac_cv_type_mode_t" >&6; }
19383 if test "x$ac_cv_type_mode_t" = x""yes; then
19384
19385 cat >>confdefs.h <<_ACEOF
19386 #define HAVE_MODE_T 1
19387 _ACEOF
19388
19389
19390 fi
19391 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19392 $as_echo_n "checking for off_t... " >&6; }
19393 if test "${ac_cv_type_off_t+set}" = set; then
19394   $as_echo_n "(cached) " >&6
19395 else
19396   ac_cv_type_off_t=no
19397 cat >conftest.$ac_ext <<_ACEOF
19398 /* confdefs.h.  */
19399 _ACEOF
19400 cat confdefs.h >>conftest.$ac_ext
19401 cat >>conftest.$ac_ext <<_ACEOF
19402 /* end confdefs.h.  */
19403 $ac_includes_default
19404 int
19405 main ()
19406 {
19407 if (sizeof (off_t))
19408        return 0;
19409   ;
19410   return 0;
19411 }
19412 _ACEOF
19413 rm -f conftest.$ac_objext
19414 if { (ac_try="$ac_compile"
19415 case "(($ac_try" in
19416   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19417   *) ac_try_echo=$ac_try;;
19418 esac
19419 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19420 $as_echo "$ac_try_echo") >&5
19421   (eval "$ac_compile") 2>conftest.er1
19422   ac_status=$?
19423   grep -v '^ *+' conftest.er1 >conftest.err
19424   rm -f conftest.er1
19425   cat conftest.err >&5
19426   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19427   (exit $ac_status); } && {
19428          test -z "$ac_c_werror_flag" ||
19429          test ! -s conftest.err
19430        } && test -s conftest.$ac_objext; then
19431   cat >conftest.$ac_ext <<_ACEOF
19432 /* confdefs.h.  */
19433 _ACEOF
19434 cat confdefs.h >>conftest.$ac_ext
19435 cat >>conftest.$ac_ext <<_ACEOF
19436 /* end confdefs.h.  */
19437 $ac_includes_default
19438 int
19439 main ()
19440 {
19441 if (sizeof ((off_t)))
19442           return 0;
19443   ;
19444   return 0;
19445 }
19446 _ACEOF
19447 rm -f conftest.$ac_objext
19448 if { (ac_try="$ac_compile"
19449 case "(($ac_try" in
19450   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19451   *) ac_try_echo=$ac_try;;
19452 esac
19453 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19454 $as_echo "$ac_try_echo") >&5
19455   (eval "$ac_compile") 2>conftest.er1
19456   ac_status=$?
19457   grep -v '^ *+' conftest.er1 >conftest.err
19458   rm -f conftest.er1
19459   cat conftest.err >&5
19460   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19461   (exit $ac_status); } && {
19462          test -z "$ac_c_werror_flag" ||
19463          test ! -s conftest.err
19464        } && test -s conftest.$ac_objext; then
19465   :
19466 else
19467   $as_echo "$as_me: failed program was:" >&5
19468 sed 's/^/| /' conftest.$ac_ext >&5
19469
19470         ac_cv_type_off_t=yes
19471 fi
19472
19473 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19474 else
19475   $as_echo "$as_me: failed program was:" >&5
19476 sed 's/^/| /' conftest.$ac_ext >&5
19477
19478
19479 fi
19480
19481 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19482 fi
19483 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19484 $as_echo "$ac_cv_type_off_t" >&6; }
19485 if test "x$ac_cv_type_off_t" = x""yes; then
19486
19487 cat >>confdefs.h <<_ACEOF
19488 #define HAVE_OFF_T 1
19489 _ACEOF
19490
19491
19492 fi
19493 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19494 $as_echo_n "checking for pid_t... " >&6; }
19495 if test "${ac_cv_type_pid_t+set}" = set; then
19496   $as_echo_n "(cached) " >&6
19497 else
19498   ac_cv_type_pid_t=no
19499 cat >conftest.$ac_ext <<_ACEOF
19500 /* confdefs.h.  */
19501 _ACEOF
19502 cat confdefs.h >>conftest.$ac_ext
19503 cat >>conftest.$ac_ext <<_ACEOF
19504 /* end confdefs.h.  */
19505 $ac_includes_default
19506 int
19507 main ()
19508 {
19509 if (sizeof (pid_t))
19510        return 0;
19511   ;
19512   return 0;
19513 }
19514 _ACEOF
19515 rm -f conftest.$ac_objext
19516 if { (ac_try="$ac_compile"
19517 case "(($ac_try" in
19518   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19519   *) ac_try_echo=$ac_try;;
19520 esac
19521 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19522 $as_echo "$ac_try_echo") >&5
19523   (eval "$ac_compile") 2>conftest.er1
19524   ac_status=$?
19525   grep -v '^ *+' conftest.er1 >conftest.err
19526   rm -f conftest.er1
19527   cat conftest.err >&5
19528   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19529   (exit $ac_status); } && {
19530          test -z "$ac_c_werror_flag" ||
19531          test ! -s conftest.err
19532        } && test -s conftest.$ac_objext; then
19533   cat >conftest.$ac_ext <<_ACEOF
19534 /* confdefs.h.  */
19535 _ACEOF
19536 cat confdefs.h >>conftest.$ac_ext
19537 cat >>conftest.$ac_ext <<_ACEOF
19538 /* end confdefs.h.  */
19539 $ac_includes_default
19540 int
19541 main ()
19542 {
19543 if (sizeof ((pid_t)))
19544           return 0;
19545   ;
19546   return 0;
19547 }
19548 _ACEOF
19549 rm -f conftest.$ac_objext
19550 if { (ac_try="$ac_compile"
19551 case "(($ac_try" in
19552   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19553   *) ac_try_echo=$ac_try;;
19554 esac
19555 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19556 $as_echo "$ac_try_echo") >&5
19557   (eval "$ac_compile") 2>conftest.er1
19558   ac_status=$?
19559   grep -v '^ *+' conftest.er1 >conftest.err
19560   rm -f conftest.er1
19561   cat conftest.err >&5
19562   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19563   (exit $ac_status); } && {
19564          test -z "$ac_c_werror_flag" ||
19565          test ! -s conftest.err
19566        } && test -s conftest.$ac_objext; then
19567   :
19568 else
19569   $as_echo "$as_me: failed program was:" >&5
19570 sed 's/^/| /' conftest.$ac_ext >&5
19571
19572         ac_cv_type_pid_t=yes
19573 fi
19574
19575 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19576 else
19577   $as_echo "$as_me: failed program was:" >&5
19578 sed 's/^/| /' conftest.$ac_ext >&5
19579
19580
19581 fi
19582
19583 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19584 fi
19585 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19586 $as_echo "$ac_cv_type_pid_t" >&6; }
19587 if test "x$ac_cv_type_pid_t" = x""yes; then
19588
19589 cat >>confdefs.h <<_ACEOF
19590 #define HAVE_PID_T 1
19591 _ACEOF
19592
19593
19594 fi
19595 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19596 $as_echo_n "checking for size_t... " >&6; }
19597 if test "${ac_cv_type_size_t+set}" = set; then
19598   $as_echo_n "(cached) " >&6
19599 else
19600   ac_cv_type_size_t=no
19601 cat >conftest.$ac_ext <<_ACEOF
19602 /* confdefs.h.  */
19603 _ACEOF
19604 cat confdefs.h >>conftest.$ac_ext
19605 cat >>conftest.$ac_ext <<_ACEOF
19606 /* end confdefs.h.  */
19607 $ac_includes_default
19608 int
19609 main ()
19610 {
19611 if (sizeof (size_t))
19612        return 0;
19613   ;
19614   return 0;
19615 }
19616 _ACEOF
19617 rm -f conftest.$ac_objext
19618 if { (ac_try="$ac_compile"
19619 case "(($ac_try" in
19620   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19621   *) ac_try_echo=$ac_try;;
19622 esac
19623 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19624 $as_echo "$ac_try_echo") >&5
19625   (eval "$ac_compile") 2>conftest.er1
19626   ac_status=$?
19627   grep -v '^ *+' conftest.er1 >conftest.err
19628   rm -f conftest.er1
19629   cat conftest.err >&5
19630   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19631   (exit $ac_status); } && {
19632          test -z "$ac_c_werror_flag" ||
19633          test ! -s conftest.err
19634        } && test -s conftest.$ac_objext; then
19635   cat >conftest.$ac_ext <<_ACEOF
19636 /* confdefs.h.  */
19637 _ACEOF
19638 cat confdefs.h >>conftest.$ac_ext
19639 cat >>conftest.$ac_ext <<_ACEOF
19640 /* end confdefs.h.  */
19641 $ac_includes_default
19642 int
19643 main ()
19644 {
19645 if (sizeof ((size_t)))
19646           return 0;
19647   ;
19648   return 0;
19649 }
19650 _ACEOF
19651 rm -f conftest.$ac_objext
19652 if { (ac_try="$ac_compile"
19653 case "(($ac_try" in
19654   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19655   *) ac_try_echo=$ac_try;;
19656 esac
19657 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19658 $as_echo "$ac_try_echo") >&5
19659   (eval "$ac_compile") 2>conftest.er1
19660   ac_status=$?
19661   grep -v '^ *+' conftest.er1 >conftest.err
19662   rm -f conftest.er1
19663   cat conftest.err >&5
19664   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19665   (exit $ac_status); } && {
19666          test -z "$ac_c_werror_flag" ||
19667          test ! -s conftest.err
19668        } && test -s conftest.$ac_objext; then
19669   :
19670 else
19671   $as_echo "$as_me: failed program was:" >&5
19672 sed 's/^/| /' conftest.$ac_ext >&5
19673
19674         ac_cv_type_size_t=yes
19675 fi
19676
19677 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19678 else
19679   $as_echo "$as_me: failed program was:" >&5
19680 sed 's/^/| /' conftest.$ac_ext >&5
19681
19682
19683 fi
19684
19685 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19686 fi
19687 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19688 $as_echo "$ac_cv_type_size_t" >&6; }
19689 if test "x$ac_cv_type_size_t" = x""yes; then
19690
19691 cat >>confdefs.h <<_ACEOF
19692 #define HAVE_SIZE_T 1
19693 _ACEOF
19694
19695
19696 fi
19697 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19698 $as_echo_n "checking for ssize_t... " >&6; }
19699 if test "${ac_cv_type_ssize_t+set}" = set; then
19700   $as_echo_n "(cached) " >&6
19701 else
19702   ac_cv_type_ssize_t=no
19703 cat >conftest.$ac_ext <<_ACEOF
19704 /* confdefs.h.  */
19705 _ACEOF
19706 cat confdefs.h >>conftest.$ac_ext
19707 cat >>conftest.$ac_ext <<_ACEOF
19708 /* end confdefs.h.  */
19709 $ac_includes_default
19710 int
19711 main ()
19712 {
19713 if (sizeof (ssize_t))
19714        return 0;
19715   ;
19716   return 0;
19717 }
19718 _ACEOF
19719 rm -f conftest.$ac_objext
19720 if { (ac_try="$ac_compile"
19721 case "(($ac_try" in
19722   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19723   *) ac_try_echo=$ac_try;;
19724 esac
19725 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19726 $as_echo "$ac_try_echo") >&5
19727   (eval "$ac_compile") 2>conftest.er1
19728   ac_status=$?
19729   grep -v '^ *+' conftest.er1 >conftest.err
19730   rm -f conftest.er1
19731   cat conftest.err >&5
19732   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19733   (exit $ac_status); } && {
19734          test -z "$ac_c_werror_flag" ||
19735          test ! -s conftest.err
19736        } && test -s conftest.$ac_objext; then
19737   cat >conftest.$ac_ext <<_ACEOF
19738 /* confdefs.h.  */
19739 _ACEOF
19740 cat confdefs.h >>conftest.$ac_ext
19741 cat >>conftest.$ac_ext <<_ACEOF
19742 /* end confdefs.h.  */
19743 $ac_includes_default
19744 int
19745 main ()
19746 {
19747 if (sizeof ((ssize_t)))
19748           return 0;
19749   ;
19750   return 0;
19751 }
19752 _ACEOF
19753 rm -f conftest.$ac_objext
19754 if { (ac_try="$ac_compile"
19755 case "(($ac_try" in
19756   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19757   *) ac_try_echo=$ac_try;;
19758 esac
19759 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19760 $as_echo "$ac_try_echo") >&5
19761   (eval "$ac_compile") 2>conftest.er1
19762   ac_status=$?
19763   grep -v '^ *+' conftest.er1 >conftest.err
19764   rm -f conftest.er1
19765   cat conftest.err >&5
19766   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19767   (exit $ac_status); } && {
19768          test -z "$ac_c_werror_flag" ||
19769          test ! -s conftest.err
19770        } && test -s conftest.$ac_objext; then
19771   :
19772 else
19773   $as_echo "$as_me: failed program was:" >&5
19774 sed 's/^/| /' conftest.$ac_ext >&5
19775
19776         ac_cv_type_ssize_t=yes
19777 fi
19778
19779 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19780 else
19781   $as_echo "$as_me: failed program was:" >&5
19782 sed 's/^/| /' conftest.$ac_ext >&5
19783
19784
19785 fi
19786
19787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19788 fi
19789 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19790 $as_echo "$ac_cv_type_ssize_t" >&6; }
19791 if test "x$ac_cv_type_ssize_t" = x""yes; then
19792
19793 cat >>confdefs.h <<_ACEOF
19794 #define HAVE_SSIZE_T 1
19795 _ACEOF
19796
19797
19798 fi
19799 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19800 $as_echo_n "checking for long long... " >&6; }
19801 if test "${ac_cv_type_long_long+set}" = set; then
19802   $as_echo_n "(cached) " >&6
19803 else
19804   ac_cv_type_long_long=no
19805 cat >conftest.$ac_ext <<_ACEOF
19806 /* confdefs.h.  */
19807 _ACEOF
19808 cat confdefs.h >>conftest.$ac_ext
19809 cat >>conftest.$ac_ext <<_ACEOF
19810 /* end confdefs.h.  */
19811 $ac_includes_default
19812 int
19813 main ()
19814 {
19815 if (sizeof (long long))
19816        return 0;
19817   ;
19818   return 0;
19819 }
19820 _ACEOF
19821 rm -f conftest.$ac_objext
19822 if { (ac_try="$ac_compile"
19823 case "(($ac_try" in
19824   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19825   *) ac_try_echo=$ac_try;;
19826 esac
19827 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19828 $as_echo "$ac_try_echo") >&5
19829   (eval "$ac_compile") 2>conftest.er1
19830   ac_status=$?
19831   grep -v '^ *+' conftest.er1 >conftest.err
19832   rm -f conftest.er1
19833   cat conftest.err >&5
19834   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19835   (exit $ac_status); } && {
19836          test -z "$ac_c_werror_flag" ||
19837          test ! -s conftest.err
19838        } && test -s conftest.$ac_objext; then
19839   cat >conftest.$ac_ext <<_ACEOF
19840 /* confdefs.h.  */
19841 _ACEOF
19842 cat confdefs.h >>conftest.$ac_ext
19843 cat >>conftest.$ac_ext <<_ACEOF
19844 /* end confdefs.h.  */
19845 $ac_includes_default
19846 int
19847 main ()
19848 {
19849 if (sizeof ((long long)))
19850           return 0;
19851   ;
19852   return 0;
19853 }
19854 _ACEOF
19855 rm -f conftest.$ac_objext
19856 if { (ac_try="$ac_compile"
19857 case "(($ac_try" in
19858   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19859   *) ac_try_echo=$ac_try;;
19860 esac
19861 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19862 $as_echo "$ac_try_echo") >&5
19863   (eval "$ac_compile") 2>conftest.er1
19864   ac_status=$?
19865   grep -v '^ *+' conftest.er1 >conftest.err
19866   rm -f conftest.er1
19867   cat conftest.err >&5
19868   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19869   (exit $ac_status); } && {
19870          test -z "$ac_c_werror_flag" ||
19871          test ! -s conftest.err
19872        } && test -s conftest.$ac_objext; then
19873   :
19874 else
19875   $as_echo "$as_me: failed program was:" >&5
19876 sed 's/^/| /' conftest.$ac_ext >&5
19877
19878         ac_cv_type_long_long=yes
19879 fi
19880
19881 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19882 else
19883   $as_echo "$as_me: failed program was:" >&5
19884 sed 's/^/| /' conftest.$ac_ext >&5
19885
19886
19887 fi
19888
19889 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19890 fi
19891 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19892 $as_echo "$ac_cv_type_long_long" >&6; }
19893 if test "x$ac_cv_type_long_long" = x""yes; then
19894
19895 cat >>confdefs.h <<_ACEOF
19896 #define HAVE_LONG_LONG 1
19897 _ACEOF
19898
19899
19900 fi
19901 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19902 $as_echo_n "checking for fsblkcnt_t... " >&6; }
19903 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19904   $as_echo_n "(cached) " >&6
19905 else
19906   ac_cv_type_fsblkcnt_t=no
19907 cat >conftest.$ac_ext <<_ACEOF
19908 /* confdefs.h.  */
19909 _ACEOF
19910 cat confdefs.h >>conftest.$ac_ext
19911 cat >>conftest.$ac_ext <<_ACEOF
19912 /* end confdefs.h.  */
19913 $ac_includes_default
19914 int
19915 main ()
19916 {
19917 if (sizeof (fsblkcnt_t))
19918        return 0;
19919   ;
19920   return 0;
19921 }
19922 _ACEOF
19923 rm -f conftest.$ac_objext
19924 if { (ac_try="$ac_compile"
19925 case "(($ac_try" in
19926   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19927   *) ac_try_echo=$ac_try;;
19928 esac
19929 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19930 $as_echo "$ac_try_echo") >&5
19931   (eval "$ac_compile") 2>conftest.er1
19932   ac_status=$?
19933   grep -v '^ *+' conftest.er1 >conftest.err
19934   rm -f conftest.er1
19935   cat conftest.err >&5
19936   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19937   (exit $ac_status); } && {
19938          test -z "$ac_c_werror_flag" ||
19939          test ! -s conftest.err
19940        } && test -s conftest.$ac_objext; then
19941   cat >conftest.$ac_ext <<_ACEOF
19942 /* confdefs.h.  */
19943 _ACEOF
19944 cat confdefs.h >>conftest.$ac_ext
19945 cat >>conftest.$ac_ext <<_ACEOF
19946 /* end confdefs.h.  */
19947 $ac_includes_default
19948 int
19949 main ()
19950 {
19951 if (sizeof ((fsblkcnt_t)))
19952           return 0;
19953   ;
19954   return 0;
19955 }
19956 _ACEOF
19957 rm -f conftest.$ac_objext
19958 if { (ac_try="$ac_compile"
19959 case "(($ac_try" in
19960   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19961   *) ac_try_echo=$ac_try;;
19962 esac
19963 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19964 $as_echo "$ac_try_echo") >&5
19965   (eval "$ac_compile") 2>conftest.er1
19966   ac_status=$?
19967   grep -v '^ *+' conftest.er1 >conftest.err
19968   rm -f conftest.er1
19969   cat conftest.err >&5
19970   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19971   (exit $ac_status); } && {
19972          test -z "$ac_c_werror_flag" ||
19973          test ! -s conftest.err
19974        } && test -s conftest.$ac_objext; then
19975   :
19976 else
19977   $as_echo "$as_me: failed program was:" >&5
19978 sed 's/^/| /' conftest.$ac_ext >&5
19979
19980         ac_cv_type_fsblkcnt_t=yes
19981 fi
19982
19983 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19984 else
19985   $as_echo "$as_me: failed program was:" >&5
19986 sed 's/^/| /' conftest.$ac_ext >&5
19987
19988
19989 fi
19990
19991 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19992 fi
19993 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
19994 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
19995 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
19996
19997 cat >>confdefs.h <<_ACEOF
19998 #define HAVE_FSBLKCNT_T 1
19999 _ACEOF
20000
20001
20002 fi
20003 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20004 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20005 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20006   $as_echo_n "(cached) " >&6
20007 else
20008   ac_cv_type_fsfilcnt_t=no
20009 cat >conftest.$ac_ext <<_ACEOF
20010 /* confdefs.h.  */
20011 _ACEOF
20012 cat confdefs.h >>conftest.$ac_ext
20013 cat >>conftest.$ac_ext <<_ACEOF
20014 /* end confdefs.h.  */
20015 $ac_includes_default
20016 int
20017 main ()
20018 {
20019 if (sizeof (fsfilcnt_t))
20020        return 0;
20021   ;
20022   return 0;
20023 }
20024 _ACEOF
20025 rm -f conftest.$ac_objext
20026 if { (ac_try="$ac_compile"
20027 case "(($ac_try" in
20028   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20029   *) ac_try_echo=$ac_try;;
20030 esac
20031 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20032 $as_echo "$ac_try_echo") >&5
20033   (eval "$ac_compile") 2>conftest.er1
20034   ac_status=$?
20035   grep -v '^ *+' conftest.er1 >conftest.err
20036   rm -f conftest.er1
20037   cat conftest.err >&5
20038   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20039   (exit $ac_status); } && {
20040          test -z "$ac_c_werror_flag" ||
20041          test ! -s conftest.err
20042        } && test -s conftest.$ac_objext; then
20043   cat >conftest.$ac_ext <<_ACEOF
20044 /* confdefs.h.  */
20045 _ACEOF
20046 cat confdefs.h >>conftest.$ac_ext
20047 cat >>conftest.$ac_ext <<_ACEOF
20048 /* end confdefs.h.  */
20049 $ac_includes_default
20050 int
20051 main ()
20052 {
20053 if (sizeof ((fsfilcnt_t)))
20054           return 0;
20055   ;
20056   return 0;
20057 }
20058 _ACEOF
20059 rm -f conftest.$ac_objext
20060 if { (ac_try="$ac_compile"
20061 case "(($ac_try" in
20062   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20063   *) ac_try_echo=$ac_try;;
20064 esac
20065 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20066 $as_echo "$ac_try_echo") >&5
20067   (eval "$ac_compile") 2>conftest.er1
20068   ac_status=$?
20069   grep -v '^ *+' conftest.er1 >conftest.err
20070   rm -f conftest.er1
20071   cat conftest.err >&5
20072   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20073   (exit $ac_status); } && {
20074          test -z "$ac_c_werror_flag" ||
20075          test ! -s conftest.err
20076        } && test -s conftest.$ac_objext; then
20077   :
20078 else
20079   $as_echo "$as_me: failed program was:" >&5
20080 sed 's/^/| /' conftest.$ac_ext >&5
20081
20082         ac_cv_type_fsfilcnt_t=yes
20083 fi
20084
20085 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20086 else
20087   $as_echo "$as_me: failed program was:" >&5
20088 sed 's/^/| /' conftest.$ac_ext >&5
20089
20090
20091 fi
20092
20093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20094 fi
20095 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20096 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20097 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20098
20099 cat >>confdefs.h <<_ACEOF
20100 #define HAVE_FSFILCNT_T 1
20101 _ACEOF
20102
20103
20104 fi
20105
20106 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20107 $as_echo_n "checking for sigset_t... " >&6; }
20108 if test "${ac_cv_type_sigset_t+set}" = set; then
20109   $as_echo_n "(cached) " >&6
20110 else
20111   ac_cv_type_sigset_t=no
20112 cat >conftest.$ac_ext <<_ACEOF
20113 /* confdefs.h.  */
20114 _ACEOF
20115 cat confdefs.h >>conftest.$ac_ext
20116 cat >>conftest.$ac_ext <<_ACEOF
20117 /* end confdefs.h.  */
20118 #include <sys/types.h>
20119 #include <signal.h>
20120
20121 int
20122 main ()
20123 {
20124 if (sizeof (sigset_t))
20125        return 0;
20126   ;
20127   return 0;
20128 }
20129 _ACEOF
20130 rm -f conftest.$ac_objext
20131 if { (ac_try="$ac_compile"
20132 case "(($ac_try" in
20133   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20134   *) ac_try_echo=$ac_try;;
20135 esac
20136 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20137 $as_echo "$ac_try_echo") >&5
20138   (eval "$ac_compile") 2>conftest.er1
20139   ac_status=$?
20140   grep -v '^ *+' conftest.er1 >conftest.err
20141   rm -f conftest.er1
20142   cat conftest.err >&5
20143   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20144   (exit $ac_status); } && {
20145          test -z "$ac_c_werror_flag" ||
20146          test ! -s conftest.err
20147        } && test -s conftest.$ac_objext; then
20148   cat >conftest.$ac_ext <<_ACEOF
20149 /* confdefs.h.  */
20150 _ACEOF
20151 cat confdefs.h >>conftest.$ac_ext
20152 cat >>conftest.$ac_ext <<_ACEOF
20153 /* end confdefs.h.  */
20154 #include <sys/types.h>
20155 #include <signal.h>
20156
20157 int
20158 main ()
20159 {
20160 if (sizeof ((sigset_t)))
20161           return 0;
20162   ;
20163   return 0;
20164 }
20165 _ACEOF
20166 rm -f conftest.$ac_objext
20167 if { (ac_try="$ac_compile"
20168 case "(($ac_try" in
20169   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20170   *) ac_try_echo=$ac_try;;
20171 esac
20172 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20173 $as_echo "$ac_try_echo") >&5
20174   (eval "$ac_compile") 2>conftest.er1
20175   ac_status=$?
20176   grep -v '^ *+' conftest.er1 >conftest.err
20177   rm -f conftest.er1
20178   cat conftest.err >&5
20179   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20180   (exit $ac_status); } && {
20181          test -z "$ac_c_werror_flag" ||
20182          test ! -s conftest.err
20183        } && test -s conftest.$ac_objext; then
20184   :
20185 else
20186   $as_echo "$as_me: failed program was:" >&5
20187 sed 's/^/| /' conftest.$ac_ext >&5
20188
20189         ac_cv_type_sigset_t=yes
20190 fi
20191
20192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20193 else
20194   $as_echo "$as_me: failed program was:" >&5
20195 sed 's/^/| /' conftest.$ac_ext >&5
20196
20197
20198 fi
20199
20200 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20201 fi
20202 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20203 $as_echo "$ac_cv_type_sigset_t" >&6; }
20204 if test "x$ac_cv_type_sigset_t" = x""yes; then
20205
20206 cat >>confdefs.h <<_ACEOF
20207 #define HAVE_SIGSET_T 1
20208 _ACEOF
20209
20210
20211 fi
20212
20213 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20214 $as_echo_n "checking for request_sense... " >&6; }
20215 if test "${ac_cv_type_request_sense+set}" = set; then
20216   $as_echo_n "(cached) " >&6
20217 else
20218   ac_cv_type_request_sense=no
20219 cat >conftest.$ac_ext <<_ACEOF
20220 /* confdefs.h.  */
20221 _ACEOF
20222 cat confdefs.h >>conftest.$ac_ext
20223 cat >>conftest.$ac_ext <<_ACEOF
20224 /* end confdefs.h.  */
20225 #include <linux/cdrom.h>
20226
20227 int
20228 main ()
20229 {
20230 if (sizeof (request_sense))
20231        return 0;
20232   ;
20233   return 0;
20234 }
20235 _ACEOF
20236 rm -f conftest.$ac_objext
20237 if { (ac_try="$ac_compile"
20238 case "(($ac_try" in
20239   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20240   *) ac_try_echo=$ac_try;;
20241 esac
20242 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20243 $as_echo "$ac_try_echo") >&5
20244   (eval "$ac_compile") 2>conftest.er1
20245   ac_status=$?
20246   grep -v '^ *+' conftest.er1 >conftest.err
20247   rm -f conftest.er1
20248   cat conftest.err >&5
20249   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20250   (exit $ac_status); } && {
20251          test -z "$ac_c_werror_flag" ||
20252          test ! -s conftest.err
20253        } && test -s conftest.$ac_objext; then
20254   cat >conftest.$ac_ext <<_ACEOF
20255 /* confdefs.h.  */
20256 _ACEOF
20257 cat confdefs.h >>conftest.$ac_ext
20258 cat >>conftest.$ac_ext <<_ACEOF
20259 /* end confdefs.h.  */
20260 #include <linux/cdrom.h>
20261
20262 int
20263 main ()
20264 {
20265 if (sizeof ((request_sense)))
20266           return 0;
20267   ;
20268   return 0;
20269 }
20270 _ACEOF
20271 rm -f conftest.$ac_objext
20272 if { (ac_try="$ac_compile"
20273 case "(($ac_try" in
20274   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20275   *) ac_try_echo=$ac_try;;
20276 esac
20277 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20278 $as_echo "$ac_try_echo") >&5
20279   (eval "$ac_compile") 2>conftest.er1
20280   ac_status=$?
20281   grep -v '^ *+' conftest.er1 >conftest.err
20282   rm -f conftest.er1
20283   cat conftest.err >&5
20284   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20285   (exit $ac_status); } && {
20286          test -z "$ac_c_werror_flag" ||
20287          test ! -s conftest.err
20288        } && test -s conftest.$ac_objext; then
20289   :
20290 else
20291   $as_echo "$as_me: failed program was:" >&5
20292 sed 's/^/| /' conftest.$ac_ext >&5
20293
20294         ac_cv_type_request_sense=yes
20295 fi
20296
20297 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20298 else
20299   $as_echo "$as_me: failed program was:" >&5
20300 sed 's/^/| /' conftest.$ac_ext >&5
20301
20302
20303 fi
20304
20305 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20306 fi
20307 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20308 $as_echo "$ac_cv_type_request_sense" >&6; }
20309 if test "x$ac_cv_type_request_sense" = x""yes; then
20310
20311 cat >>confdefs.h <<_ACEOF
20312 #define HAVE_REQUEST_SENSE 1
20313 _ACEOF
20314
20315
20316 fi
20317
20318
20319 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20320 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20321 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20322   $as_echo_n "(cached) " >&6
20323 else
20324   cat >conftest.$ac_ext <<_ACEOF
20325 /* confdefs.h.  */
20326 _ACEOF
20327 cat confdefs.h >>conftest.$ac_ext
20328 cat >>conftest.$ac_ext <<_ACEOF
20329 /* end confdefs.h.  */
20330 #ifdef HAVE_LINUX_INPUT_H
20331 #include <linux/input.h>
20332 #endif
20333
20334 int
20335 main ()
20336 {
20337 static struct ff_effect ac_aggr;
20338 if (ac_aggr.direction)
20339 return 0;
20340   ;
20341   return 0;
20342 }
20343 _ACEOF
20344 rm -f conftest.$ac_objext
20345 if { (ac_try="$ac_compile"
20346 case "(($ac_try" in
20347   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20348   *) ac_try_echo=$ac_try;;
20349 esac
20350 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20351 $as_echo "$ac_try_echo") >&5
20352   (eval "$ac_compile") 2>conftest.er1
20353   ac_status=$?
20354   grep -v '^ *+' conftest.er1 >conftest.err
20355   rm -f conftest.er1
20356   cat conftest.err >&5
20357   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20358   (exit $ac_status); } && {
20359          test -z "$ac_c_werror_flag" ||
20360          test ! -s conftest.err
20361        } && test -s conftest.$ac_objext; then
20362   ac_cv_member_struct_ff_effect_direction=yes
20363 else
20364   $as_echo "$as_me: failed program was:" >&5
20365 sed 's/^/| /' conftest.$ac_ext >&5
20366
20367         cat >conftest.$ac_ext <<_ACEOF
20368 /* confdefs.h.  */
20369 _ACEOF
20370 cat confdefs.h >>conftest.$ac_ext
20371 cat >>conftest.$ac_ext <<_ACEOF
20372 /* end confdefs.h.  */
20373 #ifdef HAVE_LINUX_INPUT_H
20374 #include <linux/input.h>
20375 #endif
20376
20377 int
20378 main ()
20379 {
20380 static struct ff_effect ac_aggr;
20381 if (sizeof ac_aggr.direction)
20382 return 0;
20383   ;
20384   return 0;
20385 }
20386 _ACEOF
20387 rm -f conftest.$ac_objext
20388 if { (ac_try="$ac_compile"
20389 case "(($ac_try" in
20390   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20391   *) ac_try_echo=$ac_try;;
20392 esac
20393 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20394 $as_echo "$ac_try_echo") >&5
20395   (eval "$ac_compile") 2>conftest.er1
20396   ac_status=$?
20397   grep -v '^ *+' conftest.er1 >conftest.err
20398   rm -f conftest.er1
20399   cat conftest.err >&5
20400   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20401   (exit $ac_status); } && {
20402          test -z "$ac_c_werror_flag" ||
20403          test ! -s conftest.err
20404        } && test -s conftest.$ac_objext; then
20405   ac_cv_member_struct_ff_effect_direction=yes
20406 else
20407   $as_echo "$as_me: failed program was:" >&5
20408 sed 's/^/| /' conftest.$ac_ext >&5
20409
20410         ac_cv_member_struct_ff_effect_direction=no
20411 fi
20412
20413 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20414 fi
20415
20416 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20417 fi
20418 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20419 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20420 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20421
20422 cat >>confdefs.h <<_ACEOF
20423 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20424 _ACEOF
20425
20426
20427 fi
20428
20429
20430 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20431 $as_echo_n "checking for sigaddset... " >&6; }
20432 if test "${wine_cv_have_sigaddset+set}" = set; then
20433   $as_echo_n "(cached) " >&6
20434 else
20435   cat >conftest.$ac_ext <<_ACEOF
20436 /* confdefs.h.  */
20437 _ACEOF
20438 cat confdefs.h >>conftest.$ac_ext
20439 cat >>conftest.$ac_ext <<_ACEOF
20440 /* end confdefs.h.  */
20441 #include <signal.h>
20442 int
20443 main ()
20444 {
20445 sigset_t set; sigaddset(&set,SIGTERM);
20446   ;
20447   return 0;
20448 }
20449 _ACEOF
20450 rm -f conftest.$ac_objext conftest$ac_exeext
20451 if { (ac_try="$ac_link"
20452 case "(($ac_try" in
20453   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20454   *) ac_try_echo=$ac_try;;
20455 esac
20456 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20457 $as_echo "$ac_try_echo") >&5
20458   (eval "$ac_link") 2>conftest.er1
20459   ac_status=$?
20460   grep -v '^ *+' conftest.er1 >conftest.err
20461   rm -f conftest.er1
20462   cat conftest.err >&5
20463   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20464   (exit $ac_status); } && {
20465          test -z "$ac_c_werror_flag" ||
20466          test ! -s conftest.err
20467        } && test -s conftest$ac_exeext && {
20468          test "$cross_compiling" = yes ||
20469          $as_test_x conftest$ac_exeext
20470        }; then
20471   wine_cv_have_sigaddset=yes
20472 else
20473   $as_echo "$as_me: failed program was:" >&5
20474 sed 's/^/| /' conftest.$ac_ext >&5
20475
20476         wine_cv_have_sigaddset=no
20477 fi
20478
20479 rm -rf conftest.dSYM
20480 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20481       conftest$ac_exeext conftest.$ac_ext
20482 fi
20483 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20484 $as_echo "$wine_cv_have_sigaddset" >&6; }
20485 if test "$wine_cv_have_sigaddset" = "yes"
20486 then
20487
20488 cat >>confdefs.h <<\_ACEOF
20489 #define HAVE_SIGADDSET 1
20490 _ACEOF
20491
20492 fi
20493
20494
20495 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20496 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20497 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20498   $as_echo_n "(cached) " >&6
20499 else
20500   cat >conftest.$ac_ext <<_ACEOF
20501 /* confdefs.h.  */
20502 _ACEOF
20503 cat confdefs.h >>conftest.$ac_ext
20504 cat >>conftest.$ac_ext <<_ACEOF
20505 /* end confdefs.h.  */
20506 #include <netdb.h>
20507 int
20508 main ()
20509 {
20510
20511     char *name=0;
20512     struct hostent he;
20513     struct hostent *result;
20514     char *buf=0;
20515     int bufsize=0;
20516     int res,errnr;
20517     char *addr=0;
20518     int addrlen=0;
20519     int addrtype=0;
20520     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20521     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20522
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_linux_gethostbyname_r_6=yes
20549 else
20550   $as_echo "$as_me: failed program was:" >&5
20551 sed 's/^/| /' conftest.$ac_ext >&5
20552
20553         wine_cv_linux_gethostbyname_r_6=no
20554
20555 fi
20556
20557 rm -rf conftest.dSYM
20558 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20559       conftest$ac_exeext conftest.$ac_ext
20560
20561 fi
20562 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20563 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20564    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20565    then
20566
20567 cat >>confdefs.h <<\_ACEOF
20568 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20569 _ACEOF
20570
20571    fi
20572
20573 if test "$ac_cv_header_linux_joystick_h" = "yes"
20574 then
20575    { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20576 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20577 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20578   $as_echo_n "(cached) " >&6
20579 else
20580   cat >conftest.$ac_ext <<_ACEOF
20581 /* confdefs.h.  */
20582 _ACEOF
20583 cat confdefs.h >>conftest.$ac_ext
20584 cat >>conftest.$ac_ext <<_ACEOF
20585 /* end confdefs.h.  */
20586
20587         #include <sys/ioctl.h>
20588         #include <sys/types.h>
20589         #include <linux/joystick.h>
20590
20591         struct js_event blub;
20592         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20593         #error "no 2.2 header"
20594         #endif
20595
20596 int
20597 main ()
20598 {
20599 /*empty*/
20600   ;
20601   return 0;
20602 }
20603 _ACEOF
20604 rm -f conftest.$ac_objext
20605 if { (ac_try="$ac_compile"
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_compile") 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_objext; then
20622   wine_cv_linux_joystick_22_api=yes
20623 else
20624   $as_echo "$as_me: failed program was:" >&5
20625 sed 's/^/| /' conftest.$ac_ext >&5
20626
20627         wine_cv_linux_joystick_22_api=no
20628 fi
20629
20630 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20631
20632 fi
20633 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20634 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20635    if test "$wine_cv_linux_joystick_22_api" = "yes"
20636    then
20637
20638 cat >>confdefs.h <<\_ACEOF
20639 #define HAVE_LINUX_22_JOYSTICK_API 1
20640 _ACEOF
20641
20642    fi
20643 fi
20644
20645
20646 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20647 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20648 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20649   $as_echo_n "(cached) " >&6
20650 else
20651   cat >conftest.$ac_ext <<_ACEOF
20652 /* confdefs.h.  */
20653 _ACEOF
20654 cat confdefs.h >>conftest.$ac_ext
20655 cat >>conftest.$ac_ext <<_ACEOF
20656 /* end confdefs.h.  */
20657 #include <sys/types.h>
20658 #ifdef HAVE_SYS_PARAM_H
20659 # include <sys/param.h>
20660 #endif
20661 #ifdef HAVE_SYS_MOUNT_H
20662 # include <sys/mount.h>
20663 #endif
20664 #ifdef HAVE_SYS_VFS_H
20665 # include <sys/vfs.h>
20666 #endif
20667 #ifdef HAVE_SYS_STATFS_H
20668 # include <sys/statfs.h>
20669 #endif
20670
20671 int
20672 main ()
20673 {
20674 static struct statfs ac_aggr;
20675 if (ac_aggr.f_bfree)
20676 return 0;
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   ac_cv_member_struct_statfs_f_bfree=yes
20700 else
20701   $as_echo "$as_me: failed program was:" >&5
20702 sed 's/^/| /' conftest.$ac_ext >&5
20703
20704         cat >conftest.$ac_ext <<_ACEOF
20705 /* confdefs.h.  */
20706 _ACEOF
20707 cat confdefs.h >>conftest.$ac_ext
20708 cat >>conftest.$ac_ext <<_ACEOF
20709 /* end confdefs.h.  */
20710 #include <sys/types.h>
20711 #ifdef HAVE_SYS_PARAM_H
20712 # include <sys/param.h>
20713 #endif
20714 #ifdef HAVE_SYS_MOUNT_H
20715 # include <sys/mount.h>
20716 #endif
20717 #ifdef HAVE_SYS_VFS_H
20718 # include <sys/vfs.h>
20719 #endif
20720 #ifdef HAVE_SYS_STATFS_H
20721 # include <sys/statfs.h>
20722 #endif
20723
20724 int
20725 main ()
20726 {
20727 static struct statfs ac_aggr;
20728 if (sizeof ac_aggr.f_bfree)
20729 return 0;
20730   ;
20731   return 0;
20732 }
20733 _ACEOF
20734 rm -f conftest.$ac_objext
20735 if { (ac_try="$ac_compile"
20736 case "(($ac_try" in
20737   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20738   *) ac_try_echo=$ac_try;;
20739 esac
20740 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20741 $as_echo "$ac_try_echo") >&5
20742   (eval "$ac_compile") 2>conftest.er1
20743   ac_status=$?
20744   grep -v '^ *+' conftest.er1 >conftest.err
20745   rm -f conftest.er1
20746   cat conftest.err >&5
20747   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20748   (exit $ac_status); } && {
20749          test -z "$ac_c_werror_flag" ||
20750          test ! -s conftest.err
20751        } && test -s conftest.$ac_objext; then
20752   ac_cv_member_struct_statfs_f_bfree=yes
20753 else
20754   $as_echo "$as_me: failed program was:" >&5
20755 sed 's/^/| /' conftest.$ac_ext >&5
20756
20757         ac_cv_member_struct_statfs_f_bfree=no
20758 fi
20759
20760 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20761 fi
20762
20763 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20764 fi
20765 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
20766 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
20767 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
20768
20769 cat >>confdefs.h <<_ACEOF
20770 #define HAVE_STRUCT_STATFS_F_BFREE 1
20771 _ACEOF
20772
20773
20774 fi
20775 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
20776 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
20777 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
20778   $as_echo_n "(cached) " >&6
20779 else
20780   cat >conftest.$ac_ext <<_ACEOF
20781 /* confdefs.h.  */
20782 _ACEOF
20783 cat confdefs.h >>conftest.$ac_ext
20784 cat >>conftest.$ac_ext <<_ACEOF
20785 /* end confdefs.h.  */
20786 #include <sys/types.h>
20787 #ifdef HAVE_SYS_PARAM_H
20788 # include <sys/param.h>
20789 #endif
20790 #ifdef HAVE_SYS_MOUNT_H
20791 # include <sys/mount.h>
20792 #endif
20793 #ifdef HAVE_SYS_VFS_H
20794 # include <sys/vfs.h>
20795 #endif
20796 #ifdef HAVE_SYS_STATFS_H
20797 # include <sys/statfs.h>
20798 #endif
20799
20800 int
20801 main ()
20802 {
20803 static struct statfs ac_aggr;
20804 if (ac_aggr.f_bavail)
20805 return 0;
20806   ;
20807   return 0;
20808 }
20809 _ACEOF
20810 rm -f conftest.$ac_objext
20811 if { (ac_try="$ac_compile"
20812 case "(($ac_try" in
20813   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20814   *) ac_try_echo=$ac_try;;
20815 esac
20816 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20817 $as_echo "$ac_try_echo") >&5
20818   (eval "$ac_compile") 2>conftest.er1
20819   ac_status=$?
20820   grep -v '^ *+' conftest.er1 >conftest.err
20821   rm -f conftest.er1
20822   cat conftest.err >&5
20823   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20824   (exit $ac_status); } && {
20825          test -z "$ac_c_werror_flag" ||
20826          test ! -s conftest.err
20827        } && test -s conftest.$ac_objext; then
20828   ac_cv_member_struct_statfs_f_bavail=yes
20829 else
20830   $as_echo "$as_me: failed program was:" >&5
20831 sed 's/^/| /' conftest.$ac_ext >&5
20832
20833         cat >conftest.$ac_ext <<_ACEOF
20834 /* confdefs.h.  */
20835 _ACEOF
20836 cat confdefs.h >>conftest.$ac_ext
20837 cat >>conftest.$ac_ext <<_ACEOF
20838 /* end confdefs.h.  */
20839 #include <sys/types.h>
20840 #ifdef HAVE_SYS_PARAM_H
20841 # include <sys/param.h>
20842 #endif
20843 #ifdef HAVE_SYS_MOUNT_H
20844 # include <sys/mount.h>
20845 #endif
20846 #ifdef HAVE_SYS_VFS_H
20847 # include <sys/vfs.h>
20848 #endif
20849 #ifdef HAVE_SYS_STATFS_H
20850 # include <sys/statfs.h>
20851 #endif
20852
20853 int
20854 main ()
20855 {
20856 static struct statfs ac_aggr;
20857 if (sizeof ac_aggr.f_bavail)
20858 return 0;
20859   ;
20860   return 0;
20861 }
20862 _ACEOF
20863 rm -f conftest.$ac_objext
20864 if { (ac_try="$ac_compile"
20865 case "(($ac_try" in
20866   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20867   *) ac_try_echo=$ac_try;;
20868 esac
20869 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20870 $as_echo "$ac_try_echo") >&5
20871   (eval "$ac_compile") 2>conftest.er1
20872   ac_status=$?
20873   grep -v '^ *+' conftest.er1 >conftest.err
20874   rm -f conftest.er1
20875   cat conftest.err >&5
20876   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20877   (exit $ac_status); } && {
20878          test -z "$ac_c_werror_flag" ||
20879          test ! -s conftest.err
20880        } && test -s conftest.$ac_objext; then
20881   ac_cv_member_struct_statfs_f_bavail=yes
20882 else
20883   $as_echo "$as_me: failed program was:" >&5
20884 sed 's/^/| /' conftest.$ac_ext >&5
20885
20886         ac_cv_member_struct_statfs_f_bavail=no
20887 fi
20888
20889 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20890 fi
20891
20892 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20893 fi
20894 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
20895 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
20896 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
20897
20898 cat >>confdefs.h <<_ACEOF
20899 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
20900 _ACEOF
20901
20902
20903 fi
20904 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
20905 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
20906 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
20907   $as_echo_n "(cached) " >&6
20908 else
20909   cat >conftest.$ac_ext <<_ACEOF
20910 /* confdefs.h.  */
20911 _ACEOF
20912 cat confdefs.h >>conftest.$ac_ext
20913 cat >>conftest.$ac_ext <<_ACEOF
20914 /* end confdefs.h.  */
20915 #include <sys/types.h>
20916 #ifdef HAVE_SYS_PARAM_H
20917 # include <sys/param.h>
20918 #endif
20919 #ifdef HAVE_SYS_MOUNT_H
20920 # include <sys/mount.h>
20921 #endif
20922 #ifdef HAVE_SYS_VFS_H
20923 # include <sys/vfs.h>
20924 #endif
20925 #ifdef HAVE_SYS_STATFS_H
20926 # include <sys/statfs.h>
20927 #endif
20928
20929 int
20930 main ()
20931 {
20932 static struct statfs ac_aggr;
20933 if (ac_aggr.f_frsize)
20934 return 0;
20935   ;
20936   return 0;
20937 }
20938 _ACEOF
20939 rm -f conftest.$ac_objext
20940 if { (ac_try="$ac_compile"
20941 case "(($ac_try" in
20942   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20943   *) ac_try_echo=$ac_try;;
20944 esac
20945 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20946 $as_echo "$ac_try_echo") >&5
20947   (eval "$ac_compile") 2>conftest.er1
20948   ac_status=$?
20949   grep -v '^ *+' conftest.er1 >conftest.err
20950   rm -f conftest.er1
20951   cat conftest.err >&5
20952   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20953   (exit $ac_status); } && {
20954          test -z "$ac_c_werror_flag" ||
20955          test ! -s conftest.err
20956        } && test -s conftest.$ac_objext; then
20957   ac_cv_member_struct_statfs_f_frsize=yes
20958 else
20959   $as_echo "$as_me: failed program was:" >&5
20960 sed 's/^/| /' conftest.$ac_ext >&5
20961
20962         cat >conftest.$ac_ext <<_ACEOF
20963 /* confdefs.h.  */
20964 _ACEOF
20965 cat confdefs.h >>conftest.$ac_ext
20966 cat >>conftest.$ac_ext <<_ACEOF
20967 /* end confdefs.h.  */
20968 #include <sys/types.h>
20969 #ifdef HAVE_SYS_PARAM_H
20970 # include <sys/param.h>
20971 #endif
20972 #ifdef HAVE_SYS_MOUNT_H
20973 # include <sys/mount.h>
20974 #endif
20975 #ifdef HAVE_SYS_VFS_H
20976 # include <sys/vfs.h>
20977 #endif
20978 #ifdef HAVE_SYS_STATFS_H
20979 # include <sys/statfs.h>
20980 #endif
20981
20982 int
20983 main ()
20984 {
20985 static struct statfs ac_aggr;
20986 if (sizeof ac_aggr.f_frsize)
20987 return 0;
20988   ;
20989   return 0;
20990 }
20991 _ACEOF
20992 rm -f conftest.$ac_objext
20993 if { (ac_try="$ac_compile"
20994 case "(($ac_try" in
20995   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20996   *) ac_try_echo=$ac_try;;
20997 esac
20998 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20999 $as_echo "$ac_try_echo") >&5
21000   (eval "$ac_compile") 2>conftest.er1
21001   ac_status=$?
21002   grep -v '^ *+' conftest.er1 >conftest.err
21003   rm -f conftest.er1
21004   cat conftest.err >&5
21005   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21006   (exit $ac_status); } && {
21007          test -z "$ac_c_werror_flag" ||
21008          test ! -s conftest.err
21009        } && test -s conftest.$ac_objext; then
21010   ac_cv_member_struct_statfs_f_frsize=yes
21011 else
21012   $as_echo "$as_me: failed program was:" >&5
21013 sed 's/^/| /' conftest.$ac_ext >&5
21014
21015         ac_cv_member_struct_statfs_f_frsize=no
21016 fi
21017
21018 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21019 fi
21020
21021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21022 fi
21023 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21024 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21025 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21026
21027 cat >>confdefs.h <<_ACEOF
21028 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21029 _ACEOF
21030
21031
21032 fi
21033 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21034 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21035 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21036   $as_echo_n "(cached) " >&6
21037 else
21038   cat >conftest.$ac_ext <<_ACEOF
21039 /* confdefs.h.  */
21040 _ACEOF
21041 cat confdefs.h >>conftest.$ac_ext
21042 cat >>conftest.$ac_ext <<_ACEOF
21043 /* end confdefs.h.  */
21044 #include <sys/types.h>
21045 #ifdef HAVE_SYS_PARAM_H
21046 # include <sys/param.h>
21047 #endif
21048 #ifdef HAVE_SYS_MOUNT_H
21049 # include <sys/mount.h>
21050 #endif
21051 #ifdef HAVE_SYS_VFS_H
21052 # include <sys/vfs.h>
21053 #endif
21054 #ifdef HAVE_SYS_STATFS_H
21055 # include <sys/statfs.h>
21056 #endif
21057
21058 int
21059 main ()
21060 {
21061 static struct statfs ac_aggr;
21062 if (ac_aggr.f_ffree)
21063 return 0;
21064   ;
21065   return 0;
21066 }
21067 _ACEOF
21068 rm -f conftest.$ac_objext
21069 if { (ac_try="$ac_compile"
21070 case "(($ac_try" in
21071   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21072   *) ac_try_echo=$ac_try;;
21073 esac
21074 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21075 $as_echo "$ac_try_echo") >&5
21076   (eval "$ac_compile") 2>conftest.er1
21077   ac_status=$?
21078   grep -v '^ *+' conftest.er1 >conftest.err
21079   rm -f conftest.er1
21080   cat conftest.err >&5
21081   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21082   (exit $ac_status); } && {
21083          test -z "$ac_c_werror_flag" ||
21084          test ! -s conftest.err
21085        } && test -s conftest.$ac_objext; then
21086   ac_cv_member_struct_statfs_f_ffree=yes
21087 else
21088   $as_echo "$as_me: failed program was:" >&5
21089 sed 's/^/| /' conftest.$ac_ext >&5
21090
21091         cat >conftest.$ac_ext <<_ACEOF
21092 /* confdefs.h.  */
21093 _ACEOF
21094 cat confdefs.h >>conftest.$ac_ext
21095 cat >>conftest.$ac_ext <<_ACEOF
21096 /* end confdefs.h.  */
21097 #include <sys/types.h>
21098 #ifdef HAVE_SYS_PARAM_H
21099 # include <sys/param.h>
21100 #endif
21101 #ifdef HAVE_SYS_MOUNT_H
21102 # include <sys/mount.h>
21103 #endif
21104 #ifdef HAVE_SYS_VFS_H
21105 # include <sys/vfs.h>
21106 #endif
21107 #ifdef HAVE_SYS_STATFS_H
21108 # include <sys/statfs.h>
21109 #endif
21110
21111 int
21112 main ()
21113 {
21114 static struct statfs ac_aggr;
21115 if (sizeof ac_aggr.f_ffree)
21116 return 0;
21117   ;
21118   return 0;
21119 }
21120 _ACEOF
21121 rm -f conftest.$ac_objext
21122 if { (ac_try="$ac_compile"
21123 case "(($ac_try" in
21124   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21125   *) ac_try_echo=$ac_try;;
21126 esac
21127 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21128 $as_echo "$ac_try_echo") >&5
21129   (eval "$ac_compile") 2>conftest.er1
21130   ac_status=$?
21131   grep -v '^ *+' conftest.er1 >conftest.err
21132   rm -f conftest.er1
21133   cat conftest.err >&5
21134   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21135   (exit $ac_status); } && {
21136          test -z "$ac_c_werror_flag" ||
21137          test ! -s conftest.err
21138        } && test -s conftest.$ac_objext; then
21139   ac_cv_member_struct_statfs_f_ffree=yes
21140 else
21141   $as_echo "$as_me: failed program was:" >&5
21142 sed 's/^/| /' conftest.$ac_ext >&5
21143
21144         ac_cv_member_struct_statfs_f_ffree=no
21145 fi
21146
21147 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21148 fi
21149
21150 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21151 fi
21152 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21153 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21154 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21155
21156 cat >>confdefs.h <<_ACEOF
21157 #define HAVE_STRUCT_STATFS_F_FFREE 1
21158 _ACEOF
21159
21160
21161 fi
21162 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21163 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21164 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21165   $as_echo_n "(cached) " >&6
21166 else
21167   cat >conftest.$ac_ext <<_ACEOF
21168 /* confdefs.h.  */
21169 _ACEOF
21170 cat confdefs.h >>conftest.$ac_ext
21171 cat >>conftest.$ac_ext <<_ACEOF
21172 /* end confdefs.h.  */
21173 #include <sys/types.h>
21174 #ifdef HAVE_SYS_PARAM_H
21175 # include <sys/param.h>
21176 #endif
21177 #ifdef HAVE_SYS_MOUNT_H
21178 # include <sys/mount.h>
21179 #endif
21180 #ifdef HAVE_SYS_VFS_H
21181 # include <sys/vfs.h>
21182 #endif
21183 #ifdef HAVE_SYS_STATFS_H
21184 # include <sys/statfs.h>
21185 #endif
21186
21187 int
21188 main ()
21189 {
21190 static struct statfs ac_aggr;
21191 if (ac_aggr.f_favail)
21192 return 0;
21193   ;
21194   return 0;
21195 }
21196 _ACEOF
21197 rm -f conftest.$ac_objext
21198 if { (ac_try="$ac_compile"
21199 case "(($ac_try" in
21200   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21201   *) ac_try_echo=$ac_try;;
21202 esac
21203 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21204 $as_echo "$ac_try_echo") >&5
21205   (eval "$ac_compile") 2>conftest.er1
21206   ac_status=$?
21207   grep -v '^ *+' conftest.er1 >conftest.err
21208   rm -f conftest.er1
21209   cat conftest.err >&5
21210   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21211   (exit $ac_status); } && {
21212          test -z "$ac_c_werror_flag" ||
21213          test ! -s conftest.err
21214        } && test -s conftest.$ac_objext; then
21215   ac_cv_member_struct_statfs_f_favail=yes
21216 else
21217   $as_echo "$as_me: failed program was:" >&5
21218 sed 's/^/| /' conftest.$ac_ext >&5
21219
21220         cat >conftest.$ac_ext <<_ACEOF
21221 /* confdefs.h.  */
21222 _ACEOF
21223 cat confdefs.h >>conftest.$ac_ext
21224 cat >>conftest.$ac_ext <<_ACEOF
21225 /* end confdefs.h.  */
21226 #include <sys/types.h>
21227 #ifdef HAVE_SYS_PARAM_H
21228 # include <sys/param.h>
21229 #endif
21230 #ifdef HAVE_SYS_MOUNT_H
21231 # include <sys/mount.h>
21232 #endif
21233 #ifdef HAVE_SYS_VFS_H
21234 # include <sys/vfs.h>
21235 #endif
21236 #ifdef HAVE_SYS_STATFS_H
21237 # include <sys/statfs.h>
21238 #endif
21239
21240 int
21241 main ()
21242 {
21243 static struct statfs ac_aggr;
21244 if (sizeof ac_aggr.f_favail)
21245 return 0;
21246   ;
21247   return 0;
21248 }
21249 _ACEOF
21250 rm -f conftest.$ac_objext
21251 if { (ac_try="$ac_compile"
21252 case "(($ac_try" in
21253   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21254   *) ac_try_echo=$ac_try;;
21255 esac
21256 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21257 $as_echo "$ac_try_echo") >&5
21258   (eval "$ac_compile") 2>conftest.er1
21259   ac_status=$?
21260   grep -v '^ *+' conftest.er1 >conftest.err
21261   rm -f conftest.er1
21262   cat conftest.err >&5
21263   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21264   (exit $ac_status); } && {
21265          test -z "$ac_c_werror_flag" ||
21266          test ! -s conftest.err
21267        } && test -s conftest.$ac_objext; then
21268   ac_cv_member_struct_statfs_f_favail=yes
21269 else
21270   $as_echo "$as_me: failed program was:" >&5
21271 sed 's/^/| /' conftest.$ac_ext >&5
21272
21273         ac_cv_member_struct_statfs_f_favail=no
21274 fi
21275
21276 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21277 fi
21278
21279 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21280 fi
21281 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21282 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21283 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21284
21285 cat >>confdefs.h <<_ACEOF
21286 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21287 _ACEOF
21288
21289
21290 fi
21291 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21292 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21293 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21294   $as_echo_n "(cached) " >&6
21295 else
21296   cat >conftest.$ac_ext <<_ACEOF
21297 /* confdefs.h.  */
21298 _ACEOF
21299 cat confdefs.h >>conftest.$ac_ext
21300 cat >>conftest.$ac_ext <<_ACEOF
21301 /* end confdefs.h.  */
21302 #include <sys/types.h>
21303 #ifdef HAVE_SYS_PARAM_H
21304 # include <sys/param.h>
21305 #endif
21306 #ifdef HAVE_SYS_MOUNT_H
21307 # include <sys/mount.h>
21308 #endif
21309 #ifdef HAVE_SYS_VFS_H
21310 # include <sys/vfs.h>
21311 #endif
21312 #ifdef HAVE_SYS_STATFS_H
21313 # include <sys/statfs.h>
21314 #endif
21315
21316 int
21317 main ()
21318 {
21319 static struct statfs ac_aggr;
21320 if (ac_aggr.f_namelen)
21321 return 0;
21322   ;
21323   return 0;
21324 }
21325 _ACEOF
21326 rm -f conftest.$ac_objext
21327 if { (ac_try="$ac_compile"
21328 case "(($ac_try" in
21329   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21330   *) ac_try_echo=$ac_try;;
21331 esac
21332 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21333 $as_echo "$ac_try_echo") >&5
21334   (eval "$ac_compile") 2>conftest.er1
21335   ac_status=$?
21336   grep -v '^ *+' conftest.er1 >conftest.err
21337   rm -f conftest.er1
21338   cat conftest.err >&5
21339   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21340   (exit $ac_status); } && {
21341          test -z "$ac_c_werror_flag" ||
21342          test ! -s conftest.err
21343        } && test -s conftest.$ac_objext; then
21344   ac_cv_member_struct_statfs_f_namelen=yes
21345 else
21346   $as_echo "$as_me: failed program was:" >&5
21347 sed 's/^/| /' conftest.$ac_ext >&5
21348
21349         cat >conftest.$ac_ext <<_ACEOF
21350 /* confdefs.h.  */
21351 _ACEOF
21352 cat confdefs.h >>conftest.$ac_ext
21353 cat >>conftest.$ac_ext <<_ACEOF
21354 /* end confdefs.h.  */
21355 #include <sys/types.h>
21356 #ifdef HAVE_SYS_PARAM_H
21357 # include <sys/param.h>
21358 #endif
21359 #ifdef HAVE_SYS_MOUNT_H
21360 # include <sys/mount.h>
21361 #endif
21362 #ifdef HAVE_SYS_VFS_H
21363 # include <sys/vfs.h>
21364 #endif
21365 #ifdef HAVE_SYS_STATFS_H
21366 # include <sys/statfs.h>
21367 #endif
21368
21369 int
21370 main ()
21371 {
21372 static struct statfs ac_aggr;
21373 if (sizeof ac_aggr.f_namelen)
21374 return 0;
21375   ;
21376   return 0;
21377 }
21378 _ACEOF
21379 rm -f conftest.$ac_objext
21380 if { (ac_try="$ac_compile"
21381 case "(($ac_try" in
21382   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21383   *) ac_try_echo=$ac_try;;
21384 esac
21385 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21386 $as_echo "$ac_try_echo") >&5
21387   (eval "$ac_compile") 2>conftest.er1
21388   ac_status=$?
21389   grep -v '^ *+' conftest.er1 >conftest.err
21390   rm -f conftest.er1
21391   cat conftest.err >&5
21392   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21393   (exit $ac_status); } && {
21394          test -z "$ac_c_werror_flag" ||
21395          test ! -s conftest.err
21396        } && test -s conftest.$ac_objext; then
21397   ac_cv_member_struct_statfs_f_namelen=yes
21398 else
21399   $as_echo "$as_me: failed program was:" >&5
21400 sed 's/^/| /' conftest.$ac_ext >&5
21401
21402         ac_cv_member_struct_statfs_f_namelen=no
21403 fi
21404
21405 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21406 fi
21407
21408 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21409 fi
21410 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21411 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21412 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21413
21414 cat >>confdefs.h <<_ACEOF
21415 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21416 _ACEOF
21417
21418
21419 fi
21420
21421
21422 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21423 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21424 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21425   $as_echo_n "(cached) " >&6
21426 else
21427   cat >conftest.$ac_ext <<_ACEOF
21428 /* confdefs.h.  */
21429 _ACEOF
21430 cat confdefs.h >>conftest.$ac_ext
21431 cat >>conftest.$ac_ext <<_ACEOF
21432 /* end confdefs.h.  */
21433 #ifdef HAVE_SYS_STATVFS_H
21434 #include <sys/statvfs.h>
21435 #endif
21436
21437 int
21438 main ()
21439 {
21440 static struct statvfs ac_aggr;
21441 if (ac_aggr.f_blocks)
21442 return 0;
21443   ;
21444   return 0;
21445 }
21446 _ACEOF
21447 rm -f conftest.$ac_objext
21448 if { (ac_try="$ac_compile"
21449 case "(($ac_try" in
21450   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21451   *) ac_try_echo=$ac_try;;
21452 esac
21453 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21454 $as_echo "$ac_try_echo") >&5
21455   (eval "$ac_compile") 2>conftest.er1
21456   ac_status=$?
21457   grep -v '^ *+' conftest.er1 >conftest.err
21458   rm -f conftest.er1
21459   cat conftest.err >&5
21460   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21461   (exit $ac_status); } && {
21462          test -z "$ac_c_werror_flag" ||
21463          test ! -s conftest.err
21464        } && test -s conftest.$ac_objext; then
21465   ac_cv_member_struct_statvfs_f_blocks=yes
21466 else
21467   $as_echo "$as_me: failed program was:" >&5
21468 sed 's/^/| /' conftest.$ac_ext >&5
21469
21470         cat >conftest.$ac_ext <<_ACEOF
21471 /* confdefs.h.  */
21472 _ACEOF
21473 cat confdefs.h >>conftest.$ac_ext
21474 cat >>conftest.$ac_ext <<_ACEOF
21475 /* end confdefs.h.  */
21476 #ifdef HAVE_SYS_STATVFS_H
21477 #include <sys/statvfs.h>
21478 #endif
21479
21480 int
21481 main ()
21482 {
21483 static struct statvfs ac_aggr;
21484 if (sizeof ac_aggr.f_blocks)
21485 return 0;
21486   ;
21487   return 0;
21488 }
21489 _ACEOF
21490 rm -f conftest.$ac_objext
21491 if { (ac_try="$ac_compile"
21492 case "(($ac_try" in
21493   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21494   *) ac_try_echo=$ac_try;;
21495 esac
21496 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21497 $as_echo "$ac_try_echo") >&5
21498   (eval "$ac_compile") 2>conftest.er1
21499   ac_status=$?
21500   grep -v '^ *+' conftest.er1 >conftest.err
21501   rm -f conftest.er1
21502   cat conftest.err >&5
21503   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21504   (exit $ac_status); } && {
21505          test -z "$ac_c_werror_flag" ||
21506          test ! -s conftest.err
21507        } && test -s conftest.$ac_objext; then
21508   ac_cv_member_struct_statvfs_f_blocks=yes
21509 else
21510   $as_echo "$as_me: failed program was:" >&5
21511 sed 's/^/| /' conftest.$ac_ext >&5
21512
21513         ac_cv_member_struct_statvfs_f_blocks=no
21514 fi
21515
21516 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21517 fi
21518
21519 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21520 fi
21521 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21522 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21523 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21524
21525 cat >>confdefs.h <<_ACEOF
21526 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21527 _ACEOF
21528
21529
21530 fi
21531
21532
21533 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21534 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21535 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21536   $as_echo_n "(cached) " >&6
21537 else
21538   cat >conftest.$ac_ext <<_ACEOF
21539 /* confdefs.h.  */
21540 _ACEOF
21541 cat confdefs.h >>conftest.$ac_ext
21542 cat >>conftest.$ac_ext <<_ACEOF
21543 /* end confdefs.h.  */
21544 #include <sys/types.h>
21545 #ifdef HAVE_SYS_SOCKET_H
21546 # include <sys/socket.h>
21547 #endif
21548 #ifdef HAVE_SYS_UN_H
21549 # include <sys/un.h>
21550 #endif
21551
21552 int
21553 main ()
21554 {
21555 static struct msghdr ac_aggr;
21556 if (ac_aggr.msg_accrights)
21557 return 0;
21558   ;
21559   return 0;
21560 }
21561 _ACEOF
21562 rm -f conftest.$ac_objext
21563 if { (ac_try="$ac_compile"
21564 case "(($ac_try" in
21565   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21566   *) ac_try_echo=$ac_try;;
21567 esac
21568 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21569 $as_echo "$ac_try_echo") >&5
21570   (eval "$ac_compile") 2>conftest.er1
21571   ac_status=$?
21572   grep -v '^ *+' conftest.er1 >conftest.err
21573   rm -f conftest.er1
21574   cat conftest.err >&5
21575   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21576   (exit $ac_status); } && {
21577          test -z "$ac_c_werror_flag" ||
21578          test ! -s conftest.err
21579        } && test -s conftest.$ac_objext; then
21580   ac_cv_member_struct_msghdr_msg_accrights=yes
21581 else
21582   $as_echo "$as_me: failed program was:" >&5
21583 sed 's/^/| /' conftest.$ac_ext >&5
21584
21585         cat >conftest.$ac_ext <<_ACEOF
21586 /* confdefs.h.  */
21587 _ACEOF
21588 cat confdefs.h >>conftest.$ac_ext
21589 cat >>conftest.$ac_ext <<_ACEOF
21590 /* end confdefs.h.  */
21591 #include <sys/types.h>
21592 #ifdef HAVE_SYS_SOCKET_H
21593 # include <sys/socket.h>
21594 #endif
21595 #ifdef HAVE_SYS_UN_H
21596 # include <sys/un.h>
21597 #endif
21598
21599 int
21600 main ()
21601 {
21602 static struct msghdr ac_aggr;
21603 if (sizeof ac_aggr.msg_accrights)
21604 return 0;
21605   ;
21606   return 0;
21607 }
21608 _ACEOF
21609 rm -f conftest.$ac_objext
21610 if { (ac_try="$ac_compile"
21611 case "(($ac_try" in
21612   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21613   *) ac_try_echo=$ac_try;;
21614 esac
21615 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21616 $as_echo "$ac_try_echo") >&5
21617   (eval "$ac_compile") 2>conftest.er1
21618   ac_status=$?
21619   grep -v '^ *+' conftest.er1 >conftest.err
21620   rm -f conftest.er1
21621   cat conftest.err >&5
21622   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21623   (exit $ac_status); } && {
21624          test -z "$ac_c_werror_flag" ||
21625          test ! -s conftest.err
21626        } && test -s conftest.$ac_objext; then
21627   ac_cv_member_struct_msghdr_msg_accrights=yes
21628 else
21629   $as_echo "$as_me: failed program was:" >&5
21630 sed 's/^/| /' conftest.$ac_ext >&5
21631
21632         ac_cv_member_struct_msghdr_msg_accrights=no
21633 fi
21634
21635 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21636 fi
21637
21638 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21639 fi
21640 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21641 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21642 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21643
21644 cat >>confdefs.h <<_ACEOF
21645 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21646 _ACEOF
21647
21648
21649 fi
21650 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21651 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21652 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21653   $as_echo_n "(cached) " >&6
21654 else
21655   cat >conftest.$ac_ext <<_ACEOF
21656 /* confdefs.h.  */
21657 _ACEOF
21658 cat confdefs.h >>conftest.$ac_ext
21659 cat >>conftest.$ac_ext <<_ACEOF
21660 /* end confdefs.h.  */
21661 #include <sys/types.h>
21662 #ifdef HAVE_SYS_SOCKET_H
21663 # include <sys/socket.h>
21664 #endif
21665 #ifdef HAVE_SYS_UN_H
21666 # include <sys/un.h>
21667 #endif
21668
21669 int
21670 main ()
21671 {
21672 static struct sockaddr ac_aggr;
21673 if (ac_aggr.sa_len)
21674 return 0;
21675   ;
21676   return 0;
21677 }
21678 _ACEOF
21679 rm -f conftest.$ac_objext
21680 if { (ac_try="$ac_compile"
21681 case "(($ac_try" in
21682   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21683   *) ac_try_echo=$ac_try;;
21684 esac
21685 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21686 $as_echo "$ac_try_echo") >&5
21687   (eval "$ac_compile") 2>conftest.er1
21688   ac_status=$?
21689   grep -v '^ *+' conftest.er1 >conftest.err
21690   rm -f conftest.er1
21691   cat conftest.err >&5
21692   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21693   (exit $ac_status); } && {
21694          test -z "$ac_c_werror_flag" ||
21695          test ! -s conftest.err
21696        } && test -s conftest.$ac_objext; then
21697   ac_cv_member_struct_sockaddr_sa_len=yes
21698 else
21699   $as_echo "$as_me: failed program was:" >&5
21700 sed 's/^/| /' conftest.$ac_ext >&5
21701
21702         cat >conftest.$ac_ext <<_ACEOF
21703 /* confdefs.h.  */
21704 _ACEOF
21705 cat confdefs.h >>conftest.$ac_ext
21706 cat >>conftest.$ac_ext <<_ACEOF
21707 /* end confdefs.h.  */
21708 #include <sys/types.h>
21709 #ifdef HAVE_SYS_SOCKET_H
21710 # include <sys/socket.h>
21711 #endif
21712 #ifdef HAVE_SYS_UN_H
21713 # include <sys/un.h>
21714 #endif
21715
21716 int
21717 main ()
21718 {
21719 static struct sockaddr ac_aggr;
21720 if (sizeof ac_aggr.sa_len)
21721 return 0;
21722   ;
21723   return 0;
21724 }
21725 _ACEOF
21726 rm -f conftest.$ac_objext
21727 if { (ac_try="$ac_compile"
21728 case "(($ac_try" in
21729   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21730   *) ac_try_echo=$ac_try;;
21731 esac
21732 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21733 $as_echo "$ac_try_echo") >&5
21734   (eval "$ac_compile") 2>conftest.er1
21735   ac_status=$?
21736   grep -v '^ *+' conftest.er1 >conftest.err
21737   rm -f conftest.er1
21738   cat conftest.err >&5
21739   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21740   (exit $ac_status); } && {
21741          test -z "$ac_c_werror_flag" ||
21742          test ! -s conftest.err
21743        } && test -s conftest.$ac_objext; then
21744   ac_cv_member_struct_sockaddr_sa_len=yes
21745 else
21746   $as_echo "$as_me: failed program was:" >&5
21747 sed 's/^/| /' conftest.$ac_ext >&5
21748
21749         ac_cv_member_struct_sockaddr_sa_len=no
21750 fi
21751
21752 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21753 fi
21754
21755 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21756 fi
21757 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
21758 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
21759 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
21760
21761 cat >>confdefs.h <<_ACEOF
21762 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
21763 _ACEOF
21764
21765
21766 fi
21767 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
21768 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
21769 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
21770   $as_echo_n "(cached) " >&6
21771 else
21772   cat >conftest.$ac_ext <<_ACEOF
21773 /* confdefs.h.  */
21774 _ACEOF
21775 cat confdefs.h >>conftest.$ac_ext
21776 cat >>conftest.$ac_ext <<_ACEOF
21777 /* end confdefs.h.  */
21778 #include <sys/types.h>
21779 #ifdef HAVE_SYS_SOCKET_H
21780 # include <sys/socket.h>
21781 #endif
21782 #ifdef HAVE_SYS_UN_H
21783 # include <sys/un.h>
21784 #endif
21785
21786 int
21787 main ()
21788 {
21789 static struct sockaddr_un ac_aggr;
21790 if (ac_aggr.sun_len)
21791 return 0;
21792   ;
21793   return 0;
21794 }
21795 _ACEOF
21796 rm -f conftest.$ac_objext
21797 if { (ac_try="$ac_compile"
21798 case "(($ac_try" in
21799   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21800   *) ac_try_echo=$ac_try;;
21801 esac
21802 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21803 $as_echo "$ac_try_echo") >&5
21804   (eval "$ac_compile") 2>conftest.er1
21805   ac_status=$?
21806   grep -v '^ *+' conftest.er1 >conftest.err
21807   rm -f conftest.er1
21808   cat conftest.err >&5
21809   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21810   (exit $ac_status); } && {
21811          test -z "$ac_c_werror_flag" ||
21812          test ! -s conftest.err
21813        } && test -s conftest.$ac_objext; then
21814   ac_cv_member_struct_sockaddr_un_sun_len=yes
21815 else
21816   $as_echo "$as_me: failed program was:" >&5
21817 sed 's/^/| /' conftest.$ac_ext >&5
21818
21819         cat >conftest.$ac_ext <<_ACEOF
21820 /* confdefs.h.  */
21821 _ACEOF
21822 cat confdefs.h >>conftest.$ac_ext
21823 cat >>conftest.$ac_ext <<_ACEOF
21824 /* end confdefs.h.  */
21825 #include <sys/types.h>
21826 #ifdef HAVE_SYS_SOCKET_H
21827 # include <sys/socket.h>
21828 #endif
21829 #ifdef HAVE_SYS_UN_H
21830 # include <sys/un.h>
21831 #endif
21832
21833 int
21834 main ()
21835 {
21836 static struct sockaddr_un ac_aggr;
21837 if (sizeof ac_aggr.sun_len)
21838 return 0;
21839   ;
21840   return 0;
21841 }
21842 _ACEOF
21843 rm -f conftest.$ac_objext
21844 if { (ac_try="$ac_compile"
21845 case "(($ac_try" in
21846   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21847   *) ac_try_echo=$ac_try;;
21848 esac
21849 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21850 $as_echo "$ac_try_echo") >&5
21851   (eval "$ac_compile") 2>conftest.er1
21852   ac_status=$?
21853   grep -v '^ *+' conftest.er1 >conftest.err
21854   rm -f conftest.er1
21855   cat conftest.err >&5
21856   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21857   (exit $ac_status); } && {
21858          test -z "$ac_c_werror_flag" ||
21859          test ! -s conftest.err
21860        } && test -s conftest.$ac_objext; then
21861   ac_cv_member_struct_sockaddr_un_sun_len=yes
21862 else
21863   $as_echo "$as_me: failed program was:" >&5
21864 sed 's/^/| /' conftest.$ac_ext >&5
21865
21866         ac_cv_member_struct_sockaddr_un_sun_len=no
21867 fi
21868
21869 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21870 fi
21871
21872 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21873 fi
21874 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
21875 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
21876 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
21877
21878 cat >>confdefs.h <<_ACEOF
21879 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
21880 _ACEOF
21881
21882
21883 fi
21884
21885
21886 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
21887 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
21888 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
21889   $as_echo_n "(cached) " >&6
21890 else
21891   cat >conftest.$ac_ext <<_ACEOF
21892 /* confdefs.h.  */
21893 _ACEOF
21894 cat confdefs.h >>conftest.$ac_ext
21895 cat >>conftest.$ac_ext <<_ACEOF
21896 /* end confdefs.h.  */
21897 #include <sys/types.h>
21898 #ifdef HAVE_SCSI_SG_H
21899 #include <scsi/sg.h>
21900 #endif
21901
21902 int
21903 main ()
21904 {
21905 static scsireq_t ac_aggr;
21906 if (ac_aggr.cmd)
21907 return 0;
21908   ;
21909   return 0;
21910 }
21911 _ACEOF
21912 rm -f conftest.$ac_objext
21913 if { (ac_try="$ac_compile"
21914 case "(($ac_try" in
21915   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21916   *) ac_try_echo=$ac_try;;
21917 esac
21918 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21919 $as_echo "$ac_try_echo") >&5
21920   (eval "$ac_compile") 2>conftest.er1
21921   ac_status=$?
21922   grep -v '^ *+' conftest.er1 >conftest.err
21923   rm -f conftest.er1
21924   cat conftest.err >&5
21925   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21926   (exit $ac_status); } && {
21927          test -z "$ac_c_werror_flag" ||
21928          test ! -s conftest.err
21929        } && test -s conftest.$ac_objext; then
21930   ac_cv_member_scsireq_t_cmd=yes
21931 else
21932   $as_echo "$as_me: failed program was:" >&5
21933 sed 's/^/| /' conftest.$ac_ext >&5
21934
21935         cat >conftest.$ac_ext <<_ACEOF
21936 /* confdefs.h.  */
21937 _ACEOF
21938 cat confdefs.h >>conftest.$ac_ext
21939 cat >>conftest.$ac_ext <<_ACEOF
21940 /* end confdefs.h.  */
21941 #include <sys/types.h>
21942 #ifdef HAVE_SCSI_SG_H
21943 #include <scsi/sg.h>
21944 #endif
21945
21946 int
21947 main ()
21948 {
21949 static scsireq_t ac_aggr;
21950 if (sizeof ac_aggr.cmd)
21951 return 0;
21952   ;
21953   return 0;
21954 }
21955 _ACEOF
21956 rm -f conftest.$ac_objext
21957 if { (ac_try="$ac_compile"
21958 case "(($ac_try" in
21959   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21960   *) ac_try_echo=$ac_try;;
21961 esac
21962 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21963 $as_echo "$ac_try_echo") >&5
21964   (eval "$ac_compile") 2>conftest.er1
21965   ac_status=$?
21966   grep -v '^ *+' conftest.er1 >conftest.err
21967   rm -f conftest.er1
21968   cat conftest.err >&5
21969   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21970   (exit $ac_status); } && {
21971          test -z "$ac_c_werror_flag" ||
21972          test ! -s conftest.err
21973        } && test -s conftest.$ac_objext; then
21974   ac_cv_member_scsireq_t_cmd=yes
21975 else
21976   $as_echo "$as_me: failed program was:" >&5
21977 sed 's/^/| /' conftest.$ac_ext >&5
21978
21979         ac_cv_member_scsireq_t_cmd=no
21980 fi
21981
21982 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21983 fi
21984
21985 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21986 fi
21987 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
21988 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
21989 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
21990
21991 cat >>confdefs.h <<_ACEOF
21992 #define HAVE_SCSIREQ_T_CMD 1
21993 _ACEOF
21994
21995
21996 fi
21997 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
21998 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
21999 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22000   $as_echo_n "(cached) " >&6
22001 else
22002   cat >conftest.$ac_ext <<_ACEOF
22003 /* confdefs.h.  */
22004 _ACEOF
22005 cat confdefs.h >>conftest.$ac_ext
22006 cat >>conftest.$ac_ext <<_ACEOF
22007 /* end confdefs.h.  */
22008 #include <sys/types.h>
22009 #ifdef HAVE_SCSI_SG_H
22010 #include <scsi/sg.h>
22011 #endif
22012
22013 int
22014 main ()
22015 {
22016 static sg_io_hdr_t ac_aggr;
22017 if (ac_aggr.interface_id)
22018 return 0;
22019   ;
22020   return 0;
22021 }
22022 _ACEOF
22023 rm -f conftest.$ac_objext
22024 if { (ac_try="$ac_compile"
22025 case "(($ac_try" in
22026   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22027   *) ac_try_echo=$ac_try;;
22028 esac
22029 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22030 $as_echo "$ac_try_echo") >&5
22031   (eval "$ac_compile") 2>conftest.er1
22032   ac_status=$?
22033   grep -v '^ *+' conftest.er1 >conftest.err
22034   rm -f conftest.er1
22035   cat conftest.err >&5
22036   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22037   (exit $ac_status); } && {
22038          test -z "$ac_c_werror_flag" ||
22039          test ! -s conftest.err
22040        } && test -s conftest.$ac_objext; then
22041   ac_cv_member_sg_io_hdr_t_interface_id=yes
22042 else
22043   $as_echo "$as_me: failed program was:" >&5
22044 sed 's/^/| /' conftest.$ac_ext >&5
22045
22046         cat >conftest.$ac_ext <<_ACEOF
22047 /* confdefs.h.  */
22048 _ACEOF
22049 cat confdefs.h >>conftest.$ac_ext
22050 cat >>conftest.$ac_ext <<_ACEOF
22051 /* end confdefs.h.  */
22052 #include <sys/types.h>
22053 #ifdef HAVE_SCSI_SG_H
22054 #include <scsi/sg.h>
22055 #endif
22056
22057 int
22058 main ()
22059 {
22060 static sg_io_hdr_t ac_aggr;
22061 if (sizeof ac_aggr.interface_id)
22062 return 0;
22063   ;
22064   return 0;
22065 }
22066 _ACEOF
22067 rm -f conftest.$ac_objext
22068 if { (ac_try="$ac_compile"
22069 case "(($ac_try" in
22070   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22071   *) ac_try_echo=$ac_try;;
22072 esac
22073 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22074 $as_echo "$ac_try_echo") >&5
22075   (eval "$ac_compile") 2>conftest.er1
22076   ac_status=$?
22077   grep -v '^ *+' conftest.er1 >conftest.err
22078   rm -f conftest.er1
22079   cat conftest.err >&5
22080   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22081   (exit $ac_status); } && {
22082          test -z "$ac_c_werror_flag" ||
22083          test ! -s conftest.err
22084        } && test -s conftest.$ac_objext; then
22085   ac_cv_member_sg_io_hdr_t_interface_id=yes
22086 else
22087   $as_echo "$as_me: failed program was:" >&5
22088 sed 's/^/| /' conftest.$ac_ext >&5
22089
22090         ac_cv_member_sg_io_hdr_t_interface_id=no
22091 fi
22092
22093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22094 fi
22095
22096 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22097 fi
22098 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22099 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22100 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22101
22102 cat >>confdefs.h <<_ACEOF
22103 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22104 _ACEOF
22105
22106
22107 fi
22108
22109
22110 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22111 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22112 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22113   $as_echo_n "(cached) " >&6
22114 else
22115   cat >conftest.$ac_ext <<_ACEOF
22116 /* confdefs.h.  */
22117 _ACEOF
22118 cat confdefs.h >>conftest.$ac_ext
22119 cat >>conftest.$ac_ext <<_ACEOF
22120 /* end confdefs.h.  */
22121 #include <signal.h>
22122
22123 int
22124 main ()
22125 {
22126 static siginfo_t ac_aggr;
22127 if (ac_aggr.si_fd)
22128 return 0;
22129   ;
22130   return 0;
22131 }
22132 _ACEOF
22133 rm -f conftest.$ac_objext
22134 if { (ac_try="$ac_compile"
22135 case "(($ac_try" in
22136   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22137   *) ac_try_echo=$ac_try;;
22138 esac
22139 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22140 $as_echo "$ac_try_echo") >&5
22141   (eval "$ac_compile") 2>conftest.er1
22142   ac_status=$?
22143   grep -v '^ *+' conftest.er1 >conftest.err
22144   rm -f conftest.er1
22145   cat conftest.err >&5
22146   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22147   (exit $ac_status); } && {
22148          test -z "$ac_c_werror_flag" ||
22149          test ! -s conftest.err
22150        } && test -s conftest.$ac_objext; then
22151   ac_cv_member_siginfo_t_si_fd=yes
22152 else
22153   $as_echo "$as_me: failed program was:" >&5
22154 sed 's/^/| /' conftest.$ac_ext >&5
22155
22156         cat >conftest.$ac_ext <<_ACEOF
22157 /* confdefs.h.  */
22158 _ACEOF
22159 cat confdefs.h >>conftest.$ac_ext
22160 cat >>conftest.$ac_ext <<_ACEOF
22161 /* end confdefs.h.  */
22162 #include <signal.h>
22163
22164 int
22165 main ()
22166 {
22167 static siginfo_t ac_aggr;
22168 if (sizeof ac_aggr.si_fd)
22169 return 0;
22170   ;
22171   return 0;
22172 }
22173 _ACEOF
22174 rm -f conftest.$ac_objext
22175 if { (ac_try="$ac_compile"
22176 case "(($ac_try" in
22177   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22178   *) ac_try_echo=$ac_try;;
22179 esac
22180 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22181 $as_echo "$ac_try_echo") >&5
22182   (eval "$ac_compile") 2>conftest.er1
22183   ac_status=$?
22184   grep -v '^ *+' conftest.er1 >conftest.err
22185   rm -f conftest.er1
22186   cat conftest.err >&5
22187   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22188   (exit $ac_status); } && {
22189          test -z "$ac_c_werror_flag" ||
22190          test ! -s conftest.err
22191        } && test -s conftest.$ac_objext; then
22192   ac_cv_member_siginfo_t_si_fd=yes
22193 else
22194   $as_echo "$as_me: failed program was:" >&5
22195 sed 's/^/| /' conftest.$ac_ext >&5
22196
22197         ac_cv_member_siginfo_t_si_fd=no
22198 fi
22199
22200 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22201 fi
22202
22203 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22204 fi
22205 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22206 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22207 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22208
22209 cat >>confdefs.h <<_ACEOF
22210 #define HAVE_SIGINFO_T_SI_FD 1
22211 _ACEOF
22212
22213
22214 fi
22215
22216
22217 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22218 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22219 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22220   $as_echo_n "(cached) " >&6
22221 else
22222   cat >conftest.$ac_ext <<_ACEOF
22223 /* confdefs.h.  */
22224 _ACEOF
22225 cat confdefs.h >>conftest.$ac_ext
22226 cat >>conftest.$ac_ext <<_ACEOF
22227 /* end confdefs.h.  */
22228 #include <sys/types.h>
22229 #ifdef HAVE_SYS_MTIO_H
22230 #include <sys/mtio.h>
22231 #endif
22232
22233 int
22234 main ()
22235 {
22236 static struct mtget ac_aggr;
22237 if (ac_aggr.mt_blksiz)
22238 return 0;
22239   ;
22240   return 0;
22241 }
22242 _ACEOF
22243 rm -f conftest.$ac_objext
22244 if { (ac_try="$ac_compile"
22245 case "(($ac_try" in
22246   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22247   *) ac_try_echo=$ac_try;;
22248 esac
22249 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22250 $as_echo "$ac_try_echo") >&5
22251   (eval "$ac_compile") 2>conftest.er1
22252   ac_status=$?
22253   grep -v '^ *+' conftest.er1 >conftest.err
22254   rm -f conftest.er1
22255   cat conftest.err >&5
22256   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22257   (exit $ac_status); } && {
22258          test -z "$ac_c_werror_flag" ||
22259          test ! -s conftest.err
22260        } && test -s conftest.$ac_objext; then
22261   ac_cv_member_struct_mtget_mt_blksiz=yes
22262 else
22263   $as_echo "$as_me: failed program was:" >&5
22264 sed 's/^/| /' conftest.$ac_ext >&5
22265
22266         cat >conftest.$ac_ext <<_ACEOF
22267 /* confdefs.h.  */
22268 _ACEOF
22269 cat confdefs.h >>conftest.$ac_ext
22270 cat >>conftest.$ac_ext <<_ACEOF
22271 /* end confdefs.h.  */
22272 #include <sys/types.h>
22273 #ifdef HAVE_SYS_MTIO_H
22274 #include <sys/mtio.h>
22275 #endif
22276
22277 int
22278 main ()
22279 {
22280 static struct mtget ac_aggr;
22281 if (sizeof ac_aggr.mt_blksiz)
22282 return 0;
22283   ;
22284   return 0;
22285 }
22286 _ACEOF
22287 rm -f conftest.$ac_objext
22288 if { (ac_try="$ac_compile"
22289 case "(($ac_try" in
22290   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22291   *) ac_try_echo=$ac_try;;
22292 esac
22293 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22294 $as_echo "$ac_try_echo") >&5
22295   (eval "$ac_compile") 2>conftest.er1
22296   ac_status=$?
22297   grep -v '^ *+' conftest.er1 >conftest.err
22298   rm -f conftest.er1
22299   cat conftest.err >&5
22300   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22301   (exit $ac_status); } && {
22302          test -z "$ac_c_werror_flag" ||
22303          test ! -s conftest.err
22304        } && test -s conftest.$ac_objext; then
22305   ac_cv_member_struct_mtget_mt_blksiz=yes
22306 else
22307   $as_echo "$as_me: failed program was:" >&5
22308 sed 's/^/| /' conftest.$ac_ext >&5
22309
22310         ac_cv_member_struct_mtget_mt_blksiz=no
22311 fi
22312
22313 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22314 fi
22315
22316 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22317 fi
22318 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22319 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22320 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22321
22322 cat >>confdefs.h <<_ACEOF
22323 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22324 _ACEOF
22325
22326
22327 fi
22328 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22329 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22330 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22331   $as_echo_n "(cached) " >&6
22332 else
22333   cat >conftest.$ac_ext <<_ACEOF
22334 /* confdefs.h.  */
22335 _ACEOF
22336 cat confdefs.h >>conftest.$ac_ext
22337 cat >>conftest.$ac_ext <<_ACEOF
22338 /* end confdefs.h.  */
22339 #include <sys/types.h>
22340 #ifdef HAVE_SYS_MTIO_H
22341 #include <sys/mtio.h>
22342 #endif
22343
22344 int
22345 main ()
22346 {
22347 static struct mtget ac_aggr;
22348 if (ac_aggr.mt_gstat)
22349 return 0;
22350   ;
22351   return 0;
22352 }
22353 _ACEOF
22354 rm -f conftest.$ac_objext
22355 if { (ac_try="$ac_compile"
22356 case "(($ac_try" in
22357   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22358   *) ac_try_echo=$ac_try;;
22359 esac
22360 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22361 $as_echo "$ac_try_echo") >&5
22362   (eval "$ac_compile") 2>conftest.er1
22363   ac_status=$?
22364   grep -v '^ *+' conftest.er1 >conftest.err
22365   rm -f conftest.er1
22366   cat conftest.err >&5
22367   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22368   (exit $ac_status); } && {
22369          test -z "$ac_c_werror_flag" ||
22370          test ! -s conftest.err
22371        } && test -s conftest.$ac_objext; then
22372   ac_cv_member_struct_mtget_mt_gstat=yes
22373 else
22374   $as_echo "$as_me: failed program was:" >&5
22375 sed 's/^/| /' conftest.$ac_ext >&5
22376
22377         cat >conftest.$ac_ext <<_ACEOF
22378 /* confdefs.h.  */
22379 _ACEOF
22380 cat confdefs.h >>conftest.$ac_ext
22381 cat >>conftest.$ac_ext <<_ACEOF
22382 /* end confdefs.h.  */
22383 #include <sys/types.h>
22384 #ifdef HAVE_SYS_MTIO_H
22385 #include <sys/mtio.h>
22386 #endif
22387
22388 int
22389 main ()
22390 {
22391 static struct mtget ac_aggr;
22392 if (sizeof ac_aggr.mt_gstat)
22393 return 0;
22394   ;
22395   return 0;
22396 }
22397 _ACEOF
22398 rm -f conftest.$ac_objext
22399 if { (ac_try="$ac_compile"
22400 case "(($ac_try" in
22401   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22402   *) ac_try_echo=$ac_try;;
22403 esac
22404 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22405 $as_echo "$ac_try_echo") >&5
22406   (eval "$ac_compile") 2>conftest.er1
22407   ac_status=$?
22408   grep -v '^ *+' conftest.er1 >conftest.err
22409   rm -f conftest.er1
22410   cat conftest.err >&5
22411   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22412   (exit $ac_status); } && {
22413          test -z "$ac_c_werror_flag" ||
22414          test ! -s conftest.err
22415        } && test -s conftest.$ac_objext; then
22416   ac_cv_member_struct_mtget_mt_gstat=yes
22417 else
22418   $as_echo "$as_me: failed program was:" >&5
22419 sed 's/^/| /' conftest.$ac_ext >&5
22420
22421         ac_cv_member_struct_mtget_mt_gstat=no
22422 fi
22423
22424 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22425 fi
22426
22427 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22428 fi
22429 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22430 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22431 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22432
22433 cat >>confdefs.h <<_ACEOF
22434 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22435 _ACEOF
22436
22437
22438 fi
22439 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22440 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22441 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22442   $as_echo_n "(cached) " >&6
22443 else
22444   cat >conftest.$ac_ext <<_ACEOF
22445 /* confdefs.h.  */
22446 _ACEOF
22447 cat confdefs.h >>conftest.$ac_ext
22448 cat >>conftest.$ac_ext <<_ACEOF
22449 /* end confdefs.h.  */
22450 #include <sys/types.h>
22451 #ifdef HAVE_SYS_MTIO_H
22452 #include <sys/mtio.h>
22453 #endif
22454
22455 int
22456 main ()
22457 {
22458 static struct mtget ac_aggr;
22459 if (ac_aggr.mt_blkno)
22460 return 0;
22461   ;
22462   return 0;
22463 }
22464 _ACEOF
22465 rm -f conftest.$ac_objext
22466 if { (ac_try="$ac_compile"
22467 case "(($ac_try" in
22468   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22469   *) ac_try_echo=$ac_try;;
22470 esac
22471 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22472 $as_echo "$ac_try_echo") >&5
22473   (eval "$ac_compile") 2>conftest.er1
22474   ac_status=$?
22475   grep -v '^ *+' conftest.er1 >conftest.err
22476   rm -f conftest.er1
22477   cat conftest.err >&5
22478   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22479   (exit $ac_status); } && {
22480          test -z "$ac_c_werror_flag" ||
22481          test ! -s conftest.err
22482        } && test -s conftest.$ac_objext; then
22483   ac_cv_member_struct_mtget_mt_blkno=yes
22484 else
22485   $as_echo "$as_me: failed program was:" >&5
22486 sed 's/^/| /' conftest.$ac_ext >&5
22487
22488         cat >conftest.$ac_ext <<_ACEOF
22489 /* confdefs.h.  */
22490 _ACEOF
22491 cat confdefs.h >>conftest.$ac_ext
22492 cat >>conftest.$ac_ext <<_ACEOF
22493 /* end confdefs.h.  */
22494 #include <sys/types.h>
22495 #ifdef HAVE_SYS_MTIO_H
22496 #include <sys/mtio.h>
22497 #endif
22498
22499 int
22500 main ()
22501 {
22502 static struct mtget ac_aggr;
22503 if (sizeof ac_aggr.mt_blkno)
22504 return 0;
22505   ;
22506   return 0;
22507 }
22508 _ACEOF
22509 rm -f conftest.$ac_objext
22510 if { (ac_try="$ac_compile"
22511 case "(($ac_try" in
22512   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22513   *) ac_try_echo=$ac_try;;
22514 esac
22515 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22516 $as_echo "$ac_try_echo") >&5
22517   (eval "$ac_compile") 2>conftest.er1
22518   ac_status=$?
22519   grep -v '^ *+' conftest.er1 >conftest.err
22520   rm -f conftest.er1
22521   cat conftest.err >&5
22522   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22523   (exit $ac_status); } && {
22524          test -z "$ac_c_werror_flag" ||
22525          test ! -s conftest.err
22526        } && test -s conftest.$ac_objext; then
22527   ac_cv_member_struct_mtget_mt_blkno=yes
22528 else
22529   $as_echo "$as_me: failed program was:" >&5
22530 sed 's/^/| /' conftest.$ac_ext >&5
22531
22532         ac_cv_member_struct_mtget_mt_blkno=no
22533 fi
22534
22535 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22536 fi
22537
22538 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22539 fi
22540 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22541 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22542 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22543
22544 cat >>confdefs.h <<_ACEOF
22545 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22546 _ACEOF
22547
22548
22549 fi
22550
22551
22552 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22553 $as_echo_n "checking for struct option.name... " >&6; }
22554 if test "${ac_cv_member_struct_option_name+set}" = set; then
22555   $as_echo_n "(cached) " >&6
22556 else
22557   cat >conftest.$ac_ext <<_ACEOF
22558 /* confdefs.h.  */
22559 _ACEOF
22560 cat confdefs.h >>conftest.$ac_ext
22561 cat >>conftest.$ac_ext <<_ACEOF
22562 /* end confdefs.h.  */
22563 #ifdef HAVE_GETOPT_H
22564 #include <getopt.h>
22565 #endif
22566
22567 int
22568 main ()
22569 {
22570 static struct option ac_aggr;
22571 if (ac_aggr.name)
22572 return 0;
22573   ;
22574   return 0;
22575 }
22576 _ACEOF
22577 rm -f conftest.$ac_objext
22578 if { (ac_try="$ac_compile"
22579 case "(($ac_try" in
22580   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22581   *) ac_try_echo=$ac_try;;
22582 esac
22583 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22584 $as_echo "$ac_try_echo") >&5
22585   (eval "$ac_compile") 2>conftest.er1
22586   ac_status=$?
22587   grep -v '^ *+' conftest.er1 >conftest.err
22588   rm -f conftest.er1
22589   cat conftest.err >&5
22590   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22591   (exit $ac_status); } && {
22592          test -z "$ac_c_werror_flag" ||
22593          test ! -s conftest.err
22594        } && test -s conftest.$ac_objext; then
22595   ac_cv_member_struct_option_name=yes
22596 else
22597   $as_echo "$as_me: failed program was:" >&5
22598 sed 's/^/| /' conftest.$ac_ext >&5
22599
22600         cat >conftest.$ac_ext <<_ACEOF
22601 /* confdefs.h.  */
22602 _ACEOF
22603 cat confdefs.h >>conftest.$ac_ext
22604 cat >>conftest.$ac_ext <<_ACEOF
22605 /* end confdefs.h.  */
22606 #ifdef HAVE_GETOPT_H
22607 #include <getopt.h>
22608 #endif
22609
22610 int
22611 main ()
22612 {
22613 static struct option ac_aggr;
22614 if (sizeof ac_aggr.name)
22615 return 0;
22616   ;
22617   return 0;
22618 }
22619 _ACEOF
22620 rm -f conftest.$ac_objext
22621 if { (ac_try="$ac_compile"
22622 case "(($ac_try" in
22623   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22624   *) ac_try_echo=$ac_try;;
22625 esac
22626 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22627 $as_echo "$ac_try_echo") >&5
22628   (eval "$ac_compile") 2>conftest.er1
22629   ac_status=$?
22630   grep -v '^ *+' conftest.er1 >conftest.err
22631   rm -f conftest.er1
22632   cat conftest.err >&5
22633   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22634   (exit $ac_status); } && {
22635          test -z "$ac_c_werror_flag" ||
22636          test ! -s conftest.err
22637        } && test -s conftest.$ac_objext; then
22638   ac_cv_member_struct_option_name=yes
22639 else
22640   $as_echo "$as_me: failed program was:" >&5
22641 sed 's/^/| /' conftest.$ac_ext >&5
22642
22643         ac_cv_member_struct_option_name=no
22644 fi
22645
22646 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22647 fi
22648
22649 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22650 fi
22651 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22652 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22653 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22654
22655 cat >>confdefs.h <<_ACEOF
22656 #define HAVE_STRUCT_OPTION_NAME 1
22657 _ACEOF
22658
22659
22660 fi
22661
22662
22663 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22664 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22665 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22666   $as_echo_n "(cached) " >&6
22667 else
22668   cat >conftest.$ac_ext <<_ACEOF
22669 /* confdefs.h.  */
22670 _ACEOF
22671 cat confdefs.h >>conftest.$ac_ext
22672 cat >>conftest.$ac_ext <<_ACEOF
22673 /* end confdefs.h.  */
22674 $ac_includes_default
22675 int
22676 main ()
22677 {
22678 static struct stat ac_aggr;
22679 if (ac_aggr.st_blocks)
22680 return 0;
22681   ;
22682   return 0;
22683 }
22684 _ACEOF
22685 rm -f conftest.$ac_objext
22686 if { (ac_try="$ac_compile"
22687 case "(($ac_try" in
22688   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22689   *) ac_try_echo=$ac_try;;
22690 esac
22691 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22692 $as_echo "$ac_try_echo") >&5
22693   (eval "$ac_compile") 2>conftest.er1
22694   ac_status=$?
22695   grep -v '^ *+' conftest.er1 >conftest.err
22696   rm -f conftest.er1
22697   cat conftest.err >&5
22698   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22699   (exit $ac_status); } && {
22700          test -z "$ac_c_werror_flag" ||
22701          test ! -s conftest.err
22702        } && test -s conftest.$ac_objext; then
22703   ac_cv_member_struct_stat_st_blocks=yes
22704 else
22705   $as_echo "$as_me: failed program was:" >&5
22706 sed 's/^/| /' conftest.$ac_ext >&5
22707
22708         cat >conftest.$ac_ext <<_ACEOF
22709 /* confdefs.h.  */
22710 _ACEOF
22711 cat confdefs.h >>conftest.$ac_ext
22712 cat >>conftest.$ac_ext <<_ACEOF
22713 /* end confdefs.h.  */
22714 $ac_includes_default
22715 int
22716 main ()
22717 {
22718 static struct stat ac_aggr;
22719 if (sizeof ac_aggr.st_blocks)
22720 return 0;
22721   ;
22722   return 0;
22723 }
22724 _ACEOF
22725 rm -f conftest.$ac_objext
22726 if { (ac_try="$ac_compile"
22727 case "(($ac_try" in
22728   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22729   *) ac_try_echo=$ac_try;;
22730 esac
22731 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22732 $as_echo "$ac_try_echo") >&5
22733   (eval "$ac_compile") 2>conftest.er1
22734   ac_status=$?
22735   grep -v '^ *+' conftest.er1 >conftest.err
22736   rm -f conftest.er1
22737   cat conftest.err >&5
22738   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22739   (exit $ac_status); } && {
22740          test -z "$ac_c_werror_flag" ||
22741          test ! -s conftest.err
22742        } && test -s conftest.$ac_objext; then
22743   ac_cv_member_struct_stat_st_blocks=yes
22744 else
22745   $as_echo "$as_me: failed program was:" >&5
22746 sed 's/^/| /' conftest.$ac_ext >&5
22747
22748         ac_cv_member_struct_stat_st_blocks=no
22749 fi
22750
22751 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22752 fi
22753
22754 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22755 fi
22756 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
22757 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
22758 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
22759
22760 cat >>confdefs.h <<_ACEOF
22761 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
22762 _ACEOF
22763
22764
22765 fi
22766 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
22767 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
22768 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
22769   $as_echo_n "(cached) " >&6
22770 else
22771   cat >conftest.$ac_ext <<_ACEOF
22772 /* confdefs.h.  */
22773 _ACEOF
22774 cat confdefs.h >>conftest.$ac_ext
22775 cat >>conftest.$ac_ext <<_ACEOF
22776 /* end confdefs.h.  */
22777 $ac_includes_default
22778 int
22779 main ()
22780 {
22781 static struct stat ac_aggr;
22782 if (ac_aggr.st_mtim)
22783 return 0;
22784   ;
22785   return 0;
22786 }
22787 _ACEOF
22788 rm -f conftest.$ac_objext
22789 if { (ac_try="$ac_compile"
22790 case "(($ac_try" in
22791   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22792   *) ac_try_echo=$ac_try;;
22793 esac
22794 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22795 $as_echo "$ac_try_echo") >&5
22796   (eval "$ac_compile") 2>conftest.er1
22797   ac_status=$?
22798   grep -v '^ *+' conftest.er1 >conftest.err
22799   rm -f conftest.er1
22800   cat conftest.err >&5
22801   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22802   (exit $ac_status); } && {
22803          test -z "$ac_c_werror_flag" ||
22804          test ! -s conftest.err
22805        } && test -s conftest.$ac_objext; then
22806   ac_cv_member_struct_stat_st_mtim=yes
22807 else
22808   $as_echo "$as_me: failed program was:" >&5
22809 sed 's/^/| /' conftest.$ac_ext >&5
22810
22811         cat >conftest.$ac_ext <<_ACEOF
22812 /* confdefs.h.  */
22813 _ACEOF
22814 cat confdefs.h >>conftest.$ac_ext
22815 cat >>conftest.$ac_ext <<_ACEOF
22816 /* end confdefs.h.  */
22817 $ac_includes_default
22818 int
22819 main ()
22820 {
22821 static struct stat ac_aggr;
22822 if (sizeof ac_aggr.st_mtim)
22823 return 0;
22824   ;
22825   return 0;
22826 }
22827 _ACEOF
22828 rm -f conftest.$ac_objext
22829 if { (ac_try="$ac_compile"
22830 case "(($ac_try" in
22831   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22832   *) ac_try_echo=$ac_try;;
22833 esac
22834 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22835 $as_echo "$ac_try_echo") >&5
22836   (eval "$ac_compile") 2>conftest.er1
22837   ac_status=$?
22838   grep -v '^ *+' conftest.er1 >conftest.err
22839   rm -f conftest.er1
22840   cat conftest.err >&5
22841   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22842   (exit $ac_status); } && {
22843          test -z "$ac_c_werror_flag" ||
22844          test ! -s conftest.err
22845        } && test -s conftest.$ac_objext; then
22846   ac_cv_member_struct_stat_st_mtim=yes
22847 else
22848   $as_echo "$as_me: failed program was:" >&5
22849 sed 's/^/| /' conftest.$ac_ext >&5
22850
22851         ac_cv_member_struct_stat_st_mtim=no
22852 fi
22853
22854 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22855 fi
22856
22857 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22858 fi
22859 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
22860 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
22861 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
22862
22863 cat >>confdefs.h <<_ACEOF
22864 #define HAVE_STRUCT_STAT_ST_MTIM 1
22865 _ACEOF
22866
22867
22868 fi
22869 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
22870 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
22871 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
22872   $as_echo_n "(cached) " >&6
22873 else
22874   cat >conftest.$ac_ext <<_ACEOF
22875 /* confdefs.h.  */
22876 _ACEOF
22877 cat confdefs.h >>conftest.$ac_ext
22878 cat >>conftest.$ac_ext <<_ACEOF
22879 /* end confdefs.h.  */
22880 $ac_includes_default
22881 int
22882 main ()
22883 {
22884 static struct stat ac_aggr;
22885 if (ac_aggr.st_ctim)
22886 return 0;
22887   ;
22888   return 0;
22889 }
22890 _ACEOF
22891 rm -f conftest.$ac_objext
22892 if { (ac_try="$ac_compile"
22893 case "(($ac_try" in
22894   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22895   *) ac_try_echo=$ac_try;;
22896 esac
22897 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22898 $as_echo "$ac_try_echo") >&5
22899   (eval "$ac_compile") 2>conftest.er1
22900   ac_status=$?
22901   grep -v '^ *+' conftest.er1 >conftest.err
22902   rm -f conftest.er1
22903   cat conftest.err >&5
22904   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22905   (exit $ac_status); } && {
22906          test -z "$ac_c_werror_flag" ||
22907          test ! -s conftest.err
22908        } && test -s conftest.$ac_objext; then
22909   ac_cv_member_struct_stat_st_ctim=yes
22910 else
22911   $as_echo "$as_me: failed program was:" >&5
22912 sed 's/^/| /' conftest.$ac_ext >&5
22913
22914         cat >conftest.$ac_ext <<_ACEOF
22915 /* confdefs.h.  */
22916 _ACEOF
22917 cat confdefs.h >>conftest.$ac_ext
22918 cat >>conftest.$ac_ext <<_ACEOF
22919 /* end confdefs.h.  */
22920 $ac_includes_default
22921 int
22922 main ()
22923 {
22924 static struct stat ac_aggr;
22925 if (sizeof ac_aggr.st_ctim)
22926 return 0;
22927   ;
22928   return 0;
22929 }
22930 _ACEOF
22931 rm -f conftest.$ac_objext
22932 if { (ac_try="$ac_compile"
22933 case "(($ac_try" in
22934   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22935   *) ac_try_echo=$ac_try;;
22936 esac
22937 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22938 $as_echo "$ac_try_echo") >&5
22939   (eval "$ac_compile") 2>conftest.er1
22940   ac_status=$?
22941   grep -v '^ *+' conftest.er1 >conftest.err
22942   rm -f conftest.er1
22943   cat conftest.err >&5
22944   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22945   (exit $ac_status); } && {
22946          test -z "$ac_c_werror_flag" ||
22947          test ! -s conftest.err
22948        } && test -s conftest.$ac_objext; then
22949   ac_cv_member_struct_stat_st_ctim=yes
22950 else
22951   $as_echo "$as_me: failed program was:" >&5
22952 sed 's/^/| /' conftest.$ac_ext >&5
22953
22954         ac_cv_member_struct_stat_st_ctim=no
22955 fi
22956
22957 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22958 fi
22959
22960 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22961 fi
22962 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
22963 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
22964 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
22965
22966 cat >>confdefs.h <<_ACEOF
22967 #define HAVE_STRUCT_STAT_ST_CTIM 1
22968 _ACEOF
22969
22970
22971 fi
22972 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
22973 $as_echo_n "checking for struct stat.st_atim... " >&6; }
22974 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
22975   $as_echo_n "(cached) " >&6
22976 else
22977   cat >conftest.$ac_ext <<_ACEOF
22978 /* confdefs.h.  */
22979 _ACEOF
22980 cat confdefs.h >>conftest.$ac_ext
22981 cat >>conftest.$ac_ext <<_ACEOF
22982 /* end confdefs.h.  */
22983 $ac_includes_default
22984 int
22985 main ()
22986 {
22987 static struct stat ac_aggr;
22988 if (ac_aggr.st_atim)
22989 return 0;
22990   ;
22991   return 0;
22992 }
22993 _ACEOF
22994 rm -f conftest.$ac_objext
22995 if { (ac_try="$ac_compile"
22996 case "(($ac_try" in
22997   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22998   *) ac_try_echo=$ac_try;;
22999 esac
23000 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23001 $as_echo "$ac_try_echo") >&5
23002   (eval "$ac_compile") 2>conftest.er1
23003   ac_status=$?
23004   grep -v '^ *+' conftest.er1 >conftest.err
23005   rm -f conftest.er1
23006   cat conftest.err >&5
23007   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23008   (exit $ac_status); } && {
23009          test -z "$ac_c_werror_flag" ||
23010          test ! -s conftest.err
23011        } && test -s conftest.$ac_objext; then
23012   ac_cv_member_struct_stat_st_atim=yes
23013 else
23014   $as_echo "$as_me: failed program was:" >&5
23015 sed 's/^/| /' conftest.$ac_ext >&5
23016
23017         cat >conftest.$ac_ext <<_ACEOF
23018 /* confdefs.h.  */
23019 _ACEOF
23020 cat confdefs.h >>conftest.$ac_ext
23021 cat >>conftest.$ac_ext <<_ACEOF
23022 /* end confdefs.h.  */
23023 $ac_includes_default
23024 int
23025 main ()
23026 {
23027 static struct stat ac_aggr;
23028 if (sizeof ac_aggr.st_atim)
23029 return 0;
23030   ;
23031   return 0;
23032 }
23033 _ACEOF
23034 rm -f conftest.$ac_objext
23035 if { (ac_try="$ac_compile"
23036 case "(($ac_try" in
23037   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23038   *) ac_try_echo=$ac_try;;
23039 esac
23040 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23041 $as_echo "$ac_try_echo") >&5
23042   (eval "$ac_compile") 2>conftest.er1
23043   ac_status=$?
23044   grep -v '^ *+' conftest.er1 >conftest.err
23045   rm -f conftest.er1
23046   cat conftest.err >&5
23047   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23048   (exit $ac_status); } && {
23049          test -z "$ac_c_werror_flag" ||
23050          test ! -s conftest.err
23051        } && test -s conftest.$ac_objext; then
23052   ac_cv_member_struct_stat_st_atim=yes
23053 else
23054   $as_echo "$as_me: failed program was:" >&5
23055 sed 's/^/| /' conftest.$ac_ext >&5
23056
23057         ac_cv_member_struct_stat_st_atim=no
23058 fi
23059
23060 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23061 fi
23062
23063 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23064 fi
23065 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23066 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23067 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23068
23069 cat >>confdefs.h <<_ACEOF
23070 #define HAVE_STRUCT_STAT_ST_ATIM 1
23071 _ACEOF
23072
23073
23074 fi
23075
23076
23077 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23078 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23079 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23080   $as_echo_n "(cached) " >&6
23081 else
23082   cat >conftest.$ac_ext <<_ACEOF
23083 /* confdefs.h.  */
23084 _ACEOF
23085 cat confdefs.h >>conftest.$ac_ext
23086 cat >>conftest.$ac_ext <<_ACEOF
23087 /* end confdefs.h.  */
23088 #ifdef HAVE_SYS_TYPES_H
23089 #include <sys/types.h>
23090 #endif
23091 #ifdef HAVE_NETINET_IN_H
23092 #include <netinet/in.h>
23093 #endif
23094
23095 int
23096 main ()
23097 {
23098 static struct sockaddr_in6 ac_aggr;
23099 if (ac_aggr.sin6_scope_id)
23100 return 0;
23101   ;
23102   return 0;
23103 }
23104 _ACEOF
23105 rm -f conftest.$ac_objext
23106 if { (ac_try="$ac_compile"
23107 case "(($ac_try" in
23108   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23109   *) ac_try_echo=$ac_try;;
23110 esac
23111 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23112 $as_echo "$ac_try_echo") >&5
23113   (eval "$ac_compile") 2>conftest.er1
23114   ac_status=$?
23115   grep -v '^ *+' conftest.er1 >conftest.err
23116   rm -f conftest.er1
23117   cat conftest.err >&5
23118   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23119   (exit $ac_status); } && {
23120          test -z "$ac_c_werror_flag" ||
23121          test ! -s conftest.err
23122        } && test -s conftest.$ac_objext; then
23123   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23124 else
23125   $as_echo "$as_me: failed program was:" >&5
23126 sed 's/^/| /' conftest.$ac_ext >&5
23127
23128         cat >conftest.$ac_ext <<_ACEOF
23129 /* confdefs.h.  */
23130 _ACEOF
23131 cat confdefs.h >>conftest.$ac_ext
23132 cat >>conftest.$ac_ext <<_ACEOF
23133 /* end confdefs.h.  */
23134 #ifdef HAVE_SYS_TYPES_H
23135 #include <sys/types.h>
23136 #endif
23137 #ifdef HAVE_NETINET_IN_H
23138 #include <netinet/in.h>
23139 #endif
23140
23141 int
23142 main ()
23143 {
23144 static struct sockaddr_in6 ac_aggr;
23145 if (sizeof ac_aggr.sin6_scope_id)
23146 return 0;
23147   ;
23148   return 0;
23149 }
23150 _ACEOF
23151 rm -f conftest.$ac_objext
23152 if { (ac_try="$ac_compile"
23153 case "(($ac_try" in
23154   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23155   *) ac_try_echo=$ac_try;;
23156 esac
23157 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23158 $as_echo "$ac_try_echo") >&5
23159   (eval "$ac_compile") 2>conftest.er1
23160   ac_status=$?
23161   grep -v '^ *+' conftest.er1 >conftest.err
23162   rm -f conftest.er1
23163   cat conftest.err >&5
23164   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23165   (exit $ac_status); } && {
23166          test -z "$ac_c_werror_flag" ||
23167          test ! -s conftest.err
23168        } && test -s conftest.$ac_objext; then
23169   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23170 else
23171   $as_echo "$as_me: failed program was:" >&5
23172 sed 's/^/| /' conftest.$ac_ext >&5
23173
23174         ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23175 fi
23176
23177 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23178 fi
23179
23180 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23181 fi
23182 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23183 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23184 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23185
23186 cat >>confdefs.h <<_ACEOF
23187 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23188 _ACEOF
23189
23190
23191 fi
23192
23193
23194 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23195 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23196 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23197   $as_echo_n "(cached) " >&6
23198 else
23199   cat >conftest.$ac_ext <<_ACEOF
23200 /* confdefs.h.  */
23201 _ACEOF
23202 cat confdefs.h >>conftest.$ac_ext
23203 cat >>conftest.$ac_ext <<_ACEOF
23204 /* end confdefs.h.  */
23205 #ifdef HAVE_SYS_TYPES_H
23206 #include <sys/types.h>
23207 #endif
23208 #ifdef HAVE_NETINET_IN_H
23209 # include <netinet/in.h>
23210 #endif
23211 #ifdef HAVE_ARPA_NAMESER_H
23212 # include <arpa/nameser.h>
23213 #endif
23214
23215 int
23216 main ()
23217 {
23218 static ns_msg ac_aggr;
23219 if (ac_aggr._msg_ptr)
23220 return 0;
23221   ;
23222   return 0;
23223 }
23224 _ACEOF
23225 rm -f conftest.$ac_objext
23226 if { (ac_try="$ac_compile"
23227 case "(($ac_try" in
23228   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23229   *) ac_try_echo=$ac_try;;
23230 esac
23231 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23232 $as_echo "$ac_try_echo") >&5
23233   (eval "$ac_compile") 2>conftest.er1
23234   ac_status=$?
23235   grep -v '^ *+' conftest.er1 >conftest.err
23236   rm -f conftest.er1
23237   cat conftest.err >&5
23238   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23239   (exit $ac_status); } && {
23240          test -z "$ac_c_werror_flag" ||
23241          test ! -s conftest.err
23242        } && test -s conftest.$ac_objext; then
23243   ac_cv_member_ns_msg__msg_ptr=yes
23244 else
23245   $as_echo "$as_me: failed program was:" >&5
23246 sed 's/^/| /' conftest.$ac_ext >&5
23247
23248         cat >conftest.$ac_ext <<_ACEOF
23249 /* confdefs.h.  */
23250 _ACEOF
23251 cat confdefs.h >>conftest.$ac_ext
23252 cat >>conftest.$ac_ext <<_ACEOF
23253 /* end confdefs.h.  */
23254 #ifdef HAVE_SYS_TYPES_H
23255 #include <sys/types.h>
23256 #endif
23257 #ifdef HAVE_NETINET_IN_H
23258 # include <netinet/in.h>
23259 #endif
23260 #ifdef HAVE_ARPA_NAMESER_H
23261 # include <arpa/nameser.h>
23262 #endif
23263
23264 int
23265 main ()
23266 {
23267 static ns_msg ac_aggr;
23268 if (sizeof ac_aggr._msg_ptr)
23269 return 0;
23270   ;
23271   return 0;
23272 }
23273 _ACEOF
23274 rm -f conftest.$ac_objext
23275 if { (ac_try="$ac_compile"
23276 case "(($ac_try" in
23277   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23278   *) ac_try_echo=$ac_try;;
23279 esac
23280 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23281 $as_echo "$ac_try_echo") >&5
23282   (eval "$ac_compile") 2>conftest.er1
23283   ac_status=$?
23284   grep -v '^ *+' conftest.er1 >conftest.err
23285   rm -f conftest.er1
23286   cat conftest.err >&5
23287   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23288   (exit $ac_status); } && {
23289          test -z "$ac_c_werror_flag" ||
23290          test ! -s conftest.err
23291        } && test -s conftest.$ac_objext; then
23292   ac_cv_member_ns_msg__msg_ptr=yes
23293 else
23294   $as_echo "$as_me: failed program was:" >&5
23295 sed 's/^/| /' conftest.$ac_ext >&5
23296
23297         ac_cv_member_ns_msg__msg_ptr=no
23298 fi
23299
23300 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23301 fi
23302
23303 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23304 fi
23305 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23306 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23307 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23308
23309 cat >>confdefs.h <<_ACEOF
23310 #define HAVE_NS_MSG__MSG_PTR 1
23311 _ACEOF
23312
23313
23314 fi
23315
23316
23317 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23318 $as_echo_n "checking for timezone variable... " >&6; }
23319 if test "${ac_cv_have_timezone+set}" = set; then
23320   $as_echo_n "(cached) " >&6
23321 else
23322   cat >conftest.$ac_ext <<_ACEOF
23323 /* confdefs.h.  */
23324 _ACEOF
23325 cat confdefs.h >>conftest.$ac_ext
23326 cat >>conftest.$ac_ext <<_ACEOF
23327 /* end confdefs.h.  */
23328 #include <time.h>
23329 int
23330 main ()
23331 {
23332 timezone = 1
23333   ;
23334   return 0;
23335 }
23336 _ACEOF
23337 rm -f conftest.$ac_objext conftest$ac_exeext
23338 if { (ac_try="$ac_link"
23339 case "(($ac_try" in
23340   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23341   *) ac_try_echo=$ac_try;;
23342 esac
23343 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23344 $as_echo "$ac_try_echo") >&5
23345   (eval "$ac_link") 2>conftest.er1
23346   ac_status=$?
23347   grep -v '^ *+' conftest.er1 >conftest.err
23348   rm -f conftest.er1
23349   cat conftest.err >&5
23350   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23351   (exit $ac_status); } && {
23352          test -z "$ac_c_werror_flag" ||
23353          test ! -s conftest.err
23354        } && test -s conftest$ac_exeext && {
23355          test "$cross_compiling" = yes ||
23356          $as_test_x conftest$ac_exeext
23357        }; then
23358   ac_cv_have_timezone="yes"
23359 else
23360   $as_echo "$as_me: failed program was:" >&5
23361 sed 's/^/| /' conftest.$ac_ext >&5
23362
23363         ac_cv_have_timezone="no"
23364 fi
23365
23366 rm -rf conftest.dSYM
23367 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23368       conftest$ac_exeext conftest.$ac_ext
23369 fi
23370 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23371 $as_echo "$ac_cv_have_timezone" >&6; }
23372 if test "$ac_cv_have_timezone" = "yes"
23373 then
23374
23375 cat >>confdefs.h <<\_ACEOF
23376 #define HAVE_TIMEZONE 1
23377 _ACEOF
23378
23379 fi
23380 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23381 $as_echo_n "checking for daylight variable... " >&6; }
23382 if test "${ac_cv_have_daylight+set}" = set; then
23383   $as_echo_n "(cached) " >&6
23384 else
23385   cat >conftest.$ac_ext <<_ACEOF
23386 /* confdefs.h.  */
23387 _ACEOF
23388 cat confdefs.h >>conftest.$ac_ext
23389 cat >>conftest.$ac_ext <<_ACEOF
23390 /* end confdefs.h.  */
23391 #include <time.h>
23392 int
23393 main ()
23394 {
23395 daylight = 1
23396   ;
23397   return 0;
23398 }
23399 _ACEOF
23400 rm -f conftest.$ac_objext conftest$ac_exeext
23401 if { (ac_try="$ac_link"
23402 case "(($ac_try" in
23403   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23404   *) ac_try_echo=$ac_try;;
23405 esac
23406 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23407 $as_echo "$ac_try_echo") >&5
23408   (eval "$ac_link") 2>conftest.er1
23409   ac_status=$?
23410   grep -v '^ *+' conftest.er1 >conftest.err
23411   rm -f conftest.er1
23412   cat conftest.err >&5
23413   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23414   (exit $ac_status); } && {
23415          test -z "$ac_c_werror_flag" ||
23416          test ! -s conftest.err
23417        } && test -s conftest$ac_exeext && {
23418          test "$cross_compiling" = yes ||
23419          $as_test_x conftest$ac_exeext
23420        }; then
23421   ac_cv_have_daylight="yes"
23422 else
23423   $as_echo "$as_me: failed program was:" >&5
23424 sed 's/^/| /' conftest.$ac_ext >&5
23425
23426         ac_cv_have_daylight="no"
23427 fi
23428
23429 rm -rf conftest.dSYM
23430 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23431       conftest$ac_exeext conftest.$ac_ext
23432 fi
23433 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23434 $as_echo "$ac_cv_have_daylight" >&6; }
23435 if test "$ac_cv_have_daylight" = "yes"
23436 then
23437
23438 cat >>confdefs.h <<\_ACEOF
23439 #define HAVE_DAYLIGHT 1
23440 _ACEOF
23441
23442 fi
23443
23444 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23445 $as_echo_n "checking for isinf... " >&6; }
23446 if test "${ac_cv_have_isinf+set}" = set; then
23447   $as_echo_n "(cached) " >&6
23448 else
23449   cat >conftest.$ac_ext <<_ACEOF
23450 /* confdefs.h.  */
23451 _ACEOF
23452 cat confdefs.h >>conftest.$ac_ext
23453 cat >>conftest.$ac_ext <<_ACEOF
23454 /* end confdefs.h.  */
23455 #include <math.h>
23456 int
23457 main ()
23458 {
23459 float f = 0.0; int i=isinf(f)
23460   ;
23461   return 0;
23462 }
23463 _ACEOF
23464 rm -f conftest.$ac_objext conftest$ac_exeext
23465 if { (ac_try="$ac_link"
23466 case "(($ac_try" in
23467   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23468   *) ac_try_echo=$ac_try;;
23469 esac
23470 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23471 $as_echo "$ac_try_echo") >&5
23472   (eval "$ac_link") 2>conftest.er1
23473   ac_status=$?
23474   grep -v '^ *+' conftest.er1 >conftest.err
23475   rm -f conftest.er1
23476   cat conftest.err >&5
23477   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23478   (exit $ac_status); } && {
23479          test -z "$ac_c_werror_flag" ||
23480          test ! -s conftest.err
23481        } && test -s conftest$ac_exeext && {
23482          test "$cross_compiling" = yes ||
23483          $as_test_x conftest$ac_exeext
23484        }; then
23485   ac_cv_have_isinf="yes"
23486 else
23487   $as_echo "$as_me: failed program was:" >&5
23488 sed 's/^/| /' conftest.$ac_ext >&5
23489
23490         ac_cv_have_isinf="no"
23491 fi
23492
23493 rm -rf conftest.dSYM
23494 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23495       conftest$ac_exeext conftest.$ac_ext
23496 fi
23497 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23498 $as_echo "$ac_cv_have_isinf" >&6; }
23499 if test "$ac_cv_have_isinf" = "yes"
23500 then
23501
23502 cat >>confdefs.h <<\_ACEOF
23503 #define HAVE_ISINF 1
23504 _ACEOF
23505
23506 fi
23507
23508 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23509 $as_echo_n "checking for isnan... " >&6; }
23510 if test "${ac_cv_have_isnan+set}" = set; then
23511   $as_echo_n "(cached) " >&6
23512 else
23513   cat >conftest.$ac_ext <<_ACEOF
23514 /* confdefs.h.  */
23515 _ACEOF
23516 cat confdefs.h >>conftest.$ac_ext
23517 cat >>conftest.$ac_ext <<_ACEOF
23518 /* end confdefs.h.  */
23519 #include <math.h>
23520 int
23521 main ()
23522 {
23523 float f = 0.0; int i=isnan(f)
23524   ;
23525   return 0;
23526 }
23527 _ACEOF
23528 rm -f conftest.$ac_objext conftest$ac_exeext
23529 if { (ac_try="$ac_link"
23530 case "(($ac_try" in
23531   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23532   *) ac_try_echo=$ac_try;;
23533 esac
23534 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23535 $as_echo "$ac_try_echo") >&5
23536   (eval "$ac_link") 2>conftest.er1
23537   ac_status=$?
23538   grep -v '^ *+' conftest.er1 >conftest.err
23539   rm -f conftest.er1
23540   cat conftest.err >&5
23541   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23542   (exit $ac_status); } && {
23543          test -z "$ac_c_werror_flag" ||
23544          test ! -s conftest.err
23545        } && test -s conftest$ac_exeext && {
23546          test "$cross_compiling" = yes ||
23547          $as_test_x conftest$ac_exeext
23548        }; then
23549   ac_cv_have_isnan="yes"
23550 else
23551   $as_echo "$as_me: failed program was:" >&5
23552 sed 's/^/| /' conftest.$ac_ext >&5
23553
23554         ac_cv_have_isnan="no"
23555 fi
23556
23557 rm -rf conftest.dSYM
23558 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23559       conftest$ac_exeext conftest.$ac_ext
23560 fi
23561 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23562 $as_echo "$ac_cv_have_isnan" >&6; }
23563 if test "$ac_cv_have_isnan" = "yes"
23564 then
23565
23566 cat >>confdefs.h <<\_ACEOF
23567 #define HAVE_ISNAN 1
23568 _ACEOF
23569
23570 fi
23571
23572
23573 case $host_cpu in
23574   *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23575 $as_echo_n "checking whether we need to define __i386__... " >&6; }
23576 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23577   $as_echo_n "(cached) " >&6
23578 else
23579   cat >conftest.$ac_ext <<_ACEOF
23580 /* confdefs.h.  */
23581 _ACEOF
23582 cat confdefs.h >>conftest.$ac_ext
23583 cat >>conftest.$ac_ext <<_ACEOF
23584 /* end confdefs.h.  */
23585 #ifndef __i386__
23586 yes
23587 #endif
23588 _ACEOF
23589 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23590   $EGREP "yes" >/dev/null 2>&1; then
23591   ac_cv_cpp_def___i386__=yes
23592 else
23593   ac_cv_cpp_def___i386__=no
23594 fi
23595 rm -f conftest*
23596
23597 fi
23598 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
23599 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
23600 if test $ac_cv_cpp_def___i386__ = yes; then
23601   CFLAGS="$CFLAGS -D__i386__"
23602   LINTFLAGS="$LINTFLAGS -D__i386__"
23603 fi
23604  ;;
23605   *x86_64*)         { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
23606 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
23607 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
23608   $as_echo_n "(cached) " >&6
23609 else
23610   cat >conftest.$ac_ext <<_ACEOF
23611 /* confdefs.h.  */
23612 _ACEOF
23613 cat confdefs.h >>conftest.$ac_ext
23614 cat >>conftest.$ac_ext <<_ACEOF
23615 /* end confdefs.h.  */
23616 #ifndef __x86_64__
23617 yes
23618 #endif
23619 _ACEOF
23620 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23621   $EGREP "yes" >/dev/null 2>&1; then
23622   ac_cv_cpp_def___x86_64__=yes
23623 else
23624   ac_cv_cpp_def___x86_64__=no
23625 fi
23626 rm -f conftest*
23627
23628 fi
23629 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
23630 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
23631 if test $ac_cv_cpp_def___x86_64__ = yes; then
23632   CFLAGS="$CFLAGS -D__x86_64__"
23633   LINTFLAGS="$LINTFLAGS -D__x86_64__"
23634 fi
23635  ;;
23636   *alpha*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
23637 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
23638 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
23639   $as_echo_n "(cached) " >&6
23640 else
23641   cat >conftest.$ac_ext <<_ACEOF
23642 /* confdefs.h.  */
23643 _ACEOF
23644 cat confdefs.h >>conftest.$ac_ext
23645 cat >>conftest.$ac_ext <<_ACEOF
23646 /* end confdefs.h.  */
23647 #ifndef __ALPHA__
23648 yes
23649 #endif
23650 _ACEOF
23651 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23652   $EGREP "yes" >/dev/null 2>&1; then
23653   ac_cv_cpp_def___ALPHA__=yes
23654 else
23655   ac_cv_cpp_def___ALPHA__=no
23656 fi
23657 rm -f conftest*
23658
23659 fi
23660 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
23661 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
23662 if test $ac_cv_cpp_def___ALPHA__ = yes; then
23663   CFLAGS="$CFLAGS -D__ALPHA__"
23664   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
23665 fi
23666  ;;
23667   *sparc*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
23668 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
23669 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
23670   $as_echo_n "(cached) " >&6
23671 else
23672   cat >conftest.$ac_ext <<_ACEOF
23673 /* confdefs.h.  */
23674 _ACEOF
23675 cat confdefs.h >>conftest.$ac_ext
23676 cat >>conftest.$ac_ext <<_ACEOF
23677 /* end confdefs.h.  */
23678 #ifndef __sparc__
23679 yes
23680 #endif
23681 _ACEOF
23682 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23683   $EGREP "yes" >/dev/null 2>&1; then
23684   ac_cv_cpp_def___sparc__=yes
23685 else
23686   ac_cv_cpp_def___sparc__=no
23687 fi
23688 rm -f conftest*
23689
23690 fi
23691 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
23692 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
23693 if test $ac_cv_cpp_def___sparc__ = yes; then
23694   CFLAGS="$CFLAGS -D__sparc__"
23695   LINTFLAGS="$LINTFLAGS -D__sparc__"
23696 fi
23697  ;;
23698   *powerpc*)        { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
23699 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
23700 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
23701   $as_echo_n "(cached) " >&6
23702 else
23703   cat >conftest.$ac_ext <<_ACEOF
23704 /* confdefs.h.  */
23705 _ACEOF
23706 cat confdefs.h >>conftest.$ac_ext
23707 cat >>conftest.$ac_ext <<_ACEOF
23708 /* end confdefs.h.  */
23709 #ifndef __powerpc__
23710 yes
23711 #endif
23712 _ACEOF
23713 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23714   $EGREP "yes" >/dev/null 2>&1; then
23715   ac_cv_cpp_def___powerpc__=yes
23716 else
23717   ac_cv_cpp_def___powerpc__=no
23718 fi
23719 rm -f conftest*
23720
23721 fi
23722 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
23723 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
23724 if test $ac_cv_cpp_def___powerpc__ = yes; then
23725   CFLAGS="$CFLAGS -D__powerpc__"
23726   LINTFLAGS="$LINTFLAGS -D__powerpc__"
23727 fi
23728  ;;
23729 esac
23730
23731 case $host_vendor in
23732   *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
23733 $as_echo_n "checking whether we need to define __sun__... " >&6; }
23734 if test "${ac_cv_cpp_def___sun__+set}" = set; then
23735   $as_echo_n "(cached) " >&6
23736 else
23737   cat >conftest.$ac_ext <<_ACEOF
23738 /* confdefs.h.  */
23739 _ACEOF
23740 cat confdefs.h >>conftest.$ac_ext
23741 cat >>conftest.$ac_ext <<_ACEOF
23742 /* end confdefs.h.  */
23743 #ifndef __sun__
23744 yes
23745 #endif
23746 _ACEOF
23747 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23748   $EGREP "yes" >/dev/null 2>&1; then
23749   ac_cv_cpp_def___sun__=yes
23750 else
23751   ac_cv_cpp_def___sun__=no
23752 fi
23753 rm -f conftest*
23754
23755 fi
23756 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
23757 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
23758 if test $ac_cv_cpp_def___sun__ = yes; then
23759   CFLAGS="$CFLAGS -D__sun__"
23760   LINTFLAGS="$LINTFLAGS -D__sun__"
23761 fi
23762  ;;
23763 esac
23764
23765
23766 DEPENDENCIES="### Dependencies:
23767
23768 .INIT: Makefile
23769 .BEGIN: Makefile
23770 Makefile: dummy
23771         -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
23772
23773 \$(OBJS): \$(IDL_GEN_HEADERS)
23774 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
23775 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
23776 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
23777 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
23778
23779
23780 ALL_MAKERULES=""
23781
23782 ALL_MAKEFILES=""
23783
23784 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
23785
23786
23787 ALL_TOP_DIRS=""
23788
23789 ALL_DLL_DIRS=""
23790
23791 ALL_IMPLIB_DIRS=""
23792
23793 ALL_TEST_DIRS=""
23794
23795 ALL_PROGRAM_DIRS=""
23796
23797 ALL_PROGRAM_INSTALL_DIRS=""
23798
23799 ALL_PROGRAM_BIN_INSTALL_DIRS=""
23800
23801
23802
23803
23804
23805 ac_config_commands="$ac_config_commands include/stamp-h"
23806
23807
23808 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
23809
23810 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
23811
23812 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
23813
23814 ac_config_commands="$ac_config_commands dlls/user32/resources"
23815
23816 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
23817
23818 ac_config_commands="$ac_config_commands include/wine"
23819
23820
23821 ALL_MAKERULES="$ALL_MAKERULES \\
23822         Make.rules"
23823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23824 Make.rules: Make.rules.in"
23825 MAKE_RULES=Make.rules
23826 ac_config_files="$ac_config_files Make.rules"
23827
23828 ALL_MAKERULES="$ALL_MAKERULES \\
23829         dlls/Makedll.rules"
23830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23831 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
23832 MAKE_DLL_RULES=dlls/Makedll.rules
23833 ac_config_files="$ac_config_files dlls/Makedll.rules"
23834
23835 ALL_MAKERULES="$ALL_MAKERULES \\
23836         dlls/Makeimplib.rules"
23837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23838 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
23839 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
23840 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
23841
23842 ALL_MAKERULES="$ALL_MAKERULES \\
23843         dlls/Maketest.rules"
23844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23845 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
23846 MAKE_TEST_RULES=dlls/Maketest.rules
23847 ac_config_files="$ac_config_files dlls/Maketest.rules"
23848
23849 ALL_MAKERULES="$ALL_MAKERULES \\
23850         programs/Makeprog.rules"
23851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23852 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
23853 MAKE_PROG_RULES=programs/Makeprog.rules
23854 ac_config_files="$ac_config_files programs/Makeprog.rules"
23855
23856
23857
23858
23859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23860 Makefile: Makefile.in Make.rules"
23861 ac_config_files="$ac_config_files Makefile"
23862
23863 ALL_MAKEFILES="$ALL_MAKEFILES \\
23864         dlls/Makefile"
23865 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
23866         dlls"
23867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23868 dlls/Makefile: dlls/Makefile.in Make.rules"
23869 ac_config_files="$ac_config_files dlls/Makefile"
23870
23871 ALL_MAKEFILES="$ALL_MAKEFILES \\
23872         dlls/acledit/Makefile"
23873 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23874         acledit"
23875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23876 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
23877 ac_config_files="$ac_config_files dlls/acledit/Makefile"
23878
23879 ALL_MAKEFILES="$ALL_MAKEFILES \\
23880         dlls/activeds/Makefile"
23881 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23882         activeds"
23883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23884 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
23885 ac_config_files="$ac_config_files dlls/activeds/Makefile"
23886
23887 ALL_MAKEFILES="$ALL_MAKEFILES \\
23888         dlls/actxprxy/Makefile"
23889 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23890         actxprxy"
23891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23892 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
23893 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
23894
23895 ALL_MAKEFILES="$ALL_MAKEFILES \\
23896         dlls/adsiid/Makefile"
23897 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23898         adsiid"
23899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23900 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
23901 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
23902
23903 ALL_MAKEFILES="$ALL_MAKEFILES \\
23904         dlls/advapi32/Makefile"
23905 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23906         advapi32"
23907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23908 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
23909 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
23910
23911 ALL_MAKEFILES="$ALL_MAKEFILES \\
23912         dlls/advapi32/tests/Makefile"
23913 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23914         advapi32/tests"
23915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23916 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
23917 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
23918
23919 ALL_MAKEFILES="$ALL_MAKEFILES \\
23920         dlls/advpack/Makefile"
23921 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23922         advpack"
23923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23924 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
23925 ac_config_files="$ac_config_files dlls/advpack/Makefile"
23926
23927 ALL_MAKEFILES="$ALL_MAKEFILES \\
23928         dlls/advpack/tests/Makefile"
23929 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23930         advpack/tests"
23931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23932 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
23933 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
23934
23935 ALL_MAKEFILES="$ALL_MAKEFILES \\
23936         dlls/amstream/Makefile"
23937 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23938         amstream"
23939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23940 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
23941 ac_config_files="$ac_config_files dlls/amstream/Makefile"
23942
23943 ALL_MAKEFILES="$ALL_MAKEFILES \\
23944         dlls/appwiz.cpl/Makefile"
23945 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23946         appwiz.cpl"
23947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23948 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
23949 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
23950
23951 ALL_MAKEFILES="$ALL_MAKEFILES \\
23952         dlls/atl/Makefile"
23953 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23954         atl"
23955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23956 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
23957 ac_config_files="$ac_config_files dlls/atl/Makefile"
23958
23959 ALL_MAKEFILES="$ALL_MAKEFILES \\
23960         dlls/avicap32/Makefile"
23961 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23962         avicap32"
23963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23964 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
23965 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
23966
23967 ALL_MAKEFILES="$ALL_MAKEFILES \\
23968         dlls/avifil32/Makefile"
23969 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23970         avifil32"
23971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23972 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
23973 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
23974
23975 ALL_MAKEFILES="$ALL_MAKEFILES \\
23976         dlls/browseui/Makefile"
23977 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23978         browseui"
23979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23980 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
23981 ac_config_files="$ac_config_files dlls/browseui/Makefile"
23982
23983 ALL_MAKEFILES="$ALL_MAKEFILES \\
23984         dlls/browseui/tests/Makefile"
23985 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23986         browseui/tests"
23987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23988 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
23989 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
23990
23991 ALL_MAKEFILES="$ALL_MAKEFILES \\
23992         dlls/cabinet/Makefile"
23993 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23994         cabinet"
23995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23996 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
23997 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
23998
23999 ALL_MAKEFILES="$ALL_MAKEFILES \\
24000         dlls/cabinet/tests/Makefile"
24001 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24002         cabinet/tests"
24003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24004 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24005 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24006
24007 ALL_MAKEFILES="$ALL_MAKEFILES \\
24008         dlls/capi2032/Makefile"
24009 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24010         capi2032"
24011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24012 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24013 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24014
24015 ALL_MAKEFILES="$ALL_MAKEFILES \\
24016         dlls/cards/Makefile"
24017 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24018         cards"
24019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24020 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24021 ac_config_files="$ac_config_files dlls/cards/Makefile"
24022
24023 ALL_MAKEFILES="$ALL_MAKEFILES \\
24024         dlls/cfgmgr32/Makefile"
24025 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24026         cfgmgr32"
24027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24028 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24029 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24030
24031 ALL_MAKEFILES="$ALL_MAKEFILES \\
24032         dlls/clusapi/Makefile"
24033 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24034         clusapi"
24035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24036 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24037 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24038
24039 ALL_MAKEFILES="$ALL_MAKEFILES \\
24040         dlls/comcat/Makefile"
24041 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24042         comcat"
24043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24044 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24045 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24046
24047 ALL_MAKEFILES="$ALL_MAKEFILES \\
24048         dlls/comcat/tests/Makefile"
24049 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24050         comcat/tests"
24051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24052 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24053 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24054
24055 ALL_MAKEFILES="$ALL_MAKEFILES \\
24056         dlls/comctl32/Makefile"
24057 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24058         comctl32"
24059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24060 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24061 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24062
24063 ALL_MAKEFILES="$ALL_MAKEFILES \\
24064         dlls/comctl32/tests/Makefile"
24065 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24066         comctl32/tests"
24067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24068 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24069 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24070
24071 ALL_MAKEFILES="$ALL_MAKEFILES \\
24072         dlls/comdlg32/Makefile"
24073 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24074         comdlg32"
24075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24076 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24077 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24078
24079 ALL_MAKEFILES="$ALL_MAKEFILES \\
24080         dlls/comdlg32/tests/Makefile"
24081 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24082         comdlg32/tests"
24083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24084 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24085 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24086
24087 ALL_MAKEFILES="$ALL_MAKEFILES \\
24088         dlls/compstui/Makefile"
24089 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24090         compstui"
24091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24092 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24093 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24094
24095 ALL_MAKEFILES="$ALL_MAKEFILES \\
24096         dlls/credui/Makefile"
24097 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24098         credui"
24099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24100 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24101 ac_config_files="$ac_config_files dlls/credui/Makefile"
24102
24103 ALL_MAKEFILES="$ALL_MAKEFILES \\
24104         dlls/credui/tests/Makefile"
24105 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24106         credui/tests"
24107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24108 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24109 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24110
24111 ALL_MAKEFILES="$ALL_MAKEFILES \\
24112         dlls/crtdll/Makefile"
24113 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24114         crtdll"
24115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24116 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24117 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24118
24119 ALL_MAKEFILES="$ALL_MAKEFILES \\
24120         dlls/crypt32/Makefile"
24121 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24122         crypt32"
24123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24124 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24125 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24126
24127 ALL_MAKEFILES="$ALL_MAKEFILES \\
24128         dlls/crypt32/tests/Makefile"
24129 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24130         crypt32/tests"
24131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24132 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24133 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24134
24135 ALL_MAKEFILES="$ALL_MAKEFILES \\
24136         dlls/cryptdlg/Makefile"
24137 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24138         cryptdlg"
24139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24140 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24141 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24142
24143 ALL_MAKEFILES="$ALL_MAKEFILES \\
24144         dlls/cryptdll/Makefile"
24145 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24146         cryptdll"
24147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24148 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24149 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24150
24151 ALL_MAKEFILES="$ALL_MAKEFILES \\
24152         dlls/cryptnet/Makefile"
24153 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24154         cryptnet"
24155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24156 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24157 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24158
24159 ALL_MAKEFILES="$ALL_MAKEFILES \\
24160         dlls/cryptnet/tests/Makefile"
24161 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24162         cryptnet/tests"
24163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24164 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24165 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24166
24167 ALL_MAKEFILES="$ALL_MAKEFILES \\
24168         dlls/cryptui/Makefile"
24169 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24170         cryptui"
24171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24172 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24173 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24174
24175 ALL_MAKEFILES="$ALL_MAKEFILES \\
24176         dlls/cryptui/tests/Makefile"
24177 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24178         cryptui/tests"
24179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24180 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24181 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24182
24183 ALL_MAKEFILES="$ALL_MAKEFILES \\
24184         dlls/ctapi32/Makefile"
24185 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24186         ctapi32"
24187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24188 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24189 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24190
24191 ALL_MAKEFILES="$ALL_MAKEFILES \\
24192         dlls/ctl3d32/Makefile"
24193 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24194         ctl3d32"
24195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24196 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24197 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24198
24199 ALL_MAKEFILES="$ALL_MAKEFILES \\
24200         dlls/d3d10/Makefile"
24201 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24202         d3d10"
24203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24204 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24205 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24206
24207 ALL_MAKEFILES="$ALL_MAKEFILES \\
24208         dlls/d3d10/tests/Makefile"
24209 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24210         d3d10/tests"
24211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24212 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24213 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24214
24215 ALL_MAKEFILES="$ALL_MAKEFILES \\
24216         dlls/d3d10core/Makefile"
24217 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24218         d3d10core"
24219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24220 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24221 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24222
24223 ALL_MAKEFILES="$ALL_MAKEFILES \\
24224         dlls/d3d10core/tests/Makefile"
24225 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24226         d3d10core/tests"
24227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24228 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24229 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24230
24231 ALL_MAKEFILES="$ALL_MAKEFILES \\
24232         dlls/d3d8/Makefile"
24233 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24234         d3d8"
24235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24236 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24237 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24238
24239 ALL_MAKEFILES="$ALL_MAKEFILES \\
24240         dlls/d3d8/tests/Makefile"
24241 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24242         d3d8/tests"
24243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24244 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24245 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24246
24247 ALL_MAKEFILES="$ALL_MAKEFILES \\
24248         dlls/d3d9/Makefile"
24249 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24250         d3d9"
24251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24252 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24253 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24254
24255 ALL_MAKEFILES="$ALL_MAKEFILES \\
24256         dlls/d3d9/tests/Makefile"
24257 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24258         d3d9/tests"
24259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24260 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24261 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24262
24263 ALL_MAKEFILES="$ALL_MAKEFILES \\
24264         dlls/d3dim/Makefile"
24265 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24266         d3dim"
24267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24268 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24269 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24270
24271 ALL_MAKEFILES="$ALL_MAKEFILES \\
24272         dlls/d3drm/Makefile"
24273 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24274         d3drm"
24275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24276 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24277 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24278
24279 ALL_MAKEFILES="$ALL_MAKEFILES \\
24280         dlls/d3drm/tests/Makefile"
24281 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24282         d3drm/tests"
24283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24284 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24285 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24286
24287 ALL_MAKEFILES="$ALL_MAKEFILES \\
24288         dlls/d3dx8/Makefile"
24289 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24290         d3dx8"
24291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24292 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24293 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24294
24295 ALL_MAKEFILES="$ALL_MAKEFILES \\
24296         dlls/d3dx8/tests/Makefile"
24297 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24298         d3dx8/tests"
24299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24300 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24301 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24302
24303 ALL_MAKEFILES="$ALL_MAKEFILES \\
24304         dlls/d3dx9_24/Makefile"
24305 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24306         d3dx9_24"
24307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24308 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24309 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24310
24311 ALL_MAKEFILES="$ALL_MAKEFILES \\
24312         dlls/d3dx9_25/Makefile"
24313 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24314         d3dx9_25"
24315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24316 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24317 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24318
24319 ALL_MAKEFILES="$ALL_MAKEFILES \\
24320         dlls/d3dx9_26/Makefile"
24321 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24322         d3dx9_26"
24323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24324 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24325 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24326
24327 ALL_MAKEFILES="$ALL_MAKEFILES \\
24328         dlls/d3dx9_27/Makefile"
24329 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24330         d3dx9_27"
24331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24332 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24333 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24334
24335 ALL_MAKEFILES="$ALL_MAKEFILES \\
24336         dlls/d3dx9_28/Makefile"
24337 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24338         d3dx9_28"
24339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24340 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24341 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24342
24343 ALL_MAKEFILES="$ALL_MAKEFILES \\
24344         dlls/d3dx9_29/Makefile"
24345 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24346         d3dx9_29"
24347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24348 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24349 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24350
24351 ALL_MAKEFILES="$ALL_MAKEFILES \\
24352         dlls/d3dx9_30/Makefile"
24353 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24354         d3dx9_30"
24355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24356 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24357 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24358
24359 ALL_MAKEFILES="$ALL_MAKEFILES \\
24360         dlls/d3dx9_31/Makefile"
24361 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24362         d3dx9_31"
24363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24364 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24365 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24366
24367 ALL_MAKEFILES="$ALL_MAKEFILES \\
24368         dlls/d3dx9_32/Makefile"
24369 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24370         d3dx9_32"
24371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24372 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24373 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24374
24375 ALL_MAKEFILES="$ALL_MAKEFILES \\
24376         dlls/d3dx9_33/Makefile"
24377 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24378         d3dx9_33"
24379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24380 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24381 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24382
24383 ALL_MAKEFILES="$ALL_MAKEFILES \\
24384         dlls/d3dx9_34/Makefile"
24385 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24386         d3dx9_34"
24387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24388 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24389 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24390
24391 ALL_MAKEFILES="$ALL_MAKEFILES \\
24392         dlls/d3dx9_35/Makefile"
24393 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24394         d3dx9_35"
24395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24396 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24397 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24398
24399 ALL_MAKEFILES="$ALL_MAKEFILES \\
24400         dlls/d3dx9_36/Makefile"
24401 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24402         d3dx9_36"
24403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24404 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24405 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24406
24407 ALL_MAKEFILES="$ALL_MAKEFILES \\
24408         dlls/d3dx9_36/tests/Makefile"
24409 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24410         d3dx9_36/tests"
24411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24412 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24413 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24414
24415 ALL_MAKEFILES="$ALL_MAKEFILES \\
24416         dlls/d3dx9_37/Makefile"
24417 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24418         d3dx9_37"
24419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24420 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24421 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24422
24423 ALL_MAKEFILES="$ALL_MAKEFILES \\
24424         dlls/d3dxof/Makefile"
24425 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24426         d3dxof"
24427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24428 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24429 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24430
24431 ALL_MAKEFILES="$ALL_MAKEFILES \\
24432         dlls/d3dxof/tests/Makefile"
24433 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24434         d3dxof/tests"
24435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24436 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24437 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24438
24439 ALL_MAKEFILES="$ALL_MAKEFILES \\
24440         dlls/dbghelp/Makefile"
24441 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24442         dbghelp"
24443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24444 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24445 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24446
24447 ALL_MAKEFILES="$ALL_MAKEFILES \\
24448         dlls/dciman32/Makefile"
24449 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24450         dciman32"
24451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24452 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24453 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24454
24455 ALL_MAKEFILES="$ALL_MAKEFILES \\
24456         dlls/ddraw/Makefile"
24457 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24458         ddraw"
24459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24460 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24461 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24462
24463 ALL_MAKEFILES="$ALL_MAKEFILES \\
24464         dlls/ddraw/tests/Makefile"
24465 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24466         ddraw/tests"
24467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24468 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24469 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24470
24471 ALL_MAKEFILES="$ALL_MAKEFILES \\
24472         dlls/ddrawex/Makefile"
24473 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24474         ddrawex"
24475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24476 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24477 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24478
24479 ALL_MAKEFILES="$ALL_MAKEFILES \\
24480         dlls/devenum/Makefile"
24481 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24482         devenum"
24483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24484 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24485 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24486
24487 ALL_MAKEFILES="$ALL_MAKEFILES \\
24488         dlls/dinput/Makefile"
24489 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24490         dinput"
24491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24492 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24493 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24494
24495 ALL_MAKEFILES="$ALL_MAKEFILES \\
24496         dlls/dinput/tests/Makefile"
24497 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24498         dinput/tests"
24499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24500 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
24501 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
24502
24503 ALL_MAKEFILES="$ALL_MAKEFILES \\
24504         dlls/dinput8/Makefile"
24505 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24506         dinput8"
24507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24508 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
24509 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
24510
24511 ALL_MAKEFILES="$ALL_MAKEFILES \\
24512         dlls/dmband/Makefile"
24513 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24514         dmband"
24515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24516 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
24517 ac_config_files="$ac_config_files dlls/dmband/Makefile"
24518
24519 ALL_MAKEFILES="$ALL_MAKEFILES \\
24520         dlls/dmcompos/Makefile"
24521 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24522         dmcompos"
24523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24524 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
24525 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
24526
24527 ALL_MAKEFILES="$ALL_MAKEFILES \\
24528         dlls/dmime/Makefile"
24529 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24530         dmime"
24531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24532 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
24533 ac_config_files="$ac_config_files dlls/dmime/Makefile"
24534
24535 ALL_MAKEFILES="$ALL_MAKEFILES \\
24536         dlls/dmloader/Makefile"
24537 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24538         dmloader"
24539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24540 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
24541 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
24542
24543 ALL_MAKEFILES="$ALL_MAKEFILES \\
24544         dlls/dmscript/Makefile"
24545 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24546         dmscript"
24547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24548 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
24549 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
24550
24551 ALL_MAKEFILES="$ALL_MAKEFILES \\
24552         dlls/dmstyle/Makefile"
24553 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24554         dmstyle"
24555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24556 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
24557 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
24558
24559 ALL_MAKEFILES="$ALL_MAKEFILES \\
24560         dlls/dmsynth/Makefile"
24561 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24562         dmsynth"
24563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24564 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
24565 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
24566
24567 ALL_MAKEFILES="$ALL_MAKEFILES \\
24568         dlls/dmusic/Makefile"
24569 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24570         dmusic"
24571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24572 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
24573 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
24574
24575 ALL_MAKEFILES="$ALL_MAKEFILES \\
24576         dlls/dmusic32/Makefile"
24577 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24578         dmusic32"
24579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24580 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
24581 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
24582
24583 ALL_MAKEFILES="$ALL_MAKEFILES \\
24584         dlls/dnsapi/Makefile"
24585 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24586         dnsapi"
24587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24588 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
24589 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
24590
24591 ALL_MAKEFILES="$ALL_MAKEFILES \\
24592         dlls/dnsapi/tests/Makefile"
24593 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24594         dnsapi/tests"
24595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24596 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
24597 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
24598
24599 ALL_MAKEFILES="$ALL_MAKEFILES \\
24600         dlls/dplay/Makefile"
24601 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24602         dplay"
24603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24604 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
24605 ac_config_files="$ac_config_files dlls/dplay/Makefile"
24606
24607 ALL_MAKEFILES="$ALL_MAKEFILES \\
24608         dlls/dplayx/Makefile"
24609 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24610         dplayx"
24611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24612 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
24613 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
24614
24615 ALL_MAKEFILES="$ALL_MAKEFILES \\
24616         dlls/dplayx/tests/Makefile"
24617 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24618         dplayx/tests"
24619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24620 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
24621 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
24622
24623 ALL_MAKEFILES="$ALL_MAKEFILES \\
24624         dlls/dpnaddr/Makefile"
24625 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24626         dpnaddr"
24627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24628 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
24629 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
24630
24631 ALL_MAKEFILES="$ALL_MAKEFILES \\
24632         dlls/dpnet/Makefile"
24633 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24634         dpnet"
24635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24636 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
24637 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
24638
24639 ALL_MAKEFILES="$ALL_MAKEFILES \\
24640         dlls/dpnhpast/Makefile"
24641 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24642         dpnhpast"
24643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24644 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
24645 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
24646
24647 ALL_MAKEFILES="$ALL_MAKEFILES \\
24648         dlls/dpnlobby/Makefile"
24649 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24650         dpnlobby"
24651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24652 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
24653 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
24654
24655 ALL_MAKEFILES="$ALL_MAKEFILES \\
24656         dlls/dpwsockx/Makefile"
24657 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24658         dpwsockx"
24659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24660 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
24661 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
24662
24663 ALL_MAKEFILES="$ALL_MAKEFILES \\
24664         dlls/dsound/Makefile"
24665 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24666         dsound"
24667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24668 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
24669 ac_config_files="$ac_config_files dlls/dsound/Makefile"
24670
24671 ALL_MAKEFILES="$ALL_MAKEFILES \\
24672         dlls/dsound/tests/Makefile"
24673 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24674         dsound/tests"
24675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24676 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
24677 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
24678
24679 ALL_MAKEFILES="$ALL_MAKEFILES \\
24680         dlls/dssenh/Makefile"
24681 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24682         dssenh"
24683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24684 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
24685 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
24686
24687 ALL_MAKEFILES="$ALL_MAKEFILES \\
24688         dlls/dswave/Makefile"
24689 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24690         dswave"
24691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24692 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
24693 ac_config_files="$ac_config_files dlls/dswave/Makefile"
24694
24695 ALL_MAKEFILES="$ALL_MAKEFILES \\
24696         dlls/dwmapi/Makefile"
24697 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24698         dwmapi"
24699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24700 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
24701 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
24702
24703 ALL_MAKEFILES="$ALL_MAKEFILES \\
24704         dlls/dxdiagn/Makefile"
24705 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24706         dxdiagn"
24707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24708 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
24709 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
24710
24711 ALL_MAKEFILES="$ALL_MAKEFILES \\
24712         dlls/dxerr8/Makefile"
24713 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24714         dxerr8"
24715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24716 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
24717 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
24718
24719 ALL_MAKEFILES="$ALL_MAKEFILES \\
24720         dlls/dxerr9/Makefile"
24721 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24722         dxerr9"
24723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24724 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
24725 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
24726
24727 ALL_MAKEFILES="$ALL_MAKEFILES \\
24728         dlls/dxgi/Makefile"
24729 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24730         dxgi"
24731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24732 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
24733 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
24734
24735 ALL_MAKEFILES="$ALL_MAKEFILES \\
24736         dlls/dxgi/tests/Makefile"
24737 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24738         dxgi/tests"
24739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24740 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
24741 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
24742
24743 ALL_MAKEFILES="$ALL_MAKEFILES \\
24744         dlls/dxguid/Makefile"
24745 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24746         dxguid"
24747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24748 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
24749 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
24750
24751 ALL_MAKEFILES="$ALL_MAKEFILES \\
24752         dlls/faultrep/Makefile"
24753 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24754         faultrep"
24755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24756 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
24757 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
24758
24759 ALL_MAKEFILES="$ALL_MAKEFILES \\
24760         dlls/fusion/Makefile"
24761 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24762         fusion"
24763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24764 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
24765 ac_config_files="$ac_config_files dlls/fusion/Makefile"
24766
24767 ALL_MAKEFILES="$ALL_MAKEFILES \\
24768         dlls/fusion/tests/Makefile"
24769 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24770         fusion/tests"
24771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24772 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
24773 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
24774
24775 ALL_MAKEFILES="$ALL_MAKEFILES \\
24776         dlls/gdi32/Makefile"
24777 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24778         gdi32"
24779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24780 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
24781 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
24782
24783 ALL_MAKEFILES="$ALL_MAKEFILES \\
24784         dlls/gdi32/tests/Makefile"
24785 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24786         gdi32/tests"
24787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24788 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
24789 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
24790
24791 ALL_MAKEFILES="$ALL_MAKEFILES \\
24792         dlls/gdiplus/Makefile"
24793 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24794         gdiplus"
24795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24796 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
24797 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
24798
24799 ALL_MAKEFILES="$ALL_MAKEFILES \\
24800         dlls/gdiplus/tests/Makefile"
24801 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24802         gdiplus/tests"
24803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24804 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
24805 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
24806
24807 ALL_MAKEFILES="$ALL_MAKEFILES \\
24808         dlls/glu32/Makefile"
24809 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24810         glu32"
24811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24812 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
24813 ac_config_files="$ac_config_files dlls/glu32/Makefile"
24814
24815 ALL_MAKEFILES="$ALL_MAKEFILES \\
24816         dlls/gphoto2.ds/Makefile"
24817 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24818         gphoto2.ds"
24819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24820 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
24821 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
24822
24823 ALL_MAKEFILES="$ALL_MAKEFILES \\
24824         dlls/gpkcsp/Makefile"
24825 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24826         gpkcsp"
24827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24828 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
24829 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
24830
24831 ALL_MAKEFILES="$ALL_MAKEFILES \\
24832         dlls/hal/Makefile"
24833 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24834         hal"
24835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24836 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
24837 ac_config_files="$ac_config_files dlls/hal/Makefile"
24838
24839 ALL_MAKEFILES="$ALL_MAKEFILES \\
24840         dlls/hhctrl.ocx/Makefile"
24841 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24842         hhctrl.ocx"
24843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24844 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
24845 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
24846
24847 ALL_MAKEFILES="$ALL_MAKEFILES \\
24848         dlls/hid/Makefile"
24849 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24850         hid"
24851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24852 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
24853 ac_config_files="$ac_config_files dlls/hid/Makefile"
24854
24855 ALL_MAKEFILES="$ALL_MAKEFILES \\
24856         dlls/hlink/Makefile"
24857 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24858         hlink"
24859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24860 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
24861 ac_config_files="$ac_config_files dlls/hlink/Makefile"
24862
24863 ALL_MAKEFILES="$ALL_MAKEFILES \\
24864         dlls/hlink/tests/Makefile"
24865 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24866         hlink/tests"
24867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24868 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
24869 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
24870
24871 ALL_MAKEFILES="$ALL_MAKEFILES \\
24872         dlls/hnetcfg/Makefile"
24873 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24874         hnetcfg"
24875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24876 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
24877 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
24878
24879 ALL_MAKEFILES="$ALL_MAKEFILES \\
24880         dlls/iccvid/Makefile"
24881 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24882         iccvid"
24883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24884 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
24885 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
24886
24887 ALL_MAKEFILES="$ALL_MAKEFILES \\
24888         dlls/icmp/Makefile"
24889 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24890         icmp"
24891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24892 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
24893 ac_config_files="$ac_config_files dlls/icmp/Makefile"
24894
24895 ALL_MAKEFILES="$ALL_MAKEFILES \\
24896         dlls/ifsmgr.vxd/Makefile"
24897 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24898         ifsmgr.vxd"
24899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24900 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
24901 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
24902
24903 ALL_MAKEFILES="$ALL_MAKEFILES \\
24904         dlls/imaadp32.acm/Makefile"
24905 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24906         imaadp32.acm"
24907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24908 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
24909 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
24910
24911 ALL_MAKEFILES="$ALL_MAKEFILES \\
24912         dlls/imagehlp/Makefile"
24913 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24914         imagehlp"
24915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24916 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
24917 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
24918
24919 ALL_MAKEFILES="$ALL_MAKEFILES \\
24920         dlls/imm32/Makefile"
24921 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24922         imm32"
24923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24924 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
24925 ac_config_files="$ac_config_files dlls/imm32/Makefile"
24926
24927 ALL_MAKEFILES="$ALL_MAKEFILES \\
24928         dlls/imm32/tests/Makefile"
24929 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24930         imm32/tests"
24931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24932 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
24933 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
24934
24935 ALL_MAKEFILES="$ALL_MAKEFILES \\
24936         dlls/inetcomm/Makefile"
24937 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24938         inetcomm"
24939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24940 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
24941 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
24942
24943 ALL_MAKEFILES="$ALL_MAKEFILES \\
24944         dlls/inetcomm/tests/Makefile"
24945 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24946         inetcomm/tests"
24947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24948 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
24949 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
24950
24951 ALL_MAKEFILES="$ALL_MAKEFILES \\
24952         dlls/inetmib1/Makefile"
24953 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24954         inetmib1"
24955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24956 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
24957 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
24958
24959 ALL_MAKEFILES="$ALL_MAKEFILES \\
24960         dlls/inetmib1/tests/Makefile"
24961 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24962         inetmib1/tests"
24963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24964 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
24965 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
24966
24967 ALL_MAKEFILES="$ALL_MAKEFILES \\
24968         dlls/infosoft/Makefile"
24969 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24970         infosoft"
24971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24972 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
24973 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
24974
24975 ALL_MAKEFILES="$ALL_MAKEFILES \\
24976         dlls/infosoft/tests/Makefile"
24977 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24978         infosoft/tests"
24979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24980 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
24981 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
24982
24983 ALL_MAKEFILES="$ALL_MAKEFILES \\
24984         dlls/initpki/Makefile"
24985 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24986         initpki"
24987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24988 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
24989 ac_config_files="$ac_config_files dlls/initpki/Makefile"
24990
24991 ALL_MAKEFILES="$ALL_MAKEFILES \\
24992         dlls/inkobj/Makefile"
24993 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24994         inkobj"
24995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24996 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
24997 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
24998
24999 ALL_MAKEFILES="$ALL_MAKEFILES \\
25000         dlls/inseng/Makefile"
25001 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25002         inseng"
25003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25004 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25005 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25006
25007 ALL_MAKEFILES="$ALL_MAKEFILES \\
25008         dlls/iphlpapi/Makefile"
25009 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25010         iphlpapi"
25011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25012 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25013 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25014
25015 ALL_MAKEFILES="$ALL_MAKEFILES \\
25016         dlls/iphlpapi/tests/Makefile"
25017 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25018         iphlpapi/tests"
25019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25020 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25021 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25022
25023 ALL_MAKEFILES="$ALL_MAKEFILES \\
25024         dlls/itircl/Makefile"
25025 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25026         itircl"
25027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25028 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25029 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25030
25031 ALL_MAKEFILES="$ALL_MAKEFILES \\
25032         dlls/itss/Makefile"
25033 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25034         itss"
25035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25036 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25037 ac_config_files="$ac_config_files dlls/itss/Makefile"
25038
25039 ALL_MAKEFILES="$ALL_MAKEFILES \\
25040         dlls/itss/tests/Makefile"
25041 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25042         itss/tests"
25043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25044 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25045 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25046
25047 ALL_MAKEFILES="$ALL_MAKEFILES \\
25048         dlls/jscript/Makefile"
25049 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25050         jscript"
25051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25052 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25053 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25054
25055 ALL_MAKEFILES="$ALL_MAKEFILES \\
25056         dlls/jscript/tests/Makefile"
25057 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25058         jscript/tests"
25059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25060 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25061 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25062
25063 ALL_MAKEFILES="$ALL_MAKEFILES \\
25064         dlls/kernel32/Makefile"
25065 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25066         kernel32"
25067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25068 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25069 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25070
25071 ALL_MAKEFILES="$ALL_MAKEFILES \\
25072         dlls/kernel32/tests/Makefile"
25073 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25074         kernel32/tests"
25075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25076 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25077 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25078
25079 ALL_MAKEFILES="$ALL_MAKEFILES \\
25080         dlls/localspl/Makefile"
25081 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25082         localspl"
25083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25084 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25085 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25086
25087 ALL_MAKEFILES="$ALL_MAKEFILES \\
25088         dlls/localspl/tests/Makefile"
25089 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25090         localspl/tests"
25091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25092 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25093 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25094
25095 ALL_MAKEFILES="$ALL_MAKEFILES \\
25096         dlls/localui/Makefile"
25097 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25098         localui"
25099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25100 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25101 ac_config_files="$ac_config_files dlls/localui/Makefile"
25102
25103 ALL_MAKEFILES="$ALL_MAKEFILES \\
25104         dlls/localui/tests/Makefile"
25105 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25106         localui/tests"
25107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25108 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25109 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25110
25111 ALL_MAKEFILES="$ALL_MAKEFILES \\
25112         dlls/lz32/Makefile"
25113 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25114         lz32"
25115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25116 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25117 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25118
25119 ALL_MAKEFILES="$ALL_MAKEFILES \\
25120         dlls/lz32/tests/Makefile"
25121 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25122         lz32/tests"
25123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25124 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25125 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25126
25127 ALL_MAKEFILES="$ALL_MAKEFILES \\
25128         dlls/mapi32/Makefile"
25129 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25130         mapi32"
25131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25132 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25133 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25134
25135 ALL_MAKEFILES="$ALL_MAKEFILES \\
25136         dlls/mapi32/tests/Makefile"
25137 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25138         mapi32/tests"
25139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25140 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25141 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25142
25143 ALL_MAKEFILES="$ALL_MAKEFILES \\
25144         dlls/mciavi32/Makefile"
25145 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25146         mciavi32"
25147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25148 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25149 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25150
25151 ALL_MAKEFILES="$ALL_MAKEFILES \\
25152         dlls/mcicda/Makefile"
25153 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25154         mcicda"
25155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25156 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25157 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25158
25159 ALL_MAKEFILES="$ALL_MAKEFILES \\
25160         dlls/mciseq/Makefile"
25161 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25162         mciseq"
25163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25164 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25165 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25166
25167 ALL_MAKEFILES="$ALL_MAKEFILES \\
25168         dlls/mciwave/Makefile"
25169 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25170         mciwave"
25171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25172 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25173 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25174
25175 ALL_MAKEFILES="$ALL_MAKEFILES \\
25176         dlls/midimap/Makefile"
25177 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25178         midimap"
25179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25180 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25181 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25182
25183 ALL_MAKEFILES="$ALL_MAKEFILES \\
25184         dlls/mlang/Makefile"
25185 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25186         mlang"
25187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25188 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25189 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25190
25191 ALL_MAKEFILES="$ALL_MAKEFILES \\
25192         dlls/mlang/tests/Makefile"
25193 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25194         mlang/tests"
25195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25196 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25197 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25198
25199 ALL_MAKEFILES="$ALL_MAKEFILES \\
25200         dlls/mmdevldr.vxd/Makefile"
25201 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25202         mmdevldr.vxd"
25203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25204 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25205 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25206
25207 ALL_MAKEFILES="$ALL_MAKEFILES \\
25208         dlls/monodebg.vxd/Makefile"
25209 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25210         monodebg.vxd"
25211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25212 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25213 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25214
25215 ALL_MAKEFILES="$ALL_MAKEFILES \\
25216         dlls/mountmgr.sys/Makefile"
25217 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25218         mountmgr.sys"
25219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25220 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25221 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25222
25223 ALL_MAKEFILES="$ALL_MAKEFILES \\
25224         dlls/mpr/Makefile"
25225 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25226         mpr"
25227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25228 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25229 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25230
25231 ALL_MAKEFILES="$ALL_MAKEFILES \\
25232         dlls/mprapi/Makefile"
25233 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25234         mprapi"
25235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25236 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25237 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25238
25239 ALL_MAKEFILES="$ALL_MAKEFILES \\
25240         dlls/msacm32.drv/Makefile"
25241 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25242         msacm32.drv"
25243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25244 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25245 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25246
25247 ALL_MAKEFILES="$ALL_MAKEFILES \\
25248         dlls/msacm32/Makefile"
25249 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25250         msacm32"
25251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25252 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25253 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25254
25255 ALL_MAKEFILES="$ALL_MAKEFILES \\
25256         dlls/msacm32/tests/Makefile"
25257 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25258         msacm32/tests"
25259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25260 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25261 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25262
25263 ALL_MAKEFILES="$ALL_MAKEFILES \\
25264         dlls/msadp32.acm/Makefile"
25265 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25266         msadp32.acm"
25267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25268 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25269 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25270
25271 ALL_MAKEFILES="$ALL_MAKEFILES \\
25272         dlls/mscat32/Makefile"
25273 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25274         mscat32"
25275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25276 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25277 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25278
25279 ALL_MAKEFILES="$ALL_MAKEFILES \\
25280         dlls/mscms/Makefile"
25281 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25282         mscms"
25283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25284 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25285 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25286
25287 ALL_MAKEFILES="$ALL_MAKEFILES \\
25288         dlls/mscms/tests/Makefile"
25289 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25290         mscms/tests"
25291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25292 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25293 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25294
25295 ALL_MAKEFILES="$ALL_MAKEFILES \\
25296         dlls/mscoree/Makefile"
25297 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25298         mscoree"
25299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25300 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25301 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25302
25303 ALL_MAKEFILES="$ALL_MAKEFILES \\
25304         dlls/msdmo/Makefile"
25305 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25306         msdmo"
25307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25308 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25309 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25310
25311 ALL_MAKEFILES="$ALL_MAKEFILES \\
25312         dlls/msftedit/Makefile"
25313 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25314         msftedit"
25315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25316 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25317 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25318
25319 ALL_MAKEFILES="$ALL_MAKEFILES \\
25320         dlls/msg711.acm/Makefile"
25321 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25322         msg711.acm"
25323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25324 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25325 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25326
25327 ALL_MAKEFILES="$ALL_MAKEFILES \\
25328         dlls/mshtml.tlb/Makefile"
25329 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25330         mshtml.tlb"
25331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25332 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25333 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25334
25335 ALL_MAKEFILES="$ALL_MAKEFILES \\
25336         dlls/mshtml/Makefile"
25337 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25338         mshtml"
25339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25340 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25341 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25342
25343 ALL_MAKEFILES="$ALL_MAKEFILES \\
25344         dlls/mshtml/tests/Makefile"
25345 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25346         mshtml/tests"
25347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25348 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25349 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25350
25351 ALL_MAKEFILES="$ALL_MAKEFILES \\
25352         dlls/msi/Makefile"
25353 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25354         msi"
25355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25356 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25357 ac_config_files="$ac_config_files dlls/msi/Makefile"
25358
25359 ALL_MAKEFILES="$ALL_MAKEFILES \\
25360         dlls/msi/tests/Makefile"
25361 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25362         msi/tests"
25363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25364 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25365 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25366
25367 ALL_MAKEFILES="$ALL_MAKEFILES \\
25368         dlls/msimg32/Makefile"
25369 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25370         msimg32"
25371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25372 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25373 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25374
25375 ALL_MAKEFILES="$ALL_MAKEFILES \\
25376         dlls/msimtf/Makefile"
25377 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25378         msimtf"
25379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25380 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25381 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25382
25383 ALL_MAKEFILES="$ALL_MAKEFILES \\
25384         dlls/msisip/Makefile"
25385 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25386         msisip"
25387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25388 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25389 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25390
25391 ALL_MAKEFILES="$ALL_MAKEFILES \\
25392         dlls/msisys.ocx/Makefile"
25393 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25394         msisys.ocx"
25395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25396 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25397 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25398
25399 ALL_MAKEFILES="$ALL_MAKEFILES \\
25400         dlls/msnet32/Makefile"
25401 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25402         msnet32"
25403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25404 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25405 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25406
25407 ALL_MAKEFILES="$ALL_MAKEFILES \\
25408         dlls/msrle32/Makefile"
25409 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25410         msrle32"
25411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25412 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25413 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25414
25415 ALL_MAKEFILES="$ALL_MAKEFILES \\
25416         dlls/mssip32/Makefile"
25417 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25418         mssip32"
25419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25420 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25421 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25422
25423 ALL_MAKEFILES="$ALL_MAKEFILES \\
25424         dlls/mstask/Makefile"
25425 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25426         mstask"
25427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25428 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25429 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25430
25431 ALL_MAKEFILES="$ALL_MAKEFILES \\
25432         dlls/mstask/tests/Makefile"
25433 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25434         mstask/tests"
25435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25436 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25437 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25438
25439 ALL_MAKEFILES="$ALL_MAKEFILES \\
25440         dlls/msvcirt/Makefile"
25441 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25442         msvcirt"
25443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25444 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25445 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25446
25447 ALL_MAKEFILES="$ALL_MAKEFILES \\
25448         dlls/msvcr71/Makefile"
25449 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25450         msvcr71"
25451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25452 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
25453 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
25454
25455 ALL_MAKEFILES="$ALL_MAKEFILES \\
25456         dlls/msvcrt/Makefile"
25457 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25458         msvcrt"
25459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25460 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
25461 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
25462
25463 ALL_MAKEFILES="$ALL_MAKEFILES \\
25464         dlls/msvcrt/tests/Makefile"
25465 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25466         msvcrt/tests"
25467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25468 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
25469 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
25470
25471 ALL_MAKEFILES="$ALL_MAKEFILES \\
25472         dlls/msvcrt20/Makefile"
25473 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25474         msvcrt20"
25475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25476 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
25477 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
25478
25479 ALL_MAKEFILES="$ALL_MAKEFILES \\
25480         dlls/msvcrt40/Makefile"
25481 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25482         msvcrt40"
25483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25484 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
25485 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
25486
25487 ALL_MAKEFILES="$ALL_MAKEFILES \\
25488         dlls/msvcrtd/Makefile"
25489 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25490         msvcrtd"
25491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25492 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
25493 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
25494
25495 ALL_MAKEFILES="$ALL_MAKEFILES \\
25496         dlls/msvcrtd/tests/Makefile"
25497 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25498         msvcrtd/tests"
25499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25500 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
25501 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
25502
25503 ALL_MAKEFILES="$ALL_MAKEFILES \\
25504         dlls/msvfw32/Makefile"
25505 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25506         msvfw32"
25507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25508 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
25509 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
25510
25511 ALL_MAKEFILES="$ALL_MAKEFILES \\
25512         dlls/msvidc32/Makefile"
25513 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25514         msvidc32"
25515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25516 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
25517 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
25518
25519 ALL_MAKEFILES="$ALL_MAKEFILES \\
25520         dlls/mswsock/Makefile"
25521 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25522         mswsock"
25523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25524 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
25525 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
25526
25527 ALL_MAKEFILES="$ALL_MAKEFILES \\
25528         dlls/msxml3/Makefile"
25529 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25530         msxml3"
25531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25532 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
25533 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
25534
25535 ALL_MAKEFILES="$ALL_MAKEFILES \\
25536         dlls/msxml3/tests/Makefile"
25537 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25538         msxml3/tests"
25539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25540 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
25541 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
25542
25543 ALL_MAKEFILES="$ALL_MAKEFILES \\
25544         dlls/nddeapi/Makefile"
25545 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25546         nddeapi"
25547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25548 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
25549 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
25550
25551 ALL_MAKEFILES="$ALL_MAKEFILES \\
25552         dlls/netapi32/Makefile"
25553 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25554         netapi32"
25555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25556 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
25557 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
25558
25559 ALL_MAKEFILES="$ALL_MAKEFILES \\
25560         dlls/netapi32/tests/Makefile"
25561 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25562         netapi32/tests"
25563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25564 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
25565 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
25566
25567 ALL_MAKEFILES="$ALL_MAKEFILES \\
25568         dlls/newdev/Makefile"
25569 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25570         newdev"
25571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25572 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
25573 ac_config_files="$ac_config_files dlls/newdev/Makefile"
25574
25575 ALL_MAKEFILES="$ALL_MAKEFILES \\
25576         dlls/ntdll/Makefile"
25577 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25578         ntdll"
25579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25580 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
25581 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
25582
25583 ALL_MAKEFILES="$ALL_MAKEFILES \\
25584         dlls/ntdll/tests/Makefile"
25585 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25586         ntdll/tests"
25587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25588 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
25589 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
25590
25591 ALL_MAKEFILES="$ALL_MAKEFILES \\
25592         dlls/ntdsapi/Makefile"
25593 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25594         ntdsapi"
25595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25596 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
25597 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
25598
25599 ALL_MAKEFILES="$ALL_MAKEFILES \\
25600         dlls/ntdsapi/tests/Makefile"
25601 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25602         ntdsapi/tests"
25603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25604 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
25605 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
25606
25607 ALL_MAKEFILES="$ALL_MAKEFILES \\
25608         dlls/ntoskrnl.exe/Makefile"
25609 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25610         ntoskrnl.exe"
25611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25612 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
25613 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
25614
25615 ALL_MAKEFILES="$ALL_MAKEFILES \\
25616         dlls/ntprint/Makefile"
25617 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25618         ntprint"
25619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25620 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
25621 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
25622
25623 ALL_MAKEFILES="$ALL_MAKEFILES \\
25624         dlls/ntprint/tests/Makefile"
25625 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25626         ntprint/tests"
25627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25628 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
25629 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
25630
25631 ALL_MAKEFILES="$ALL_MAKEFILES \\
25632         dlls/objsel/Makefile"
25633 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25634         objsel"
25635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25636 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
25637 ac_config_files="$ac_config_files dlls/objsel/Makefile"
25638
25639 ALL_MAKEFILES="$ALL_MAKEFILES \\
25640         dlls/odbc32/Makefile"
25641 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25642         odbc32"
25643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25644 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
25645 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
25646
25647 ALL_MAKEFILES="$ALL_MAKEFILES \\
25648         dlls/odbccp32/Makefile"
25649 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25650         odbccp32"
25651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25652 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
25653 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
25654
25655 ALL_MAKEFILES="$ALL_MAKEFILES \\
25656         dlls/odbccp32/tests/Makefile"
25657 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25658         odbccp32/tests"
25659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25660 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
25661 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
25662
25663 ALL_MAKEFILES="$ALL_MAKEFILES \\
25664         dlls/ole32/Makefile"
25665 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25666         ole32"
25667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25668 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
25669 ac_config_files="$ac_config_files dlls/ole32/Makefile"
25670
25671 ALL_MAKEFILES="$ALL_MAKEFILES \\
25672         dlls/ole32/tests/Makefile"
25673 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25674         ole32/tests"
25675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25676 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
25677 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
25678
25679 ALL_MAKEFILES="$ALL_MAKEFILES \\
25680         dlls/oleacc/Makefile"
25681 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25682         oleacc"
25683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25684 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
25685 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
25686
25687 ALL_MAKEFILES="$ALL_MAKEFILES \\
25688         dlls/oleacc/tests/Makefile"
25689 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25690         oleacc/tests"
25691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25692 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
25693 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
25694
25695 ALL_MAKEFILES="$ALL_MAKEFILES \\
25696         dlls/oleaut32/Makefile"
25697 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25698         oleaut32"
25699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25700 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
25701 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
25702
25703 ALL_MAKEFILES="$ALL_MAKEFILES \\
25704         dlls/oleaut32/tests/Makefile"
25705 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25706         oleaut32/tests"
25707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25708 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
25709 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
25710
25711 ALL_MAKEFILES="$ALL_MAKEFILES \\
25712         dlls/olecli32/Makefile"
25713 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25714         olecli32"
25715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25716 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
25717 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
25718
25719 ALL_MAKEFILES="$ALL_MAKEFILES \\
25720         dlls/oledlg/Makefile"
25721 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25722         oledlg"
25723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25724 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
25725 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
25726
25727 ALL_MAKEFILES="$ALL_MAKEFILES \\
25728         dlls/olepro32/Makefile"
25729 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25730         olepro32"
25731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25732 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
25733 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
25734
25735 ALL_MAKEFILES="$ALL_MAKEFILES \\
25736         dlls/olesvr32/Makefile"
25737 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25738         olesvr32"
25739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25740 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
25741 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
25742
25743 ALL_MAKEFILES="$ALL_MAKEFILES \\
25744         dlls/olethk32/Makefile"
25745 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25746         olethk32"
25747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25748 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
25749 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
25750
25751 ALL_MAKEFILES="$ALL_MAKEFILES \\
25752         dlls/opengl32/Makefile"
25753 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25754         opengl32"
25755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25756 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
25757 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
25758
25759 ALL_MAKEFILES="$ALL_MAKEFILES \\
25760         dlls/opengl32/tests/Makefile"
25761 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25762         opengl32/tests"
25763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25764 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
25765 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
25766
25767 ALL_MAKEFILES="$ALL_MAKEFILES \\
25768         dlls/pdh/Makefile"
25769 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25770         pdh"
25771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25772 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
25773 ac_config_files="$ac_config_files dlls/pdh/Makefile"
25774
25775 ALL_MAKEFILES="$ALL_MAKEFILES \\
25776         dlls/pdh/tests/Makefile"
25777 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25778         pdh/tests"
25779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25780 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
25781 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
25782
25783 ALL_MAKEFILES="$ALL_MAKEFILES \\
25784         dlls/pidgen/Makefile"
25785 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25786         pidgen"
25787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25788 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
25789 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
25790
25791 ALL_MAKEFILES="$ALL_MAKEFILES \\
25792         dlls/powrprof/Makefile"
25793 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25794         powrprof"
25795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25796 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
25797 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
25798
25799 ALL_MAKEFILES="$ALL_MAKEFILES \\
25800         dlls/printui/Makefile"
25801 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25802         printui"
25803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25804 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
25805 ac_config_files="$ac_config_files dlls/printui/Makefile"
25806
25807 ALL_MAKEFILES="$ALL_MAKEFILES \\
25808         dlls/propsys/Makefile"
25809 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25810         propsys"
25811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25812 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
25813 ac_config_files="$ac_config_files dlls/propsys/Makefile"
25814
25815 ALL_MAKEFILES="$ALL_MAKEFILES \\
25816         dlls/psapi/Makefile"
25817 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25818         psapi"
25819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25820 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
25821 ac_config_files="$ac_config_files dlls/psapi/Makefile"
25822
25823 ALL_MAKEFILES="$ALL_MAKEFILES \\
25824         dlls/psapi/tests/Makefile"
25825 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25826         psapi/tests"
25827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25828 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
25829 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
25830
25831 ALL_MAKEFILES="$ALL_MAKEFILES \\
25832         dlls/pstorec/Makefile"
25833 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25834         pstorec"
25835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25836 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
25837 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
25838
25839 ALL_MAKEFILES="$ALL_MAKEFILES \\
25840         dlls/qcap/Makefile"
25841 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25842         qcap"
25843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25844 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
25845 ac_config_files="$ac_config_files dlls/qcap/Makefile"
25846
25847 ALL_MAKEFILES="$ALL_MAKEFILES \\
25848         dlls/qedit/Makefile"
25849 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25850         qedit"
25851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25852 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
25853 ac_config_files="$ac_config_files dlls/qedit/Makefile"
25854
25855 ALL_MAKEFILES="$ALL_MAKEFILES \\
25856         dlls/qedit/tests/Makefile"
25857 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25858         qedit/tests"
25859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25860 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
25861 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
25862
25863 ALL_MAKEFILES="$ALL_MAKEFILES \\
25864         dlls/qmgr/Makefile"
25865 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25866         qmgr"
25867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25868 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
25869 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
25870
25871 ALL_MAKEFILES="$ALL_MAKEFILES \\
25872         dlls/qmgr/tests/Makefile"
25873 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25874         qmgr/tests"
25875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25876 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
25877 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
25878
25879 ALL_MAKEFILES="$ALL_MAKEFILES \\
25880         dlls/qmgrprxy/Makefile"
25881 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25882         qmgrprxy"
25883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25884 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
25885 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
25886
25887 ALL_MAKEFILES="$ALL_MAKEFILES \\
25888         dlls/quartz/Makefile"
25889 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25890         quartz"
25891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25892 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
25893 ac_config_files="$ac_config_files dlls/quartz/Makefile"
25894
25895 ALL_MAKEFILES="$ALL_MAKEFILES \\
25896         dlls/quartz/tests/Makefile"
25897 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25898         quartz/tests"
25899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25900 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
25901 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
25902
25903 ALL_MAKEFILES="$ALL_MAKEFILES \\
25904         dlls/query/Makefile"
25905 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25906         query"
25907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25908 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
25909 ac_config_files="$ac_config_files dlls/query/Makefile"
25910
25911 ALL_MAKEFILES="$ALL_MAKEFILES \\
25912         dlls/rasapi32/Makefile"
25913 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25914         rasapi32"
25915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25916 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
25917 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
25918
25919 ALL_MAKEFILES="$ALL_MAKEFILES \\
25920         dlls/rasapi32/tests/Makefile"
25921 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25922         rasapi32/tests"
25923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25924 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
25925 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
25926
25927 ALL_MAKEFILES="$ALL_MAKEFILES \\
25928         dlls/resutils/Makefile"
25929 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25930         resutils"
25931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25932 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
25933 ac_config_files="$ac_config_files dlls/resutils/Makefile"
25934
25935 ALL_MAKEFILES="$ALL_MAKEFILES \\
25936         dlls/riched20/Makefile"
25937 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25938         riched20"
25939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25940 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
25941 ac_config_files="$ac_config_files dlls/riched20/Makefile"
25942
25943 ALL_MAKEFILES="$ALL_MAKEFILES \\
25944         dlls/riched20/tests/Makefile"
25945 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25946         riched20/tests"
25947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25948 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
25949 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
25950
25951 ALL_MAKEFILES="$ALL_MAKEFILES \\
25952         dlls/riched32/Makefile"
25953 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25954         riched32"
25955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25956 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
25957 ac_config_files="$ac_config_files dlls/riched32/Makefile"
25958
25959 ALL_MAKEFILES="$ALL_MAKEFILES \\
25960         dlls/riched32/tests/Makefile"
25961 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25962         riched32/tests"
25963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25964 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
25965 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
25966
25967 ALL_MAKEFILES="$ALL_MAKEFILES \\
25968         dlls/rpcrt4/Makefile"
25969 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25970         rpcrt4"
25971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25972 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
25973 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
25974
25975 ALL_MAKEFILES="$ALL_MAKEFILES \\
25976         dlls/rpcrt4/tests/Makefile"
25977 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25978         rpcrt4/tests"
25979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25980 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
25981 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
25982
25983 ALL_MAKEFILES="$ALL_MAKEFILES \\
25984         dlls/rsabase/Makefile"
25985 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25986         rsabase"
25987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25988 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
25989 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
25990
25991 ALL_MAKEFILES="$ALL_MAKEFILES \\
25992         dlls/rsaenh/Makefile"
25993 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25994         rsaenh"
25995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25996 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
25997 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
25998
25999 ALL_MAKEFILES="$ALL_MAKEFILES \\
26000         dlls/rsaenh/tests/Makefile"
26001 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26002         rsaenh/tests"
26003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26004 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26005 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26006
26007 ALL_MAKEFILES="$ALL_MAKEFILES \\
26008         dlls/sane.ds/Makefile"
26009 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26010         sane.ds"
26011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26012 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26013 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26014
26015 ALL_MAKEFILES="$ALL_MAKEFILES \\
26016         dlls/sccbase/Makefile"
26017 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26018         sccbase"
26019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26020 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26021 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26022
26023 ALL_MAKEFILES="$ALL_MAKEFILES \\
26024         dlls/schannel/Makefile"
26025 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26026         schannel"
26027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26028 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26029 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26030
26031 ALL_MAKEFILES="$ALL_MAKEFILES \\
26032         dlls/schannel/tests/Makefile"
26033 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26034         schannel/tests"
26035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26036 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26037 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26038
26039 ALL_MAKEFILES="$ALL_MAKEFILES \\
26040         dlls/secur32/Makefile"
26041 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26042         secur32"
26043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26044 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26045 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26046
26047 ALL_MAKEFILES="$ALL_MAKEFILES \\
26048         dlls/secur32/tests/Makefile"
26049 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26050         secur32/tests"
26051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26052 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26053 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26054
26055 ALL_MAKEFILES="$ALL_MAKEFILES \\
26056         dlls/security/Makefile"
26057 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26058         security"
26059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26060 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26061 ac_config_files="$ac_config_files dlls/security/Makefile"
26062
26063 ALL_MAKEFILES="$ALL_MAKEFILES \\
26064         dlls/sensapi/Makefile"
26065 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26066         sensapi"
26067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26068 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26069 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26070
26071 ALL_MAKEFILES="$ALL_MAKEFILES \\
26072         dlls/serialui/Makefile"
26073 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26074         serialui"
26075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26076 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26077 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26078
26079 ALL_MAKEFILES="$ALL_MAKEFILES \\
26080         dlls/serialui/tests/Makefile"
26081 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26082         serialui/tests"
26083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26084 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26085 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26086
26087 ALL_MAKEFILES="$ALL_MAKEFILES \\
26088         dlls/setupapi/Makefile"
26089 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26090         setupapi"
26091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26092 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26093 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26094
26095 ALL_MAKEFILES="$ALL_MAKEFILES \\
26096         dlls/setupapi/tests/Makefile"
26097 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26098         setupapi/tests"
26099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26100 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26101 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26102
26103 ALL_MAKEFILES="$ALL_MAKEFILES \\
26104         dlls/sfc/Makefile"
26105 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26106         sfc"
26107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26108 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26109 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26110
26111 ALL_MAKEFILES="$ALL_MAKEFILES \\
26112         dlls/sfc_os/Makefile"
26113 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26114         sfc_os"
26115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26116 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26117 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26118
26119 ALL_MAKEFILES="$ALL_MAKEFILES \\
26120         dlls/shdoclc/Makefile"
26121 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26122         shdoclc"
26123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26124 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26125 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26126
26127 ALL_MAKEFILES="$ALL_MAKEFILES \\
26128         dlls/shdocvw/Makefile"
26129 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26130         shdocvw"
26131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26132 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26133 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26134
26135 ALL_MAKEFILES="$ALL_MAKEFILES \\
26136         dlls/shdocvw/tests/Makefile"
26137 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26138         shdocvw/tests"
26139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26140 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26141 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26142
26143 ALL_MAKEFILES="$ALL_MAKEFILES \\
26144         dlls/shell32/Makefile"
26145 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26146         shell32"
26147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26148 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26149 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26150
26151 ALL_MAKEFILES="$ALL_MAKEFILES \\
26152         dlls/shell32/tests/Makefile"
26153 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26154         shell32/tests"
26155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26156 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26157 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26158
26159 ALL_MAKEFILES="$ALL_MAKEFILES \\
26160         dlls/shfolder/Makefile"
26161 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26162         shfolder"
26163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26164 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26165 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26166
26167 ALL_MAKEFILES="$ALL_MAKEFILES \\
26168         dlls/shlwapi/Makefile"
26169 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26170         shlwapi"
26171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26172 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26173 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26174
26175 ALL_MAKEFILES="$ALL_MAKEFILES \\
26176         dlls/shlwapi/tests/Makefile"
26177 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26178         shlwapi/tests"
26179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26180 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26181 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26182
26183 ALL_MAKEFILES="$ALL_MAKEFILES \\
26184         dlls/slbcsp/Makefile"
26185 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26186         slbcsp"
26187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26188 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26189 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26190
26191 ALL_MAKEFILES="$ALL_MAKEFILES \\
26192         dlls/slc/Makefile"
26193 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26194         slc"
26195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26196 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26197 ac_config_files="$ac_config_files dlls/slc/Makefile"
26198
26199 ALL_MAKEFILES="$ALL_MAKEFILES \\
26200         dlls/snmpapi/Makefile"
26201 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26202         snmpapi"
26203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26204 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26205 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26206
26207 ALL_MAKEFILES="$ALL_MAKEFILES \\
26208         dlls/snmpapi/tests/Makefile"
26209 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26210         snmpapi/tests"
26211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26212 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26213 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26214
26215 ALL_MAKEFILES="$ALL_MAKEFILES \\
26216         dlls/softpub/Makefile"
26217 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26218         softpub"
26219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26220 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26221 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26222
26223 ALL_MAKEFILES="$ALL_MAKEFILES \\
26224         dlls/spoolss/Makefile"
26225 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26226         spoolss"
26227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26228 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26229 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26230
26231 ALL_MAKEFILES="$ALL_MAKEFILES \\
26232         dlls/spoolss/tests/Makefile"
26233 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26234         spoolss/tests"
26235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26236 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26237 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26238
26239 ALL_MAKEFILES="$ALL_MAKEFILES \\
26240         dlls/stdole2.tlb/Makefile"
26241 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26242         stdole2.tlb"
26243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26244 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26245 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26246
26247 ALL_MAKEFILES="$ALL_MAKEFILES \\
26248         dlls/stdole32.tlb/Makefile"
26249 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26250         stdole32.tlb"
26251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26252 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26253 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26254
26255 ALL_MAKEFILES="$ALL_MAKEFILES \\
26256         dlls/sti/Makefile"
26257 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26258         sti"
26259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26260 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26261 ac_config_files="$ac_config_files dlls/sti/Makefile"
26262
26263 ALL_MAKEFILES="$ALL_MAKEFILES \\
26264         dlls/strmiids/Makefile"
26265 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26266         strmiids"
26267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26268 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26269 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26270
26271 ALL_MAKEFILES="$ALL_MAKEFILES \\
26272         dlls/svrapi/Makefile"
26273 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26274         svrapi"
26275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26276 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26277 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26278
26279 ALL_MAKEFILES="$ALL_MAKEFILES \\
26280         dlls/sxs/Makefile"
26281 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26282         sxs"
26283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26284 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26285 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26286
26287 ALL_MAKEFILES="$ALL_MAKEFILES \\
26288         dlls/tapi32/Makefile"
26289 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26290         tapi32"
26291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26292 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26293 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26294
26295 ALL_MAKEFILES="$ALL_MAKEFILES \\
26296         dlls/twain_32/Makefile"
26297 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26298         twain_32"
26299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26300 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26301 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26302
26303 ALL_MAKEFILES="$ALL_MAKEFILES \\
26304         dlls/unicows/Makefile"
26305 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26306         unicows"
26307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26308 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26309 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26310
26311 ALL_MAKEFILES="$ALL_MAKEFILES \\
26312         dlls/url/Makefile"
26313 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26314         url"
26315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26316 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26317 ac_config_files="$ac_config_files dlls/url/Makefile"
26318
26319 ALL_MAKEFILES="$ALL_MAKEFILES \\
26320         dlls/urlmon/Makefile"
26321 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26322         urlmon"
26323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26324 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26325 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26326
26327 ALL_MAKEFILES="$ALL_MAKEFILES \\
26328         dlls/urlmon/tests/Makefile"
26329 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26330         urlmon/tests"
26331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26332 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26333 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26334
26335 ALL_MAKEFILES="$ALL_MAKEFILES \\
26336         dlls/user32/Makefile"
26337 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26338         user32"
26339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26340 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26341 ac_config_files="$ac_config_files dlls/user32/Makefile"
26342
26343 ALL_MAKEFILES="$ALL_MAKEFILES \\
26344         dlls/user32/tests/Makefile"
26345 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26346         user32/tests"
26347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26348 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26349 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26350
26351 ALL_MAKEFILES="$ALL_MAKEFILES \\
26352         dlls/userenv/Makefile"
26353 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26354         userenv"
26355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26356 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26357 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26358
26359 ALL_MAKEFILES="$ALL_MAKEFILES \\
26360         dlls/userenv/tests/Makefile"
26361 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26362         userenv/tests"
26363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26364 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26365 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26366
26367 ALL_MAKEFILES="$ALL_MAKEFILES \\
26368         dlls/usp10/Makefile"
26369 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26370         usp10"
26371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26372 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
26373 ac_config_files="$ac_config_files dlls/usp10/Makefile"
26374
26375 ALL_MAKEFILES="$ALL_MAKEFILES \\
26376         dlls/usp10/tests/Makefile"
26377 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26378         usp10/tests"
26379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26380 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26381 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
26382
26383 ALL_MAKEFILES="$ALL_MAKEFILES \\
26384         dlls/uuid/Makefile"
26385 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26386         uuid"
26387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26388 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26389 ac_config_files="$ac_config_files dlls/uuid/Makefile"
26390
26391 ALL_MAKEFILES="$ALL_MAKEFILES \\
26392         dlls/uxtheme/Makefile"
26393 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26394         uxtheme"
26395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26396 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26397 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
26398
26399 ALL_MAKEFILES="$ALL_MAKEFILES \\
26400         dlls/uxtheme/tests/Makefile"
26401 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26402         uxtheme/tests"
26403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26404 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26405 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
26406
26407 ALL_MAKEFILES="$ALL_MAKEFILES \\
26408         dlls/vdhcp.vxd/Makefile"
26409 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26410         vdhcp.vxd"
26411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26412 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
26413 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
26414
26415 ALL_MAKEFILES="$ALL_MAKEFILES \\
26416         dlls/vdmdbg/Makefile"
26417 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26418         vdmdbg"
26419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26420 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
26421 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
26422
26423 ALL_MAKEFILES="$ALL_MAKEFILES \\
26424         dlls/version/Makefile"
26425 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26426         version"
26427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26428 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
26429 ac_config_files="$ac_config_files dlls/version/Makefile"
26430
26431 ALL_MAKEFILES="$ALL_MAKEFILES \\
26432         dlls/version/tests/Makefile"
26433 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26434         version/tests"
26435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26436 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
26437 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
26438
26439 ALL_MAKEFILES="$ALL_MAKEFILES \\
26440         dlls/vmm.vxd/Makefile"
26441 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26442         vmm.vxd"
26443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26444 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
26445 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
26446
26447 ALL_MAKEFILES="$ALL_MAKEFILES \\
26448         dlls/vnbt.vxd/Makefile"
26449 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26450         vnbt.vxd"
26451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26452 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
26453 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
26454
26455 ALL_MAKEFILES="$ALL_MAKEFILES \\
26456         dlls/vnetbios.vxd/Makefile"
26457 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26458         vnetbios.vxd"
26459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26460 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
26461 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
26462
26463 ALL_MAKEFILES="$ALL_MAKEFILES \\
26464         dlls/vtdapi.vxd/Makefile"
26465 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26466         vtdapi.vxd"
26467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26468 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
26469 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
26470
26471 ALL_MAKEFILES="$ALL_MAKEFILES \\
26472         dlls/vwin32.vxd/Makefile"
26473 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26474         vwin32.vxd"
26475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26476 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
26477 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
26478
26479 ALL_MAKEFILES="$ALL_MAKEFILES \\
26480         dlls/w32skrnl/Makefile"
26481 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26482         w32skrnl"
26483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26484 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
26485 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
26486
26487 ALL_MAKEFILES="$ALL_MAKEFILES \\
26488         dlls/winealsa.drv/Makefile"
26489 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26490         winealsa.drv"
26491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26492 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
26493 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
26494
26495 ALL_MAKEFILES="$ALL_MAKEFILES \\
26496         dlls/wineaudioio.drv/Makefile"
26497 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26498         wineaudioio.drv"
26499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26500 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
26501 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
26502
26503 ALL_MAKEFILES="$ALL_MAKEFILES \\
26504         dlls/winecoreaudio.drv/Makefile"
26505 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26506         winecoreaudio.drv"
26507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26508 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
26509 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
26510
26511 ALL_MAKEFILES="$ALL_MAKEFILES \\
26512         dlls/winecrt0/Makefile"
26513 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26514         winecrt0"
26515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26516 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
26517 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
26518
26519 ALL_MAKEFILES="$ALL_MAKEFILES \\
26520         dlls/wined3d/Makefile"
26521 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26522         wined3d"
26523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26524 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
26525 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
26526
26527 ALL_MAKEFILES="$ALL_MAKEFILES \\
26528         dlls/winedos/Makefile"
26529 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26530         winedos"
26531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26532 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
26533 ac_config_files="$ac_config_files dlls/winedos/Makefile"
26534
26535 ALL_MAKEFILES="$ALL_MAKEFILES \\
26536         dlls/wineesd.drv/Makefile"
26537 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26538         wineesd.drv"
26539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26540 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
26541 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
26542
26543 ALL_MAKEFILES="$ALL_MAKEFILES \\
26544         dlls/winejack.drv/Makefile"
26545 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26546         winejack.drv"
26547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26548 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
26549 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
26550
26551 ALL_MAKEFILES="$ALL_MAKEFILES \\
26552         dlls/winejoystick.drv/Makefile"
26553 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26554         winejoystick.drv"
26555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26556 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
26557 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
26558
26559 ALL_MAKEFILES="$ALL_MAKEFILES \\
26560         dlls/winemp3.acm/Makefile"
26561 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26562         winemp3.acm"
26563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26564 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
26565 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
26566
26567 ALL_MAKEFILES="$ALL_MAKEFILES \\
26568         dlls/winenas.drv/Makefile"
26569 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26570         winenas.drv"
26571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26572 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
26573 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
26574
26575 ALL_MAKEFILES="$ALL_MAKEFILES \\
26576         dlls/wineoss.drv/Makefile"
26577 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26578         wineoss.drv"
26579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26580 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
26581 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
26582
26583 ALL_MAKEFILES="$ALL_MAKEFILES \\
26584         dlls/wineps.drv/Makefile"
26585 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26586         wineps.drv"
26587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26588 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
26589 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
26590
26591 ALL_MAKEFILES="$ALL_MAKEFILES \\
26592         dlls/winequartz.drv/Makefile"
26593 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26594         winequartz.drv"
26595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26596 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
26597 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
26598
26599 ALL_MAKEFILES="$ALL_MAKEFILES \\
26600         dlls/winex11.drv/Makefile"
26601 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26602         winex11.drv"
26603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26604 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
26605 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
26606
26607 ALL_MAKEFILES="$ALL_MAKEFILES \\
26608         dlls/wing32/Makefile"
26609 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26610         wing32"
26611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26612 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
26613 ac_config_files="$ac_config_files dlls/wing32/Makefile"
26614
26615 ALL_MAKEFILES="$ALL_MAKEFILES \\
26616         dlls/winhttp/Makefile"
26617 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26618         winhttp"
26619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26620 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
26621 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
26622
26623 ALL_MAKEFILES="$ALL_MAKEFILES \\
26624         dlls/winhttp/tests/Makefile"
26625 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26626         winhttp/tests"
26627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26628 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
26629 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
26630
26631 ALL_MAKEFILES="$ALL_MAKEFILES \\
26632         dlls/wininet/Makefile"
26633 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26634         wininet"
26635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26636 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
26637 ac_config_files="$ac_config_files dlls/wininet/Makefile"
26638
26639 ALL_MAKEFILES="$ALL_MAKEFILES \\
26640         dlls/wininet/tests/Makefile"
26641 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26642         wininet/tests"
26643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26644 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
26645 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
26646
26647 ALL_MAKEFILES="$ALL_MAKEFILES \\
26648         dlls/winmm/Makefile"
26649 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26650         winmm"
26651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26652 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
26653 ac_config_files="$ac_config_files dlls/winmm/Makefile"
26654
26655 ALL_MAKEFILES="$ALL_MAKEFILES \\
26656         dlls/winmm/tests/Makefile"
26657 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26658         winmm/tests"
26659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26660 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
26661 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
26662
26663 ALL_MAKEFILES="$ALL_MAKEFILES \\
26664         dlls/winnls32/Makefile"
26665 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26666         winnls32"
26667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26668 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
26669 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
26670
26671 ALL_MAKEFILES="$ALL_MAKEFILES \\
26672         dlls/winscard/Makefile"
26673 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26674         winscard"
26675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26676 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
26677 ac_config_files="$ac_config_files dlls/winscard/Makefile"
26678
26679 ALL_MAKEFILES="$ALL_MAKEFILES \\
26680         dlls/winspool.drv/Makefile"
26681 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26682         winspool.drv"
26683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26684 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
26685 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
26686
26687 ALL_MAKEFILES="$ALL_MAKEFILES \\
26688         dlls/winspool.drv/tests/Makefile"
26689 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26690         winspool.drv/tests"
26691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26692 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
26693 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
26694
26695 ALL_MAKEFILES="$ALL_MAKEFILES \\
26696         dlls/wintab32/Makefile"
26697 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26698         wintab32"
26699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26700 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
26701 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
26702
26703 ALL_MAKEFILES="$ALL_MAKEFILES \\
26704         dlls/wintrust/Makefile"
26705 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26706         wintrust"
26707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26708 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
26709 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
26710
26711 ALL_MAKEFILES="$ALL_MAKEFILES \\
26712         dlls/wintrust/tests/Makefile"
26713 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26714         wintrust/tests"
26715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26716 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
26717 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
26718
26719 ALL_MAKEFILES="$ALL_MAKEFILES \\
26720         dlls/wldap32/Makefile"
26721 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26722         wldap32"
26723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26724 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
26725 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
26726
26727 ALL_MAKEFILES="$ALL_MAKEFILES \\
26728         dlls/wldap32/tests/Makefile"
26729 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26730         wldap32/tests"
26731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26732 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
26733 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
26734
26735 ALL_MAKEFILES="$ALL_MAKEFILES \\
26736         dlls/wmi/Makefile"
26737 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26738         wmi"
26739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26740 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
26741 ac_config_files="$ac_config_files dlls/wmi/Makefile"
26742
26743 ALL_MAKEFILES="$ALL_MAKEFILES \\
26744         dlls/wnaspi32/Makefile"
26745 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26746         wnaspi32"
26747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26748 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
26749 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
26750
26751 ALL_MAKEFILES="$ALL_MAKEFILES \\
26752         dlls/wow32/Makefile"
26753 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26754         wow32"
26755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26756 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
26757 ac_config_files="$ac_config_files dlls/wow32/Makefile"
26758
26759 ALL_MAKEFILES="$ALL_MAKEFILES \\
26760         dlls/ws2_32/Makefile"
26761 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26762         ws2_32"
26763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26764 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
26765 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
26766
26767 ALL_MAKEFILES="$ALL_MAKEFILES \\
26768         dlls/ws2_32/tests/Makefile"
26769 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26770         ws2_32/tests"
26771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26772 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
26773 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
26774
26775 ALL_MAKEFILES="$ALL_MAKEFILES \\
26776         dlls/wsock32/Makefile"
26777 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26778         wsock32"
26779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26780 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
26781 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
26782
26783 ALL_MAKEFILES="$ALL_MAKEFILES \\
26784         dlls/wtsapi32/Makefile"
26785 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26786         wtsapi32"
26787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26788 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
26789 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
26790
26791 ALL_MAKEFILES="$ALL_MAKEFILES \\
26792         dlls/xinput1_1/Makefile"
26793 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26794         xinput1_1"
26795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26796 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
26797 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
26798
26799 ALL_MAKEFILES="$ALL_MAKEFILES \\
26800         dlls/xinput1_2/Makefile"
26801 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26802         xinput1_2"
26803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26804 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
26805 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
26806
26807 ALL_MAKEFILES="$ALL_MAKEFILES \\
26808         dlls/xinput1_3/Makefile"
26809 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26810         xinput1_3"
26811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26812 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
26813 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
26814
26815 ALL_MAKEFILES="$ALL_MAKEFILES \\
26816         dlls/xinput1_3/tests/Makefile"
26817 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26818         xinput1_3/tests"
26819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26820 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
26821 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
26822
26823 ALL_MAKEFILES="$ALL_MAKEFILES \\
26824         dlls/xinput9_1_0/Makefile"
26825 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26826         xinput9_1_0"
26827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26828 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
26829 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
26830
26831 ALL_MAKEFILES="$ALL_MAKEFILES \\
26832         documentation/Makefile"
26833 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26834         documentation"
26835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26836 documentation/Makefile: documentation/Makefile.in Make.rules"
26837 ac_config_files="$ac_config_files documentation/Makefile"
26838
26839 ALL_MAKEFILES="$ALL_MAKEFILES \\
26840         fonts/Makefile"
26841 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26842         fonts"
26843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26844 fonts/Makefile: fonts/Makefile.in Make.rules"
26845 ac_config_files="$ac_config_files fonts/Makefile"
26846
26847 ALL_MAKEFILES="$ALL_MAKEFILES \\
26848         include/Makefile"
26849 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26850         include"
26851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26852 include/Makefile: include/Makefile.in Make.rules"
26853 ac_config_files="$ac_config_files include/Makefile"
26854
26855 ALL_MAKEFILES="$ALL_MAKEFILES \\
26856         libs/Makefile"
26857 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26858         libs"
26859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26860 libs/Makefile: libs/Makefile.in Make.rules"
26861 ac_config_files="$ac_config_files libs/Makefile"
26862
26863 ALL_MAKEFILES="$ALL_MAKEFILES \\
26864         libs/port/Makefile"
26865
26866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26867 libs/port/Makefile: libs/port/Makefile.in Make.rules"
26868 ac_config_files="$ac_config_files libs/port/Makefile"
26869
26870 ALL_MAKEFILES="$ALL_MAKEFILES \\
26871         libs/wine/Makefile"
26872
26873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26874 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
26875 ac_config_files="$ac_config_files libs/wine/Makefile"
26876
26877 ALL_MAKEFILES="$ALL_MAKEFILES \\
26878         libs/wpp/Makefile"
26879
26880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26881 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
26882 ac_config_files="$ac_config_files libs/wpp/Makefile"
26883
26884 ALL_MAKEFILES="$ALL_MAKEFILES \\
26885         loader/Makefile"
26886 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26887         loader"
26888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26889 loader/Makefile: loader/Makefile.in Make.rules"
26890 ac_config_files="$ac_config_files loader/Makefile"
26891
26892 ALL_MAKEFILES="$ALL_MAKEFILES \\
26893         programs/Makefile"
26894 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26895         programs"
26896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26897 programs/Makefile: programs/Makefile.in Make.rules"
26898 ac_config_files="$ac_config_files programs/Makefile"
26899
26900 ALL_MAKEFILES="$ALL_MAKEFILES \\
26901         programs/clock/Makefile"
26902 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26903         clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26904         clock"
26905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26906 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
26907 ac_config_files="$ac_config_files programs/clock/Makefile"
26908
26909 ALL_MAKEFILES="$ALL_MAKEFILES \\
26910         programs/cmd/Makefile"
26911 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26912         cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26913         cmd"
26914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26915 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
26916 ac_config_files="$ac_config_files programs/cmd/Makefile"
26917
26918 ALL_MAKEFILES="$ALL_MAKEFILES \\
26919         programs/cmdlgtst/Makefile"
26920 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26921         cmdlgtst"
26922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26923 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
26924 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
26925
26926 ALL_MAKEFILES="$ALL_MAKEFILES \\
26927         programs/control/Makefile"
26928 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26929         control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26930         control"
26931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26932 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
26933 ac_config_files="$ac_config_files programs/control/Makefile"
26934
26935 ALL_MAKEFILES="$ALL_MAKEFILES \\
26936         programs/eject/Makefile"
26937 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26938         eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26939         eject"
26940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26941 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
26942 ac_config_files="$ac_config_files programs/eject/Makefile"
26943
26944 ALL_MAKEFILES="$ALL_MAKEFILES \\
26945         programs/expand/Makefile"
26946 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26947         expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26948         expand"
26949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26950 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
26951 ac_config_files="$ac_config_files programs/expand/Makefile"
26952
26953 ALL_MAKEFILES="$ALL_MAKEFILES \\
26954         programs/explorer/Makefile"
26955 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26956         explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26957         explorer"
26958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26959 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
26960 ac_config_files="$ac_config_files programs/explorer/Makefile"
26961
26962 ALL_MAKEFILES="$ALL_MAKEFILES \\
26963         programs/hh/Makefile"
26964 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26965         hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26966         hh"
26967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26968 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
26969 ac_config_files="$ac_config_files programs/hh/Makefile"
26970
26971 ALL_MAKEFILES="$ALL_MAKEFILES \\
26972         programs/icinfo/Makefile"
26973 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26974         icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26975         icinfo"
26976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26977 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
26978 ac_config_files="$ac_config_files programs/icinfo/Makefile"
26979
26980 ALL_MAKEFILES="$ALL_MAKEFILES \\
26981         programs/iexplore/Makefile"
26982 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26983         iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26984         iexplore"
26985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26986 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
26987 ac_config_files="$ac_config_files programs/iexplore/Makefile"
26988
26989 ALL_MAKEFILES="$ALL_MAKEFILES \\
26990         programs/msiexec/Makefile"
26991 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26992         msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26993         msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26994         msiexec"
26995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26996 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
26997 ac_config_files="$ac_config_files programs/msiexec/Makefile"
26998
26999 ALL_MAKEFILES="$ALL_MAKEFILES \\
27000         programs/net/Makefile"
27001 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27002         net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27003         net"
27004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27005 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27006 ac_config_files="$ac_config_files programs/net/Makefile"
27007
27008 ALL_MAKEFILES="$ALL_MAKEFILES \\
27009         programs/notepad/Makefile"
27010 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27011         notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27012         notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27013         notepad"
27014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27015 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27016 ac_config_files="$ac_config_files programs/notepad/Makefile"
27017
27018 ALL_MAKEFILES="$ALL_MAKEFILES \\
27019         programs/oleview/Makefile"
27020 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27021         oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27022         oleview"
27023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27024 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27025 ac_config_files="$ac_config_files programs/oleview/Makefile"
27026
27027 ALL_MAKEFILES="$ALL_MAKEFILES \\
27028         programs/progman/Makefile"
27029 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27030         progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27031         progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27032         progman"
27033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27034 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27035 ac_config_files="$ac_config_files programs/progman/Makefile"
27036
27037 ALL_MAKEFILES="$ALL_MAKEFILES \\
27038         programs/reg/Makefile"
27039 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27040         reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27041         reg"
27042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27043 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27044 ac_config_files="$ac_config_files programs/reg/Makefile"
27045
27046 ALL_MAKEFILES="$ALL_MAKEFILES \\
27047         programs/regedit/Makefile"
27048 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27049         regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27050         regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27051         regedit"
27052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27053 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27054 ac_config_files="$ac_config_files programs/regedit/Makefile"
27055
27056 ALL_MAKEFILES="$ALL_MAKEFILES \\
27057         programs/regsvr32/Makefile"
27058 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27059         regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27060         regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27061         regsvr32"
27062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27063 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27064 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27065
27066 ALL_MAKEFILES="$ALL_MAKEFILES \\
27067         programs/rpcss/Makefile"
27068 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27069         rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27070         rpcss"
27071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27072 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27073 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27074
27075 ALL_MAKEFILES="$ALL_MAKEFILES \\
27076         programs/rundll32/Makefile"
27077 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27078         rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27079         rundll32"
27080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27081 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27082 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27083
27084 ALL_MAKEFILES="$ALL_MAKEFILES \\
27085         programs/secedit/Makefile"
27086 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27087         secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27088         secedit"
27089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27090 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27091 ac_config_files="$ac_config_files programs/secedit/Makefile"
27092
27093 ALL_MAKEFILES="$ALL_MAKEFILES \\
27094         programs/services/Makefile"
27095 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27096         services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27097         services"
27098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27099 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27100 ac_config_files="$ac_config_files programs/services/Makefile"
27101
27102 ALL_MAKEFILES="$ALL_MAKEFILES \\
27103         programs/spoolsv/Makefile"
27104 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27105         spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27106         spoolsv"
27107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27108 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27109 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27110
27111 ALL_MAKEFILES="$ALL_MAKEFILES \\
27112         programs/start/Makefile"
27113 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27114         start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27115         start"
27116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27117 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27118 ac_config_files="$ac_config_files programs/start/Makefile"
27119
27120 ALL_MAKEFILES="$ALL_MAKEFILES \\
27121         programs/svchost/Makefile"
27122 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27123         svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27124         svchost"
27125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27126 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27127 ac_config_files="$ac_config_files programs/svchost/Makefile"
27128
27129 ALL_MAKEFILES="$ALL_MAKEFILES \\
27130         programs/taskmgr/Makefile"
27131 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27132         taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27133         taskmgr"
27134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27135 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27136 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27137
27138 ALL_MAKEFILES="$ALL_MAKEFILES \\
27139         programs/uninstaller/Makefile"
27140 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27141         uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27142         uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27143         uninstaller"
27144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27145 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27146 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27147
27148 ALL_MAKEFILES="$ALL_MAKEFILES \\
27149         programs/view/Makefile"
27150 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27151         view"
27152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27153 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27154 ac_config_files="$ac_config_files programs/view/Makefile"
27155
27156 ALL_MAKEFILES="$ALL_MAKEFILES \\
27157         programs/wineboot/Makefile"
27158 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27159         wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27160         wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27161         wineboot"
27162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27163 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27164 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27165
27166 ALL_MAKEFILES="$ALL_MAKEFILES \\
27167         programs/winebrowser/Makefile"
27168 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27169         winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27170         winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27171         winebrowser"
27172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27173 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27174 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27175
27176 ALL_MAKEFILES="$ALL_MAKEFILES \\
27177         programs/winecfg/Makefile"
27178 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27179         winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27180         winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27181         winecfg"
27182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27183 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27184 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27185
27186 ALL_MAKEFILES="$ALL_MAKEFILES \\
27187         programs/wineconsole/Makefile"
27188 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27189         wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27190         wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27191         wineconsole"
27192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27193 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27194 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27195
27196 ALL_MAKEFILES="$ALL_MAKEFILES \\
27197         programs/winedbg/Makefile"
27198 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27199         winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27200         winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27201         winedbg"
27202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27203 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27204 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27205
27206 ALL_MAKEFILES="$ALL_MAKEFILES \\
27207         programs/winedevice/Makefile"
27208 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27209         winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27210         winedevice"
27211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27212 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27213 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27214
27215 ALL_MAKEFILES="$ALL_MAKEFILES \\
27216         programs/winefile/Makefile"
27217 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27218         winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27219         winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27220         winefile"
27221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27222 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27223 ac_config_files="$ac_config_files programs/winefile/Makefile"
27224
27225 ALL_MAKEFILES="$ALL_MAKEFILES \\
27226         programs/winemenubuilder/Makefile"
27227 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27228         winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27229         winemenubuilder"
27230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27231 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27232 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27233
27234 ALL_MAKEFILES="$ALL_MAKEFILES \\
27235         programs/winemine/Makefile"
27236 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27237         winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27238         winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27239         winemine"
27240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27241 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27242 ac_config_files="$ac_config_files programs/winemine/Makefile"
27243
27244 ALL_MAKEFILES="$ALL_MAKEFILES \\
27245         programs/winepath/Makefile"
27246 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27247         winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27248         winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27249         winepath"
27250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27251 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27252 ac_config_files="$ac_config_files programs/winepath/Makefile"
27253
27254 ALL_MAKEFILES="$ALL_MAKEFILES \\
27255         programs/winetest/Makefile"
27256 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27257         winetest"
27258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27259 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27260 ac_config_files="$ac_config_files programs/winetest/Makefile"
27261
27262 ALL_MAKEFILES="$ALL_MAKEFILES \\
27263         programs/winevdm/Makefile"
27264 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27265         winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27266         winevdm"
27267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27268 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27269 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27270
27271 ALL_MAKEFILES="$ALL_MAKEFILES \\
27272         programs/winhlp32/Makefile"
27273 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27274         winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27275         winhlp32"
27276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27277 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27278 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27279
27280 ALL_MAKEFILES="$ALL_MAKEFILES \\
27281         programs/winver/Makefile"
27282 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27283         winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27284         winver"
27285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27286 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27287 ac_config_files="$ac_config_files programs/winver/Makefile"
27288
27289 ALL_MAKEFILES="$ALL_MAKEFILES \\
27290         programs/wordpad/Makefile"
27291 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27292         wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27293         wordpad"
27294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27295 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27296 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27297
27298 ALL_MAKEFILES="$ALL_MAKEFILES \\
27299         programs/write/Makefile"
27300 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27301         write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27302         write"
27303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27304 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27305 ac_config_files="$ac_config_files programs/write/Makefile"
27306
27307 ALL_MAKEFILES="$ALL_MAKEFILES \\
27308         programs/xcopy/Makefile"
27309 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27310         xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27311         xcopy"
27312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27313 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27314 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27315
27316 ALL_MAKEFILES="$ALL_MAKEFILES \\
27317         server/Makefile"
27318 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27319         server"
27320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27321 server/Makefile: server/Makefile.in Make.rules"
27322 ac_config_files="$ac_config_files server/Makefile"
27323
27324 ALL_MAKEFILES="$ALL_MAKEFILES \\
27325         tools/Makefile"
27326 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27327         tools"
27328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27329 tools/Makefile: tools/Makefile.in Make.rules"
27330 ac_config_files="$ac_config_files tools/Makefile"
27331
27332 ALL_MAKEFILES="$ALL_MAKEFILES \\
27333         tools/widl/Makefile"
27334
27335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27336 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27337 ac_config_files="$ac_config_files tools/widl/Makefile"
27338
27339 ALL_MAKEFILES="$ALL_MAKEFILES \\
27340         tools/winebuild/Makefile"
27341
27342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27343 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27344 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27345
27346 ALL_MAKEFILES="$ALL_MAKEFILES \\
27347         tools/winedump/Makefile"
27348
27349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27350 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27351 ac_config_files="$ac_config_files tools/winedump/Makefile"
27352
27353 ALL_MAKEFILES="$ALL_MAKEFILES \\
27354         tools/winegcc/Makefile"
27355
27356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27357 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27358 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27359
27360 ALL_MAKEFILES="$ALL_MAKEFILES \\
27361         tools/wmc/Makefile"
27362
27363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27364 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27365 ac_config_files="$ac_config_files tools/wmc/Makefile"
27366
27367 ALL_MAKEFILES="$ALL_MAKEFILES \\
27368         tools/wrc/Makefile"
27369
27370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27371 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27372 ac_config_files="$ac_config_files tools/wrc/Makefile"
27373
27374
27375
27376 ALL_WINETEST_DEPENDS="# Test binaries"
27377
27378 for dir in $ALL_TEST_DIRS
27379 do
27380     if test "$dir" != "\\"
27381     then
27382         testname=`expr $dir : '\(.*\)/tests'`_test.exe
27383         ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
27384 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
27385         cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
27386     fi
27387 done
27388
27389 cat >confcache <<\_ACEOF
27390 # This file is a shell script that caches the results of configure
27391 # tests run on this system so they can be shared between configure
27392 # scripts and configure runs, see configure's option --config-cache.
27393 # It is not useful on other systems.  If it contains results you don't
27394 # want to keep, you may remove or edit it.
27395 #
27396 # config.status only pays attention to the cache file if you give it
27397 # the --recheck option to rerun configure.
27398 #
27399 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27400 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27401 # following values.
27402
27403 _ACEOF
27404
27405 # The following way of writing the cache mishandles newlines in values,
27406 # but we know of no workaround that is simple, portable, and efficient.
27407 # So, we kill variables containing newlines.
27408 # Ultrix sh set writes to stderr and can't be redirected directly,
27409 # and sets the high bit in the cache file unless we assign to the vars.
27410 (
27411   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27412     eval ac_val=\$$ac_var
27413     case $ac_val in #(
27414     *${as_nl}*)
27415       case $ac_var in #(
27416       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
27417 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
27418       esac
27419       case $ac_var in #(
27420       _ | IFS | as_nl) ;; #(
27421       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
27422       *) $as_unset $ac_var ;;
27423       esac ;;
27424     esac
27425   done
27426
27427   (set) 2>&1 |
27428     case $as_nl`(ac_space=' '; set) 2>&1` in #(
27429     *${as_nl}ac_space=\ *)
27430       # `set' does not quote correctly, so add quotes (double-quote
27431       # substitution turns \\\\ into \\, and sed turns \\ into \).
27432       sed -n \
27433         "s/'/'\\\\''/g;
27434           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27435       ;; #(
27436     *)
27437       # `set' quotes correctly as required by POSIX, so do not add quotes.
27438       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27439       ;;
27440     esac |
27441     sort
27442 ) |
27443   sed '
27444      /^ac_cv_env_/b end
27445      t clear
27446      :clear
27447      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27448      t end
27449      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27450      :end' >>confcache
27451 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
27452   if test -w "$cache_file"; then
27453     test "x$cache_file" != "x/dev/null" &&
27454       { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
27455 $as_echo "$as_me: updating cache $cache_file" >&6;}
27456     cat confcache >$cache_file
27457   else
27458     { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27459 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27460   fi
27461 fi
27462 rm -f confcache
27463
27464 test "x$prefix" = xNONE && prefix=$ac_default_prefix
27465 # Let make expand exec_prefix.
27466 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
27467
27468 DEFS=-DHAVE_CONFIG_H
27469
27470 ac_libobjs=
27471 ac_ltlibobjs=
27472 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
27473   # 1. Remove the extension, and $U if already installed.
27474   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
27475   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
27476   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
27477   #    will be set to the directory where LIBOBJS objects are built.
27478   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
27479   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
27480 done
27481 LIBOBJS=$ac_libobjs
27482
27483 LTLIBOBJS=$ac_ltlibobjs
27484
27485
27486
27487 : ${CONFIG_STATUS=./config.status}
27488 ac_write_fail=0
27489 ac_clean_files_save=$ac_clean_files
27490 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
27491 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
27492 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
27493 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27494 #! $SHELL
27495 # Generated by $as_me.
27496 # Run this file to recreate the current configuration.
27497 # Compiler output produced by configure, useful for debugging
27498 # configure, is in config.log if it exists.
27499
27500 debug=false
27501 ac_cs_recheck=false
27502 ac_cs_silent=false
27503 SHELL=\${CONFIG_SHELL-$SHELL}
27504 _ACEOF
27505
27506 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27507 ## --------------------- ##
27508 ## M4sh Initialization.  ##
27509 ## --------------------- ##
27510
27511 # Be more Bourne compatible
27512 DUALCASE=1; export DUALCASE # for MKS sh
27513 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27514   emulate sh
27515   NULLCMD=:
27516   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
27517   # is contrary to our usage.  Disable this feature.
27518   alias -g '${1+"$@"}'='"$@"'
27519   setopt NO_GLOB_SUBST
27520 else
27521   case `(set -o) 2>/dev/null` in
27522   *posix*) set -o posix ;;
27523 esac
27524
27525 fi
27526
27527
27528
27529
27530 # PATH needs CR
27531 # Avoid depending upon Character Ranges.
27532 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
27533 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27534 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
27535 as_cr_digits='0123456789'
27536 as_cr_alnum=$as_cr_Letters$as_cr_digits
27537
27538 as_nl='
27539 '
27540 export as_nl
27541 # Printing a long string crashes Solaris 7 /usr/bin/printf.
27542 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
27543 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
27544 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
27545 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
27546   as_echo='printf %s\n'
27547   as_echo_n='printf %s'
27548 else
27549   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
27550     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
27551     as_echo_n='/usr/ucb/echo -n'
27552   else
27553     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
27554     as_echo_n_body='eval
27555       arg=$1;
27556       case $arg in
27557       *"$as_nl"*)
27558         expr "X$arg" : "X\\(.*\\)$as_nl";
27559         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
27560       esac;
27561       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
27562     '
27563     export as_echo_n_body
27564     as_echo_n='sh -c $as_echo_n_body as_echo'
27565   fi
27566   export as_echo_body
27567   as_echo='sh -c $as_echo_body as_echo'
27568 fi
27569
27570 # The user is always right.
27571 if test "${PATH_SEPARATOR+set}" != set; then
27572   PATH_SEPARATOR=:
27573   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
27574     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
27575       PATH_SEPARATOR=';'
27576   }
27577 fi
27578
27579 # Support unset when possible.
27580 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27581   as_unset=unset
27582 else
27583   as_unset=false
27584 fi
27585
27586
27587 # IFS
27588 # We need space, tab and new line, in precisely that order.  Quoting is
27589 # there to prevent editors from complaining about space-tab.
27590 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
27591 # splitting by setting IFS to empty value.)
27592 IFS=" ""        $as_nl"
27593
27594 # Find who we are.  Look in the path if we contain no directory separator.
27595 case $0 in
27596   *[\\/]* ) as_myself=$0 ;;
27597   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27598 for as_dir in $PATH
27599 do
27600   IFS=$as_save_IFS
27601   test -z "$as_dir" && as_dir=.
27602   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
27603 done
27604 IFS=$as_save_IFS
27605
27606      ;;
27607 esac
27608 # We did not find ourselves, most probably we were run as `sh COMMAND'
27609 # in which case we are not to be found in the path.
27610 if test "x$as_myself" = x; then
27611   as_myself=$0
27612 fi
27613 if test ! -f "$as_myself"; then
27614   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27615   { (exit 1); exit 1; }
27616 fi
27617
27618 # Work around bugs in pre-3.0 UWIN ksh.
27619 for as_var in ENV MAIL MAILPATH
27620 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27621 done
27622 PS1='$ '
27623 PS2='> '
27624 PS4='+ '
27625
27626 # NLS nuisances.
27627 LC_ALL=C
27628 export LC_ALL
27629 LANGUAGE=C
27630 export LANGUAGE
27631
27632 # Required to use basename.
27633 if expr a : '\(a\)' >/dev/null 2>&1 &&
27634    test "X`expr 00001 : '.*\(...\)'`" = X001; then
27635   as_expr=expr
27636 else
27637   as_expr=false
27638 fi
27639
27640 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27641   as_basename=basename
27642 else
27643   as_basename=false
27644 fi
27645
27646
27647 # Name of the executable.
27648 as_me=`$as_basename -- "$0" ||
27649 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27650          X"$0" : 'X\(//\)$' \| \
27651          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27652 $as_echo X/"$0" |
27653     sed '/^.*\/\([^/][^/]*\)\/*$/{
27654             s//\1/
27655             q
27656           }
27657           /^X\/\(\/\/\)$/{
27658             s//\1/
27659             q
27660           }
27661           /^X\/\(\/\).*/{
27662             s//\1/
27663             q
27664           }
27665           s/.*/./; q'`
27666
27667 # CDPATH.
27668 $as_unset CDPATH
27669
27670
27671
27672   as_lineno_1=$LINENO
27673   as_lineno_2=$LINENO
27674   test "x$as_lineno_1" != "x$as_lineno_2" &&
27675   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
27676
27677   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
27678   # uniformly replaced by the line number.  The first 'sed' inserts a
27679   # line-number line after each line using $LINENO; the second 'sed'
27680   # does the real work.  The second script uses 'N' to pair each
27681   # line-number line with the line containing $LINENO, and appends
27682   # trailing '-' during substitution so that $LINENO is not a special
27683   # case at line end.
27684   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
27685   # scripts with optimization help from Paolo Bonzini.  Blame Lee
27686   # E. McMahon (1931-1989) for sed's syntax.  :-)
27687   sed -n '
27688     p
27689     /[$]LINENO/=
27690   ' <$as_myself |
27691     sed '
27692       s/[$]LINENO.*/&-/
27693       t lineno
27694       b
27695       :lineno
27696       N
27697       :loop
27698       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
27699       t loop
27700       s/-\n.*//
27701     ' >$as_me.lineno &&
27702   chmod +x "$as_me.lineno" ||
27703     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
27704    { (exit 1); exit 1; }; }
27705
27706   # Don't try to exec as it changes $[0], causing all sort of problems
27707   # (the dirname of $[0] is not the place where we might find the
27708   # original and so on.  Autoconf is especially sensitive to this).
27709   . "./$as_me.lineno"
27710   # Exit status is that of the last command.
27711   exit
27712 }
27713
27714
27715 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
27716   as_dirname=dirname
27717 else
27718   as_dirname=false
27719 fi
27720
27721 ECHO_C= ECHO_N= ECHO_T=
27722 case `echo -n x` in
27723 -n*)
27724   case `echo 'x\c'` in
27725   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
27726   *)   ECHO_C='\c';;
27727   esac;;
27728 *)
27729   ECHO_N='-n';;
27730 esac
27731 if expr a : '\(a\)' >/dev/null 2>&1 &&
27732    test "X`expr 00001 : '.*\(...\)'`" = X001; then
27733   as_expr=expr
27734 else
27735   as_expr=false
27736 fi
27737
27738 rm -f conf$$ conf$$.exe conf$$.file
27739 if test -d conf$$.dir; then
27740   rm -f conf$$.dir/conf$$.file
27741 else
27742   rm -f conf$$.dir
27743   mkdir conf$$.dir 2>/dev/null
27744 fi
27745 if (echo >conf$$.file) 2>/dev/null; then
27746   if ln -s conf$$.file conf$$ 2>/dev/null; then
27747     as_ln_s='ln -s'
27748     # ... but there are two gotchas:
27749     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27750     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27751     # In both cases, we have to default to `cp -p'.
27752     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
27753       as_ln_s='cp -p'
27754   elif ln conf$$.file conf$$ 2>/dev/null; then
27755     as_ln_s=ln
27756   else
27757     as_ln_s='cp -p'
27758   fi
27759 else
27760   as_ln_s='cp -p'
27761 fi
27762 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
27763 rmdir conf$$.dir 2>/dev/null
27764
27765 if mkdir -p . 2>/dev/null; then
27766   as_mkdir_p=:
27767 else
27768   test -d ./-p && rmdir ./-p
27769   as_mkdir_p=false
27770 fi
27771
27772 if test -x / >/dev/null 2>&1; then
27773   as_test_x='test -x'
27774 else
27775   if ls -dL / >/dev/null 2>&1; then
27776     as_ls_L_option=L
27777   else
27778     as_ls_L_option=
27779   fi
27780   as_test_x='
27781     eval sh -c '\''
27782       if test -d "$1"; then
27783         test -d "$1/.";
27784       else
27785         case $1 in
27786         -*)set "./$1";;
27787         esac;
27788         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
27789         ???[sx]*):;;*)false;;esac;fi
27790     '\'' sh
27791   '
27792 fi
27793 as_executable_p=$as_test_x
27794
27795 # Sed expression to map a string onto a valid CPP name.
27796 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
27797
27798 # Sed expression to map a string onto a valid variable name.
27799 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
27800
27801
27802 exec 6>&1
27803
27804 # Save the log message, to keep $[0] and so on meaningful, and to
27805 # report actual input values of CONFIG_FILES etc. instead of their
27806 # values after options handling.
27807 ac_log="
27808 This file was extended by Wine $as_me 1.1.10, which was
27809 generated by GNU Autoconf 2.63.  Invocation command line was
27810
27811   CONFIG_FILES    = $CONFIG_FILES
27812   CONFIG_HEADERS  = $CONFIG_HEADERS
27813   CONFIG_LINKS    = $CONFIG_LINKS
27814   CONFIG_COMMANDS = $CONFIG_COMMANDS
27815   $ $0 $@
27816
27817 on `(hostname || uname -n) 2>/dev/null | sed 1q`
27818 "
27819
27820 _ACEOF
27821
27822 case $ac_config_files in *"
27823 "*) set x $ac_config_files; shift; ac_config_files=$*;;
27824 esac
27825
27826 case $ac_config_headers in *"
27827 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
27828 esac
27829
27830
27831 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27832 # Files that config.status was made for.
27833 config_files="$ac_config_files"
27834 config_headers="$ac_config_headers"
27835 config_commands="$ac_config_commands"
27836
27837 _ACEOF
27838
27839 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27840 ac_cs_usage="\
27841 \`$as_me' instantiates files from templates according to the
27842 current configuration.
27843
27844 Usage: $0 [OPTION]... [FILE]...
27845
27846   -h, --help       print this help, then exit
27847   -V, --version    print version number and configuration settings, then exit
27848   -q, --quiet, --silent
27849                    do not print progress messages
27850   -d, --debug      don't remove temporary files
27851       --recheck    update $as_me by reconfiguring in the same conditions
27852       --file=FILE[:TEMPLATE]
27853                    instantiate the configuration file FILE
27854       --header=FILE[:TEMPLATE]
27855                    instantiate the configuration header FILE
27856
27857 Configuration files:
27858 $config_files
27859
27860 Configuration headers:
27861 $config_headers
27862
27863 Configuration commands:
27864 $config_commands
27865
27866 Report bugs to <bug-autoconf@gnu.org>."
27867
27868 _ACEOF
27869 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27870 ac_cs_version="\\
27871 Wine config.status 1.1.10
27872 configured by $0, generated by GNU Autoconf 2.63,
27873   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
27874
27875 Copyright (C) 2008 Free Software Foundation, Inc.
27876 This config.status script is free software; the Free Software Foundation
27877 gives unlimited permission to copy, distribute and modify it."
27878
27879 ac_pwd='$ac_pwd'
27880 srcdir='$srcdir'
27881 INSTALL='$INSTALL'
27882 test -n "\$AWK" || AWK=awk
27883 _ACEOF
27884
27885 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27886 # The default lists apply if the user does not specify any file.
27887 ac_need_defaults=:
27888 while test $# != 0
27889 do
27890   case $1 in
27891   --*=*)
27892     ac_option=`expr "X$1" : 'X\([^=]*\)='`
27893     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
27894     ac_shift=:
27895     ;;
27896   *)
27897     ac_option=$1
27898     ac_optarg=$2
27899     ac_shift=shift
27900     ;;
27901   esac
27902
27903   case $ac_option in
27904   # Handling of the options.
27905   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
27906     ac_cs_recheck=: ;;
27907   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
27908     $as_echo "$ac_cs_version"; exit ;;
27909   --debug | --debu | --deb | --de | --d | -d )
27910     debug=: ;;
27911   --file | --fil | --fi | --f )
27912     $ac_shift
27913     case $ac_optarg in
27914     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
27915     esac
27916     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
27917     ac_need_defaults=false;;
27918   --header | --heade | --head | --hea )
27919     $ac_shift
27920     case $ac_optarg in
27921     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
27922     esac
27923     CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
27924     ac_need_defaults=false;;
27925   --he | --h)
27926     # Conflict between --help and --header
27927     { $as_echo "$as_me: error: ambiguous option: $1
27928 Try \`$0 --help' for more information." >&2
27929    { (exit 1); exit 1; }; };;
27930   --help | --hel | -h )
27931     $as_echo "$ac_cs_usage"; exit ;;
27932   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
27933   | -silent | --silent | --silen | --sile | --sil | --si | --s)
27934     ac_cs_silent=: ;;
27935
27936   # This is an error.
27937   -*) { $as_echo "$as_me: error: unrecognized option: $1
27938 Try \`$0 --help' for more information." >&2
27939    { (exit 1); exit 1; }; } ;;
27940
27941   *) ac_config_targets="$ac_config_targets $1"
27942      ac_need_defaults=false ;;
27943
27944   esac
27945   shift
27946 done
27947
27948 ac_configure_extra_args=
27949
27950 if $ac_cs_silent; then
27951   exec 6>/dev/null
27952   ac_configure_extra_args="$ac_configure_extra_args --silent"
27953 fi
27954
27955 _ACEOF
27956 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27957 if \$ac_cs_recheck; then
27958   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
27959   shift
27960   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
27961   CONFIG_SHELL='$SHELL'
27962   export CONFIG_SHELL
27963   exec "\$@"
27964 fi
27965
27966 _ACEOF
27967 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27968 exec 5>>config.log
27969 {
27970   echo
27971   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
27972 ## Running $as_me. ##
27973 _ASBOX
27974   $as_echo "$ac_log"
27975 } >&5
27976
27977 _ACEOF
27978 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27979 _ACEOF
27980
27981 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27982
27983 # Handling of arguments.
27984 for ac_config_target in $ac_config_targets
27985 do
27986   case $ac_config_target in
27987     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
27988     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
27989     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
27990     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
27991     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
27992     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
27993     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
27994     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
27995     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
27996     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
27997     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
27998     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
27999     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28000     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28001     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28002     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28003     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28004     "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28005     "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28006     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28007     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28008     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28009     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28010     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28011     "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28012     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28013     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28014     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28015     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28016     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28017     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28018     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28019     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28020     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28021     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28022     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28023     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28024     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28025     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28026     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28027     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28028     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28029     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28030     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28031     "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28032     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28033     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28034     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28035     "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28036     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28037     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28038     "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28039     "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28040     "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28041     "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28042     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28043     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28044     "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28045     "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28046     "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28047     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28048     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28049     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28050     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28051     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28052     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28053     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28054     "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28055     "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28056     "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28057     "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28058     "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28059     "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28060     "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28061     "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28062     "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28063     "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28064     "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28065     "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28066     "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28067     "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28068     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28069     "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28070     "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28071     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28072     "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28073     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28074     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28075     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28076     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28077     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28078     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28079     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28080     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28081     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28082     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28083     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28084     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28085     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28086     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28087     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28088     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28089     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28090     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28091     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28092     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28093     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28094     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28095     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28096     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28097     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28098     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28099     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28100     "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28101     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28102     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28103     "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28104     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28105     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28106     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28107     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28108     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28109     "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28110     "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28111     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28112     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28113     "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28114     "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28115     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28116     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28117     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28118     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28119     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28120     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28121     "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28122     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28123     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28124     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28125     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28126     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28127     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28128     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28129     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28130     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28131     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28132     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28133     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28134     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28135     "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28136     "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28137     "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28138     "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28139     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28140     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28141     "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28142     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28143     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28144     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28145     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28146     "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28147     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28148     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28149     "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28150     "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28151     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28152     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28153     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28154     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28155     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28156     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28157     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28158     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28159     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28160     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28161     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28162     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28163     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28164     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28165     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28166     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28167     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28168     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28169     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28170     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28171     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28172     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28173     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28174     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28175     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28176     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28177     "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28178     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28179     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28180     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28181     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28182     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28183     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28184     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28185     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28186     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28187     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28188     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28189     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28190     "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28191     "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28192     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28193     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28194     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28195     "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28196     "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28197     "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28198     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28199     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28200     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28201     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28202     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28203     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28204     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28205     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28206     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28207     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28208     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28209     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28210     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28211     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28212     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28213     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28214     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28215     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28216     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28217     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28218     "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28219     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28220     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28221     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28222     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28223     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28224     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28225     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28226     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28227     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28228     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28229     "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28230     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28231     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28232     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28233     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28234     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28235     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28236     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28237     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28238     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28239     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28240     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28241     "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
28242     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28243     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28244     "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28245     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28246     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28247     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28248     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28249     "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28250     "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28251     "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28252     "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28253     "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28254     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28255     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28256     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28257     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28258     "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28259     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28260     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28261     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28262     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28263     "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28264     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28265     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28266     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28267     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28268     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28269     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28270     "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28271     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28272     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28273     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28274     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28275     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28276     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28277     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28278     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28279     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28280     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28281     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28282     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28283     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28284     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28285     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28286     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28287     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28288     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28289     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28290     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28291     "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28292     "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28293     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28294     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28295     "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28296     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28297     "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28298     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28299     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28300     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28301     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28302     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28303     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28304     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28305     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28306     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28307     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28308     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28309     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28310     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28311     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28312     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28313     "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28314     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28315     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28316     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28317     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28318     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28319     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28320     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28321     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28322     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28323     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28324     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28325     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28326     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28327     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28328     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28329     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28330     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28331     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28332     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28333     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28334     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28335     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28336     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28337     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28338     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28339     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28340     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28341     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28342     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28343     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28344     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
28345     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28346     "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28347     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
28348     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28349     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
28350     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28351     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28352     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
28353     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28354     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28355     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28356     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28357     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28358     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28359     "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28360     "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
28361     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28362     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
28363     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28364     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28365     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28366     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28367     "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28368     "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28369     "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
28370     "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
28371     "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
28372     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
28373     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
28374     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
28375     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
28376     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
28377     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
28378     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
28379     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
28380     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
28381     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
28382     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
28383     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
28384     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
28385     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
28386     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
28387     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
28388     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
28389     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
28390     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
28391     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
28392     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
28393     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
28394     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
28395     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
28396     "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
28397     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
28398     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
28399     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
28400     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
28401     "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
28402     "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
28403     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
28404     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
28405     "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
28406     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
28407     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
28408     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
28409     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
28410     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
28411     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
28412     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
28413     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
28414     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
28415     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
28416     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
28417     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
28418     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
28419     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
28420     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
28421     "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
28422     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
28423     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
28424     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
28425     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
28426     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
28427     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
28428     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
28429     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
28430     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
28431     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
28432     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
28433     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
28434
28435   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
28436 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
28437    { (exit 1); exit 1; }; };;
28438   esac
28439 done
28440
28441
28442 # If the user did not use the arguments to specify the items to instantiate,
28443 # then the envvar interface is used.  Set only those that are not.
28444 # We use the long form for the default assignment because of an extremely
28445 # bizarre bug on SunOS 4.1.3.
28446 if $ac_need_defaults; then
28447   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
28448   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
28449   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
28450 fi
28451
28452 # Have a temporary directory for convenience.  Make it in the build tree
28453 # simply because there is no reason against having it here, and in addition,
28454 # creating and moving files from /tmp can sometimes cause problems.
28455 # Hook for its removal unless debugging.
28456 # Note that there is a small window in which the directory will not be cleaned:
28457 # after its creation but before its name has been assigned to `$tmp'.
28458 $debug ||
28459 {
28460   tmp=
28461   trap 'exit_status=$?
28462   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
28463 ' 0
28464   trap '{ (exit 1); exit 1; }' 1 2 13 15
28465 }
28466 # Create a (secure) tmp directory for tmp files.
28467
28468 {
28469   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
28470   test -n "$tmp" && test -d "$tmp"
28471 }  ||
28472 {
28473   tmp=./conf$$-$RANDOM
28474   (umask 077 && mkdir "$tmp")
28475 } ||
28476 {
28477    $as_echo "$as_me: cannot create a temporary directory in ." >&2
28478    { (exit 1); exit 1; }
28479 }
28480
28481 # Set up the scripts for CONFIG_FILES section.
28482 # No need to generate them if there are no CONFIG_FILES.
28483 # This happens for instance with `./config.status config.h'.
28484 if test -n "$CONFIG_FILES"; then
28485
28486 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
28487   ac_cs_awk_getline=:
28488   ac_cs_awk_pipe_init=
28489   ac_cs_awk_read_file='
28490       while ((getline aline < (F[key])) > 0)
28491         print(aline)
28492       close(F[key])'
28493   ac_cs_awk_pipe_fini=
28494 else
28495   ac_cs_awk_getline=false
28496   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
28497   ac_cs_awk_read_file='
28498       print "|#_!!_#|"
28499       print "cat " F[key] " &&"
28500       '$ac_cs_awk_pipe_init
28501   # The final `:' finishes the AND list.
28502   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
28503 fi
28504 ac_cr='\r'
28505 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
28506 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
28507   ac_cs_awk_cr='\\r'
28508 else
28509   ac_cs_awk_cr=$ac_cr
28510 fi
28511
28512 echo 'BEGIN {' >"$tmp/subs1.awk" &&
28513 _ACEOF
28514
28515 # Create commands to substitute file output variables.
28516 {
28517   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
28518   echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
28519   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
28520   echo "_ACAWK" &&
28521   echo "_ACEOF"
28522 } >conf$$files.sh &&
28523 . ./conf$$files.sh ||
28524   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28525 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28526    { (exit 1); exit 1; }; }
28527 rm -f conf$$files.sh
28528
28529 {
28530   echo "cat >conf$$subs.awk <<_ACEOF" &&
28531   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
28532   echo "_ACEOF"
28533 } >conf$$subs.sh ||
28534   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28535 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28536    { (exit 1); exit 1; }; }
28537 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
28538 ac_delim='%!_!# '
28539 for ac_last_try in false false false false false :; do
28540   . ./conf$$subs.sh ||
28541     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28542 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28543    { (exit 1); exit 1; }; }
28544
28545   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
28546   if test $ac_delim_n = $ac_delim_num; then
28547     break
28548   elif $ac_last_try; then
28549     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28550 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28551    { (exit 1); exit 1; }; }
28552   else
28553     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28554   fi
28555 done
28556 rm -f conf$$subs.sh
28557
28558 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28559 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
28560 _ACEOF
28561 sed -n '
28562 h
28563 s/^/S["/; s/!.*/"]=/
28564 p
28565 g
28566 s/^[^!]*!//
28567 :repl
28568 t repl
28569 s/'"$ac_delim"'$//
28570 t delim
28571 :nl
28572 h
28573 s/\(.\{148\}\).*/\1/
28574 t more1
28575 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
28576 p
28577 n
28578 b repl
28579 :more1
28580 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
28581 p
28582 g
28583 s/.\{148\}//
28584 t nl
28585 :delim
28586 h
28587 s/\(.\{148\}\).*/\1/
28588 t more2
28589 s/["\\]/\\&/g; s/^/"/; s/$/"/
28590 p
28591 b
28592 :more2
28593 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
28594 p
28595 g
28596 s/.\{148\}//
28597 t delim
28598 ' <conf$$subs.awk | sed '
28599 /^[^""]/{
28600   N
28601   s/\n//
28602 }
28603 ' >>$CONFIG_STATUS || ac_write_fail=1
28604 rm -f conf$$subs.awk
28605 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28606 _ACAWK
28607 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
28608   for (key in S) S_is_set[key] = 1
28609   FS = "\a"
28610   \$ac_cs_awk_pipe_init
28611 }
28612 {
28613   line = $ 0
28614   nfields = split(line, field, "@")
28615   substed = 0
28616   len = length(field[1])
28617   for (i = 2; i < nfields; i++) {
28618     key = field[i]
28619     keylen = length(key)
28620     if (S_is_set[key]) {
28621       value = S[key]
28622       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
28623       len += length(value) + length(field[++i])
28624       substed = 1
28625     } else
28626       len += 1 + keylen
28627   }
28628   if (nfields == 3 && !substed) {
28629     key = field[2]
28630     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
28631       \$ac_cs_awk_read_file
28632       next
28633     }
28634   }
28635   print line
28636 }
28637 \$ac_cs_awk_pipe_fini
28638 _ACAWK
28639 _ACEOF
28640 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28641 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
28642   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
28643 else
28644   cat
28645 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
28646   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
28647 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
28648    { (exit 1); exit 1; }; }
28649 _ACEOF
28650
28651 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28652 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28653 # trailing colons and then remove the whole line if VPATH becomes empty
28654 # (actually we leave an empty line to preserve line numbers).
28655 if test "x$srcdir" = x.; then
28656   ac_vpsub='/^[  ]*VPATH[        ]*=/{
28657 s/:*\$(srcdir):*/:/
28658 s/:*\${srcdir}:*/:/
28659 s/:*@srcdir@:*/:/
28660 s/^\([^=]*=[     ]*\):*/\1/
28661 s/:*$//
28662 s/^[^=]*=[       ]*$//
28663 }'
28664 fi
28665
28666 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28667 fi # test -n "$CONFIG_FILES"
28668
28669 # Set up the scripts for CONFIG_HEADERS section.
28670 # No need to generate them if there are no CONFIG_HEADERS.
28671 # This happens for instance with `./config.status Makefile'.
28672 if test -n "$CONFIG_HEADERS"; then
28673 cat >"$tmp/defines.awk" <<\_ACAWK ||
28674 BEGIN {
28675 _ACEOF
28676
28677 # Transform confdefs.h into an awk script `defines.awk', embedded as
28678 # here-document in config.status, that substitutes the proper values into
28679 # config.h.in to produce config.h.
28680
28681 # Create a delimiter string that does not exist in confdefs.h, to ease
28682 # handling of long lines.
28683 ac_delim='%!_!# '
28684 for ac_last_try in false false :; do
28685   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
28686   if test -z "$ac_t"; then
28687     break
28688   elif $ac_last_try; then
28689     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
28690 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
28691    { (exit 1); exit 1; }; }
28692   else
28693     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28694   fi
28695 done
28696
28697 # For the awk script, D is an array of macro values keyed by name,
28698 # likewise P contains macro parameters if any.  Preserve backslash
28699 # newline sequences.
28700
28701 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
28702 sed -n '
28703 s/.\{148\}/&'"$ac_delim"'/g
28704 t rset
28705 :rset
28706 s/^[     ]*#[    ]*define[       ][      ]*/ /
28707 t def
28708 d
28709 :def
28710 s/\\$//
28711 t bsnl
28712 s/["\\]/\\&/g
28713 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
28714 D["\1"]=" \3"/p
28715 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
28716 d
28717 :bsnl
28718 s/["\\]/\\&/g
28719 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
28720 D["\1"]=" \3\\\\\\n"\\/p
28721 t cont
28722 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
28723 t cont
28724 d
28725 :cont
28726 n
28727 s/.\{148\}/&'"$ac_delim"'/g
28728 t clear
28729 :clear
28730 s/\\$//
28731 t bsnlc
28732 s/["\\]/\\&/g; s/^/"/; s/$/"/p
28733 d
28734 :bsnlc
28735 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
28736 b cont
28737 ' <confdefs.h | sed '
28738 s/'"$ac_delim"'/"\\\
28739 "/g' >>$CONFIG_STATUS || ac_write_fail=1
28740
28741 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28742   for (key in D) D_is_set[key] = 1
28743   FS = "\a"
28744 }
28745 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
28746   line = \$ 0
28747   split(line, arg, " ")
28748   if (arg[1] == "#") {
28749     defundef = arg[2]
28750     mac1 = arg[3]
28751   } else {
28752     defundef = substr(arg[1], 2)
28753     mac1 = arg[2]
28754   }
28755   split(mac1, mac2, "(") #)
28756   macro = mac2[1]
28757   prefix = substr(line, 1, index(line, defundef) - 1)
28758   if (D_is_set[macro]) {
28759     # Preserve the white space surrounding the "#".
28760     print prefix "define", macro P[macro] D[macro]
28761     next
28762   } else {
28763     # Replace #undef with comments.  This is necessary, for example,
28764     # in the case of _POSIX_SOURCE, which is predefined and required
28765     # on some systems where configure will not decide to define it.
28766     if (defundef == "undef") {
28767       print "/*", prefix defundef, macro, "*/"
28768       next
28769     }
28770   }
28771 }
28772 { print }
28773 _ACAWK
28774 _ACEOF
28775 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28776   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
28777 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
28778    { (exit 1); exit 1; }; }
28779 fi # test -n "$CONFIG_HEADERS"
28780
28781
28782 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
28783 shift
28784 for ac_tag
28785 do
28786   case $ac_tag in
28787   :[FHLC]) ac_mode=$ac_tag; continue;;
28788   esac
28789   case $ac_mode$ac_tag in
28790   :[FHL]*:*);;
28791   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
28792 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
28793    { (exit 1); exit 1; }; };;
28794   :[FH]-) ac_tag=-:-;;
28795   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
28796   esac
28797   ac_save_IFS=$IFS
28798   IFS=:
28799   set x $ac_tag
28800   IFS=$ac_save_IFS
28801   shift
28802   ac_file=$1
28803   shift
28804
28805   case $ac_mode in
28806   :L) ac_source=$1;;
28807   :[FH])
28808     ac_file_inputs=
28809     for ac_f
28810     do
28811       case $ac_f in
28812       -) ac_f="$tmp/stdin";;
28813       *) # Look for the file first in the build tree, then in the source tree
28814          # (if the path is not absolute).  The absolute path cannot be DOS-style,
28815          # because $ac_f cannot contain `:'.
28816          test -f "$ac_f" ||
28817            case $ac_f in
28818            [\\/$]*) false;;
28819            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
28820            esac ||
28821            { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
28822 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
28823    { (exit 1); exit 1; }; };;
28824       esac
28825       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
28826       ac_file_inputs="$ac_file_inputs '$ac_f'"
28827     done
28828
28829     # Let's still pretend it is `configure' which instantiates (i.e., don't
28830     # use $as_me), people would be surprised to read:
28831     #    /* config.h.  Generated by config.status.  */
28832     configure_input='Generated from '`
28833           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
28834         `' by configure.'
28835     if test x"$ac_file" != x-; then
28836       configure_input="$ac_file.  $configure_input"
28837       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
28838 $as_echo "$as_me: creating $ac_file" >&6;}
28839     fi
28840     # Neutralize special characters interpreted by sed in replacement strings.
28841     case $configure_input in #(
28842     *\&* | *\|* | *\\* )
28843        ac_sed_conf_input=`$as_echo "$configure_input" |
28844        sed 's/[\\\\&|]/\\\\&/g'`;; #(
28845     *) ac_sed_conf_input=$configure_input;;
28846     esac
28847
28848     case $ac_tag in
28849     *:-:* | *:-) cat >"$tmp/stdin" \
28850       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
28851 $as_echo "$as_me: error: could not create $ac_file" >&2;}
28852    { (exit 1); exit 1; }; } ;;
28853     esac
28854     ;;
28855   esac
28856
28857   ac_dir=`$as_dirname -- "$ac_file" ||
28858 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28859          X"$ac_file" : 'X\(//\)[^/]' \| \
28860          X"$ac_file" : 'X\(//\)$' \| \
28861          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
28862 $as_echo X"$ac_file" |
28863     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28864             s//\1/
28865             q
28866           }
28867           /^X\(\/\/\)[^/].*/{
28868             s//\1/
28869             q
28870           }
28871           /^X\(\/\/\)$/{
28872             s//\1/
28873             q
28874           }
28875           /^X\(\/\).*/{
28876             s//\1/
28877             q
28878           }
28879           s/.*/./; q'`
28880   { as_dir="$ac_dir"
28881   case $as_dir in #(
28882   -*) as_dir=./$as_dir;;
28883   esac
28884   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
28885     as_dirs=
28886     while :; do
28887       case $as_dir in #(
28888       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
28889       *) as_qdir=$as_dir;;
28890       esac
28891       as_dirs="'$as_qdir' $as_dirs"
28892       as_dir=`$as_dirname -- "$as_dir" ||
28893 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28894          X"$as_dir" : 'X\(//\)[^/]' \| \
28895          X"$as_dir" : 'X\(//\)$' \| \
28896          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
28897 $as_echo X"$as_dir" |
28898     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28899             s//\1/
28900             q
28901           }
28902           /^X\(\/\/\)[^/].*/{
28903             s//\1/
28904             q
28905           }
28906           /^X\(\/\/\)$/{
28907             s//\1/
28908             q
28909           }
28910           /^X\(\/\).*/{
28911             s//\1/
28912             q
28913           }
28914           s/.*/./; q'`
28915       test -d "$as_dir" && break
28916     done
28917     test -z "$as_dirs" || eval "mkdir $as_dirs"
28918   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
28919 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
28920    { (exit 1); exit 1; }; }; }
28921   ac_builddir=.
28922
28923 case "$ac_dir" in
28924 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
28925 *)
28926   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
28927   # A ".." for each directory in $ac_dir_suffix.
28928   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
28929   case $ac_top_builddir_sub in
28930   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
28931   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
28932   esac ;;
28933 esac
28934 ac_abs_top_builddir=$ac_pwd
28935 ac_abs_builddir=$ac_pwd$ac_dir_suffix
28936 # for backward compatibility:
28937 ac_top_builddir=$ac_top_build_prefix
28938
28939 case $srcdir in
28940   .)  # We are building in place.
28941     ac_srcdir=.
28942     ac_top_srcdir=$ac_top_builddir_sub
28943     ac_abs_top_srcdir=$ac_pwd ;;
28944   [\\/]* | ?:[\\/]* )  # Absolute name.
28945     ac_srcdir=$srcdir$ac_dir_suffix;
28946     ac_top_srcdir=$srcdir
28947     ac_abs_top_srcdir=$srcdir ;;
28948   *) # Relative name.
28949     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
28950     ac_top_srcdir=$ac_top_build_prefix$srcdir
28951     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
28952 esac
28953 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
28954
28955
28956   case $ac_mode in
28957   :F)
28958   #
28959   # CONFIG_FILE
28960   #
28961
28962   case $INSTALL in
28963   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
28964   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
28965   esac
28966 _ACEOF
28967
28968 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28969 # If the template does not know about datarootdir, expand it.
28970 # FIXME: This hack should be removed a few years after 2.60.
28971 ac_datarootdir_hack=; ac_datarootdir_seen=
28972
28973 ac_sed_dataroot='
28974 /datarootdir/ {
28975   p
28976   q
28977 }
28978 /@datadir@/p
28979 /@docdir@/p
28980 /@infodir@/p
28981 /@localedir@/p
28982 /@mandir@/p
28983 '
28984 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
28985 *datarootdir*) ac_datarootdir_seen=yes;;
28986 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
28987   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
28988 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
28989 _ACEOF
28990 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28991   ac_datarootdir_hack='
28992   s&@datadir@&$datadir&g
28993   s&@docdir@&$docdir&g
28994   s&@infodir@&$infodir&g
28995   s&@localedir@&$localedir&g
28996   s&@mandir@&$mandir&g
28997     s&\\\${datarootdir}&$datarootdir&g' ;;
28998 esac
28999 _ACEOF
29000
29001 # Neutralize VPATH when `$srcdir' = `.'.
29002 # Shell code in configure.ac might set extrasub.
29003 # FIXME: do we really want to maintain this feature?
29004 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29005 ac_sed_extra="$ac_vpsub
29006 $extrasub
29007 _ACEOF
29008 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29009 :t
29010 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29011 s|@configure_input@|$ac_sed_conf_input|;t t
29012 s&@top_builddir@&$ac_top_builddir_sub&;t t
29013 s&@top_build_prefix@&$ac_top_build_prefix&;t t
29014 s&@srcdir@&$ac_srcdir&;t t
29015 s&@abs_srcdir@&$ac_abs_srcdir&;t t
29016 s&@top_srcdir@&$ac_top_srcdir&;t t
29017 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
29018 s&@builddir@&$ac_builddir&;t t
29019 s&@abs_builddir@&$ac_abs_builddir&;t t
29020 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
29021 s&@INSTALL@&$ac_INSTALL&;t t
29022 $ac_datarootdir_hack
29023 "
29024 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
29025 if $ac_cs_awk_getline; then
29026   $AWK -f "$tmp/subs.awk"
29027 else
29028   $AWK -f "$tmp/subs.awk" | $SHELL
29029 fi >$tmp/out \
29030   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29031 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29032    { (exit 1); exit 1; }; }
29033
29034 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29035   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
29036   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
29037   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29038 which seems to be undefined.  Please make sure it is defined." >&5
29039 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29040 which seems to be undefined.  Please make sure it is defined." >&2;}
29041
29042   rm -f "$tmp/stdin"
29043   case $ac_file in
29044   -) cat "$tmp/out" && rm -f "$tmp/out";;
29045   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
29046   esac \
29047   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29048 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29049    { (exit 1); exit 1; }; }
29050  ;;
29051   :H)
29052   #
29053   # CONFIG_HEADER
29054   #
29055   if test x"$ac_file" != x-; then
29056     {
29057       $as_echo "/* $configure_input  */" \
29058       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
29059     } >"$tmp/config.h" \
29060       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29061 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29062    { (exit 1); exit 1; }; }
29063     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
29064       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29065 $as_echo "$as_me: $ac_file is unchanged" >&6;}
29066     else
29067       rm -f "$ac_file"
29068       mv "$tmp/config.h" "$ac_file" \
29069         || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29070 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29071    { (exit 1); exit 1; }; }
29072     fi
29073   else
29074     $as_echo "/* $configure_input  */" \
29075       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
29076       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
29077 $as_echo "$as_me: error: could not create -" >&2;}
29078    { (exit 1); exit 1; }; }
29079   fi
29080  ;;
29081
29082   :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
29083 $as_echo "$as_me: executing $ac_file commands" >&6;}
29084  ;;
29085   esac
29086
29087
29088   case $ac_file$ac_mode in
29089     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29090     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29091 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29092     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29093 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29094     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29095 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29096     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29097 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29098     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29099 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29100     "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
29101 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29102
29103   esac
29104 done # for ac_tag
29105
29106
29107 { (exit 0); exit 0; }
29108 _ACEOF
29109 chmod +x $CONFIG_STATUS
29110 ac_clean_files=$ac_clean_files_save
29111
29112 test $ac_write_fail = 0 ||
29113   { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
29114 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
29115    { (exit 1); exit 1; }; }
29116
29117
29118 # configure is writing to config.log, and then calls config.status.
29119 # config.status does its own redirection, appending to config.log.
29120 # Unfortunately, on DOS this fails, as config.log is still kept open
29121 # by configure, so config.status won't be able to write to it; its
29122 # output is simply discarded.  So we exec the FD to /dev/null,
29123 # effectively closing config.log, so it can be properly (re)opened and
29124 # appended to by config.status.  When coming back to configure, we
29125 # need to make the FD available again.
29126 if test "$no_create" != yes; then
29127   ac_cs_success=:
29128   ac_config_status_args=
29129   test "$silent" = yes &&
29130     ac_config_status_args="$ac_config_status_args --quiet"
29131   exec 5>/dev/null
29132   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29133   exec 5>>config.log
29134   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29135   # would make configure fail if this is the last instruction.
29136   $ac_cs_success || { (exit 1); exit 1; }
29137 fi
29138 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
29139   { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
29140 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
29141 fi
29142
29143
29144 if test "$no_create" = "yes"
29145 then
29146   exit 0
29147 fi
29148
29149 ac_save_IFS="$IFS"
29150 if test "x$wine_notices != "x; then
29151     echo >&6
29152     IFS="|"
29153     for msg in $wine_notices; do
29154         IFS="$ac_save_IFS"
29155         if test -n "$msg"; then
29156             { $as_echo "$as_me:$LINENO: $msg" >&5
29157 $as_echo "$as_me: $msg" >&6;}
29158         fi
29159     done
29160 fi
29161 IFS="|"
29162 for msg in $wine_warnings; do
29163     IFS="$ac_save_IFS"
29164     if test -n "$msg"; then
29165         echo >&2
29166         { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
29167 $as_echo "$as_me: WARNING: $msg" >&2;}
29168     fi
29169 done
29170 IFS="$ac_save_IFS"
29171
29172 echo "
29173 $as_me: Finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine.
29174 " >&6
29175